@charset "UTF-8";
/***
  title: Couleurs
  section: Couleurs
  description: |
    
  example: |
    <div style="display:inline-block;width:120px;height:30px;text-align:center;color:#fff;background-color:#010101">$black</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;color:#fff;background-color:#4a330b">$brown</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;color:#fff;background-color:#8f5528">$brown-lighter</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;background-color:#ffd324">$orange</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;background-color:#fce99f">$yellow</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;background-color:#faf3dc">$yellow-lighter</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;background-color:#fff">$white</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;background-color:#57b532">$green</div>
    <div style="display:inline-block;width:120px;height:30px;text-align:center;background-color:#80b56a">$green-lighter</div>
***/
@-webkit-keyframes loupe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes loupe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes clignote {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@keyframes clignote {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@-webkit-keyframes coucou {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes coucou {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes roll {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes roll {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

@keyframes updown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/*
 * Liste des pictos
 *   identifiant css final, identifiant du code svg, (nombre decoupe encodage black, nombre decoupe encodage brown, ...)
 */
/***
  title: Pictos fonctionnels template
  id: iconscaracteristic
  visible: false
  example:
    <span class="icon icon-sun-{templateVars}" title="icon icon-sun-{templateVars}" style="{styles}"></span>
    <span class="icon icon-sunandshadow-{templateVars}" title="icon-sunandshadow-{templateVars}" style="{styles}"></span>
    <span class="icon icon-shadow-{templateVars}" title="icon-shadow-{templateVars}" style="{styles}"></span>
    <span class="icon icon-1goutte-{templateVars}" title="icon-1goutte-{templateVars}" style="{styles}"></span>
    <span class="icon icon-2gouttes-{templateVars}" title="icon-2gouttes-{templateVars}" style="{styles}"></span>
    <span class="icon icon-3gouttes-{templateVars}" title="icon-3gouttes-{templateVars}" style="{styles}"></span>
    <span class="icon icon-winterlove-{templateVars}" title="icon-winterlove-{templateVars}" style="{styles}"></span>
    <span class="icon icon-winterprotect-{templateVars}" title="icon-winterprotect-{templateVars}" style="{styles}"></span>
    <span class="icon icon-winterinhouse-{templateVars}" title="icon-winterinhouse-{templateVars}" style="{styles}"></span>
    <span class="icon icon-star1-{templateVars}" title="icon-star1-{templateVars}" style="{styles}"></span>
    <span class="icon icon-star2-{templateVars}" title="icon-star2-{templateVars}" style="{styles}"></span>
    <span class="icon icon-star3-{templateVars}" title="icon-star3-{templateVars}" style="{styles}"></span>
    <span class="icon icon-loopinfini-{templateVars}" title="icon-loopinfini-{templateVars}" style="{styles}"></span>
    <span class="icon icon-loop1-{templateVars}" title="icon-loop1-{templateVars}" style="{styles}"></span>
    <span class="icon icon-loop2-{templateVars}" title="icon-loop2-{templateVars}" style="{styles}"></span>
    <span class="icon icon-slow-{templateVars}" title="icon-slow-{templateVars}" style="{styles}"></span>
    <span class="icon icon-walk-{templateVars}" title="icon-walk-{templateVars}" style="{styles}"></span>
    <span class="icon icon-run-{templateVars}" title="icon-run-{templateVars}" style="{styles}"></span>
    <span class="icon icon-drained-{templateVars}" title="icon-drained-{templateVars}" style="{styles}"></span>
    <span class="icon icon-wet-{templateVars}" title="icon-wet-{templateVars}" style="{styles}"></span>
    <span class="icon icon-dry-{templateVars}" title="icon-dry-{templateVars}" style="{styles}"></span>
    <span class="icon icon-color-{templateVars}" title="icon-color-{templateVars}" style="{styles}"></span>
    <span class="icon icon-radius-{templateVars}" title="icon-radius-{templateVars}" style="{styles}"></span>
    <span class="icon icon-position-{templateVars}" title="icon-position-{templateVars}" style="{styles}"></span>
    <span class="icon icon-widthx-{templateVars}" title="icon-widthx-{templateVars}" style="{styles}"></span>
    <span class="icon icon-widthy-{templateVars}" title="icon-widthy-{templateVars}" style="{styles}"></span>
    <span class="icon icon-height-{templateVars}" title="icon-height-{templateVars}" style="{styles}"></span>
    <span class="icon icon-planet-{templateVars}" title="icon-planet-{templateVars}" style="{styles}"></span>
    <span class="icon icon-acidity-{templateVars}" title="icon-acidity-{templateVars}" style="{styles}"></span>
    <span class="icon icon-terre-{templateVars}" title="icon-terre-{templateVars}" style="{styles}"></span>
    <br/>
    
***/
/***
  title: Caracteristiques de plante
  section: Icons
  example:
    <include id="iconscaracteristic" {templateVars}="black" {styles}="display:inline-block;width:30px;height:30px;" />
    <include id="iconscaracteristic" {templateVars}="brown" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconscaracteristic" {templateVars}="orange" {styles}="display:inline-block;width:30px;height:30px;"/>
***/
/***
  title: Pictos fonctionnels template
  id: iconstype
  visible: false
  example:
    <span class="icon icon-roots-{templateVars}" title="icon-roots-{templateVars}" style="{styles}"></span>
    <span class="icon icon-bulbs-{templateVars}" title="icon-bulbs-{templateVars}" style="{styles}"></span>
    <span class="icon icon-leafs-{templateVars}" title="icon-leafs-{templateVars}" style="{styles}"></span>
    <span class="icon icon-fruits-{templateVars}" title="icon-fruits-{templateVars}" style="{styles}"></span>
    <span class="icon icon-berries-{templateVars}" title="icon-berries-{templateVars}" style="{styles}"></span>
    <span class="icon icon-flowers-{templateVars}" title="icon-flowers-{templateVars}" style="{styles}"></span>
    <span class="icon icon-seeds-{templateVars}" title="icon-seeds-{templateVars}" style="{styles}"></span>
    <span class="icon icon-rods-{templateVars}" title="icon-rods-{templateVars}" style="{styles}"></span>
    <span class="icon icon-aromatics-{templateVars}" title="icon-aromatics-{templateVars}" style="{styles}"></span>
    <br/>
    
***/
/***
  title: Types de plante
  section: Icons
  example:
    <include id="iconstype" {templateVars}="black" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconstype" {templateVars}="brown" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconstype" {templateVars}="orange" {styles}="display:inline-block;width:30px;height:30px;"/>
***/
/***
  title: Pictos fonctionnels template
  id: iconsutils
  visible: false
  example:
    <span class="icon icon-plus-{templateVars}" title="icon-plus-{templateVars}" style="{styles}"></span>
    <span class="icon icon-moins-{templateVars}" title="icon-moins-{templateVars}" title="icon-mapconfig-brown" style="{styles}"></span>
    <span class="icon icon-close-{templateVars}" title="icon-close-{templateVars}" style="{styles}"></span>
    <span class="icon icon-help-{templateVars}" title="icon-help-{templateVars}" style="{styles}"></span>
    <span class="icon icon-calendar-{templateVars}" title="icon-calendar-{templateVars}" style="{styles}"></span>
    <span class="icon icon-poubelle-{templateVars}" title="icon-poubelle-{templateVars}" style="{styles}"></span>
    <span class="icon icon-copy-{templateVars}" title="icon-copy-{templateVars}" style="{styles}"></span>
    <span class="icon icon-up-{templateVars}" title="icon-up-{templateVars}" style="{styles}"></span>
    <span class="icon icon-down-{templateVars}" title="icon-down-{templateVars}" style="{styles}"></span>
    <span class="icon icon-addmagic-{templateVars}" title="icon-addmagic-{templateVars}" style="{styles}"></span>
    <span class="icon icon-upload-{templateVars}" title="icon-upload-{templateVars}" style="{styles}"></span>
    <span class="icon icon-edit-{templateVars}" title="icon-edit-{templateVars}" style="{styles}"></span>
    <span class="icon icon-verticaldots-{templateVars}" title="icon-verticaldots-{templateVars}" style="{styles}"></span>
    <span class="icon icon-leaf-{templateVars}" title="icon-leaf-{templateVars}" style="{styles}"></span>
    <span class="icon icon-browser-{templateVars}" title="icon-browser-{templateVars}" style="{styles}"></span>
    <span class="icon icon-cloud-{templateVars}" title="icon-cloud-{templateVars}" style="{styles}"></span>
    <span class="icon icon-synchroissue-{templateVars}" title="icon-synchroissue-{templateVars}" style="{styles}"></span>
    <span class="icon icon-login-{templateVars}" title="icon-login-{templateVars}" style="{styles}"></span>
    <span class="icon icon-register-{templateVars}" title="icon-register-{templateVars}" style="{styles}"></span>
    <span class="icon icon-logout-{templateVars}" title="icon-logout-{templateVars}" style="{styles}"></span>
    <span class="icon icon-synchro-{templateVars}" title="icon-synchro-{templateVars}" style="{styles}"></span>
    <span class="icon icon-select-{templateVars}" title="icon-select-{templateVars}" style="{styles}"></span>
    <span class="icon icon-layers-{templateVars}" title="icon-layers-{templateVars}" style="{styles}"></span>
    <span class="icon icon-news-{templateVars}" title="icon-news-{templateVars}" style="{styles}"></span>
    <span class="icon icon-list-{templateVars}" title="icon-list-{templateVars}" style="{styles}"></span>
    <span class="icon icon-download-{templateVars}" title="icon-download-{templateVars}" style="{styles}"></span>
    <span class="icon icon-back-{templateVars}" title="icon-back-{templateVars}" style="{styles}"></span>
    <br/>
    
***/
/***
  title: Utilitaires
  section: Icons
  example:
    <include id="iconsutils" {templateVars}="black" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconsutils" {templateVars}="brown" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconsutils" {templateVars}="orange" {styles}="display:inline-block;width:30px;height:30px;"/>
***/
/***
  title: Pictos fonctionnels template
  id: iconsmenu
  visible: false
  example:
    <span class="icon icon-configpanel-{templateVars}" title="icon-configpanel-{templateVars}" style="{styles}"></span>
    <span class="icon icon-catalogpanel-{templateVars}" title="icon-catalogpanel-{templateVars}" style="{styles}"></span>
    <span class="icon icon-catalog-{templateVars}" title="icon-catalog-{templateVars}" style="{styles}"></span>
    <span class="icon icon-inventory-{templateVars}" title="icon-inventory-{templateVars}" style="{styles}"></span>
    <span class="icon icon-cloture-{templateVars}" title="icon-cloture-{templateVars}" style="{styles}"></span>
    <span class="icon icon-cloture2-{templateVars}" title="icon-cloture2-{templateVars}" style="{styles}"></span>
    <span class="icon icon-farmer-{templateVars}" title="icon-farmer-{templateVars}" style="{styles}"></span>
    <span class="icon icon-dots-{templateVars}" title="icon-dots-{templateVars}" style="{styles}"></span>
    <span class="icon icon-export-{templateVars}" title="icon-export-{templateVars}" style="{styles}"></span>
    <span class="icon icon-camembert-{templateVars}" title="icon-camembert-{templateVars}" style="{styles}"></span>
    <span class="icon icon-mapconfig-{templateVars}" title="icon-mapconfig-{templateVars}" style="{styles}"></span>
    
    <span class="icon icon-iteminfos-{templateVars}" title="icon-iteminfos-{templateVars}" style="{styles}"></span>
    <span class="icon icon-itemwork-{templateVars}" title="icon-itemwork-{templateVars}" style="{styles}"></span>
    <span class="icon icon-itemgeo-{templateVars}" title="icon-itemgeo-{templateVars}" style="{styles}"></span>
    <span class="icon icon-itemground-{templateVars}" title="icon-itemground-{templateVars}" style="{styles}"></span>
    <span class="icon icon-itemdisplay-{templateVars}" title="icon-itemdisplay-{templateVars}" style="{styles}"></span>
    <span class="icon icon-itemrelations-{templateVars}" title="icon-itemrelations-{templateVars}" style="{styles}"></span>
    <span class="icon icon-like-{templateVars}" title="icon-like-{templateVars}" style="{styles}"></span>
    <span class="icon icon-dislike-{templateVars}" title="icon-dislike-{templateVars}" style="{styles}"></span>
    <span class="icon icon-sensright-{templateVars}" title="icon-sensright-{templateVars}" style="{styles}"></span>
    <span class="icon icon-sensleft-{templateVars}" title="icon-sensleft-{templateVars}" style="{styles}"></span>

    <span class="icon icon-ok-{templateVars}" title="icon-ok-{templateVars}" style="{styles}"></span>
    <span class="icon icon-excl-{templateVars}" title="icon-excl-{templateVars}" style="{styles}"></span>
    <br/>
    
***/
/***
  title: Menus et Symboles
  section: Icons
  example:
    <include id="iconsmenu" {templateVars}="black" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconsmenu" {templateVars}="brown" {styles}="display:inline-block;width:30px;height:30px;"/>
    <include id="iconsmenu" {templateVars}="orange" {styles}="display:inline-block;width:30px;height:30px;"/>
***/
.icon, .icon-close, .icon-plus, .icon-addmagic, .icon-sun, .icon-sun_and_shadow, .icon-shadow, .icon-low, .icon-medium, .icon-hight, .icon-rustic, .icon-to_protect, .icon-to_get_in, .icon-easy, .icon-workmedium, .icon-hard, .icon-perennial, .icon-annual, .icon-bisannual, .icon-growth_slow, .icon-growth_normal, .icon-growth_quick, .icon-drained, .icon-wet, .icon-dry, .icon-color, .icon-radius, .icon-position, .icon-widthx, .icon-widthy, .icon-height, .icon-planet, .icon-acidity, .icon-terre, .icon-roots, .icon-bulbs, .icon-leafs, .icon-fruits, .icon-berries, .icon-flowers, .icon-seeds, .icon-rods, .icon-aromatic, .panel-menu-action.panel-menu-action-catalog, .panel-menu-action.panel-menu-action-inventory, .panel-menu-action.panel-menu-action-loading, .panel-menu-action.panel-menu-action-config, .panel-menu-action.panel-menu-action-help, .panel-menu-action.panel-menu-action-more, .panel-menu-action.panel-menu-action-map, .panel-menu-action.panel-menu-action-export, .panel-menu-action.panel-menu-action-stat, .panel-menu-action.panel-menu-action-infos, .panel-menu-action.panel-menu-action-work, .panel-menu-action.panel-menu-action-geo, .panel-menu-action.panel-menu-action-ground, .panel-menu-action.panel-menu-action-display, .panel-menu-action.panel-menu-action-neightbors, .panel-menu-action.panel-menu-action--close, .panel-menu-action.panel-menu-action--plus, .panel-menu-action.panel-menu-action--addmagic, .panel-menu-action.panel-menu-action--sun, .panel-menu-action.panel-menu-action--sun_and_shadow, .panel-menu-action.panel-menu-action--shadow, .panel-menu-action.panel-menu-action--low, .panel-menu-action.panel-menu-action--medium, .panel-menu-action.panel-menu-action--hight, .panel-menu-action.panel-menu-action--rustic, .panel-menu-action.panel-menu-action--to_protect, .panel-menu-action.panel-menu-action--to_get_in, .panel-menu-action.panel-menu-action--easy, .panel-menu-action.panel-menu-action--workmedium, .panel-menu-action.panel-menu-action--hard, .panel-menu-action.panel-menu-action--perennial, .panel-menu-action.panel-menu-action--annual, .panel-menu-action.panel-menu-action--bisannual, .panel-menu-action.panel-menu-action--growth_slow, .panel-menu-action.panel-menu-action--growth_normal, .panel-menu-action.panel-menu-action--growth_quick, .panel-menu-action.panel-menu-action--drained, .panel-menu-action.panel-menu-action--wet, .panel-menu-action.panel-menu-action--dry, .panel-menu-action.panel-menu-action--color, .panel-menu-action.panel-menu-action--radius, .panel-menu-action.panel-menu-action--position, .panel-menu-action.panel-menu-action--widthx, .panel-menu-action.panel-menu-action--widthy, .panel-menu-action.panel-menu-action--height, .panel-menu-action.panel-menu-action--planet, .panel-menu-action.panel-menu-action--acidity, .panel-menu-action.panel-menu-action--terre, .panel-menu-action.panel-menu-action--roots, .panel-menu-action.panel-menu-action--bulbs, .panel-menu-action.panel-menu-action--leafs, .panel-menu-action.panel-menu-action--fruits, .panel-menu-action.panel-menu-action--berries, .panel-menu-action.panel-menu-action--flowers, .panel-menu-action.panel-menu-action--seeds, .panel-menu-action.panel-menu-action--rods, .panel-menu-action.panel-menu-action--aromatic, .button--movepictotolabel:before, .button--wide.button-edit:before, .button--wide.button-delete:before, .button--wide.button-copy:before, .button--wide.button-up:before, .button--wide.button-down:before, .button--wide.button-add:before, .button--wide.button-close:before, .button--wide.button-more:before, .buttons--vertical .button.button-edit:before, .buttons--vertical .button-edit.button--3D:before, .buttons--vertical .button-edit.button--wide:before, .buttons--vertical .button-edit.button--caracteristic:before, .buttons--vertical .button-edit.button--input:before, .buttons--vertical .button-edit.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .button.button-delete:before, .buttons--vertical .button-delete.button--3D:before, .buttons--vertical .button-delete.button--wide:before, .buttons--vertical .button-delete.button--caracteristic:before, .buttons--vertical .button-delete.button--input:before, .buttons--vertical .button-delete.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .button.button-copy:before, .buttons--vertical .button-copy.button--3D:before, .buttons--vertical .button-copy.button--wide:before, .buttons--vertical .button-copy.button--caracteristic:before, .buttons--vertical .button-copy.button--input:before, .buttons--vertical .button-copy.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .button.button-up:before, .buttons--vertical .button-up.button--3D:before, .buttons--vertical .button-up.button--wide:before, .buttons--vertical .button-up.button--caracteristic:before, .buttons--vertical .button-up.button--input:before, .buttons--vertical .button-up.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .button.button-down:before, .buttons--vertical .button-down.button--3D:before, .buttons--vertical .button-down.button--wide:before, .buttons--vertical .button-down.button--caracteristic:before, .buttons--vertical .button-down.button--input:before, .buttons--vertical .button-down.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .button.button-add:before, .buttons--vertical .button-add.button--3D:before, .buttons--vertical .button-add.button--wide:before, .buttons--vertical .button-add.button--caracteristic:before, .buttons--vertical .button-add.button--input:before, .buttons--vertical .button-add.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .button.button-close:before, .buttons--vertical .button-close.button--3D:before, .buttons--vertical .button-close.button--wide:before, .buttons--vertical .button-close.button--caracteristic:before, .buttons--vertical .button-close.button--input:before, .buttons--vertical .button-close.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .button.button-more:before, .buttons--vertical .button-more.button--3D:before, .buttons--vertical .button-more.button--wide:before, .buttons--vertical .button-more.button--caracteristic:before, .buttons--vertical .button-more.button--input:before, .buttons--vertical .button-more.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:before, .button.button-edit, .button-edit.button--3D, .button-edit.button--wide, .button-edit.button--caracteristic, .button-edit.button--input, .button-edit.maplist-item--fullbutton, .maplist-item--map .button-edit.maplist-item-mapbtn, .maplist-item--map .button-edit.maplist-item-morebtn, .maplist-item--import .button-edit.maplist-item--importbtn, .maplist-item--logins .button-edit.maplist-item--loginbtn, .maplist-item--logins .button-edit.maplist-item--registerbtn, .maplist-item--profil .button-edit.maplist-item-profilname, .maplist-item--profil .button-edit.maplist-item-morebtn, .button.button-delete, .button-delete.button--3D, .button-delete.button--wide, .button-delete.button--caracteristic, .button-delete.button--input, .button-delete.maplist-item--fullbutton, .maplist-item--map .button-delete.maplist-item-mapbtn, .maplist-item--map .button-delete.maplist-item-morebtn, .maplist-item--import .button-delete.maplist-item--importbtn, .maplist-item--logins .button-delete.maplist-item--loginbtn, .maplist-item--logins .button-delete.maplist-item--registerbtn, .maplist-item--profil .button-delete.maplist-item-profilname, .maplist-item--profil .button-delete.maplist-item-morebtn, .button.button-copy, .button-copy.button--3D, .button-copy.button--wide, .button-copy.button--caracteristic, .button-copy.button--input, .button-copy.maplist-item--fullbutton, .maplist-item--map .button-copy.maplist-item-mapbtn, .maplist-item--map .button-copy.maplist-item-morebtn, .maplist-item--import .button-copy.maplist-item--importbtn, .maplist-item--logins .button-copy.maplist-item--loginbtn, .maplist-item--logins .button-copy.maplist-item--registerbtn, .maplist-item--profil .button-copy.maplist-item-profilname, .maplist-item--profil .button-copy.maplist-item-morebtn, .button.button-up, .button-up.button--3D, .button-up.button--wide, .button-up.button--caracteristic, .button-up.button--input, .button-up.maplist-item--fullbutton, .maplist-item--map .button-up.maplist-item-mapbtn, .maplist-item--map .button-up.maplist-item-morebtn, .maplist-item--import .button-up.maplist-item--importbtn, .maplist-item--logins .button-up.maplist-item--loginbtn, .maplist-item--logins .button-up.maplist-item--registerbtn, .maplist-item--profil .button-up.maplist-item-profilname, .maplist-item--profil .button-up.maplist-item-morebtn, .button.button-down, .button-down.button--3D, .button-down.button--wide, .button-down.button--caracteristic, .button-down.button--input, .button-down.maplist-item--fullbutton, .maplist-item--map .button-down.maplist-item-mapbtn, .maplist-item--map .button-down.maplist-item-morebtn, .maplist-item--import .button-down.maplist-item--importbtn, .maplist-item--logins .button-down.maplist-item--loginbtn, .maplist-item--logins .button-down.maplist-item--registerbtn, .maplist-item--profil .button-down.maplist-item-profilname, .maplist-item--profil .button-down.maplist-item-morebtn, .button.button-add, .button-add.button--3D, .button-add.button--wide, .button-add.button--caracteristic, .button-add.button--input, .button-add.maplist-item--fullbutton, .maplist-item--map .button-add.maplist-item-mapbtn, .maplist-item--map .button-add.maplist-item-morebtn, .maplist-item--import .button-add.maplist-item--importbtn, .maplist-item--logins .button-add.maplist-item--loginbtn, .maplist-item--logins .button-add.maplist-item--registerbtn, .maplist-item--profil .button-add.maplist-item-profilname, .maplist-item--profil .button-add.maplist-item-morebtn, .button.button-close, .button-close.button--3D, .button-close.button--wide, .button-close.button--caracteristic, .button-close.button--input, .button-close.maplist-item--fullbutton, .maplist-item--map .button-close.maplist-item-mapbtn, .maplist-item--map .button-close.maplist-item-morebtn, .maplist-item--import .button-close.maplist-item--importbtn, .maplist-item--logins .button-close.maplist-item--loginbtn, .maplist-item--logins .button-close.maplist-item--registerbtn, .maplist-item--profil .button-close.maplist-item-profilname, .maplist-item--profil .button-close.maplist-item-morebtn, .button.button-more, .button-more.button--3D, .button-more.button--wide, .button-more.button--caracteristic, .button-more.button--input, .button-more.maplist-item--fullbutton, .maplist-item--map .button-more.maplist-item-mapbtn, .maplist-item--map .button-more.maplist-item-morebtn, .maplist-item--import .button-more.maplist-item--importbtn, .maplist-item--logins .button-more.maplist-item--loginbtn, .maplist-item--logins .button-more.maplist-item--registerbtn, .maplist-item--profil .button-more.maplist-item-profilname, .maplist-item--profil .button-more.maplist-item-morebtn, .button.button-browser, .button-browser.button--3D, .button-browser.button--wide, .button-browser.button--caracteristic, .button-browser.button--input, .button-browser.maplist-item--fullbutton, .maplist-item--map .button-browser.maplist-item-mapbtn, .maplist-item--map .button-browser.maplist-item-morebtn, .maplist-item--import .button-browser.maplist-item--importbtn, .maplist-item--logins .button-browser.maplist-item--loginbtn, .maplist-item--logins .button-browser.maplist-item--registerbtn, .maplist-item--profil .button-browser.maplist-item-profilname, .maplist-item--profil .button-browser.maplist-item-morebtn, .button.button-synchroissue, .button-synchroissue.button--3D, .button-synchroissue.button--wide, .button-synchroissue.button--caracteristic, .button-synchroissue.button--input, .button-synchroissue.maplist-item--fullbutton, .maplist-item--map .button-synchroissue.maplist-item-mapbtn, .maplist-item--map .button-synchroissue.maplist-item-morebtn, .maplist-item--import .button-synchroissue.maplist-item--importbtn, .maplist-item--logins .button-synchroissue.maplist-item--loginbtn, .maplist-item--logins .button-synchroissue.maplist-item--registerbtn, .maplist-item--profil .button-synchroissue.maplist-item-profilname, .maplist-item--profil .button-synchroissue.maplist-item-morebtn, .button.button-upload, .button-upload.button--3D, .button-upload.button--wide, .button-upload.button--caracteristic, .button-upload.button--input, .button-upload.maplist-item--fullbutton, .maplist-item--map .button-upload.maplist-item-mapbtn, .maplist-item--map .button-upload.maplist-item-morebtn, .maplist-item--import .button-upload.maplist-item--importbtn, .maplist-item--logins .button-upload.maplist-item--loginbtn, .maplist-item--logins .button-upload.maplist-item--registerbtn, .maplist-item--profil .button-upload.maplist-item-profilname, .maplist-item--profil .button-upload.maplist-item-morebtn, .button.button-login, .button-login.button--3D, .button-login.button--wide, .button-login.button--caracteristic, .button-login.button--input, .button-login.maplist-item--fullbutton, .maplist-item--map .button-login.maplist-item-mapbtn, .maplist-item--map .button-login.maplist-item-morebtn, .maplist-item--import .button-login.maplist-item--importbtn, .maplist-item--logins .button-login.maplist-item--loginbtn, .maplist-item--logins .button-login.maplist-item--registerbtn, .maplist-item--profil .button-login.maplist-item-profilname, .maplist-item--profil .button-login.maplist-item-morebtn, .button.button-register, .button-register.button--3D, .button-register.button--wide, .button-register.button--caracteristic, .button-register.button--input, .button-register.maplist-item--fullbutton, .maplist-item--map .button-register.maplist-item-mapbtn, .maplist-item--map .button-register.maplist-item-morebtn, .maplist-item--import .button-register.maplist-item--importbtn, .maplist-item--logins .button-register.maplist-item--loginbtn, .maplist-item--logins .button-register.maplist-item--registerbtn, .maplist-item--profil .button-register.maplist-item-profilname, .maplist-item--profil .button-register.maplist-item-morebtn, .button.button-logout, .button-logout.button--3D, .button-logout.button--wide, .button-logout.button--caracteristic, .button-logout.button--input, .button-logout.maplist-item--fullbutton, .maplist-item--map .button-logout.maplist-item-mapbtn, .maplist-item--map .button-logout.maplist-item-morebtn, .maplist-item--import .button-logout.maplist-item--importbtn, .maplist-item--logins .button-logout.maplist-item--loginbtn, .maplist-item--logins .button-logout.maplist-item--registerbtn, .maplist-item--profil .button-logout.maplist-item-profilname, .maplist-item--profil .button-logout.maplist-item-morebtn, .button.button-refresh, .button-refresh.button--3D, .button-refresh.button--wide, .button-refresh.button--caracteristic, .button-refresh.button--input, .button-refresh.maplist-item--fullbutton, .maplist-item--map .button-refresh.maplist-item-mapbtn, .maplist-item--map .button-refresh.maplist-item-morebtn, .maplist-item--import .button-refresh.maplist-item--importbtn, .maplist-item--logins .button-refresh.maplist-item--loginbtn, .maplist-item--logins .button-refresh.maplist-item--registerbtn, .maplist-item--profil .button-refresh.maplist-item-profilname, .maplist-item--profil .button-refresh.maplist-item-morebtn, .button.button-back, .button-back.button--3D, .button-back.button--wide, .button-back.button--caracteristic, .button-back.button--input, .button-back.maplist-item--fullbutton, .maplist-item--map .button-back.maplist-item-mapbtn, .maplist-item--map .button-back.maplist-item-morebtn, .maplist-item--import .button-back.maplist-item--importbtn, .maplist-item--logins .button-back.maplist-item--loginbtn, .maplist-item--logins .button-back.maplist-item--registerbtn, .maplist-item--profil .button-back.maplist-item-profilname, .maplist-item--profil .button-back.maplist-item-morebtn, .button-round.button-add, .button-round.button-select, .button-round.button-delete, .button-round.button-up, .button-round.button-down, .button-round.button-edit, .button-round.button-ok, .button-round.button-copy, .smallbutton.smallbutton-zoomin, .smallbutton.smallbutton-zoomout, .smallbutton.smallbutton-layers, .smallbutton.smallbutton-params, .smallbutton.smallbutton-top, .smallbutton.smallbutton-bottom, .smallbutton.smallbutton-delete, .smallbutton.smallbutton-copy, .smallbutton.smallbutton-edit, .smallbutton.smallbutton-news, .smallbutton.smallbutton-list, .smallbutton.smallbutton-download, .smallbutton.smallbutton-add, .smallbutton.smallbutton-back, .overlay-item-button.icon-config:after, .overlay-item-button.icon-catalog:after, .overlay-item-button.icon-inventory:after, .overlay-item-button.icon-mapedit:after, .overlay-item-button.icon-news:after, .association-item .association-sens.icon-right, .association-item .association-sens.icon-left, .association-item .association-ok, .association-item .association-excl, .popin-title:before, #refresh-alert, .maplist-item--fullbutton .icon-add, .maplist-item--import .icon-upload, .maplist-item--logins .icon-login, .maplist-item--logins .icon-register, .maplist-item--profil .icon-login, .date:before, #itemsheet .itemsheet-associations .associations .association-ok, #itemsheet .itemsheet-associations .associations .association-excl {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.icon-configpanel-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='340.274px' height='340.274px' viewBox='0 0 340.274 340.274' style='enable-background:new 0 0 340.274 340.274;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M293.629,127.806l-5.795-13.739c19.846-44.856,18.53-46.189,14.676-50.08l-25.353-24.77l-2.516-2.12h-2.937c-1.549,0-6.173,0-44.712,17.48l-14.184-5.719c-18.332-45.444-20.212-45.444-25.58-45.444h-35.765c-5.362,0-7.446-0.006-24.448,45.606l-14.123,5.734C86.848,43.757,71.574,38.19,67.452,38.19l-3.381,0.105L36.801,65.032c-4.138,3.891-5.582,5.263,15.402,49.425l-5.774,13.691C0,146.097,0,147.838,0,153.33v35.068c0,5.501,0,7.44,46.585,24.127l5.773,13.667c-19.843,44.832-18.51,46.178-14.655,50.032l25.353,24.8l2.522,2.168h2.951c1.525,0,6.092,0,44.685-17.516l14.159,5.758c18.335,45.438,20.218,45.427,25.598,45.427h35.771c5.47,0,7.41,0,24.463-45.589l14.195-5.74c26.014,11,41.253,16.585,45.349,16.585l3.404-0.096l27.479-26.901c3.909-3.945,5.278-5.309-15.589-49.288l5.734-13.702c46.496-17.967,46.496-19.853,46.496-25.221v-35.029C340.268,146.361,340.268,144.434,293.629,127.806z M170.128,228.474c-32.798,0-59.504-26.187-59.504-58.364c0-32.153,26.707-58.315,59.504-58.315c32.78,0,59.43,26.168,59.43,58.315C229.552,202.287,202.902,228.474,170.128,228.474z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-configpanel-brown, .no-touch .panel-menu-action.panel-menu-action-config:hover, .panel-menu-action.panel-menu-action-config.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='340.274px' height='340.274px' viewBox='0 0 340.274 340.274' style='enable-background:new 0 0 340.274 340.274;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M293.629,127.806l-5.795-13.739c19.846-44.856,18.53-46.189,14.676-50.08l-25.353-24.77l-2.516-2.12h-2.937c-1.549,0-6.173,0-44.712,17.48l-14.184-5.719c-18.332-45.444-20.212-45.444-25.58-45.444h-35.765c-5.362,0-7.446-0.006-24.448,45.606l-14.123,5.734C86.848,43.757,71.574,38.19,67.452,38.19l-3.381,0.105L36.801,65.032c-4.138,3.891-5.582,5.263,15.402,49.425l-5.774,13.691C0,146.097,0,147.838,0,153.33v35.068c0,5.501,0,7.44,46.585,24.127l5.773,13.667c-19.843,44.832-18.51,46.178-14.655,50.032l25.353,24.8l2.522,2.168h2.951c1.525,0,6.092,0,44.685-17.516l14.159,5.758c18.335,45.438,20.218,45.427,25.598,45.427h35.771c5.47,0,7.41,0,24.463-45.589l14.195-5.74c26.014,11,41.253,16.585,45.349,16.585l3.404-0.096l27.479-26.901c3.909-3.945,5.278-5.309-15.589-49.288l5.734-13.702c46.496-17.967,46.496-19.853,46.496-25.221v-35.029C340.268,146.361,340.268,144.434,293.629,127.806z M170.128,228.474c-32.798,0-59.504-26.187-59.504-58.364c0-32.153,26.707-58.315,59.504-58.315c32.78,0,59.43,26.168,59.43,58.315C229.552,202.287,202.902,228.474,170.128,228.474z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-configpanel-black, .panel-menu-action.panel-menu-action-config, .smallbutton.smallbutton-params {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='340.274px' height='340.274px' viewBox='0 0 340.274 340.274' style='enable-background:new 0 0 340.274 340.274;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M293.629,127.806l-5.795-13.739c19.846-44.856,18.53-46.189,14.676-50.08l-25.353-24.77l-2.516-2.12h-2.937c-1.549,0-6.173,0-44.712,17.48l-14.184-5.719c-18.332-45.444-20.212-45.444-25.58-45.444h-35.765c-5.362,0-7.446-0.006-24.448,45.606l-14.123,5.734C86.848,43.757,71.574,38.19,67.452,38.19l-3.381,0.105L36.801,65.032c-4.138,3.891-5.582,5.263,15.402,49.425l-5.774,13.691C0,146.097,0,147.838,0,153.33v35.068c0,5.501,0,7.44,46.585,24.127l5.773,13.667c-19.843,44.832-18.51,46.178-14.655,50.032l25.353,24.8l2.522,2.168h2.951c1.525,0,6.092,0,44.685-17.516l14.159,5.758c18.335,45.438,20.218,45.427,25.598,45.427h35.771c5.47,0,7.41,0,24.463-45.589l14.195-5.74c26.014,11,41.253,16.585,45.349,16.585l3.404-0.096l27.479-26.901c3.909-3.945,5.278-5.309-15.589-49.288l5.734-13.702c46.496-17.967,46.496-19.853,46.496-25.221v-35.029C340.268,146.361,340.268,144.434,293.629,127.806z M170.128,228.474c-32.798,0-59.504-26.187-59.504-58.364c0-32.153,26.707-58.315,59.504-58.315c32.78,0,59.43,26.168,59.43,58.315C229.552,202.287,202.902,228.474,170.128,228.474z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-configpanel-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='340.274px' height='340.274px' viewBox='0 0 340.274 340.274' style='enable-background:new 0 0 340.274 340.274;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M293.629,127.806l-5.795-13.739c19.846-44.856,18.53-46.189,14.676-50.08l-25.353-24.77l-2.516-2.12h-2.937c-1.549,0-6.173,0-44.712,17.48l-14.184-5.719c-18.332-45.444-20.212-45.444-25.58-45.444h-35.765c-5.362,0-7.446-0.006-24.448,45.606l-14.123,5.734C86.848,43.757,71.574,38.19,67.452,38.19l-3.381,0.105L36.801,65.032c-4.138,3.891-5.582,5.263,15.402,49.425l-5.774,13.691C0,146.097,0,147.838,0,153.33v35.068c0,5.501,0,7.44,46.585,24.127l5.773,13.667c-19.843,44.832-18.51,46.178-14.655,50.032l25.353,24.8l2.522,2.168h2.951c1.525,0,6.092,0,44.685-17.516l14.159,5.758c18.335,45.438,20.218,45.427,25.598,45.427h35.771c5.47,0,7.41,0,24.463-45.589l14.195-5.74c26.014,11,41.253,16.585,45.349,16.585l3.404-0.096l27.479-26.901c3.909-3.945,5.278-5.309-15.589-49.288l5.734-13.702c46.496-17.967,46.496-19.853,46.496-25.221v-35.029C340.268,146.361,340.268,144.434,293.629,127.806z M170.128,228.474c-32.798,0-59.504-26.187-59.504-58.364c0-32.153,26.707-58.315,59.504-58.315c32.78,0,59.43,26.168,59.43,58.315C229.552,202.287,202.902,228.474,170.128,228.474z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-configpanel-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='340.274px' height='340.274px' viewBox='0 0 340.274 340.274' style='enable-background:new 0 0 340.274 340.274;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M293.629,127.806l-5.795-13.739c19.846-44.856,18.53-46.189,14.676-50.08l-25.353-24.77l-2.516-2.12h-2.937c-1.549,0-6.173,0-44.712,17.48l-14.184-5.719c-18.332-45.444-20.212-45.444-25.58-45.444h-35.765c-5.362,0-7.446-0.006-24.448,45.606l-14.123,5.734C86.848,43.757,71.574,38.19,67.452,38.19l-3.381,0.105L36.801,65.032c-4.138,3.891-5.582,5.263,15.402,49.425l-5.774,13.691C0,146.097,0,147.838,0,153.33v35.068c0,5.501,0,7.44,46.585,24.127l5.773,13.667c-19.843,44.832-18.51,46.178-14.655,50.032l25.353,24.8l2.522,2.168h2.951c1.525,0,6.092,0,44.685-17.516l14.159,5.758c18.335,45.438,20.218,45.427,25.598,45.427h35.771c5.47,0,7.41,0,24.463-45.589l14.195-5.74c26.014,11,41.253,16.585,45.349,16.585l3.404-0.096l27.479-26.901c3.909-3.945,5.278-5.309-15.589-49.288l5.734-13.702c46.496-17.967,46.496-19.853,46.496-25.221v-35.029C340.268,146.361,340.268,144.434,293.629,127.806z M170.128,228.474c-32.798,0-59.504-26.187-59.504-58.364c0-32.153,26.707-58.315,59.504-58.315c32.78,0,59.43,26.168,59.43,58.315C229.552,202.287,202.902,228.474,170.128,228.474z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-configpanel-orange, .no-touch .smallbutton.smallbutton-params:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='340.274px' height='340.274px' viewBox='0 0 340.274 340.274' style='enable-background:new 0 0 340.274 340.274;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M293.629,127.806l-5.795-13.739c19.846-44.856,18.53-46.189,14.676-50.08l-25.353-24.77l-2.516-2.12h-2.937c-1.549,0-6.173,0-44.712,17.48l-14.184-5.719c-18.332-45.444-20.212-45.444-25.58-45.444h-35.765c-5.362,0-7.446-0.006-24.448,45.606l-14.123,5.734C86.848,43.757,71.574,38.19,67.452,38.19l-3.381,0.105L36.801,65.032c-4.138,3.891-5.582,5.263,15.402,49.425l-5.774,13.691C0,146.097,0,147.838,0,153.33v35.068c0,5.501,0,7.44,46.585,24.127l5.773,13.667c-19.843,44.832-18.51,46.178-14.655,50.032l25.353,24.8l2.522,2.168h2.951c1.525,0,6.092,0,44.685-17.516l14.159,5.758c18.335,45.438,20.218,45.427,25.598,45.427h35.771c5.47,0,7.41,0,24.463-45.589l14.195-5.74c26.014,11,41.253,16.585,45.349,16.585l3.404-0.096l27.479-26.901c3.909-3.945,5.278-5.309-15.589-49.288l5.734-13.702c46.496-17.967,46.496-19.853,46.496-25.221v-35.029C340.268,146.361,340.268,144.434,293.629,127.806z M170.128,228.474c-32.798,0-59.504-26.187-59.504-58.364c0-32.153,26.707-58.315,59.504-58.315c32.78,0,59.43,26.168,59.43,58.315C229.552,202.287,202.902,228.474,170.128,228.474z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalogpanel-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='978.673px' height='978.673px' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 978.673 978.673;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.126,214.123c35.6,82.801,95.7,164.7,179.8,200.001c9.6,4,20.5,7,31.7,9.5c22.4-33.4,48.1-60.501,78.2-82.7c25.899-19,53-33.9,80.899-45.601c-8-5.6-16.399-10.7-25.2-15.3c-35-18.3-72.899-34.4-109.8-51.7c34.7,9.4,74.5,12.9,107.7,25c20.7,7.601,39.8,18.101,57.6,30.601c53.101-18.101,108.601-26.801,164-33.4c-44.899-74.6-140.7-134.5-212.9-161.6c-75.4-28.301-160.8-31.801-244.7-40.5c-51.4-5.301-107.3-24.5-148.2-46.9c-9.3-5.1-19.2,3.4-16,13.7C27.326,79.523,37.526,152.323,64.126,214.123z'/%3E%3Cpath d='M950.627,204.323c-94.601,51.4-203.101,57.7-309.4,69.9c-51.899,6-103.3,13.399-152.201,28.2c-10.6,3.199-21.199,6.8-31.6,10.8c-30.9,11.8-60.7,27.3-88.8,48c-26.4,19.399-48,42.4-66.2,67.7c-29,40.399-49.2,86.899-65.8,135.2c-30.3,87.699-44.2,180.899-41.5,273.6c1.1,37.6,1.7,76.7,11,113.4c2.1,8.1,4.1,18.399,10.4,24.399c8.2,7.9,22.9-0.2,19.6-11.7c-23.8-81.1-9-175.899,23.9-253.399c37.8-89.101,110.8-142.101,200-174.4c23.7-8.6,47.901-16.1,72.5-23.2c0.5-0.199,1-0.199,1.5-0.199c4.9,0,7,7.199,1.9,9.5c-29,13.1-57.8,26.3-85.201,40.6c-134.2,70-192.8,233-142.5,233c4.101,0,8.9-1.1,14.4-3.4c77.6-32.1,169.8-32.399,255.1-48.199c30-5.5,59.2-13,86.601-24.4c108.8-45.4,186.6-134.2,232.899-241c34.5-79.7,47.9-173.8,74-256.601c3.4-10.6-4.1-19.699-13.3-19.699C955.627,202.323,953.127,202.924,950.627,204.323z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalogpanel-brown, .popin-title.icon-inventory:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='978.673px' height='978.673px' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 978.673 978.673;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.126,214.123c35.6,82.801,95.7,164.7,179.8,200.001c9.6,4,20.5,7,31.7,9.5c22.4-33.4,48.1-60.501,78.2-82.7c25.899-19,53-33.9,80.899-45.601c-8-5.6-16.399-10.7-25.2-15.3c-35-18.3-72.899-34.4-109.8-51.7c34.7,9.4,74.5,12.9,107.7,25c20.7,7.601,39.8,18.101,57.6,30.601c53.101-18.101,108.601-26.801,164-33.4c-44.899-74.6-140.7-134.5-212.9-161.6c-75.4-28.301-160.8-31.801-244.7-40.5c-51.4-5.301-107.3-24.5-148.2-46.9c-9.3-5.1-19.2,3.4-16,13.7C27.326,79.523,37.526,152.323,64.126,214.123z'/%3E%3Cpath d='M950.627,204.323c-94.601,51.4-203.101,57.7-309.4,69.9c-51.899,6-103.3,13.399-152.201,28.2c-10.6,3.199-21.199,6.8-31.6,10.8c-30.9,11.8-60.7,27.3-88.8,48c-26.4,19.399-48,42.4-66.2,67.7c-29,40.399-49.2,86.899-65.8,135.2c-30.3,87.699-44.2,180.899-41.5,273.6c1.1,37.6,1.7,76.7,11,113.4c2.1,8.1,4.1,18.399,10.4,24.399c8.2,7.9,22.9-0.2,19.6-11.7c-23.8-81.1-9-175.899,23.9-253.399c37.8-89.101,110.8-142.101,200-174.4c23.7-8.6,47.901-16.1,72.5-23.2c0.5-0.199,1-0.199,1.5-0.199c4.9,0,7,7.199,1.9,9.5c-29,13.1-57.8,26.3-85.201,40.6c-134.2,70-192.8,233-142.5,233c4.101,0,8.9-1.1,14.4-3.4c77.6-32.1,169.8-32.399,255.1-48.199c30-5.5,59.2-13,86.601-24.4c108.8-45.4,186.6-134.2,232.899-241c34.5-79.7,47.9-173.8,74-256.601c3.4-10.6-4.1-19.699-13.3-19.699C955.627,202.323,953.127,202.924,950.627,204.323z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalogpanel-black, .overlay-item-button.icon-inventory:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='978.673px' height='978.673px' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 978.673 978.673;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.126,214.123c35.6,82.801,95.7,164.7,179.8,200.001c9.6,4,20.5,7,31.7,9.5c22.4-33.4,48.1-60.501,78.2-82.7c25.899-19,53-33.9,80.899-45.601c-8-5.6-16.399-10.7-25.2-15.3c-35-18.3-72.899-34.4-109.8-51.7c34.7,9.4,74.5,12.9,107.7,25c20.7,7.601,39.8,18.101,57.6,30.601c53.101-18.101,108.601-26.801,164-33.4c-44.899-74.6-140.7-134.5-212.9-161.6c-75.4-28.301-160.8-31.801-244.7-40.5c-51.4-5.301-107.3-24.5-148.2-46.9c-9.3-5.1-19.2,3.4-16,13.7C27.326,79.523,37.526,152.323,64.126,214.123z'/%3E%3Cpath d='M950.627,204.323c-94.601,51.4-203.101,57.7-309.4,69.9c-51.899,6-103.3,13.399-152.201,28.2c-10.6,3.199-21.199,6.8-31.6,10.8c-30.9,11.8-60.7,27.3-88.8,48c-26.4,19.399-48,42.4-66.2,67.7c-29,40.399-49.2,86.899-65.8,135.2c-30.3,87.699-44.2,180.899-41.5,273.6c1.1,37.6,1.7,76.7,11,113.4c2.1,8.1,4.1,18.399,10.4,24.399c8.2,7.9,22.9-0.2,19.6-11.7c-23.8-81.1-9-175.899,23.9-253.399c37.8-89.101,110.8-142.101,200-174.4c23.7-8.6,47.901-16.1,72.5-23.2c0.5-0.199,1-0.199,1.5-0.199c4.9,0,7,7.199,1.9,9.5c-29,13.1-57.8,26.3-85.201,40.6c-134.2,70-192.8,233-142.5,233c4.101,0,8.9-1.1,14.4-3.4c77.6-32.1,169.8-32.399,255.1-48.199c30-5.5,59.2-13,86.601-24.4c108.8-45.4,186.6-134.2,232.899-241c34.5-79.7,47.9-173.8,74-256.601c3.4-10.6-4.1-19.699-13.3-19.699C955.627,202.323,953.127,202.924,950.627,204.323z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalogpanel-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='978.673px' height='978.673px' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 978.673 978.673;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.126,214.123c35.6,82.801,95.7,164.7,179.8,200.001c9.6,4,20.5,7,31.7,9.5c22.4-33.4,48.1-60.501,78.2-82.7c25.899-19,53-33.9,80.899-45.601c-8-5.6-16.399-10.7-25.2-15.3c-35-18.3-72.899-34.4-109.8-51.7c34.7,9.4,74.5,12.9,107.7,25c20.7,7.601,39.8,18.101,57.6,30.601c53.101-18.101,108.601-26.801,164-33.4c-44.899-74.6-140.7-134.5-212.9-161.6c-75.4-28.301-160.8-31.801-244.7-40.5c-51.4-5.301-107.3-24.5-148.2-46.9c-9.3-5.1-19.2,3.4-16,13.7C27.326,79.523,37.526,152.323,64.126,214.123z'/%3E%3Cpath d='M950.627,204.323c-94.601,51.4-203.101,57.7-309.4,69.9c-51.899,6-103.3,13.399-152.201,28.2c-10.6,3.199-21.199,6.8-31.6,10.8c-30.9,11.8-60.7,27.3-88.8,48c-26.4,19.399-48,42.4-66.2,67.7c-29,40.399-49.2,86.899-65.8,135.2c-30.3,87.699-44.2,180.899-41.5,273.6c1.1,37.6,1.7,76.7,11,113.4c2.1,8.1,4.1,18.399,10.4,24.399c8.2,7.9,22.9-0.2,19.6-11.7c-23.8-81.1-9-175.899,23.9-253.399c37.8-89.101,110.8-142.101,200-174.4c23.7-8.6,47.901-16.1,72.5-23.2c0.5-0.199,1-0.199,1.5-0.199c4.9,0,7,7.199,1.9,9.5c-29,13.1-57.8,26.3-85.201,40.6c-134.2,70-192.8,233-142.5,233c4.101,0,8.9-1.1,14.4-3.4c77.6-32.1,169.8-32.399,255.1-48.199c30-5.5,59.2-13,86.601-24.4c108.8-45.4,186.6-134.2,232.899-241c34.5-79.7,47.9-173.8,74-256.601c3.4-10.6-4.1-19.699-13.3-19.699C955.627,202.323,953.127,202.924,950.627,204.323z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalogpanel-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='978.673px' height='978.673px' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 978.673 978.673;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.126,214.123c35.6,82.801,95.7,164.7,179.8,200.001c9.6,4,20.5,7,31.7,9.5c22.4-33.4,48.1-60.501,78.2-82.7c25.899-19,53-33.9,80.899-45.601c-8-5.6-16.399-10.7-25.2-15.3c-35-18.3-72.899-34.4-109.8-51.7c34.7,9.4,74.5,12.9,107.7,25c20.7,7.601,39.8,18.101,57.6,30.601c53.101-18.101,108.601-26.801,164-33.4c-44.899-74.6-140.7-134.5-212.9-161.6c-75.4-28.301-160.8-31.801-244.7-40.5c-51.4-5.301-107.3-24.5-148.2-46.9c-9.3-5.1-19.2,3.4-16,13.7C27.326,79.523,37.526,152.323,64.126,214.123z'/%3E%3Cpath d='M950.627,204.323c-94.601,51.4-203.101,57.7-309.4,69.9c-51.899,6-103.3,13.399-152.201,28.2c-10.6,3.199-21.199,6.8-31.6,10.8c-30.9,11.8-60.7,27.3-88.8,48c-26.4,19.399-48,42.4-66.2,67.7c-29,40.399-49.2,86.899-65.8,135.2c-30.3,87.699-44.2,180.899-41.5,273.6c1.1,37.6,1.7,76.7,11,113.4c2.1,8.1,4.1,18.399,10.4,24.399c8.2,7.9,22.9-0.2,19.6-11.7c-23.8-81.1-9-175.899,23.9-253.399c37.8-89.101,110.8-142.101,200-174.4c23.7-8.6,47.901-16.1,72.5-23.2c0.5-0.199,1-0.199,1.5-0.199c4.9,0,7,7.199,1.9,9.5c-29,13.1-57.8,26.3-85.201,40.6c-134.2,70-192.8,233-142.5,233c4.101,0,8.9-1.1,14.4-3.4c77.6-32.1,169.8-32.399,255.1-48.199c30-5.5,59.2-13,86.601-24.4c108.8-45.4,186.6-134.2,232.899-241c34.5-79.7,47.9-173.8,74-256.601c3.4-10.6-4.1-19.699-13.3-19.699C955.627,202.323,953.127,202.924,950.627,204.323z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalogpanel-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='978.673px' height='978.673px' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 978.673 978.673;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.126,214.123c35.6,82.801,95.7,164.7,179.8,200.001c9.6,4,20.5,7,31.7,9.5c22.4-33.4,48.1-60.501,78.2-82.7c25.899-19,53-33.9,80.899-45.601c-8-5.6-16.399-10.7-25.2-15.3c-35-18.3-72.899-34.4-109.8-51.7c34.7,9.4,74.5,12.9,107.7,25c20.7,7.601,39.8,18.101,57.6,30.601c53.101-18.101,108.601-26.801,164-33.4c-44.899-74.6-140.7-134.5-212.9-161.6c-75.4-28.301-160.8-31.801-244.7-40.5c-51.4-5.301-107.3-24.5-148.2-46.9c-9.3-5.1-19.2,3.4-16,13.7C27.326,79.523,37.526,152.323,64.126,214.123z'/%3E%3Cpath d='M950.627,204.323c-94.601,51.4-203.101,57.7-309.4,69.9c-51.899,6-103.3,13.399-152.201,28.2c-10.6,3.199-21.199,6.8-31.6,10.8c-30.9,11.8-60.7,27.3-88.8,48c-26.4,19.399-48,42.4-66.2,67.7c-29,40.399-49.2,86.899-65.8,135.2c-30.3,87.699-44.2,180.899-41.5,273.6c1.1,37.6,1.7,76.7,11,113.4c2.1,8.1,4.1,18.399,10.4,24.399c8.2,7.9,22.9-0.2,19.6-11.7c-23.8-81.1-9-175.899,23.9-253.399c37.8-89.101,110.8-142.101,200-174.4c23.7-8.6,47.901-16.1,72.5-23.2c0.5-0.199,1-0.199,1.5-0.199c4.9,0,7,7.199,1.9,9.5c-29,13.1-57.8,26.3-85.201,40.6c-134.2,70-192.8,233-142.5,233c4.101,0,8.9-1.1,14.4-3.4c77.6-32.1,169.8-32.399,255.1-48.199c30-5.5,59.2-13,86.601-24.4c108.8-45.4,186.6-134.2,232.899-241c34.5-79.7,47.9-173.8,74-256.601c3.4-10.6-4.1-19.699-13.3-19.699C955.627,202.323,953.127,202.924,950.627,204.323z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalog-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 42.845 42.845' style='enable-background:new 0 0 42.845 42.845;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M35.833,36.716c-0.531-0.223-1.043-0.352-1.476-0.395c-0.127-1.938-1.16-4.416-1.16-6.017c0-4.614,0-13.843,0-18.457c0-1.94-0.478-5.814-1.5-7.889c0.375-0.203,0.76-0.484,1.119-0.843c1.066-1.065,1.5-2.359,0.97-2.889s-1.824-0.096-2.89,0.969c-0.438,0.437-0.761,0.91-0.963,1.355c-1.802-0.335-5.007-0.014-7.212-0.014h-4.365c-2.666,0-5.994-0.726-7.906,0.64C10.3,2.85,10.099,2.504,9.841,2.159C9.038,1.087,8.054,0.467,7.643,0.775C7.232,1.083,7.551,2.201,8.354,3.273c0.35,0.468,0.733,0.842,1.09,1.098C8.45,6.227,7.881,9.926,7.881,11.848c0,4.614,0,13.844,0,18.457c0,1.695-0.85,4.127-0.888,6.085c-0.327,0.069-0.679,0.175-1.04,0.327c-1.235,0.52-2.074,1.324-1.875,1.797c0.197,0.469,1.359,0.432,2.594-0.088c0.218-0.092,0.418-0.193,0.607-0.3c0.14,0.31,0.332,0.584,0.601,0.81c1.968,1.649,7.934,0.678,10.476,0.678h4.365c2.789,0,8.989,0.875,11.009-1.066c0.188-0.182,0.321-0.398,0.422-0.635c0.276,0.185,0.599,0.363,0.959,0.515c1.235,0.521,2.397,0.558,2.597,0.085C37.906,38.04,37.068,37.235,35.833,36.716z M14.29,26.235c-0.014,0-0.027,0-0.041,0c-0.055-0.004-0.107-0.02-0.16-0.037c-0.447-0.148-0.817-0.785-1.073-1.743c-0.071-0.269-0.134-0.56-0.186-0.875c-0.046-0.276-0.085-0.565-0.115-0.871c-0.088-0.899-0.105-1.92-0.035-2.997c0.228-3.486,1.28-6.264,2.363-6.264c0.014,0,0.027,0,0.041,0.001c0.872,0.057,1.493,1.918,1.596,4.452c0.009,0.221,0.014,0.445,0.015,0.676c0.001,0.229-0.002,0.461-0.009,0.698c-0.007,0.229-0.018,0.461-0.033,0.697c-0.19,2.906-0.953,5.312-1.829,6.036C14.649,26.153,14.47,26.235,14.29,26.235zM16.607,25.073c0.597-1.408,0.931-3.297,1.045-5.036c0.032-0.51,0.048-1.087,0.037-1.69c1.898-1.656,3.737-2.681,4.805-2.681c0.294,0,0.529,0.077,0.691,0.239c0.648,0.648-0.061,2.469-1.625,4.512c-0.527,0.687-1.15,1.4-1.851,2.102c-0.933,0.934-1.881,1.717-2.767,2.329C16.829,24.926,16.718,25.001,16.607,25.073z M24.395,23.944c-2.803,1.358-5.45,1.953-6.703,1.601c0.971-0.692,1.919-1.513,2.725-2.319c0.961-0.961,2.121-2.318,2.946-3.684c3.187-1.379,5.994-1.715,6.482-0.707C30.38,19.937,27.94,22.224,24.395,23.944z'/%3E%3Cellipse style='fill:%23010002;' cx='7.565' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='38.798' cy='39.417' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='42.364' rx='1.062' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='30.982' cy='40.861' rx='1.063' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='4.048' cy='40.38' rx='1.062' ry='0.48'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalog-brown, .no-touch .panel-menu-action.panel-menu-action-catalog:hover, .panel-menu-action.panel-menu-action-catalog.active, .popin-title.icon-catalog:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 42.845 42.845' style='enable-background:new 0 0 42.845 42.845;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M35.833,36.716c-0.531-0.223-1.043-0.352-1.476-0.395c-0.127-1.938-1.16-4.416-1.16-6.017c0-4.614,0-13.843,0-18.457c0-1.94-0.478-5.814-1.5-7.889c0.375-0.203,0.76-0.484,1.119-0.843c1.066-1.065,1.5-2.359,0.97-2.889s-1.824-0.096-2.89,0.969c-0.438,0.437-0.761,0.91-0.963,1.355c-1.802-0.335-5.007-0.014-7.212-0.014h-4.365c-2.666,0-5.994-0.726-7.906,0.64C10.3,2.85,10.099,2.504,9.841,2.159C9.038,1.087,8.054,0.467,7.643,0.775C7.232,1.083,7.551,2.201,8.354,3.273c0.35,0.468,0.733,0.842,1.09,1.098C8.45,6.227,7.881,9.926,7.881,11.848c0,4.614,0,13.844,0,18.457c0,1.695-0.85,4.127-0.888,6.085c-0.327,0.069-0.679,0.175-1.04,0.327c-1.235,0.52-2.074,1.324-1.875,1.797c0.197,0.469,1.359,0.432,2.594-0.088c0.218-0.092,0.418-0.193,0.607-0.3c0.14,0.31,0.332,0.584,0.601,0.81c1.968,1.649,7.934,0.678,10.476,0.678h4.365c2.789,0,8.989,0.875,11.009-1.066c0.188-0.182,0.321-0.398,0.422-0.635c0.276,0.185,0.599,0.363,0.959,0.515c1.235,0.521,2.397,0.558,2.597,0.085C37.906,38.04,37.068,37.235,35.833,36.716z M14.29,26.235c-0.014,0-0.027,0-0.041,0c-0.055-0.004-0.107-0.02-0.16-0.037c-0.447-0.148-0.817-0.785-1.073-1.743c-0.071-0.269-0.134-0.56-0.186-0.875c-0.046-0.276-0.085-0.565-0.115-0.871c-0.088-0.899-0.105-1.92-0.035-2.997c0.228-3.486,1.28-6.264,2.363-6.264c0.014,0,0.027,0,0.041,0.001c0.872,0.057,1.493,1.918,1.596,4.452c0.009,0.221,0.014,0.445,0.015,0.676c0.001,0.229-0.002,0.461-0.009,0.698c-0.007,0.229-0.018,0.461-0.033,0.697c-0.19,2.906-0.953,5.312-1.829,6.036C14.649,26.153,14.47,26.235,14.29,26.235zM16.607,25.073c0.597-1.408,0.931-3.297,1.045-5.036c0.032-0.51,0.048-1.087,0.037-1.69c1.898-1.656,3.737-2.681,4.805-2.681c0.294,0,0.529,0.077,0.691,0.239c0.648,0.648-0.061,2.469-1.625,4.512c-0.527,0.687-1.15,1.4-1.851,2.102c-0.933,0.934-1.881,1.717-2.767,2.329C16.829,24.926,16.718,25.001,16.607,25.073z M24.395,23.944c-2.803,1.358-5.45,1.953-6.703,1.601c0.971-0.692,1.919-1.513,2.725-2.319c0.961-0.961,2.121-2.318,2.946-3.684c3.187-1.379,5.994-1.715,6.482-0.707C30.38,19.937,27.94,22.224,24.395,23.944z'/%3E%3Cellipse style='fill:%23010002;' cx='7.565' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='38.798' cy='39.417' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='42.364' rx='1.062' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='30.982' cy='40.861' rx='1.063' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='4.048' cy='40.38' rx='1.062' ry='0.48'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalog-black, .panel-menu-action.panel-menu-action-catalog, .overlay-item-button.icon-catalog:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 42.845 42.845' style='enable-background:new 0 0 42.845 42.845;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M35.833,36.716c-0.531-0.223-1.043-0.352-1.476-0.395c-0.127-1.938-1.16-4.416-1.16-6.017c0-4.614,0-13.843,0-18.457c0-1.94-0.478-5.814-1.5-7.889c0.375-0.203,0.76-0.484,1.119-0.843c1.066-1.065,1.5-2.359,0.97-2.889s-1.824-0.096-2.89,0.969c-0.438,0.437-0.761,0.91-0.963,1.355c-1.802-0.335-5.007-0.014-7.212-0.014h-4.365c-2.666,0-5.994-0.726-7.906,0.64C10.3,2.85,10.099,2.504,9.841,2.159C9.038,1.087,8.054,0.467,7.643,0.775C7.232,1.083,7.551,2.201,8.354,3.273c0.35,0.468,0.733,0.842,1.09,1.098C8.45,6.227,7.881,9.926,7.881,11.848c0,4.614,0,13.844,0,18.457c0,1.695-0.85,4.127-0.888,6.085c-0.327,0.069-0.679,0.175-1.04,0.327c-1.235,0.52-2.074,1.324-1.875,1.797c0.197,0.469,1.359,0.432,2.594-0.088c0.218-0.092,0.418-0.193,0.607-0.3c0.14,0.31,0.332,0.584,0.601,0.81c1.968,1.649,7.934,0.678,10.476,0.678h4.365c2.789,0,8.989,0.875,11.009-1.066c0.188-0.182,0.321-0.398,0.422-0.635c0.276,0.185,0.599,0.363,0.959,0.515c1.235,0.521,2.397,0.558,2.597,0.085C37.906,38.04,37.068,37.235,35.833,36.716z M14.29,26.235c-0.014,0-0.027,0-0.041,0c-0.055-0.004-0.107-0.02-0.16-0.037c-0.447-0.148-0.817-0.785-1.073-1.743c-0.071-0.269-0.134-0.56-0.186-0.875c-0.046-0.276-0.085-0.565-0.115-0.871c-0.088-0.899-0.105-1.92-0.035-2.997c0.228-3.486,1.28-6.264,2.363-6.264c0.014,0,0.027,0,0.041,0.001c0.872,0.057,1.493,1.918,1.596,4.452c0.009,0.221,0.014,0.445,0.015,0.676c0.001,0.229-0.002,0.461-0.009,0.698c-0.007,0.229-0.018,0.461-0.033,0.697c-0.19,2.906-0.953,5.312-1.829,6.036C14.649,26.153,14.47,26.235,14.29,26.235zM16.607,25.073c0.597-1.408,0.931-3.297,1.045-5.036c0.032-0.51,0.048-1.087,0.037-1.69c1.898-1.656,3.737-2.681,4.805-2.681c0.294,0,0.529,0.077,0.691,0.239c0.648,0.648-0.061,2.469-1.625,4.512c-0.527,0.687-1.15,1.4-1.851,2.102c-0.933,0.934-1.881,1.717-2.767,2.329C16.829,24.926,16.718,25.001,16.607,25.073z M24.395,23.944c-2.803,1.358-5.45,1.953-6.703,1.601c0.971-0.692,1.919-1.513,2.725-2.319c0.961-0.961,2.121-2.318,2.946-3.684c3.187-1.379,5.994-1.715,6.482-0.707C30.38,19.937,27.94,22.224,24.395,23.944z'/%3E%3Cellipse style='fill:%23010002;' cx='7.565' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='38.798' cy='39.417' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='42.364' rx='1.062' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='30.982' cy='40.861' rx='1.063' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='4.048' cy='40.38' rx='1.062' ry='0.48'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalog-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 42.845 42.845' style='enable-background:new 0 0 42.845 42.845;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M35.833,36.716c-0.531-0.223-1.043-0.352-1.476-0.395c-0.127-1.938-1.16-4.416-1.16-6.017c0-4.614,0-13.843,0-18.457c0-1.94-0.478-5.814-1.5-7.889c0.375-0.203,0.76-0.484,1.119-0.843c1.066-1.065,1.5-2.359,0.97-2.889s-1.824-0.096-2.89,0.969c-0.438,0.437-0.761,0.91-0.963,1.355c-1.802-0.335-5.007-0.014-7.212-0.014h-4.365c-2.666,0-5.994-0.726-7.906,0.64C10.3,2.85,10.099,2.504,9.841,2.159C9.038,1.087,8.054,0.467,7.643,0.775C7.232,1.083,7.551,2.201,8.354,3.273c0.35,0.468,0.733,0.842,1.09,1.098C8.45,6.227,7.881,9.926,7.881,11.848c0,4.614,0,13.844,0,18.457c0,1.695-0.85,4.127-0.888,6.085c-0.327,0.069-0.679,0.175-1.04,0.327c-1.235,0.52-2.074,1.324-1.875,1.797c0.197,0.469,1.359,0.432,2.594-0.088c0.218-0.092,0.418-0.193,0.607-0.3c0.14,0.31,0.332,0.584,0.601,0.81c1.968,1.649,7.934,0.678,10.476,0.678h4.365c2.789,0,8.989,0.875,11.009-1.066c0.188-0.182,0.321-0.398,0.422-0.635c0.276,0.185,0.599,0.363,0.959,0.515c1.235,0.521,2.397,0.558,2.597,0.085C37.906,38.04,37.068,37.235,35.833,36.716z M14.29,26.235c-0.014,0-0.027,0-0.041,0c-0.055-0.004-0.107-0.02-0.16-0.037c-0.447-0.148-0.817-0.785-1.073-1.743c-0.071-0.269-0.134-0.56-0.186-0.875c-0.046-0.276-0.085-0.565-0.115-0.871c-0.088-0.899-0.105-1.92-0.035-2.997c0.228-3.486,1.28-6.264,2.363-6.264c0.014,0,0.027,0,0.041,0.001c0.872,0.057,1.493,1.918,1.596,4.452c0.009,0.221,0.014,0.445,0.015,0.676c0.001,0.229-0.002,0.461-0.009,0.698c-0.007,0.229-0.018,0.461-0.033,0.697c-0.19,2.906-0.953,5.312-1.829,6.036C14.649,26.153,14.47,26.235,14.29,26.235zM16.607,25.073c0.597-1.408,0.931-3.297,1.045-5.036c0.032-0.51,0.048-1.087,0.037-1.69c1.898-1.656,3.737-2.681,4.805-2.681c0.294,0,0.529,0.077,0.691,0.239c0.648,0.648-0.061,2.469-1.625,4.512c-0.527,0.687-1.15,1.4-1.851,2.102c-0.933,0.934-1.881,1.717-2.767,2.329C16.829,24.926,16.718,25.001,16.607,25.073z M24.395,23.944c-2.803,1.358-5.45,1.953-6.703,1.601c0.971-0.692,1.919-1.513,2.725-2.319c0.961-0.961,2.121-2.318,2.946-3.684c3.187-1.379,5.994-1.715,6.482-0.707C30.38,19.937,27.94,22.224,24.395,23.944z'/%3E%3Cellipse style='fill:%23010002;' cx='7.565' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='38.798' cy='39.417' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='42.364' rx='1.062' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='30.982' cy='40.861' rx='1.063' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='4.048' cy='40.38' rx='1.062' ry='0.48'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalog-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 42.845 42.845' style='enable-background:new 0 0 42.845 42.845;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M35.833,36.716c-0.531-0.223-1.043-0.352-1.476-0.395c-0.127-1.938-1.16-4.416-1.16-6.017c0-4.614,0-13.843,0-18.457c0-1.94-0.478-5.814-1.5-7.889c0.375-0.203,0.76-0.484,1.119-0.843c1.066-1.065,1.5-2.359,0.97-2.889s-1.824-0.096-2.89,0.969c-0.438,0.437-0.761,0.91-0.963,1.355c-1.802-0.335-5.007-0.014-7.212-0.014h-4.365c-2.666,0-5.994-0.726-7.906,0.64C10.3,2.85,10.099,2.504,9.841,2.159C9.038,1.087,8.054,0.467,7.643,0.775C7.232,1.083,7.551,2.201,8.354,3.273c0.35,0.468,0.733,0.842,1.09,1.098C8.45,6.227,7.881,9.926,7.881,11.848c0,4.614,0,13.844,0,18.457c0,1.695-0.85,4.127-0.888,6.085c-0.327,0.069-0.679,0.175-1.04,0.327c-1.235,0.52-2.074,1.324-1.875,1.797c0.197,0.469,1.359,0.432,2.594-0.088c0.218-0.092,0.418-0.193,0.607-0.3c0.14,0.31,0.332,0.584,0.601,0.81c1.968,1.649,7.934,0.678,10.476,0.678h4.365c2.789,0,8.989,0.875,11.009-1.066c0.188-0.182,0.321-0.398,0.422-0.635c0.276,0.185,0.599,0.363,0.959,0.515c1.235,0.521,2.397,0.558,2.597,0.085C37.906,38.04,37.068,37.235,35.833,36.716z M14.29,26.235c-0.014,0-0.027,0-0.041,0c-0.055-0.004-0.107-0.02-0.16-0.037c-0.447-0.148-0.817-0.785-1.073-1.743c-0.071-0.269-0.134-0.56-0.186-0.875c-0.046-0.276-0.085-0.565-0.115-0.871c-0.088-0.899-0.105-1.92-0.035-2.997c0.228-3.486,1.28-6.264,2.363-6.264c0.014,0,0.027,0,0.041,0.001c0.872,0.057,1.493,1.918,1.596,4.452c0.009,0.221,0.014,0.445,0.015,0.676c0.001,0.229-0.002,0.461-0.009,0.698c-0.007,0.229-0.018,0.461-0.033,0.697c-0.19,2.906-0.953,5.312-1.829,6.036C14.649,26.153,14.47,26.235,14.29,26.235zM16.607,25.073c0.597-1.408,0.931-3.297,1.045-5.036c0.032-0.51,0.048-1.087,0.037-1.69c1.898-1.656,3.737-2.681,4.805-2.681c0.294,0,0.529,0.077,0.691,0.239c0.648,0.648-0.061,2.469-1.625,4.512c-0.527,0.687-1.15,1.4-1.851,2.102c-0.933,0.934-1.881,1.717-2.767,2.329C16.829,24.926,16.718,25.001,16.607,25.073z M24.395,23.944c-2.803,1.358-5.45,1.953-6.703,1.601c0.971-0.692,1.919-1.513,2.725-2.319c0.961-0.961,2.121-2.318,2.946-3.684c3.187-1.379,5.994-1.715,6.482-0.707C30.38,19.937,27.94,22.224,24.395,23.944z'/%3E%3Cellipse style='fill:%23010002;' cx='7.565' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='38.798' cy='39.417' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='42.364' rx='1.062' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='30.982' cy='40.861' rx='1.063' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='4.048' cy='40.38' rx='1.062' ry='0.48'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-catalog-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 42.845 42.845' style='enable-background:new 0 0 42.845 42.845;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M35.833,36.716c-0.531-0.223-1.043-0.352-1.476-0.395c-0.127-1.938-1.16-4.416-1.16-6.017c0-4.614,0-13.843,0-18.457c0-1.94-0.478-5.814-1.5-7.889c0.375-0.203,0.76-0.484,1.119-0.843c1.066-1.065,1.5-2.359,0.97-2.889s-1.824-0.096-2.89,0.969c-0.438,0.437-0.761,0.91-0.963,1.355c-1.802-0.335-5.007-0.014-7.212-0.014h-4.365c-2.666,0-5.994-0.726-7.906,0.64C10.3,2.85,10.099,2.504,9.841,2.159C9.038,1.087,8.054,0.467,7.643,0.775C7.232,1.083,7.551,2.201,8.354,3.273c0.35,0.468,0.733,0.842,1.09,1.098C8.45,6.227,7.881,9.926,7.881,11.848c0,4.614,0,13.844,0,18.457c0,1.695-0.85,4.127-0.888,6.085c-0.327,0.069-0.679,0.175-1.04,0.327c-1.235,0.52-2.074,1.324-1.875,1.797c0.197,0.469,1.359,0.432,2.594-0.088c0.218-0.092,0.418-0.193,0.607-0.3c0.14,0.31,0.332,0.584,0.601,0.81c1.968,1.649,7.934,0.678,10.476,0.678h4.365c2.789,0,8.989,0.875,11.009-1.066c0.188-0.182,0.321-0.398,0.422-0.635c0.276,0.185,0.599,0.363,0.959,0.515c1.235,0.521,2.397,0.558,2.597,0.085C37.906,38.04,37.068,37.235,35.833,36.716z M14.29,26.235c-0.014,0-0.027,0-0.041,0c-0.055-0.004-0.107-0.02-0.16-0.037c-0.447-0.148-0.817-0.785-1.073-1.743c-0.071-0.269-0.134-0.56-0.186-0.875c-0.046-0.276-0.085-0.565-0.115-0.871c-0.088-0.899-0.105-1.92-0.035-2.997c0.228-3.486,1.28-6.264,2.363-6.264c0.014,0,0.027,0,0.041,0.001c0.872,0.057,1.493,1.918,1.596,4.452c0.009,0.221,0.014,0.445,0.015,0.676c0.001,0.229-0.002,0.461-0.009,0.698c-0.007,0.229-0.018,0.461-0.033,0.697c-0.19,2.906-0.953,5.312-1.829,6.036C14.649,26.153,14.47,26.235,14.29,26.235zM16.607,25.073c0.597-1.408,0.931-3.297,1.045-5.036c0.032-0.51,0.048-1.087,0.037-1.69c1.898-1.656,3.737-2.681,4.805-2.681c0.294,0,0.529,0.077,0.691,0.239c0.648,0.648-0.061,2.469-1.625,4.512c-0.527,0.687-1.15,1.4-1.851,2.102c-0.933,0.934-1.881,1.717-2.767,2.329C16.829,24.926,16.718,25.001,16.607,25.073z M24.395,23.944c-2.803,1.358-5.45,1.953-6.703,1.601c0.971-0.692,1.919-1.513,2.725-2.319c0.961-0.961,2.121-2.318,2.946-3.684c3.187-1.379,5.994-1.715,6.482-0.707C30.38,19.937,27.94,22.224,24.395,23.944z'/%3E%3Cellipse style='fill:%23010002;' cx='7.565' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='38.798' cy='39.417' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='42.364' rx='1.062' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='30.982' cy='40.861' rx='1.063' ry='0.481'/%3E%3Cellipse style='fill:%23010002;' cx='34.253' cy='40.38' rx='1.062' ry='0.48'/%3E%3Cellipse style='fill:%23010002;' cx='4.048' cy='40.38' rx='1.062' ry='0.48'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-inventory-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='33.123px' height='33.123px' viewBox='0 0 33.123 33.123' style='enable-background:new 0 0 33.123 33.123;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M26.962,18.265c-0.243,0.487-0.519,0.976-0.782,1.422l3.819,4.771H9.759l-0.007,0.009l-0.007-0.009H3.122l4.006-5.003c-0.002-0.032-0.015-0.072-0.015-0.104c0-1.455,1.184-2.638,2.639-2.638c0.391,0,0.759,0.091,1.093,0.244h2.645c-0.28-0.487-0.557-0.992-0.816-1.5H8.408L0,25.958h33.123L26.962,18.265z'/%3E%3Cpath d='M20.449,15.458c-0.26,0.508-0.536,1.013-0.816,1.5h1.584c-0.133-0.394-0.213-0.753-0.213-1.052c0-0.153,0.025-0.3,0.045-0.448H20.449z'/%3E%3Cpath d='M20.823,11.427c0-2.354-1.909-4.261-4.262-4.261s-4.262,1.908-4.262,4.261c0,2.353,4.262,8.523,4.262,8.523S20.823,13.78,20.823,11.427z M14.43,11.427c0-1.178,0.955-2.131,2.131-2.131s2.13,0.953,2.13,2.131c0,1.178-0.955,2.131-2.13,2.131S14.43,12.604,14.43,11.427z'/%3E%3Cpath d='M26.887,15.905c0-1.39-1.129-2.516-2.518-2.516s-2.518,1.126-2.518,2.516c0,1.39,2.518,5.032,2.518,5.032S26.887,17.294,26.887,15.905z M23.111,15.905c0-0.695,0.563-1.258,1.259-1.258c0.694,0,1.258,0.563,1.258,1.258c0,0.696-0.563,1.258-1.258,1.258C23.675,17.164,23.111,16.601,23.111,15.905z'/%3E%3Cpath d='M7.78,19.351c0,1.09,1.973,3.945,1.973,3.945s1.973-2.855,1.973-3.945s-0.884-1.972-1.973-1.972S7.78,18.261,7.78,19.351zM10.739,19.351c0,0.545-0.442,0.986-0.986,0.986s-0.986-0.441-0.986-0.986s0.442-0.985,0.986-0.985S10.739,18.806,10.739,19.351z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-inventory-brown, .no-touch .panel-menu-action.panel-menu-action-inventory:hover, .panel-menu-action.panel-menu-action-inventory.active, .popin-title.icon-mapedit:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='33.123px' height='33.123px' viewBox='0 0 33.123 33.123' style='enable-background:new 0 0 33.123 33.123;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M26.962,18.265c-0.243,0.487-0.519,0.976-0.782,1.422l3.819,4.771H9.759l-0.007,0.009l-0.007-0.009H3.122l4.006-5.003c-0.002-0.032-0.015-0.072-0.015-0.104c0-1.455,1.184-2.638,2.639-2.638c0.391,0,0.759,0.091,1.093,0.244h2.645c-0.28-0.487-0.557-0.992-0.816-1.5H8.408L0,25.958h33.123L26.962,18.265z'/%3E%3Cpath d='M20.449,15.458c-0.26,0.508-0.536,1.013-0.816,1.5h1.584c-0.133-0.394-0.213-0.753-0.213-1.052c0-0.153,0.025-0.3,0.045-0.448H20.449z'/%3E%3Cpath d='M20.823,11.427c0-2.354-1.909-4.261-4.262-4.261s-4.262,1.908-4.262,4.261c0,2.353,4.262,8.523,4.262,8.523S20.823,13.78,20.823,11.427z M14.43,11.427c0-1.178,0.955-2.131,2.131-2.131s2.13,0.953,2.13,2.131c0,1.178-0.955,2.131-2.13,2.131S14.43,12.604,14.43,11.427z'/%3E%3Cpath d='M26.887,15.905c0-1.39-1.129-2.516-2.518-2.516s-2.518,1.126-2.518,2.516c0,1.39,2.518,5.032,2.518,5.032S26.887,17.294,26.887,15.905z M23.111,15.905c0-0.695,0.563-1.258,1.259-1.258c0.694,0,1.258,0.563,1.258,1.258c0,0.696-0.563,1.258-1.258,1.258C23.675,17.164,23.111,16.601,23.111,15.905z'/%3E%3Cpath d='M7.78,19.351c0,1.09,1.973,3.945,1.973,3.945s1.973-2.855,1.973-3.945s-0.884-1.972-1.973-1.972S7.78,18.261,7.78,19.351zM10.739,19.351c0,0.545-0.442,0.986-0.986,0.986s-0.986-0.441-0.986-0.986s0.442-0.985,0.986-0.985S10.739,18.806,10.739,19.351z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-inventory-black, .panel-menu-action.panel-menu-action-inventory, .overlay-item-button.icon-mapedit:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='33.123px' height='33.123px' viewBox='0 0 33.123 33.123' style='enable-background:new 0 0 33.123 33.123;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M26.962,18.265c-0.243,0.487-0.519,0.976-0.782,1.422l3.819,4.771H9.759l-0.007,0.009l-0.007-0.009H3.122l4.006-5.003c-0.002-0.032-0.015-0.072-0.015-0.104c0-1.455,1.184-2.638,2.639-2.638c0.391,0,0.759,0.091,1.093,0.244h2.645c-0.28-0.487-0.557-0.992-0.816-1.5H8.408L0,25.958h33.123L26.962,18.265z'/%3E%3Cpath d='M20.449,15.458c-0.26,0.508-0.536,1.013-0.816,1.5h1.584c-0.133-0.394-0.213-0.753-0.213-1.052c0-0.153,0.025-0.3,0.045-0.448H20.449z'/%3E%3Cpath d='M20.823,11.427c0-2.354-1.909-4.261-4.262-4.261s-4.262,1.908-4.262,4.261c0,2.353,4.262,8.523,4.262,8.523S20.823,13.78,20.823,11.427z M14.43,11.427c0-1.178,0.955-2.131,2.131-2.131s2.13,0.953,2.13,2.131c0,1.178-0.955,2.131-2.13,2.131S14.43,12.604,14.43,11.427z'/%3E%3Cpath d='M26.887,15.905c0-1.39-1.129-2.516-2.518-2.516s-2.518,1.126-2.518,2.516c0,1.39,2.518,5.032,2.518,5.032S26.887,17.294,26.887,15.905z M23.111,15.905c0-0.695,0.563-1.258,1.259-1.258c0.694,0,1.258,0.563,1.258,1.258c0,0.696-0.563,1.258-1.258,1.258C23.675,17.164,23.111,16.601,23.111,15.905z'/%3E%3Cpath d='M7.78,19.351c0,1.09,1.973,3.945,1.973,3.945s1.973-2.855,1.973-3.945s-0.884-1.972-1.973-1.972S7.78,18.261,7.78,19.351zM10.739,19.351c0,0.545-0.442,0.986-0.986,0.986s-0.986-0.441-0.986-0.986s0.442-0.985,0.986-0.985S10.739,18.806,10.739,19.351z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-inventory-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='33.123px' height='33.123px' viewBox='0 0 33.123 33.123' style='enable-background:new 0 0 33.123 33.123;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M26.962,18.265c-0.243,0.487-0.519,0.976-0.782,1.422l3.819,4.771H9.759l-0.007,0.009l-0.007-0.009H3.122l4.006-5.003c-0.002-0.032-0.015-0.072-0.015-0.104c0-1.455,1.184-2.638,2.639-2.638c0.391,0,0.759,0.091,1.093,0.244h2.645c-0.28-0.487-0.557-0.992-0.816-1.5H8.408L0,25.958h33.123L26.962,18.265z'/%3E%3Cpath d='M20.449,15.458c-0.26,0.508-0.536,1.013-0.816,1.5h1.584c-0.133-0.394-0.213-0.753-0.213-1.052c0-0.153,0.025-0.3,0.045-0.448H20.449z'/%3E%3Cpath d='M20.823,11.427c0-2.354-1.909-4.261-4.262-4.261s-4.262,1.908-4.262,4.261c0,2.353,4.262,8.523,4.262,8.523S20.823,13.78,20.823,11.427z M14.43,11.427c0-1.178,0.955-2.131,2.131-2.131s2.13,0.953,2.13,2.131c0,1.178-0.955,2.131-2.13,2.131S14.43,12.604,14.43,11.427z'/%3E%3Cpath d='M26.887,15.905c0-1.39-1.129-2.516-2.518-2.516s-2.518,1.126-2.518,2.516c0,1.39,2.518,5.032,2.518,5.032S26.887,17.294,26.887,15.905z M23.111,15.905c0-0.695,0.563-1.258,1.259-1.258c0.694,0,1.258,0.563,1.258,1.258c0,0.696-0.563,1.258-1.258,1.258C23.675,17.164,23.111,16.601,23.111,15.905z'/%3E%3Cpath d='M7.78,19.351c0,1.09,1.973,3.945,1.973,3.945s1.973-2.855,1.973-3.945s-0.884-1.972-1.973-1.972S7.78,18.261,7.78,19.351zM10.739,19.351c0,0.545-0.442,0.986-0.986,0.986s-0.986-0.441-0.986-0.986s0.442-0.985,0.986-0.985S10.739,18.806,10.739,19.351z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-inventory-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='33.123px' height='33.123px' viewBox='0 0 33.123 33.123' style='enable-background:new 0 0 33.123 33.123;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M26.962,18.265c-0.243,0.487-0.519,0.976-0.782,1.422l3.819,4.771H9.759l-0.007,0.009l-0.007-0.009H3.122l4.006-5.003c-0.002-0.032-0.015-0.072-0.015-0.104c0-1.455,1.184-2.638,2.639-2.638c0.391,0,0.759,0.091,1.093,0.244h2.645c-0.28-0.487-0.557-0.992-0.816-1.5H8.408L0,25.958h33.123L26.962,18.265z'/%3E%3Cpath d='M20.449,15.458c-0.26,0.508-0.536,1.013-0.816,1.5h1.584c-0.133-0.394-0.213-0.753-0.213-1.052c0-0.153,0.025-0.3,0.045-0.448H20.449z'/%3E%3Cpath d='M20.823,11.427c0-2.354-1.909-4.261-4.262-4.261s-4.262,1.908-4.262,4.261c0,2.353,4.262,8.523,4.262,8.523S20.823,13.78,20.823,11.427z M14.43,11.427c0-1.178,0.955-2.131,2.131-2.131s2.13,0.953,2.13,2.131c0,1.178-0.955,2.131-2.13,2.131S14.43,12.604,14.43,11.427z'/%3E%3Cpath d='M26.887,15.905c0-1.39-1.129-2.516-2.518-2.516s-2.518,1.126-2.518,2.516c0,1.39,2.518,5.032,2.518,5.032S26.887,17.294,26.887,15.905z M23.111,15.905c0-0.695,0.563-1.258,1.259-1.258c0.694,0,1.258,0.563,1.258,1.258c0,0.696-0.563,1.258-1.258,1.258C23.675,17.164,23.111,16.601,23.111,15.905z'/%3E%3Cpath d='M7.78,19.351c0,1.09,1.973,3.945,1.973,3.945s1.973-2.855,1.973-3.945s-0.884-1.972-1.973-1.972S7.78,18.261,7.78,19.351zM10.739,19.351c0,0.545-0.442,0.986-0.986,0.986s-0.986-0.441-0.986-0.986s0.442-0.985,0.986-0.985S10.739,18.806,10.739,19.351z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-inventory-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='33.123px' height='33.123px' viewBox='0 0 33.123 33.123' style='enable-background:new 0 0 33.123 33.123;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M26.962,18.265c-0.243,0.487-0.519,0.976-0.782,1.422l3.819,4.771H9.759l-0.007,0.009l-0.007-0.009H3.122l4.006-5.003c-0.002-0.032-0.015-0.072-0.015-0.104c0-1.455,1.184-2.638,2.639-2.638c0.391,0,0.759,0.091,1.093,0.244h2.645c-0.28-0.487-0.557-0.992-0.816-1.5H8.408L0,25.958h33.123L26.962,18.265z'/%3E%3Cpath d='M20.449,15.458c-0.26,0.508-0.536,1.013-0.816,1.5h1.584c-0.133-0.394-0.213-0.753-0.213-1.052c0-0.153,0.025-0.3,0.045-0.448H20.449z'/%3E%3Cpath d='M20.823,11.427c0-2.354-1.909-4.261-4.262-4.261s-4.262,1.908-4.262,4.261c0,2.353,4.262,8.523,4.262,8.523S20.823,13.78,20.823,11.427z M14.43,11.427c0-1.178,0.955-2.131,2.131-2.131s2.13,0.953,2.13,2.131c0,1.178-0.955,2.131-2.13,2.131S14.43,12.604,14.43,11.427z'/%3E%3Cpath d='M26.887,15.905c0-1.39-1.129-2.516-2.518-2.516s-2.518,1.126-2.518,2.516c0,1.39,2.518,5.032,2.518,5.032S26.887,17.294,26.887,15.905z M23.111,15.905c0-0.695,0.563-1.258,1.259-1.258c0.694,0,1.258,0.563,1.258,1.258c0,0.696-0.563,1.258-1.258,1.258C23.675,17.164,23.111,16.601,23.111,15.905z'/%3E%3Cpath d='M7.78,19.351c0,1.09,1.973,3.945,1.973,3.945s1.973-2.855,1.973-3.945s-0.884-1.972-1.973-1.972S7.78,18.261,7.78,19.351zM10.739,19.351c0,0.545-0.442,0.986-0.986,0.986s-0.986-0.441-0.986-0.986s0.442-0.985,0.986-0.985S10.739,18.806,10.739,19.351z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='283.245px' height='283.245px' viewBox='0 0 283.245 283.245' style='enable-background:new 0 0 283.245 283.245;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M274.154,29.23l-29.52-25.94c-4.996-4.387-12.46-4.387-17.462,0l-29.507,25.94c-2.865,2.51-4.492,6.125-4.492,9.932v39.776h-8.814V39.162c0-3.807-1.64-7.422-4.492-9.932L150.359,3.29c-5.002-4.387-12.466-4.387-17.465,0l-29.507,25.94c-2.867,2.51-4.498,6.125-4.498,9.932v39.776h-8.809V39.162c0-3.807-1.642-7.422-4.495-9.932L56.069,3.29c-4.993-4.387-12.463-4.387-17.456,0L9.1,29.23c-2.861,2.51-4.489,6.125-4.489,9.932v230.86c0,7.303,5.915,13.223,13.22,13.223h59.015c7.311,0,13.234-5.92,13.234-13.223v-57.729h8.809v57.729c0,7.303,5.918,13.223,13.229,13.223h59.019c7.302,0,13.223-5.92,13.223-13.223v-57.729h8.814v57.729c0,7.303,5.921,13.223,13.223,13.223h59.016c7.308,0,13.222-5.92,13.222-13.223V39.162C278.646,35.355,277.001,31.74,274.154,29.23z M98.89,185.848h-8.809v-80.452h8.809V185.848z M193.174,185.848h-8.814v-80.452h8.814V185.848z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='283.245px' height='283.245px' viewBox='0 0 283.245 283.245' style='enable-background:new 0 0 283.245 283.245;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M274.154,29.23l-29.52-25.94c-4.996-4.387-12.46-4.387-17.462,0l-29.507,25.94c-2.865,2.51-4.492,6.125-4.492,9.932v39.776h-8.814V39.162c0-3.807-1.64-7.422-4.492-9.932L150.359,3.29c-5.002-4.387-12.466-4.387-17.465,0l-29.507,25.94c-2.867,2.51-4.498,6.125-4.498,9.932v39.776h-8.809V39.162c0-3.807-1.642-7.422-4.495-9.932L56.069,3.29c-4.993-4.387-12.463-4.387-17.456,0L9.1,29.23c-2.861,2.51-4.489,6.125-4.489,9.932v230.86c0,7.303,5.915,13.223,13.22,13.223h59.015c7.311,0,13.234-5.92,13.234-13.223v-57.729h8.809v57.729c0,7.303,5.918,13.223,13.229,13.223h59.019c7.302,0,13.223-5.92,13.223-13.223v-57.729h8.814v57.729c0,7.303,5.921,13.223,13.223,13.223h59.016c7.308,0,13.222-5.92,13.222-13.223V39.162C278.646,35.355,277.001,31.74,274.154,29.23z M98.89,185.848h-8.809v-80.452h8.809V185.848z M193.174,185.848h-8.814v-80.452h8.814V185.848z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='283.245px' height='283.245px' viewBox='0 0 283.245 283.245' style='enable-background:new 0 0 283.245 283.245;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M274.154,29.23l-29.52-25.94c-4.996-4.387-12.46-4.387-17.462,0l-29.507,25.94c-2.865,2.51-4.492,6.125-4.492,9.932v39.776h-8.814V39.162c0-3.807-1.64-7.422-4.492-9.932L150.359,3.29c-5.002-4.387-12.466-4.387-17.465,0l-29.507,25.94c-2.867,2.51-4.498,6.125-4.498,9.932v39.776h-8.809V39.162c0-3.807-1.642-7.422-4.495-9.932L56.069,3.29c-4.993-4.387-12.463-4.387-17.456,0L9.1,29.23c-2.861,2.51-4.489,6.125-4.489,9.932v230.86c0,7.303,5.915,13.223,13.22,13.223h59.015c7.311,0,13.234-5.92,13.234-13.223v-57.729h8.809v57.729c0,7.303,5.918,13.223,13.229,13.223h59.019c7.302,0,13.223-5.92,13.223-13.223v-57.729h8.814v57.729c0,7.303,5.921,13.223,13.223,13.223h59.016c7.308,0,13.222-5.92,13.222-13.223V39.162C278.646,35.355,277.001,31.74,274.154,29.23z M98.89,185.848h-8.809v-80.452h8.809V185.848z M193.174,185.848h-8.814v-80.452h8.814V185.848z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='283.245px' height='283.245px' viewBox='0 0 283.245 283.245' style='enable-background:new 0 0 283.245 283.245;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M274.154,29.23l-29.52-25.94c-4.996-4.387-12.46-4.387-17.462,0l-29.507,25.94c-2.865,2.51-4.492,6.125-4.492,9.932v39.776h-8.814V39.162c0-3.807-1.64-7.422-4.492-9.932L150.359,3.29c-5.002-4.387-12.466-4.387-17.465,0l-29.507,25.94c-2.867,2.51-4.498,6.125-4.498,9.932v39.776h-8.809V39.162c0-3.807-1.642-7.422-4.495-9.932L56.069,3.29c-4.993-4.387-12.463-4.387-17.456,0L9.1,29.23c-2.861,2.51-4.489,6.125-4.489,9.932v230.86c0,7.303,5.915,13.223,13.22,13.223h59.015c7.311,0,13.234-5.92,13.234-13.223v-57.729h8.809v57.729c0,7.303,5.918,13.223,13.229,13.223h59.019c7.302,0,13.223-5.92,13.223-13.223v-57.729h8.814v57.729c0,7.303,5.921,13.223,13.223,13.223h59.016c7.308,0,13.222-5.92,13.222-13.223V39.162C278.646,35.355,277.001,31.74,274.154,29.23z M98.89,185.848h-8.809v-80.452h8.809V185.848z M193.174,185.848h-8.814v-80.452h8.814V185.848z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='283.245px' height='283.245px' viewBox='0 0 283.245 283.245' style='enable-background:new 0 0 283.245 283.245;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M274.154,29.23l-29.52-25.94c-4.996-4.387-12.46-4.387-17.462,0l-29.507,25.94c-2.865,2.51-4.492,6.125-4.492,9.932v39.776h-8.814V39.162c0-3.807-1.64-7.422-4.492-9.932L150.359,3.29c-5.002-4.387-12.466-4.387-17.465,0l-29.507,25.94c-2.867,2.51-4.498,6.125-4.498,9.932v39.776h-8.809V39.162c0-3.807-1.642-7.422-4.495-9.932L56.069,3.29c-4.993-4.387-12.463-4.387-17.456,0L9.1,29.23c-2.861,2.51-4.489,6.125-4.489,9.932v230.86c0,7.303,5.915,13.223,13.22,13.223h59.015c7.311,0,13.234-5.92,13.234-13.223v-57.729h8.809v57.729c0,7.303,5.918,13.223,13.229,13.223h59.019c7.302,0,13.223-5.92,13.223-13.223v-57.729h8.814v57.729c0,7.303,5.921,13.223,13.223,13.223h59.016c7.308,0,13.222-5.92,13.222-13.223V39.162C278.646,35.355,277.001,31.74,274.154,29.23z M98.89,185.848h-8.809v-80.452h8.809V185.848z M193.174,185.848h-8.814v-80.452h8.814V185.848z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='283.245px' height='283.245px' viewBox='0 0 283.245 283.245' style='enable-background:new 0 0 283.245 283.245;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M274.154,29.23l-29.52-25.94c-4.996-4.387-12.46-4.387-17.462,0l-29.507,25.94c-2.865,2.51-4.492,6.125-4.492,9.932v39.776h-8.814V39.162c0-3.807-1.64-7.422-4.492-9.932L150.359,3.29c-5.002-4.387-12.466-4.387-17.465,0l-29.507,25.94c-2.867,2.51-4.498,6.125-4.498,9.932v39.776h-8.809V39.162c0-3.807-1.642-7.422-4.495-9.932L56.069,3.29c-4.993-4.387-12.463-4.387-17.456,0L9.1,29.23c-2.861,2.51-4.489,6.125-4.489,9.932v230.86c0,7.303,5.915,13.223,13.22,13.223h59.015c7.311,0,13.234-5.92,13.234-13.223v-57.729h8.809v57.729c0,7.303,5.918,13.223,13.229,13.223h59.019c7.302,0,13.223-5.92,13.223-13.223v-57.729h8.814v57.729c0,7.303,5.921,13.223,13.223,13.223h59.016c7.308,0,13.222-5.92,13.222-13.223V39.162C278.646,35.355,277.001,31.74,274.154,29.23z M98.89,185.848h-8.809v-80.452h8.809V185.848z M193.174,185.848h-8.814v-80.452h8.814V185.848z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture2-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 182.709 182.709' style='enable-background:new 0 0 182.709 182.709;' xml:space='preserve'%3E%3Cpath d='M181.412,30.875L167.184,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284l-14.228,20.932c-0.845,1.243-1.297,2.712-1.297,4.216v18.275h-26.171V35.091c0-1.504-0.452-2.973-1.297-4.216L97.557,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L70.924,30.875c-0.845,1.243-1.297,2.712-1.297,4.216v18.275H43.456V35.091c0-1.504-0.452-2.973-1.297-4.216L27.931,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L1.297,30.875C0.452,32.118,0,33.587,0,35.091v133.46c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5V35.091C182.709,33.587,182.257,32.118,181.412,30.875z M69.626,128.836H43.456V78.469h26.171V128.836zM113.083,78.469h26.171v50.366h-26.171V78.469z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture2-brown, .no-touch .panel-menu-action.panel-menu-action-map:hover, .panel-menu-action.panel-menu-action-map.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 182.709 182.709' style='enable-background:new 0 0 182.709 182.709;' xml:space='preserve'%3E%3Cpath d='M181.412,30.875L167.184,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284l-14.228,20.932c-0.845,1.243-1.297,2.712-1.297,4.216v18.275h-26.171V35.091c0-1.504-0.452-2.973-1.297-4.216L97.557,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L70.924,30.875c-0.845,1.243-1.297,2.712-1.297,4.216v18.275H43.456V35.091c0-1.504-0.452-2.973-1.297-4.216L27.931,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L1.297,30.875C0.452,32.118,0,33.587,0,35.091v133.46c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5V35.091C182.709,33.587,182.257,32.118,181.412,30.875z M69.626,128.836H43.456V78.469h26.171V128.836zM113.083,78.469h26.171v50.366h-26.171V78.469z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture2-black, .panel-menu-action.panel-menu-action-map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 182.709 182.709' style='enable-background:new 0 0 182.709 182.709;' xml:space='preserve'%3E%3Cpath d='M181.412,30.875L167.184,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284l-14.228,20.932c-0.845,1.243-1.297,2.712-1.297,4.216v18.275h-26.171V35.091c0-1.504-0.452-2.973-1.297-4.216L97.557,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L70.924,30.875c-0.845,1.243-1.297,2.712-1.297,4.216v18.275H43.456V35.091c0-1.504-0.452-2.973-1.297-4.216L27.931,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L1.297,30.875C0.452,32.118,0,33.587,0,35.091v133.46c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5V35.091C182.709,33.587,182.257,32.118,181.412,30.875z M69.626,128.836H43.456V78.469h26.171V128.836zM113.083,78.469h26.171v50.366h-26.171V78.469z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture2-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 182.709 182.709' style='enable-background:new 0 0 182.709 182.709;' xml:space='preserve'%3E%3Cpath d='M181.412,30.875L167.184,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284l-14.228,20.932c-0.845,1.243-1.297,2.712-1.297,4.216v18.275h-26.171V35.091c0-1.504-0.452-2.973-1.297-4.216L97.557,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L70.924,30.875c-0.845,1.243-1.297,2.712-1.297,4.216v18.275H43.456V35.091c0-1.504-0.452-2.973-1.297-4.216L27.931,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L1.297,30.875C0.452,32.118,0,33.587,0,35.091v133.46c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5V35.091C182.709,33.587,182.257,32.118,181.412,30.875z M69.626,128.836H43.456V78.469h26.171V128.836zM113.083,78.469h26.171v50.366h-26.171V78.469z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture2-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 182.709 182.709' style='enable-background:new 0 0 182.709 182.709;' xml:space='preserve'%3E%3Cpath d='M181.412,30.875L167.184,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284l-14.228,20.932c-0.845,1.243-1.297,2.712-1.297,4.216v18.275h-26.171V35.091c0-1.504-0.452-2.973-1.297-4.216L97.557,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L70.924,30.875c-0.845,1.243-1.297,2.712-1.297,4.216v18.275H43.456V35.091c0-1.504-0.452-2.973-1.297-4.216L27.931,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L1.297,30.875C0.452,32.118,0,33.587,0,35.091v133.46c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5V35.091C182.709,33.587,182.257,32.118,181.412,30.875z M69.626,128.836H43.456V78.469h26.171V128.836zM113.083,78.469h26.171v50.366h-26.171V78.469z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloture2-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 182.709 182.709' style='enable-background:new 0 0 182.709 182.709;' xml:space='preserve'%3E%3Cpath d='M181.412,30.875L167.184,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284l-14.228,20.932c-0.845,1.243-1.297,2.712-1.297,4.216v18.275h-26.171V35.091c0-1.504-0.452-2.973-1.297-4.216L97.557,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L70.924,30.875c-0.845,1.243-1.297,2.712-1.297,4.216v18.275H43.456V35.091c0-1.504-0.452-2.973-1.297-4.216L27.931,9.943c-1.396-2.055-3.719-3.284-6.203-3.284s-4.807,1.229-6.203,3.284L1.297,30.875C0.452,32.118,0,33.587,0,35.091v133.46c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5v-14.611h26.171v14.611c0,4.143,3.358,7.5,7.5,7.5h28.456c4.142,0,7.5-3.357,7.5-7.5V35.091C182.709,33.587,182.257,32.118,181.412,30.875z M69.626,128.836H43.456V78.469h26.171V128.836zM113.083,78.469h26.171v50.366h-26.171V78.469z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-farmer-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 490.348 490.348' style='enable-background:new 0 0 490.348 490.348;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M455.922,475.348h-50.975V459.98c0-35.193-9.385-62.355-27.894-80.733c-1.477-1.466-2.977-2.84-4.492-4.129c1.695-1.941,3.157-4.249,4.376-6.71c1.112,1.109,2.173,2.032,3.094,2.723c5.26,3.95,14.629,5.749,21.108,5.749c9.103,0,13.493-3.301,15.573-6.07c4.449-5.923,2.599-14.276,0.263-20.241c-1.994-5.092-5.715-11.727-10.177-15.078c-0.979-0.736-2.152-1.482-3.455-2.202c4.408-4.083,8.709-9.851,7.788-16.331c-1.501-10.552-16.73-16.789-26.41-17.938c0.014-0.657-0.013-1.317-0.107-1.979c-1.669-11.734-20.314-18.135-29.427-18.135c-0.9,0-1.761,0.058-2.558,0.171c-4.569,0.649-10.746,2.896-15.924,6.61c11.709-20.4,14.487-38.757,14.607-39.593c0.052-0.356,0.078-0.716,0.078-1.076v-1.606c5.268-1.299,9.851-4.017,13.49-8.046c10.618-11.757,10.002-30.306,9.243-37.734c-0.576-5.655-3.134-10.4-7.398-13.722c-4.664-3.635-10.552-4.905-15.336-5.257v-7.803c33.022-2.048,54.927-18.41,67.739-32.281c14.726-15.944,20.772-31.883,21.023-32.554c0.016-0.042,0.025-0.084,0.04-0.126c0.051-0.144,0.096-0.289,0.138-0.436c0.026-0.091,0.053-0.182,0.075-0.273c0.032-0.131,0.058-0.263,0.083-0.396c0.02-0.105,0.042-0.21,0.058-0.315c0.017-0.111,0.024-0.223,0.035-0.335c0.047-0.467,0.049-0.932,0.009-1.391c-0.009-0.107-0.016-0.214-0.029-0.32c-0.015-0.11-0.036-0.218-0.056-0.327c-0.022-0.123-0.042-0.245-0.069-0.367c-0.023-0.098-0.05-0.194-0.076-0.291c-0.035-0.13-0.071-0.259-0.113-0.388c-0.03-0.091-0.064-0.18-0.097-0.269c-0.048-0.128-0.098-0.255-0.153-0.382c-0.039-0.091-0.082-0.18-0.125-0.27c-0.056-0.116-0.115-0.231-0.178-0.345c-0.054-0.098-0.109-0.193-0.167-0.289c-0.06-0.098-0.122-0.194-0.186-0.29c-0.071-0.105-0.144-0.21-0.221-0.312c-0.025-0.035-0.048-0.072-0.075-0.107c-0.078-0.101-0.166-0.208-0.263-0.322c0-0.001-0.001-0.001-0.002-0.002c-3.146-3.705-16.35-14.078-65.108-14.078c-10.862,0-29.876-2.108-35.172-16.23C321.544,22.932,304.34,0,287.368,0c-16.413,0-34.775,7.404-42.193,10.729C237.756,7.404,219.394,0,202.98,0c-16.971,0-34.175,22.931-51.134,68.157c-5.295,14.122-24.309,16.23-35.171,16.23c-22.246,0-59.934,2.07-66.167,15.679c-0.143,0.288-0.274,0.583-0.379,0.887c0,0.002-0.001,0.003-0.002,0.004c-0.003,0.008-0.004,0.016-0.006,0.024c-0.097,0.286-0.172,0.579-0.234,0.875c-0.016,0.077-0.03,0.153-0.044,0.229c-0.048,0.27-0.083,0.542-0.102,0.818c-0.002,0.034-0.007,0.068-0.009,0.103c-0.016,0.31-0.011,0.622,0.012,0.935c0.004,0.062,0.014,0.122,0.02,0.183c0.024,0.246,0.061,0.492,0.11,0.738c0.016,0.081,0.032,0.16,0.05,0.24c0.061,0.263,0.137,0.524,0.228,0.784c0.013,0.036,0.021,0.072,0.034,0.107c0.003,0.008,0.004,0.015,0.007,0.023c0.25,0.671,6.298,16.609,21.024,32.554c12.812,13.872,34.717,30.233,67.739,32.281v7.789c-4.815,0.335-10.792,1.591-15.514,5.271c-4.263,3.322-6.822,8.067-7.399,13.723c-0.757,7.429-1.374,25.978,9.245,37.734c3.679,4.074,8.326,6.804,13.667,8.085v1.567c0,0.36,0.026,0.72,0.078,1.076c0.131,0.907,3.387,22.474,17.82,44.884c9.258,14.375,24.462,30.956,48.519,40.897c-0.059,0.38-0.099,0.767-0.099,1.163v22.734h-37.518c-1.244,0.015-30.87,0.051-54.46,23.474c-18.509,18.377-27.894,45.54-27.894,80.733v15.368H34.426c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h421.497c4.143,0,7.5-3.358,7.5-7.5C463.422,478.706,460.065,475.348,455.922,475.348z M389.947,459.98v15.368h-37.659v-96.09c4.76,2.64,9.623,6.093,14.196,10.634C382.053,405.35,389.947,428.931,389.947,459.98z M245.174,414.946c25.598,0,46.753-19.339,49.651-44.171h15.543v62.547H180.341v-62.547h15.182C198.421,395.607,219.576,414.946,245.174,414.946zM326.631,322.854c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.092-5.271,14.69c-3.1-1.804-8.686-9.33-9.156-12.639C325.188,331.096,325.279,326.738,326.631,322.854zM353.148,342.771c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.091-5.271,14.689c-3.101-1.805-8.686-9.33-9.156-12.639C351.705,351.012,351.795,346.654,353.148,342.771zM310.598,335.043c0.803,5.642,5.977,14.973,12.761,20.741c-0.376-0.009-0.629-0.01-0.713-0.01h-37.571V333.04c0-0.396-0.04-0.783-0.1-1.163c11.885-4.911,21.604-11.443,29.518-18.528c-0.772,1.398-1.452,2.922-2.026,4.571C310.21,324.393,310.05,331.19,310.598,335.043z M172.841,448.322h145.028c4.143,0,7.5-3.358,7.5-7.5v-69.902c2.567,0.222,6.809,0.789,11.919,2.211v102.217H153.422V372.961c5.165-1.395,9.413-1.902,11.918-2.084v69.945C165.341,444.964,168.699,448.322,172.841,448.322z M401.139,361.881c-5.466,0-10.86-1.812-12.1-2.743c-1.482-1.113-4.501-4.259-6.29-7.962c-0.967-2-1.86-4.725-0.64-6.353c0.001,0,0.001,0,0.001-0.001c0.001-0.001,0.002-0.003,0.002-0.004c0.285-0.379,1.041-1.376,3.836-1.376c4.214,0,9.585,2.349,11.843,4.044c2.661,1.999,6.544,10.466,6.657,14.075C403.778,361.722,402.693,361.881,401.139,361.881z M383.309,328.273c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.477-1.857-12.972-5.344c-0.287-2.017,1.811-3.973,3.622-5.26c3.352-2.381,7.513-3.683,9.349-3.943c0.024-0.003,0.164-0.022,0.446-0.022c4.384,0,11.898,3.081,14.241,5.296C394.137,322.222,386.616,327.803,383.309,328.273z M354.742,293.93c0.025-0.003,0.165-0.022,0.446-0.022c4.383,0,11.897,3.081,14.24,5.296c-1.809,3.101-9.33,8.682-12.637,9.152c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.476-1.857-12.971-5.344C341.208,299.186,350.011,294.603,354.742,293.93z M357.507,195.742c0.724,0.564,1.492,1.412,1.696,3.414c0.892,8.739-0.072,20.2-5.453,26.158c-0.721,0.798-1.509,1.456-2.358,2.009v-33.6C353.701,193.991,356.023,194.586,357.507,195.742z M351.392,155.809v-10.444c25.465-5.275,44.292-11.99,57.797-18.241C397.409,140.28,378.81,153.819,351.392,155.809z M116.675,99.388c25.459,0,42.938-9.221,49.216-25.964C180.944,33.283,195.669,15,202.98,15c17.136,0,38.629,10.611,38.844,10.718c0.065,0.032,0.131,0.056,0.197,0.086c0.081,0.038,0.164,0.073,0.247,0.108c0.151,0.063,0.302,0.123,0.455,0.176c0.066,0.023,0.134,0.043,0.201,0.065c0.17,0.054,0.34,0.103,0.511,0.144c0.056,0.013,0.113,0.024,0.169,0.036c0.181,0.039,0.362,0.074,0.544,0.099c0.058,0.008,0.116,0.013,0.175,0.02c0.179,0.02,0.357,0.037,0.536,0.044c0.073,0.003,0.145,0.002,0.218,0.003c0.164,0.002,0.328,0.002,0.491-0.007c0.091-0.005,0.182-0.015,0.273-0.023c0.146-0.013,0.291-0.027,0.436-0.049c0.104-0.015,0.207-0.036,0.311-0.056c0.134-0.026,0.268-0.052,0.399-0.085c0.105-0.026,0.209-0.057,0.314-0.088c0.133-0.04,0.266-0.081,0.396-0.127c0.098-0.035,0.193-0.073,0.289-0.112c0.138-0.056,0.273-0.114,0.407-0.178c0.043-0.021,0.087-0.035,0.13-0.057C248.739,25.611,270.232,15,287.368,15c7.313,0,22.038,18.283,37.089,58.424c6.279,16.743,23.758,25.964,49.217,25.964c24.149,0,38.017,2.712,45.621,5.168c-6.06,3.932-15.658,9.21-29.672,14.461c-46.295,17.348-104.104,20.989-144.448,20.989c-40.344,0-98.153-3.642-144.449-20.989c-14.526-5.443-24.308-10.916-30.317-14.882C77.422,101.924,91.054,99.388,116.675,99.388z M82.611,128.796c-0.538-0.576-1.059-1.152-1.571-1.729c13.513,6.267,32.375,13.007,57.916,18.297v10.433C116.866,154.237,97.929,145.191,82.611,128.796z M136.42,225.314c-5.38-5.957-6.345-17.419-5.454-26.158c0.203-1.993,0.963-2.837,1.68-3.401c1.518-1.193,3.926-1.794,6.309-2.051v33.729C138.038,226.861,137.191,226.167,136.42,225.314z M169.764,283.32c-11.735-18.011-15.267-35.842-15.808-38.914v-96.246c24.729,4.124,54.824,6.846,91.218,6.846c36.394,0,66.489-2.722,91.218-6.845v96.244c-0.548,3.109-4.085,20.923-15.808,38.916c-0.869,1.333-1.766,2.628-2.679,3.899l-23.98-18.012c-0.722-0.542-1.511-0.925-2.327-1.173c-0.108-0.137-0.215-0.276-0.335-0.407c-2.792-3.061-7.512-3.301-10.57-0.51c-0.045,0.039-4.597,3.985-13.574,7.07c-3.917,1.346-6.002,5.613-4.655,9.53c1.068,3.11,3.978,5.064,7.092,5.064c0.809,0,1.631-0.132,2.438-0.409c6.104-2.098,10.689-4.539,13.81-6.506l22.427,16.845c-15.936,16.087-36.831,25.076-62.359,26.777h-1.394C211.71,323.305,186.572,309.118,169.764,283.32z M243.747,340.474c0.161,0.01,0.323,0.016,0.485,0.016h1.886c0.162,0,0.324-0.005,0.485-0.016c8.5-0.551,16.299-1.832,23.473-3.668v26.469c0,4.142,3.357,7.5,7.5,7.5h2.107c-2.785,16.533-17.194,29.171-34.508,29.171c-17.314,0-31.723-12.638-34.508-29.171h2.107c4.142,0,7.5-3.358,7.5-7.5v-26.469C227.448,338.642,235.247,339.923,243.747,340.474z M100.402,459.98c0-48.922,19.862-71.011,38.021-80.988v96.356h-38.021V459.98z'/%3E%3Ccircle cx='191.937' cy='182.672' r='8.951'/%3E%3Ccircle cx='298.411' cy='182.672' r='8.951'/%3E%3Cpath d='M265.109,217.399c0-4.142-3.358-7.5-7.5-7.5c-4.143,0-7.5,3.358-7.5,7.5c0,1.654-1.347,3-3.001,3h-3.868c-1.654,0-3-1.346-3-3c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5c0,9.925,8.075,18,18,18h3.868C257.034,235.399,265.109,227.325,265.109,217.399z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-farmer-brown, .no-touch .panel-menu-action.panel-menu-action-loading:hover, .panel-menu-action.panel-menu-action-loading.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 490.348 490.348' style='enable-background:new 0 0 490.348 490.348;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M455.922,475.348h-50.975V459.98c0-35.193-9.385-62.355-27.894-80.733c-1.477-1.466-2.977-2.84-4.492-4.129c1.695-1.941,3.157-4.249,4.376-6.71c1.112,1.109,2.173,2.032,3.094,2.723c5.26,3.95,14.629,5.749,21.108,5.749c9.103,0,13.493-3.301,15.573-6.07c4.449-5.923,2.599-14.276,0.263-20.241c-1.994-5.092-5.715-11.727-10.177-15.078c-0.979-0.736-2.152-1.482-3.455-2.202c4.408-4.083,8.709-9.851,7.788-16.331c-1.501-10.552-16.73-16.789-26.41-17.938c0.014-0.657-0.013-1.317-0.107-1.979c-1.669-11.734-20.314-18.135-29.427-18.135c-0.9,0-1.761,0.058-2.558,0.171c-4.569,0.649-10.746,2.896-15.924,6.61c11.709-20.4,14.487-38.757,14.607-39.593c0.052-0.356,0.078-0.716,0.078-1.076v-1.606c5.268-1.299,9.851-4.017,13.49-8.046c10.618-11.757,10.002-30.306,9.243-37.734c-0.576-5.655-3.134-10.4-7.398-13.722c-4.664-3.635-10.552-4.905-15.336-5.257v-7.803c33.022-2.048,54.927-18.41,67.739-32.281c14.726-15.944,20.772-31.883,21.023-32.554c0.016-0.042,0.025-0.084,0.04-0.126c0.051-0.144,0.096-0.289,0.138-0.436c0.026-0.091,0.053-0.182,0.075-0.273c0.032-0.131,0.058-0.263,0.083-0.396c0.02-0.105,0.042-0.21,0.058-0.315c0.017-0.111,0.024-0.223,0.035-0.335c0.047-0.467,0.049-0.932,0.009-1.391c-0.009-0.107-0.016-0.214-0.029-0.32c-0.015-0.11-0.036-0.218-0.056-0.327c-0.022-0.123-0.042-0.245-0.069-0.367c-0.023-0.098-0.05-0.194-0.076-0.291c-0.035-0.13-0.071-0.259-0.113-0.388c-0.03-0.091-0.064-0.18-0.097-0.269c-0.048-0.128-0.098-0.255-0.153-0.382c-0.039-0.091-0.082-0.18-0.125-0.27c-0.056-0.116-0.115-0.231-0.178-0.345c-0.054-0.098-0.109-0.193-0.167-0.289c-0.06-0.098-0.122-0.194-0.186-0.29c-0.071-0.105-0.144-0.21-0.221-0.312c-0.025-0.035-0.048-0.072-0.075-0.107c-0.078-0.101-0.166-0.208-0.263-0.322c0-0.001-0.001-0.001-0.002-0.002c-3.146-3.705-16.35-14.078-65.108-14.078c-10.862,0-29.876-2.108-35.172-16.23C321.544,22.932,304.34,0,287.368,0c-16.413,0-34.775,7.404-42.193,10.729C237.756,7.404,219.394,0,202.98,0c-16.971,0-34.175,22.931-51.134,68.157c-5.295,14.122-24.309,16.23-35.171,16.23c-22.246,0-59.934,2.07-66.167,15.679c-0.143,0.288-0.274,0.583-0.379,0.887c0,0.002-0.001,0.003-0.002,0.004c-0.003,0.008-0.004,0.016-0.006,0.024c-0.097,0.286-0.172,0.579-0.234,0.875c-0.016,0.077-0.03,0.153-0.044,0.229c-0.048,0.27-0.083,0.542-0.102,0.818c-0.002,0.034-0.007,0.068-0.009,0.103c-0.016,0.31-0.011,0.622,0.012,0.935c0.004,0.062,0.014,0.122,0.02,0.183c0.024,0.246,0.061,0.492,0.11,0.738c0.016,0.081,0.032,0.16,0.05,0.24c0.061,0.263,0.137,0.524,0.228,0.784c0.013,0.036,0.021,0.072,0.034,0.107c0.003,0.008,0.004,0.015,0.007,0.023c0.25,0.671,6.298,16.609,21.024,32.554c12.812,13.872,34.717,30.233,67.739,32.281v7.789c-4.815,0.335-10.792,1.591-15.514,5.271c-4.263,3.322-6.822,8.067-7.399,13.723c-0.757,7.429-1.374,25.978,9.245,37.734c3.679,4.074,8.326,6.804,13.667,8.085v1.567c0,0.36,0.026,0.72,0.078,1.076c0.131,0.907,3.387,22.474,17.82,44.884c9.258,14.375,24.462,30.956,48.519,40.897c-0.059,0.38-0.099,0.767-0.099,1.163v22.734h-37.518c-1.244,0.015-30.87,0.051-54.46,23.474c-18.509,18.377-27.894,45.54-27.894,80.733v15.368H34.426c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h421.497c4.143,0,7.5-3.358,7.5-7.5C463.422,478.706,460.065,475.348,455.922,475.348z M389.947,459.98v15.368h-37.659v-96.09c4.76,2.64,9.623,6.093,14.196,10.634C382.053,405.35,389.947,428.931,389.947,459.98z M245.174,414.946c25.598,0,46.753-19.339,49.651-44.171h15.543v62.547H180.341v-62.547h15.182C198.421,395.607,219.576,414.946,245.174,414.946zM326.631,322.854c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.092-5.271,14.69c-3.1-1.804-8.686-9.33-9.156-12.639C325.188,331.096,325.279,326.738,326.631,322.854zM353.148,342.771c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.091-5.271,14.689c-3.101-1.805-8.686-9.33-9.156-12.639C351.705,351.012,351.795,346.654,353.148,342.771zM310.598,335.043c0.803,5.642,5.977,14.973,12.761,20.741c-0.376-0.009-0.629-0.01-0.713-0.01h-37.571V333.04c0-0.396-0.04-0.783-0.1-1.163c11.885-4.911,21.604-11.443,29.518-18.528c-0.772,1.398-1.452,2.922-2.026,4.571C310.21,324.393,310.05,331.19,310.598,335.043z M172.841,448.322h145.028c4.143,0,7.5-3.358,7.5-7.5v-69.902c2.567,0.222,6.809,0.789,11.919,2.211v102.217H153.422V372.961c5.165-1.395,9.413-1.902,11.918-2.084v69.945C165.341,444.964,168.699,448.322,172.841,448.322z M401.139,361.881c-5.466,0-10.86-1.812-12.1-2.743c-1.482-1.113-4.501-4.259-6.29-7.962c-0.967-2-1.86-4.725-0.64-6.353c0.001,0,0.001,0,0.001-0.001c0.001-0.001,0.002-0.003,0.002-0.004c0.285-0.379,1.041-1.376,3.836-1.376c4.214,0,9.585,2.349,11.843,4.044c2.661,1.999,6.544,10.466,6.657,14.075C403.778,361.722,402.693,361.881,401.139,361.881z M383.309,328.273c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.477-1.857-12.972-5.344c-0.287-2.017,1.811-3.973,3.622-5.26c3.352-2.381,7.513-3.683,9.349-3.943c0.024-0.003,0.164-0.022,0.446-0.022c4.384,0,11.898,3.081,14.241,5.296C394.137,322.222,386.616,327.803,383.309,328.273z M354.742,293.93c0.025-0.003,0.165-0.022,0.446-0.022c4.383,0,11.897,3.081,14.24,5.296c-1.809,3.101-9.33,8.682-12.637,9.152c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.476-1.857-12.971-5.344C341.208,299.186,350.011,294.603,354.742,293.93z M357.507,195.742c0.724,0.564,1.492,1.412,1.696,3.414c0.892,8.739-0.072,20.2-5.453,26.158c-0.721,0.798-1.509,1.456-2.358,2.009v-33.6C353.701,193.991,356.023,194.586,357.507,195.742z M351.392,155.809v-10.444c25.465-5.275,44.292-11.99,57.797-18.241C397.409,140.28,378.81,153.819,351.392,155.809z M116.675,99.388c25.459,0,42.938-9.221,49.216-25.964C180.944,33.283,195.669,15,202.98,15c17.136,0,38.629,10.611,38.844,10.718c0.065,0.032,0.131,0.056,0.197,0.086c0.081,0.038,0.164,0.073,0.247,0.108c0.151,0.063,0.302,0.123,0.455,0.176c0.066,0.023,0.134,0.043,0.201,0.065c0.17,0.054,0.34,0.103,0.511,0.144c0.056,0.013,0.113,0.024,0.169,0.036c0.181,0.039,0.362,0.074,0.544,0.099c0.058,0.008,0.116,0.013,0.175,0.02c0.179,0.02,0.357,0.037,0.536,0.044c0.073,0.003,0.145,0.002,0.218,0.003c0.164,0.002,0.328,0.002,0.491-0.007c0.091-0.005,0.182-0.015,0.273-0.023c0.146-0.013,0.291-0.027,0.436-0.049c0.104-0.015,0.207-0.036,0.311-0.056c0.134-0.026,0.268-0.052,0.399-0.085c0.105-0.026,0.209-0.057,0.314-0.088c0.133-0.04,0.266-0.081,0.396-0.127c0.098-0.035,0.193-0.073,0.289-0.112c0.138-0.056,0.273-0.114,0.407-0.178c0.043-0.021,0.087-0.035,0.13-0.057C248.739,25.611,270.232,15,287.368,15c7.313,0,22.038,18.283,37.089,58.424c6.279,16.743,23.758,25.964,49.217,25.964c24.149,0,38.017,2.712,45.621,5.168c-6.06,3.932-15.658,9.21-29.672,14.461c-46.295,17.348-104.104,20.989-144.448,20.989c-40.344,0-98.153-3.642-144.449-20.989c-14.526-5.443-24.308-10.916-30.317-14.882C77.422,101.924,91.054,99.388,116.675,99.388z M82.611,128.796c-0.538-0.576-1.059-1.152-1.571-1.729c13.513,6.267,32.375,13.007,57.916,18.297v10.433C116.866,154.237,97.929,145.191,82.611,128.796z M136.42,225.314c-5.38-5.957-6.345-17.419-5.454-26.158c0.203-1.993,0.963-2.837,1.68-3.401c1.518-1.193,3.926-1.794,6.309-2.051v33.729C138.038,226.861,137.191,226.167,136.42,225.314z M169.764,283.32c-11.735-18.011-15.267-35.842-15.808-38.914v-96.246c24.729,4.124,54.824,6.846,91.218,6.846c36.394,0,66.489-2.722,91.218-6.845v96.244c-0.548,3.109-4.085,20.923-15.808,38.916c-0.869,1.333-1.766,2.628-2.679,3.899l-23.98-18.012c-0.722-0.542-1.511-0.925-2.327-1.173c-0.108-0.137-0.215-0.276-0.335-0.407c-2.792-3.061-7.512-3.301-10.57-0.51c-0.045,0.039-4.597,3.985-13.574,7.07c-3.917,1.346-6.002,5.613-4.655,9.53c1.068,3.11,3.978,5.064,7.092,5.064c0.809,0,1.631-0.132,2.438-0.409c6.104-2.098,10.689-4.539,13.81-6.506l22.427,16.845c-15.936,16.087-36.831,25.076-62.359,26.777h-1.394C211.71,323.305,186.572,309.118,169.764,283.32z M243.747,340.474c0.161,0.01,0.323,0.016,0.485,0.016h1.886c0.162,0,0.324-0.005,0.485-0.016c8.5-0.551,16.299-1.832,23.473-3.668v26.469c0,4.142,3.357,7.5,7.5,7.5h2.107c-2.785,16.533-17.194,29.171-34.508,29.171c-17.314,0-31.723-12.638-34.508-29.171h2.107c4.142,0,7.5-3.358,7.5-7.5v-26.469C227.448,338.642,235.247,339.923,243.747,340.474z M100.402,459.98c0-48.922,19.862-71.011,38.021-80.988v96.356h-38.021V459.98z'/%3E%3Ccircle cx='191.937' cy='182.672' r='8.951'/%3E%3Ccircle cx='298.411' cy='182.672' r='8.951'/%3E%3Cpath d='M265.109,217.399c0-4.142-3.358-7.5-7.5-7.5c-4.143,0-7.5,3.358-7.5,7.5c0,1.654-1.347,3-3.001,3h-3.868c-1.654,0-3-1.346-3-3c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5c0,9.925,8.075,18,18,18h3.868C257.034,235.399,265.109,227.325,265.109,217.399z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-farmer-black, .panel-menu-action.panel-menu-action-loading, .overlay-item-button.icon-config:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 490.348 490.348' style='enable-background:new 0 0 490.348 490.348;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M455.922,475.348h-50.975V459.98c0-35.193-9.385-62.355-27.894-80.733c-1.477-1.466-2.977-2.84-4.492-4.129c1.695-1.941,3.157-4.249,4.376-6.71c1.112,1.109,2.173,2.032,3.094,2.723c5.26,3.95,14.629,5.749,21.108,5.749c9.103,0,13.493-3.301,15.573-6.07c4.449-5.923,2.599-14.276,0.263-20.241c-1.994-5.092-5.715-11.727-10.177-15.078c-0.979-0.736-2.152-1.482-3.455-2.202c4.408-4.083,8.709-9.851,7.788-16.331c-1.501-10.552-16.73-16.789-26.41-17.938c0.014-0.657-0.013-1.317-0.107-1.979c-1.669-11.734-20.314-18.135-29.427-18.135c-0.9,0-1.761,0.058-2.558,0.171c-4.569,0.649-10.746,2.896-15.924,6.61c11.709-20.4,14.487-38.757,14.607-39.593c0.052-0.356,0.078-0.716,0.078-1.076v-1.606c5.268-1.299,9.851-4.017,13.49-8.046c10.618-11.757,10.002-30.306,9.243-37.734c-0.576-5.655-3.134-10.4-7.398-13.722c-4.664-3.635-10.552-4.905-15.336-5.257v-7.803c33.022-2.048,54.927-18.41,67.739-32.281c14.726-15.944,20.772-31.883,21.023-32.554c0.016-0.042,0.025-0.084,0.04-0.126c0.051-0.144,0.096-0.289,0.138-0.436c0.026-0.091,0.053-0.182,0.075-0.273c0.032-0.131,0.058-0.263,0.083-0.396c0.02-0.105,0.042-0.21,0.058-0.315c0.017-0.111,0.024-0.223,0.035-0.335c0.047-0.467,0.049-0.932,0.009-1.391c-0.009-0.107-0.016-0.214-0.029-0.32c-0.015-0.11-0.036-0.218-0.056-0.327c-0.022-0.123-0.042-0.245-0.069-0.367c-0.023-0.098-0.05-0.194-0.076-0.291c-0.035-0.13-0.071-0.259-0.113-0.388c-0.03-0.091-0.064-0.18-0.097-0.269c-0.048-0.128-0.098-0.255-0.153-0.382c-0.039-0.091-0.082-0.18-0.125-0.27c-0.056-0.116-0.115-0.231-0.178-0.345c-0.054-0.098-0.109-0.193-0.167-0.289c-0.06-0.098-0.122-0.194-0.186-0.29c-0.071-0.105-0.144-0.21-0.221-0.312c-0.025-0.035-0.048-0.072-0.075-0.107c-0.078-0.101-0.166-0.208-0.263-0.322c0-0.001-0.001-0.001-0.002-0.002c-3.146-3.705-16.35-14.078-65.108-14.078c-10.862,0-29.876-2.108-35.172-16.23C321.544,22.932,304.34,0,287.368,0c-16.413,0-34.775,7.404-42.193,10.729C237.756,7.404,219.394,0,202.98,0c-16.971,0-34.175,22.931-51.134,68.157c-5.295,14.122-24.309,16.23-35.171,16.23c-22.246,0-59.934,2.07-66.167,15.679c-0.143,0.288-0.274,0.583-0.379,0.887c0,0.002-0.001,0.003-0.002,0.004c-0.003,0.008-0.004,0.016-0.006,0.024c-0.097,0.286-0.172,0.579-0.234,0.875c-0.016,0.077-0.03,0.153-0.044,0.229c-0.048,0.27-0.083,0.542-0.102,0.818c-0.002,0.034-0.007,0.068-0.009,0.103c-0.016,0.31-0.011,0.622,0.012,0.935c0.004,0.062,0.014,0.122,0.02,0.183c0.024,0.246,0.061,0.492,0.11,0.738c0.016,0.081,0.032,0.16,0.05,0.24c0.061,0.263,0.137,0.524,0.228,0.784c0.013,0.036,0.021,0.072,0.034,0.107c0.003,0.008,0.004,0.015,0.007,0.023c0.25,0.671,6.298,16.609,21.024,32.554c12.812,13.872,34.717,30.233,67.739,32.281v7.789c-4.815,0.335-10.792,1.591-15.514,5.271c-4.263,3.322-6.822,8.067-7.399,13.723c-0.757,7.429-1.374,25.978,9.245,37.734c3.679,4.074,8.326,6.804,13.667,8.085v1.567c0,0.36,0.026,0.72,0.078,1.076c0.131,0.907,3.387,22.474,17.82,44.884c9.258,14.375,24.462,30.956,48.519,40.897c-0.059,0.38-0.099,0.767-0.099,1.163v22.734h-37.518c-1.244,0.015-30.87,0.051-54.46,23.474c-18.509,18.377-27.894,45.54-27.894,80.733v15.368H34.426c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h421.497c4.143,0,7.5-3.358,7.5-7.5C463.422,478.706,460.065,475.348,455.922,475.348z M389.947,459.98v15.368h-37.659v-96.09c4.76,2.64,9.623,6.093,14.196,10.634C382.053,405.35,389.947,428.931,389.947,459.98z M245.174,414.946c25.598,0,46.753-19.339,49.651-44.171h15.543v62.547H180.341v-62.547h15.182C198.421,395.607,219.576,414.946,245.174,414.946zM326.631,322.854c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.092-5.271,14.69c-3.1-1.804-8.686-9.33-9.156-12.639C325.188,331.096,325.279,326.738,326.631,322.854zM353.148,342.771c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.091-5.271,14.689c-3.101-1.805-8.686-9.33-9.156-12.639C351.705,351.012,351.795,346.654,353.148,342.771zM310.598,335.043c0.803,5.642,5.977,14.973,12.761,20.741c-0.376-0.009-0.629-0.01-0.713-0.01h-37.571V333.04c0-0.396-0.04-0.783-0.1-1.163c11.885-4.911,21.604-11.443,29.518-18.528c-0.772,1.398-1.452,2.922-2.026,4.571C310.21,324.393,310.05,331.19,310.598,335.043z M172.841,448.322h145.028c4.143,0,7.5-3.358,7.5-7.5v-69.902c2.567,0.222,6.809,0.789,11.919,2.211v102.217H153.422V372.961c5.165-1.395,9.413-1.902,11.918-2.084v69.945C165.341,444.964,168.699,448.322,172.841,448.322z M401.139,361.881c-5.466,0-10.86-1.812-12.1-2.743c-1.482-1.113-4.501-4.259-6.29-7.962c-0.967-2-1.86-4.725-0.64-6.353c0.001,0,0.001,0,0.001-0.001c0.001-0.001,0.002-0.003,0.002-0.004c0.285-0.379,1.041-1.376,3.836-1.376c4.214,0,9.585,2.349,11.843,4.044c2.661,1.999,6.544,10.466,6.657,14.075C403.778,361.722,402.693,361.881,401.139,361.881z M383.309,328.273c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.477-1.857-12.972-5.344c-0.287-2.017,1.811-3.973,3.622-5.26c3.352-2.381,7.513-3.683,9.349-3.943c0.024-0.003,0.164-0.022,0.446-0.022c4.384,0,11.898,3.081,14.241,5.296C394.137,322.222,386.616,327.803,383.309,328.273z M354.742,293.93c0.025-0.003,0.165-0.022,0.446-0.022c4.383,0,11.897,3.081,14.24,5.296c-1.809,3.101-9.33,8.682-12.637,9.152c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.476-1.857-12.971-5.344C341.208,299.186,350.011,294.603,354.742,293.93z M357.507,195.742c0.724,0.564,1.492,1.412,1.696,3.414c0.892,8.739-0.072,20.2-5.453,26.158c-0.721,0.798-1.509,1.456-2.358,2.009v-33.6C353.701,193.991,356.023,194.586,357.507,195.742z M351.392,155.809v-10.444c25.465-5.275,44.292-11.99,57.797-18.241C397.409,140.28,378.81,153.819,351.392,155.809z M116.675,99.388c25.459,0,42.938-9.221,49.216-25.964C180.944,33.283,195.669,15,202.98,15c17.136,0,38.629,10.611,38.844,10.718c0.065,0.032,0.131,0.056,0.197,0.086c0.081,0.038,0.164,0.073,0.247,0.108c0.151,0.063,0.302,0.123,0.455,0.176c0.066,0.023,0.134,0.043,0.201,0.065c0.17,0.054,0.34,0.103,0.511,0.144c0.056,0.013,0.113,0.024,0.169,0.036c0.181,0.039,0.362,0.074,0.544,0.099c0.058,0.008,0.116,0.013,0.175,0.02c0.179,0.02,0.357,0.037,0.536,0.044c0.073,0.003,0.145,0.002,0.218,0.003c0.164,0.002,0.328,0.002,0.491-0.007c0.091-0.005,0.182-0.015,0.273-0.023c0.146-0.013,0.291-0.027,0.436-0.049c0.104-0.015,0.207-0.036,0.311-0.056c0.134-0.026,0.268-0.052,0.399-0.085c0.105-0.026,0.209-0.057,0.314-0.088c0.133-0.04,0.266-0.081,0.396-0.127c0.098-0.035,0.193-0.073,0.289-0.112c0.138-0.056,0.273-0.114,0.407-0.178c0.043-0.021,0.087-0.035,0.13-0.057C248.739,25.611,270.232,15,287.368,15c7.313,0,22.038,18.283,37.089,58.424c6.279,16.743,23.758,25.964,49.217,25.964c24.149,0,38.017,2.712,45.621,5.168c-6.06,3.932-15.658,9.21-29.672,14.461c-46.295,17.348-104.104,20.989-144.448,20.989c-40.344,0-98.153-3.642-144.449-20.989c-14.526-5.443-24.308-10.916-30.317-14.882C77.422,101.924,91.054,99.388,116.675,99.388z M82.611,128.796c-0.538-0.576-1.059-1.152-1.571-1.729c13.513,6.267,32.375,13.007,57.916,18.297v10.433C116.866,154.237,97.929,145.191,82.611,128.796z M136.42,225.314c-5.38-5.957-6.345-17.419-5.454-26.158c0.203-1.993,0.963-2.837,1.68-3.401c1.518-1.193,3.926-1.794,6.309-2.051v33.729C138.038,226.861,137.191,226.167,136.42,225.314z M169.764,283.32c-11.735-18.011-15.267-35.842-15.808-38.914v-96.246c24.729,4.124,54.824,6.846,91.218,6.846c36.394,0,66.489-2.722,91.218-6.845v96.244c-0.548,3.109-4.085,20.923-15.808,38.916c-0.869,1.333-1.766,2.628-2.679,3.899l-23.98-18.012c-0.722-0.542-1.511-0.925-2.327-1.173c-0.108-0.137-0.215-0.276-0.335-0.407c-2.792-3.061-7.512-3.301-10.57-0.51c-0.045,0.039-4.597,3.985-13.574,7.07c-3.917,1.346-6.002,5.613-4.655,9.53c1.068,3.11,3.978,5.064,7.092,5.064c0.809,0,1.631-0.132,2.438-0.409c6.104-2.098,10.689-4.539,13.81-6.506l22.427,16.845c-15.936,16.087-36.831,25.076-62.359,26.777h-1.394C211.71,323.305,186.572,309.118,169.764,283.32z M243.747,340.474c0.161,0.01,0.323,0.016,0.485,0.016h1.886c0.162,0,0.324-0.005,0.485-0.016c8.5-0.551,16.299-1.832,23.473-3.668v26.469c0,4.142,3.357,7.5,7.5,7.5h2.107c-2.785,16.533-17.194,29.171-34.508,29.171c-17.314,0-31.723-12.638-34.508-29.171h2.107c4.142,0,7.5-3.358,7.5-7.5v-26.469C227.448,338.642,235.247,339.923,243.747,340.474z M100.402,459.98c0-48.922,19.862-71.011,38.021-80.988v96.356h-38.021V459.98z'/%3E%3Ccircle cx='191.937' cy='182.672' r='8.951'/%3E%3Ccircle cx='298.411' cy='182.672' r='8.951'/%3E%3Cpath d='M265.109,217.399c0-4.142-3.358-7.5-7.5-7.5c-4.143,0-7.5,3.358-7.5,7.5c0,1.654-1.347,3-3.001,3h-3.868c-1.654,0-3-1.346-3-3c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5c0,9.925,8.075,18,18,18h3.868C257.034,235.399,265.109,227.325,265.109,217.399z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-farmer-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 490.348 490.348' style='enable-background:new 0 0 490.348 490.348;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M455.922,475.348h-50.975V459.98c0-35.193-9.385-62.355-27.894-80.733c-1.477-1.466-2.977-2.84-4.492-4.129c1.695-1.941,3.157-4.249,4.376-6.71c1.112,1.109,2.173,2.032,3.094,2.723c5.26,3.95,14.629,5.749,21.108,5.749c9.103,0,13.493-3.301,15.573-6.07c4.449-5.923,2.599-14.276,0.263-20.241c-1.994-5.092-5.715-11.727-10.177-15.078c-0.979-0.736-2.152-1.482-3.455-2.202c4.408-4.083,8.709-9.851,7.788-16.331c-1.501-10.552-16.73-16.789-26.41-17.938c0.014-0.657-0.013-1.317-0.107-1.979c-1.669-11.734-20.314-18.135-29.427-18.135c-0.9,0-1.761,0.058-2.558,0.171c-4.569,0.649-10.746,2.896-15.924,6.61c11.709-20.4,14.487-38.757,14.607-39.593c0.052-0.356,0.078-0.716,0.078-1.076v-1.606c5.268-1.299,9.851-4.017,13.49-8.046c10.618-11.757,10.002-30.306,9.243-37.734c-0.576-5.655-3.134-10.4-7.398-13.722c-4.664-3.635-10.552-4.905-15.336-5.257v-7.803c33.022-2.048,54.927-18.41,67.739-32.281c14.726-15.944,20.772-31.883,21.023-32.554c0.016-0.042,0.025-0.084,0.04-0.126c0.051-0.144,0.096-0.289,0.138-0.436c0.026-0.091,0.053-0.182,0.075-0.273c0.032-0.131,0.058-0.263,0.083-0.396c0.02-0.105,0.042-0.21,0.058-0.315c0.017-0.111,0.024-0.223,0.035-0.335c0.047-0.467,0.049-0.932,0.009-1.391c-0.009-0.107-0.016-0.214-0.029-0.32c-0.015-0.11-0.036-0.218-0.056-0.327c-0.022-0.123-0.042-0.245-0.069-0.367c-0.023-0.098-0.05-0.194-0.076-0.291c-0.035-0.13-0.071-0.259-0.113-0.388c-0.03-0.091-0.064-0.18-0.097-0.269c-0.048-0.128-0.098-0.255-0.153-0.382c-0.039-0.091-0.082-0.18-0.125-0.27c-0.056-0.116-0.115-0.231-0.178-0.345c-0.054-0.098-0.109-0.193-0.167-0.289c-0.06-0.098-0.122-0.194-0.186-0.29c-0.071-0.105-0.144-0.21-0.221-0.312c-0.025-0.035-0.048-0.072-0.075-0.107c-0.078-0.101-0.166-0.208-0.263-0.322c0-0.001-0.001-0.001-0.002-0.002c-3.146-3.705-16.35-14.078-65.108-14.078c-10.862,0-29.876-2.108-35.172-16.23C321.544,22.932,304.34,0,287.368,0c-16.413,0-34.775,7.404-42.193,10.729C237.756,7.404,219.394,0,202.98,0c-16.971,0-34.175,22.931-51.134,68.157c-5.295,14.122-24.309,16.23-35.171,16.23c-22.246,0-59.934,2.07-66.167,15.679c-0.143,0.288-0.274,0.583-0.379,0.887c0,0.002-0.001,0.003-0.002,0.004c-0.003,0.008-0.004,0.016-0.006,0.024c-0.097,0.286-0.172,0.579-0.234,0.875c-0.016,0.077-0.03,0.153-0.044,0.229c-0.048,0.27-0.083,0.542-0.102,0.818c-0.002,0.034-0.007,0.068-0.009,0.103c-0.016,0.31-0.011,0.622,0.012,0.935c0.004,0.062,0.014,0.122,0.02,0.183c0.024,0.246,0.061,0.492,0.11,0.738c0.016,0.081,0.032,0.16,0.05,0.24c0.061,0.263,0.137,0.524,0.228,0.784c0.013,0.036,0.021,0.072,0.034,0.107c0.003,0.008,0.004,0.015,0.007,0.023c0.25,0.671,6.298,16.609,21.024,32.554c12.812,13.872,34.717,30.233,67.739,32.281v7.789c-4.815,0.335-10.792,1.591-15.514,5.271c-4.263,3.322-6.822,8.067-7.399,13.723c-0.757,7.429-1.374,25.978,9.245,37.734c3.679,4.074,8.326,6.804,13.667,8.085v1.567c0,0.36,0.026,0.72,0.078,1.076c0.131,0.907,3.387,22.474,17.82,44.884c9.258,14.375,24.462,30.956,48.519,40.897c-0.059,0.38-0.099,0.767-0.099,1.163v22.734h-37.518c-1.244,0.015-30.87,0.051-54.46,23.474c-18.509,18.377-27.894,45.54-27.894,80.733v15.368H34.426c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h421.497c4.143,0,7.5-3.358,7.5-7.5C463.422,478.706,460.065,475.348,455.922,475.348z M389.947,459.98v15.368h-37.659v-96.09c4.76,2.64,9.623,6.093,14.196,10.634C382.053,405.35,389.947,428.931,389.947,459.98z M245.174,414.946c25.598,0,46.753-19.339,49.651-44.171h15.543v62.547H180.341v-62.547h15.182C198.421,395.607,219.576,414.946,245.174,414.946zM326.631,322.854c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.092-5.271,14.69c-3.1-1.804-8.686-9.33-9.156-12.639C325.188,331.096,325.279,326.738,326.631,322.854zM353.148,342.771c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.091-5.271,14.689c-3.101-1.805-8.686-9.33-9.156-12.639C351.705,351.012,351.795,346.654,353.148,342.771zM310.598,335.043c0.803,5.642,5.977,14.973,12.761,20.741c-0.376-0.009-0.629-0.01-0.713-0.01h-37.571V333.04c0-0.396-0.04-0.783-0.1-1.163c11.885-4.911,21.604-11.443,29.518-18.528c-0.772,1.398-1.452,2.922-2.026,4.571C310.21,324.393,310.05,331.19,310.598,335.043z M172.841,448.322h145.028c4.143,0,7.5-3.358,7.5-7.5v-69.902c2.567,0.222,6.809,0.789,11.919,2.211v102.217H153.422V372.961c5.165-1.395,9.413-1.902,11.918-2.084v69.945C165.341,444.964,168.699,448.322,172.841,448.322z M401.139,361.881c-5.466,0-10.86-1.812-12.1-2.743c-1.482-1.113-4.501-4.259-6.29-7.962c-0.967-2-1.86-4.725-0.64-6.353c0.001,0,0.001,0,0.001-0.001c0.001-0.001,0.002-0.003,0.002-0.004c0.285-0.379,1.041-1.376,3.836-1.376c4.214,0,9.585,2.349,11.843,4.044c2.661,1.999,6.544,10.466,6.657,14.075C403.778,361.722,402.693,361.881,401.139,361.881z M383.309,328.273c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.477-1.857-12.972-5.344c-0.287-2.017,1.811-3.973,3.622-5.26c3.352-2.381,7.513-3.683,9.349-3.943c0.024-0.003,0.164-0.022,0.446-0.022c4.384,0,11.898,3.081,14.241,5.296C394.137,322.222,386.616,327.803,383.309,328.273z M354.742,293.93c0.025-0.003,0.165-0.022,0.446-0.022c4.383,0,11.897,3.081,14.24,5.296c-1.809,3.101-9.33,8.682-12.637,9.152c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.476-1.857-12.971-5.344C341.208,299.186,350.011,294.603,354.742,293.93z M357.507,195.742c0.724,0.564,1.492,1.412,1.696,3.414c0.892,8.739-0.072,20.2-5.453,26.158c-0.721,0.798-1.509,1.456-2.358,2.009v-33.6C353.701,193.991,356.023,194.586,357.507,195.742z M351.392,155.809v-10.444c25.465-5.275,44.292-11.99,57.797-18.241C397.409,140.28,378.81,153.819,351.392,155.809z M116.675,99.388c25.459,0,42.938-9.221,49.216-25.964C180.944,33.283,195.669,15,202.98,15c17.136,0,38.629,10.611,38.844,10.718c0.065,0.032,0.131,0.056,0.197,0.086c0.081,0.038,0.164,0.073,0.247,0.108c0.151,0.063,0.302,0.123,0.455,0.176c0.066,0.023,0.134,0.043,0.201,0.065c0.17,0.054,0.34,0.103,0.511,0.144c0.056,0.013,0.113,0.024,0.169,0.036c0.181,0.039,0.362,0.074,0.544,0.099c0.058,0.008,0.116,0.013,0.175,0.02c0.179,0.02,0.357,0.037,0.536,0.044c0.073,0.003,0.145,0.002,0.218,0.003c0.164,0.002,0.328,0.002,0.491-0.007c0.091-0.005,0.182-0.015,0.273-0.023c0.146-0.013,0.291-0.027,0.436-0.049c0.104-0.015,0.207-0.036,0.311-0.056c0.134-0.026,0.268-0.052,0.399-0.085c0.105-0.026,0.209-0.057,0.314-0.088c0.133-0.04,0.266-0.081,0.396-0.127c0.098-0.035,0.193-0.073,0.289-0.112c0.138-0.056,0.273-0.114,0.407-0.178c0.043-0.021,0.087-0.035,0.13-0.057C248.739,25.611,270.232,15,287.368,15c7.313,0,22.038,18.283,37.089,58.424c6.279,16.743,23.758,25.964,49.217,25.964c24.149,0,38.017,2.712,45.621,5.168c-6.06,3.932-15.658,9.21-29.672,14.461c-46.295,17.348-104.104,20.989-144.448,20.989c-40.344,0-98.153-3.642-144.449-20.989c-14.526-5.443-24.308-10.916-30.317-14.882C77.422,101.924,91.054,99.388,116.675,99.388z M82.611,128.796c-0.538-0.576-1.059-1.152-1.571-1.729c13.513,6.267,32.375,13.007,57.916,18.297v10.433C116.866,154.237,97.929,145.191,82.611,128.796z M136.42,225.314c-5.38-5.957-6.345-17.419-5.454-26.158c0.203-1.993,0.963-2.837,1.68-3.401c1.518-1.193,3.926-1.794,6.309-2.051v33.729C138.038,226.861,137.191,226.167,136.42,225.314z M169.764,283.32c-11.735-18.011-15.267-35.842-15.808-38.914v-96.246c24.729,4.124,54.824,6.846,91.218,6.846c36.394,0,66.489-2.722,91.218-6.845v96.244c-0.548,3.109-4.085,20.923-15.808,38.916c-0.869,1.333-1.766,2.628-2.679,3.899l-23.98-18.012c-0.722-0.542-1.511-0.925-2.327-1.173c-0.108-0.137-0.215-0.276-0.335-0.407c-2.792-3.061-7.512-3.301-10.57-0.51c-0.045,0.039-4.597,3.985-13.574,7.07c-3.917,1.346-6.002,5.613-4.655,9.53c1.068,3.11,3.978,5.064,7.092,5.064c0.809,0,1.631-0.132,2.438-0.409c6.104-2.098,10.689-4.539,13.81-6.506l22.427,16.845c-15.936,16.087-36.831,25.076-62.359,26.777h-1.394C211.71,323.305,186.572,309.118,169.764,283.32z M243.747,340.474c0.161,0.01,0.323,0.016,0.485,0.016h1.886c0.162,0,0.324-0.005,0.485-0.016c8.5-0.551,16.299-1.832,23.473-3.668v26.469c0,4.142,3.357,7.5,7.5,7.5h2.107c-2.785,16.533-17.194,29.171-34.508,29.171c-17.314,0-31.723-12.638-34.508-29.171h2.107c4.142,0,7.5-3.358,7.5-7.5v-26.469C227.448,338.642,235.247,339.923,243.747,340.474z M100.402,459.98c0-48.922,19.862-71.011,38.021-80.988v96.356h-38.021V459.98z'/%3E%3Ccircle cx='191.937' cy='182.672' r='8.951'/%3E%3Ccircle cx='298.411' cy='182.672' r='8.951'/%3E%3Cpath d='M265.109,217.399c0-4.142-3.358-7.5-7.5-7.5c-4.143,0-7.5,3.358-7.5,7.5c0,1.654-1.347,3-3.001,3h-3.868c-1.654,0-3-1.346-3-3c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5c0,9.925,8.075,18,18,18h3.868C257.034,235.399,265.109,227.325,265.109,217.399z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-farmer-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 490.348 490.348' style='enable-background:new 0 0 490.348 490.348;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M455.922,475.348h-50.975V459.98c0-35.193-9.385-62.355-27.894-80.733c-1.477-1.466-2.977-2.84-4.492-4.129c1.695-1.941,3.157-4.249,4.376-6.71c1.112,1.109,2.173,2.032,3.094,2.723c5.26,3.95,14.629,5.749,21.108,5.749c9.103,0,13.493-3.301,15.573-6.07c4.449-5.923,2.599-14.276,0.263-20.241c-1.994-5.092-5.715-11.727-10.177-15.078c-0.979-0.736-2.152-1.482-3.455-2.202c4.408-4.083,8.709-9.851,7.788-16.331c-1.501-10.552-16.73-16.789-26.41-17.938c0.014-0.657-0.013-1.317-0.107-1.979c-1.669-11.734-20.314-18.135-29.427-18.135c-0.9,0-1.761,0.058-2.558,0.171c-4.569,0.649-10.746,2.896-15.924,6.61c11.709-20.4,14.487-38.757,14.607-39.593c0.052-0.356,0.078-0.716,0.078-1.076v-1.606c5.268-1.299,9.851-4.017,13.49-8.046c10.618-11.757,10.002-30.306,9.243-37.734c-0.576-5.655-3.134-10.4-7.398-13.722c-4.664-3.635-10.552-4.905-15.336-5.257v-7.803c33.022-2.048,54.927-18.41,67.739-32.281c14.726-15.944,20.772-31.883,21.023-32.554c0.016-0.042,0.025-0.084,0.04-0.126c0.051-0.144,0.096-0.289,0.138-0.436c0.026-0.091,0.053-0.182,0.075-0.273c0.032-0.131,0.058-0.263,0.083-0.396c0.02-0.105,0.042-0.21,0.058-0.315c0.017-0.111,0.024-0.223,0.035-0.335c0.047-0.467,0.049-0.932,0.009-1.391c-0.009-0.107-0.016-0.214-0.029-0.32c-0.015-0.11-0.036-0.218-0.056-0.327c-0.022-0.123-0.042-0.245-0.069-0.367c-0.023-0.098-0.05-0.194-0.076-0.291c-0.035-0.13-0.071-0.259-0.113-0.388c-0.03-0.091-0.064-0.18-0.097-0.269c-0.048-0.128-0.098-0.255-0.153-0.382c-0.039-0.091-0.082-0.18-0.125-0.27c-0.056-0.116-0.115-0.231-0.178-0.345c-0.054-0.098-0.109-0.193-0.167-0.289c-0.06-0.098-0.122-0.194-0.186-0.29c-0.071-0.105-0.144-0.21-0.221-0.312c-0.025-0.035-0.048-0.072-0.075-0.107c-0.078-0.101-0.166-0.208-0.263-0.322c0-0.001-0.001-0.001-0.002-0.002c-3.146-3.705-16.35-14.078-65.108-14.078c-10.862,0-29.876-2.108-35.172-16.23C321.544,22.932,304.34,0,287.368,0c-16.413,0-34.775,7.404-42.193,10.729C237.756,7.404,219.394,0,202.98,0c-16.971,0-34.175,22.931-51.134,68.157c-5.295,14.122-24.309,16.23-35.171,16.23c-22.246,0-59.934,2.07-66.167,15.679c-0.143,0.288-0.274,0.583-0.379,0.887c0,0.002-0.001,0.003-0.002,0.004c-0.003,0.008-0.004,0.016-0.006,0.024c-0.097,0.286-0.172,0.579-0.234,0.875c-0.016,0.077-0.03,0.153-0.044,0.229c-0.048,0.27-0.083,0.542-0.102,0.818c-0.002,0.034-0.007,0.068-0.009,0.103c-0.016,0.31-0.011,0.622,0.012,0.935c0.004,0.062,0.014,0.122,0.02,0.183c0.024,0.246,0.061,0.492,0.11,0.738c0.016,0.081,0.032,0.16,0.05,0.24c0.061,0.263,0.137,0.524,0.228,0.784c0.013,0.036,0.021,0.072,0.034,0.107c0.003,0.008,0.004,0.015,0.007,0.023c0.25,0.671,6.298,16.609,21.024,32.554c12.812,13.872,34.717,30.233,67.739,32.281v7.789c-4.815,0.335-10.792,1.591-15.514,5.271c-4.263,3.322-6.822,8.067-7.399,13.723c-0.757,7.429-1.374,25.978,9.245,37.734c3.679,4.074,8.326,6.804,13.667,8.085v1.567c0,0.36,0.026,0.72,0.078,1.076c0.131,0.907,3.387,22.474,17.82,44.884c9.258,14.375,24.462,30.956,48.519,40.897c-0.059,0.38-0.099,0.767-0.099,1.163v22.734h-37.518c-1.244,0.015-30.87,0.051-54.46,23.474c-18.509,18.377-27.894,45.54-27.894,80.733v15.368H34.426c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h421.497c4.143,0,7.5-3.358,7.5-7.5C463.422,478.706,460.065,475.348,455.922,475.348z M389.947,459.98v15.368h-37.659v-96.09c4.76,2.64,9.623,6.093,14.196,10.634C382.053,405.35,389.947,428.931,389.947,459.98z M245.174,414.946c25.598,0,46.753-19.339,49.651-44.171h15.543v62.547H180.341v-62.547h15.182C198.421,395.607,219.576,414.946,245.174,414.946zM326.631,322.854c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.092-5.271,14.69c-3.1-1.804-8.686-9.33-9.156-12.639C325.188,331.096,325.279,326.738,326.631,322.854zM353.148,342.771c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.091-5.271,14.689c-3.101-1.805-8.686-9.33-9.156-12.639C351.705,351.012,351.795,346.654,353.148,342.771zM310.598,335.043c0.803,5.642,5.977,14.973,12.761,20.741c-0.376-0.009-0.629-0.01-0.713-0.01h-37.571V333.04c0-0.396-0.04-0.783-0.1-1.163c11.885-4.911,21.604-11.443,29.518-18.528c-0.772,1.398-1.452,2.922-2.026,4.571C310.21,324.393,310.05,331.19,310.598,335.043z M172.841,448.322h145.028c4.143,0,7.5-3.358,7.5-7.5v-69.902c2.567,0.222,6.809,0.789,11.919,2.211v102.217H153.422V372.961c5.165-1.395,9.413-1.902,11.918-2.084v69.945C165.341,444.964,168.699,448.322,172.841,448.322z M401.139,361.881c-5.466,0-10.86-1.812-12.1-2.743c-1.482-1.113-4.501-4.259-6.29-7.962c-0.967-2-1.86-4.725-0.64-6.353c0.001,0,0.001,0,0.001-0.001c0.001-0.001,0.002-0.003,0.002-0.004c0.285-0.379,1.041-1.376,3.836-1.376c4.214,0,9.585,2.349,11.843,4.044c2.661,1.999,6.544,10.466,6.657,14.075C403.778,361.722,402.693,361.881,401.139,361.881z M383.309,328.273c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.477-1.857-12.972-5.344c-0.287-2.017,1.811-3.973,3.622-5.26c3.352-2.381,7.513-3.683,9.349-3.943c0.024-0.003,0.164-0.022,0.446-0.022c4.384,0,11.898,3.081,14.241,5.296C394.137,322.222,386.616,327.803,383.309,328.273z M354.742,293.93c0.025-0.003,0.165-0.022,0.446-0.022c4.383,0,11.897,3.081,14.24,5.296c-1.809,3.101-9.33,8.682-12.637,9.152c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.476-1.857-12.971-5.344C341.208,299.186,350.011,294.603,354.742,293.93z M357.507,195.742c0.724,0.564,1.492,1.412,1.696,3.414c0.892,8.739-0.072,20.2-5.453,26.158c-0.721,0.798-1.509,1.456-2.358,2.009v-33.6C353.701,193.991,356.023,194.586,357.507,195.742z M351.392,155.809v-10.444c25.465-5.275,44.292-11.99,57.797-18.241C397.409,140.28,378.81,153.819,351.392,155.809z M116.675,99.388c25.459,0,42.938-9.221,49.216-25.964C180.944,33.283,195.669,15,202.98,15c17.136,0,38.629,10.611,38.844,10.718c0.065,0.032,0.131,0.056,0.197,0.086c0.081,0.038,0.164,0.073,0.247,0.108c0.151,0.063,0.302,0.123,0.455,0.176c0.066,0.023,0.134,0.043,0.201,0.065c0.17,0.054,0.34,0.103,0.511,0.144c0.056,0.013,0.113,0.024,0.169,0.036c0.181,0.039,0.362,0.074,0.544,0.099c0.058,0.008,0.116,0.013,0.175,0.02c0.179,0.02,0.357,0.037,0.536,0.044c0.073,0.003,0.145,0.002,0.218,0.003c0.164,0.002,0.328,0.002,0.491-0.007c0.091-0.005,0.182-0.015,0.273-0.023c0.146-0.013,0.291-0.027,0.436-0.049c0.104-0.015,0.207-0.036,0.311-0.056c0.134-0.026,0.268-0.052,0.399-0.085c0.105-0.026,0.209-0.057,0.314-0.088c0.133-0.04,0.266-0.081,0.396-0.127c0.098-0.035,0.193-0.073,0.289-0.112c0.138-0.056,0.273-0.114,0.407-0.178c0.043-0.021,0.087-0.035,0.13-0.057C248.739,25.611,270.232,15,287.368,15c7.313,0,22.038,18.283,37.089,58.424c6.279,16.743,23.758,25.964,49.217,25.964c24.149,0,38.017,2.712,45.621,5.168c-6.06,3.932-15.658,9.21-29.672,14.461c-46.295,17.348-104.104,20.989-144.448,20.989c-40.344,0-98.153-3.642-144.449-20.989c-14.526-5.443-24.308-10.916-30.317-14.882C77.422,101.924,91.054,99.388,116.675,99.388z M82.611,128.796c-0.538-0.576-1.059-1.152-1.571-1.729c13.513,6.267,32.375,13.007,57.916,18.297v10.433C116.866,154.237,97.929,145.191,82.611,128.796z M136.42,225.314c-5.38-5.957-6.345-17.419-5.454-26.158c0.203-1.993,0.963-2.837,1.68-3.401c1.518-1.193,3.926-1.794,6.309-2.051v33.729C138.038,226.861,137.191,226.167,136.42,225.314z M169.764,283.32c-11.735-18.011-15.267-35.842-15.808-38.914v-96.246c24.729,4.124,54.824,6.846,91.218,6.846c36.394,0,66.489-2.722,91.218-6.845v96.244c-0.548,3.109-4.085,20.923-15.808,38.916c-0.869,1.333-1.766,2.628-2.679,3.899l-23.98-18.012c-0.722-0.542-1.511-0.925-2.327-1.173c-0.108-0.137-0.215-0.276-0.335-0.407c-2.792-3.061-7.512-3.301-10.57-0.51c-0.045,0.039-4.597,3.985-13.574,7.07c-3.917,1.346-6.002,5.613-4.655,9.53c1.068,3.11,3.978,5.064,7.092,5.064c0.809,0,1.631-0.132,2.438-0.409c6.104-2.098,10.689-4.539,13.81-6.506l22.427,16.845c-15.936,16.087-36.831,25.076-62.359,26.777h-1.394C211.71,323.305,186.572,309.118,169.764,283.32z M243.747,340.474c0.161,0.01,0.323,0.016,0.485,0.016h1.886c0.162,0,0.324-0.005,0.485-0.016c8.5-0.551,16.299-1.832,23.473-3.668v26.469c0,4.142,3.357,7.5,7.5,7.5h2.107c-2.785,16.533-17.194,29.171-34.508,29.171c-17.314,0-31.723-12.638-34.508-29.171h2.107c4.142,0,7.5-3.358,7.5-7.5v-26.469C227.448,338.642,235.247,339.923,243.747,340.474z M100.402,459.98c0-48.922,19.862-71.011,38.021-80.988v96.356h-38.021V459.98z'/%3E%3Ccircle cx='191.937' cy='182.672' r='8.951'/%3E%3Ccircle cx='298.411' cy='182.672' r='8.951'/%3E%3Cpath d='M265.109,217.399c0-4.142-3.358-7.5-7.5-7.5c-4.143,0-7.5,3.358-7.5,7.5c0,1.654-1.347,3-3.001,3h-3.868c-1.654,0-3-1.346-3-3c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5c0,9.925,8.075,18,18,18h3.868C257.034,235.399,265.109,227.325,265.109,217.399z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-farmer-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 490.348 490.348' style='enable-background:new 0 0 490.348 490.348;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M455.922,475.348h-50.975V459.98c0-35.193-9.385-62.355-27.894-80.733c-1.477-1.466-2.977-2.84-4.492-4.129c1.695-1.941,3.157-4.249,4.376-6.71c1.112,1.109,2.173,2.032,3.094,2.723c5.26,3.95,14.629,5.749,21.108,5.749c9.103,0,13.493-3.301,15.573-6.07c4.449-5.923,2.599-14.276,0.263-20.241c-1.994-5.092-5.715-11.727-10.177-15.078c-0.979-0.736-2.152-1.482-3.455-2.202c4.408-4.083,8.709-9.851,7.788-16.331c-1.501-10.552-16.73-16.789-26.41-17.938c0.014-0.657-0.013-1.317-0.107-1.979c-1.669-11.734-20.314-18.135-29.427-18.135c-0.9,0-1.761,0.058-2.558,0.171c-4.569,0.649-10.746,2.896-15.924,6.61c11.709-20.4,14.487-38.757,14.607-39.593c0.052-0.356,0.078-0.716,0.078-1.076v-1.606c5.268-1.299,9.851-4.017,13.49-8.046c10.618-11.757,10.002-30.306,9.243-37.734c-0.576-5.655-3.134-10.4-7.398-13.722c-4.664-3.635-10.552-4.905-15.336-5.257v-7.803c33.022-2.048,54.927-18.41,67.739-32.281c14.726-15.944,20.772-31.883,21.023-32.554c0.016-0.042,0.025-0.084,0.04-0.126c0.051-0.144,0.096-0.289,0.138-0.436c0.026-0.091,0.053-0.182,0.075-0.273c0.032-0.131,0.058-0.263,0.083-0.396c0.02-0.105,0.042-0.21,0.058-0.315c0.017-0.111,0.024-0.223,0.035-0.335c0.047-0.467,0.049-0.932,0.009-1.391c-0.009-0.107-0.016-0.214-0.029-0.32c-0.015-0.11-0.036-0.218-0.056-0.327c-0.022-0.123-0.042-0.245-0.069-0.367c-0.023-0.098-0.05-0.194-0.076-0.291c-0.035-0.13-0.071-0.259-0.113-0.388c-0.03-0.091-0.064-0.18-0.097-0.269c-0.048-0.128-0.098-0.255-0.153-0.382c-0.039-0.091-0.082-0.18-0.125-0.27c-0.056-0.116-0.115-0.231-0.178-0.345c-0.054-0.098-0.109-0.193-0.167-0.289c-0.06-0.098-0.122-0.194-0.186-0.29c-0.071-0.105-0.144-0.21-0.221-0.312c-0.025-0.035-0.048-0.072-0.075-0.107c-0.078-0.101-0.166-0.208-0.263-0.322c0-0.001-0.001-0.001-0.002-0.002c-3.146-3.705-16.35-14.078-65.108-14.078c-10.862,0-29.876-2.108-35.172-16.23C321.544,22.932,304.34,0,287.368,0c-16.413,0-34.775,7.404-42.193,10.729C237.756,7.404,219.394,0,202.98,0c-16.971,0-34.175,22.931-51.134,68.157c-5.295,14.122-24.309,16.23-35.171,16.23c-22.246,0-59.934,2.07-66.167,15.679c-0.143,0.288-0.274,0.583-0.379,0.887c0,0.002-0.001,0.003-0.002,0.004c-0.003,0.008-0.004,0.016-0.006,0.024c-0.097,0.286-0.172,0.579-0.234,0.875c-0.016,0.077-0.03,0.153-0.044,0.229c-0.048,0.27-0.083,0.542-0.102,0.818c-0.002,0.034-0.007,0.068-0.009,0.103c-0.016,0.31-0.011,0.622,0.012,0.935c0.004,0.062,0.014,0.122,0.02,0.183c0.024,0.246,0.061,0.492,0.11,0.738c0.016,0.081,0.032,0.16,0.05,0.24c0.061,0.263,0.137,0.524,0.228,0.784c0.013,0.036,0.021,0.072,0.034,0.107c0.003,0.008,0.004,0.015,0.007,0.023c0.25,0.671,6.298,16.609,21.024,32.554c12.812,13.872,34.717,30.233,67.739,32.281v7.789c-4.815,0.335-10.792,1.591-15.514,5.271c-4.263,3.322-6.822,8.067-7.399,13.723c-0.757,7.429-1.374,25.978,9.245,37.734c3.679,4.074,8.326,6.804,13.667,8.085v1.567c0,0.36,0.026,0.72,0.078,1.076c0.131,0.907,3.387,22.474,17.82,44.884c9.258,14.375,24.462,30.956,48.519,40.897c-0.059,0.38-0.099,0.767-0.099,1.163v22.734h-37.518c-1.244,0.015-30.87,0.051-54.46,23.474c-18.509,18.377-27.894,45.54-27.894,80.733v15.368H34.426c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h421.497c4.143,0,7.5-3.358,7.5-7.5C463.422,478.706,460.065,475.348,455.922,475.348z M389.947,459.98v15.368h-37.659v-96.09c4.76,2.64,9.623,6.093,14.196,10.634C382.053,405.35,389.947,428.931,389.947,459.98z M245.174,414.946c25.598,0,46.753-19.339,49.651-44.171h15.543v62.547H180.341v-62.547h15.182C198.421,395.607,219.576,414.946,245.174,414.946zM326.631,322.854c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.092-5.271,14.69c-3.1-1.804-8.686-9.33-9.156-12.639C325.188,331.096,325.279,326.738,326.631,322.854zM353.148,342.771c0.73-2.098,2.025-4.658,4.042-4.945c0.154-0.022,0.299-0.033,0.442-0.033c3.682,0,8.064,8.105,8.761,13.003c0.47,3.308-2.797,12.091-5.271,14.689c-3.101-1.805-8.686-9.33-9.156-12.639C351.705,351.012,351.795,346.654,353.148,342.771zM310.598,335.043c0.803,5.642,5.977,14.973,12.761,20.741c-0.376-0.009-0.629-0.01-0.713-0.01h-37.571V333.04c0-0.396-0.04-0.783-0.1-1.163c11.885-4.911,21.604-11.443,29.518-18.528c-0.772,1.398-1.452,2.922-2.026,4.571C310.21,324.393,310.05,331.19,310.598,335.043z M172.841,448.322h145.028c4.143,0,7.5-3.358,7.5-7.5v-69.902c2.567,0.222,6.809,0.789,11.919,2.211v102.217H153.422V372.961c5.165-1.395,9.413-1.902,11.918-2.084v69.945C165.341,444.964,168.699,448.322,172.841,448.322z M401.139,361.881c-5.466,0-10.86-1.812-12.1-2.743c-1.482-1.113-4.501-4.259-6.29-7.962c-0.967-2-1.86-4.725-0.64-6.353c0.001,0,0.001,0,0.001-0.001c0.001-0.001,0.002-0.003,0.002-0.004c0.285-0.379,1.041-1.376,3.836-1.376c4.214,0,9.585,2.349,11.843,4.044c2.661,1.999,6.544,10.466,6.657,14.075C403.778,361.722,402.693,361.881,401.139,361.881z M383.309,328.273c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.477-1.857-12.972-5.344c-0.287-2.017,1.811-3.973,3.622-5.26c3.352-2.381,7.513-3.683,9.349-3.943c0.024-0.003,0.164-0.022,0.446-0.022c4.384,0,11.898,3.081,14.241,5.296C394.137,322.222,386.616,327.803,383.309,328.273z M354.742,293.93c0.025-0.003,0.165-0.022,0.446-0.022c4.383,0,11.897,3.081,14.24,5.296c-1.809,3.101-9.33,8.682-12.637,9.152c-0.316,0.045-1.005,0.121-2.051,0.121c-5.12,0-12.476-1.857-12.971-5.344C341.208,299.186,350.011,294.603,354.742,293.93z M357.507,195.742c0.724,0.564,1.492,1.412,1.696,3.414c0.892,8.739-0.072,20.2-5.453,26.158c-0.721,0.798-1.509,1.456-2.358,2.009v-33.6C353.701,193.991,356.023,194.586,357.507,195.742z M351.392,155.809v-10.444c25.465-5.275,44.292-11.99,57.797-18.241C397.409,140.28,378.81,153.819,351.392,155.809z M116.675,99.388c25.459,0,42.938-9.221,49.216-25.964C180.944,33.283,195.669,15,202.98,15c17.136,0,38.629,10.611,38.844,10.718c0.065,0.032,0.131,0.056,0.197,0.086c0.081,0.038,0.164,0.073,0.247,0.108c0.151,0.063,0.302,0.123,0.455,0.176c0.066,0.023,0.134,0.043,0.201,0.065c0.17,0.054,0.34,0.103,0.511,0.144c0.056,0.013,0.113,0.024,0.169,0.036c0.181,0.039,0.362,0.074,0.544,0.099c0.058,0.008,0.116,0.013,0.175,0.02c0.179,0.02,0.357,0.037,0.536,0.044c0.073,0.003,0.145,0.002,0.218,0.003c0.164,0.002,0.328,0.002,0.491-0.007c0.091-0.005,0.182-0.015,0.273-0.023c0.146-0.013,0.291-0.027,0.436-0.049c0.104-0.015,0.207-0.036,0.311-0.056c0.134-0.026,0.268-0.052,0.399-0.085c0.105-0.026,0.209-0.057,0.314-0.088c0.133-0.04,0.266-0.081,0.396-0.127c0.098-0.035,0.193-0.073,0.289-0.112c0.138-0.056,0.273-0.114,0.407-0.178c0.043-0.021,0.087-0.035,0.13-0.057C248.739,25.611,270.232,15,287.368,15c7.313,0,22.038,18.283,37.089,58.424c6.279,16.743,23.758,25.964,49.217,25.964c24.149,0,38.017,2.712,45.621,5.168c-6.06,3.932-15.658,9.21-29.672,14.461c-46.295,17.348-104.104,20.989-144.448,20.989c-40.344,0-98.153-3.642-144.449-20.989c-14.526-5.443-24.308-10.916-30.317-14.882C77.422,101.924,91.054,99.388,116.675,99.388z M82.611,128.796c-0.538-0.576-1.059-1.152-1.571-1.729c13.513,6.267,32.375,13.007,57.916,18.297v10.433C116.866,154.237,97.929,145.191,82.611,128.796z M136.42,225.314c-5.38-5.957-6.345-17.419-5.454-26.158c0.203-1.993,0.963-2.837,1.68-3.401c1.518-1.193,3.926-1.794,6.309-2.051v33.729C138.038,226.861,137.191,226.167,136.42,225.314z M169.764,283.32c-11.735-18.011-15.267-35.842-15.808-38.914v-96.246c24.729,4.124,54.824,6.846,91.218,6.846c36.394,0,66.489-2.722,91.218-6.845v96.244c-0.548,3.109-4.085,20.923-15.808,38.916c-0.869,1.333-1.766,2.628-2.679,3.899l-23.98-18.012c-0.722-0.542-1.511-0.925-2.327-1.173c-0.108-0.137-0.215-0.276-0.335-0.407c-2.792-3.061-7.512-3.301-10.57-0.51c-0.045,0.039-4.597,3.985-13.574,7.07c-3.917,1.346-6.002,5.613-4.655,9.53c1.068,3.11,3.978,5.064,7.092,5.064c0.809,0,1.631-0.132,2.438-0.409c6.104-2.098,10.689-4.539,13.81-6.506l22.427,16.845c-15.936,16.087-36.831,25.076-62.359,26.777h-1.394C211.71,323.305,186.572,309.118,169.764,283.32z M243.747,340.474c0.161,0.01,0.323,0.016,0.485,0.016h1.886c0.162,0,0.324-0.005,0.485-0.016c8.5-0.551,16.299-1.832,23.473-3.668v26.469c0,4.142,3.357,7.5,7.5,7.5h2.107c-2.785,16.533-17.194,29.171-34.508,29.171c-17.314,0-31.723-12.638-34.508-29.171h2.107c4.142,0,7.5-3.358,7.5-7.5v-26.469C227.448,338.642,235.247,339.923,243.747,340.474z M100.402,459.98c0-48.922,19.862-71.011,38.021-80.988v96.356h-38.021V459.98z'/%3E%3Ccircle cx='191.937' cy='182.672' r='8.951'/%3E%3Ccircle cx='298.411' cy='182.672' r='8.951'/%3E%3Cpath d='M265.109,217.399c0-4.142-3.358-7.5-7.5-7.5c-4.143,0-7.5,3.358-7.5,7.5c0,1.654-1.347,3-3.001,3h-3.868c-1.654,0-3-1.346-3-3c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5c0,9.925,8.075,18,18,18h3.868C257.034,235.399,265.109,227.325,265.109,217.399z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dots-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-control'%3E%3Cpath d='M51,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S79.05,153,51,153z M357,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S385.05,153,357,153z M204,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S232.05,153,204,153z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dots-brown, .no-touch .panel-menu-action.panel-menu-action-more:hover, .panel-menu-action.panel-menu-action-more.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-control'%3E%3Cpath d='M51,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S79.05,153,51,153z M357,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S385.05,153,357,153z M204,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S232.05,153,204,153z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dots-black, .panel-menu-action.panel-menu-action-more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-control'%3E%3Cpath d='M51,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S79.05,153,51,153z M357,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S385.05,153,357,153z M204,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S232.05,153,204,153z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dots-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-control'%3E%3Cpath d='M51,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S79.05,153,51,153z M357,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S385.05,153,357,153z M204,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S232.05,153,204,153z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dots-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-control'%3E%3Cpath d='M51,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S79.05,153,51,153z M357,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S385.05,153,357,153z M204,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S232.05,153,204,153z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dots-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-control'%3E%3Cpath d='M51,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S79.05,153,51,153z M357,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S385.05,153,357,153z M204,153c-28.05,0-51,22.95-51,51s22.95,51,51,51s51-22.95,51-51S232.05,153,204,153z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-export-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 508 508' style='enable-background:new 0 0 508 508;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M381,390.368c-11,0-19,8-19,19v19H38v-232h51c11,0,19-8,19-19s-8-19-19-19H19c-11,0-19,8-19,19v270c0,11,8,19,19,19h362c11,0,19-8,19-19v-38C400,398.368,392,390.368,381,390.368z'/%3E%3Cpath d='M503,187.368l-140-140c-13-13-32-2-32,14v62c-73,3-131,27-172,68c-63,63-63,146-63,149c0,10,8,19,19,19c7,0,13-3,16-9c36-64,131-74,184-74h16v64c0,16,20,26,32,14l140-140c4-4,5-9,5-14S507,191.368,503,187.368zM369,294.368v-35c0-10-7-18-17-19c-1,0-15-2-37-2c-45,0-116,7-169,42c8-20,20-42,40-62c37-37,93-57,164-57c11,0,19-8,19-19v-35l93,93L369,294.368z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-export-brown, .no-touch .panel-menu-action.panel-menu-action-export:hover, .panel-menu-action.panel-menu-action-export.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 508 508' style='enable-background:new 0 0 508 508;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M381,390.368c-11,0-19,8-19,19v19H38v-232h51c11,0,19-8,19-19s-8-19-19-19H19c-11,0-19,8-19,19v270c0,11,8,19,19,19h362c11,0,19-8,19-19v-38C400,398.368,392,390.368,381,390.368z'/%3E%3Cpath d='M503,187.368l-140-140c-13-13-32-2-32,14v62c-73,3-131,27-172,68c-63,63-63,146-63,149c0,10,8,19,19,19c7,0,13-3,16-9c36-64,131-74,184-74h16v64c0,16,20,26,32,14l140-140c4-4,5-9,5-14S507,191.368,503,187.368zM369,294.368v-35c0-10-7-18-17-19c-1,0-15-2-37-2c-45,0-116,7-169,42c8-20,20-42,40-62c37-37,93-57,164-57c11,0,19-8,19-19v-35l93,93L369,294.368z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-export-black, .panel-menu-action.panel-menu-action-export {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 508 508' style='enable-background:new 0 0 508 508;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M381,390.368c-11,0-19,8-19,19v19H38v-232h51c11,0,19-8,19-19s-8-19-19-19H19c-11,0-19,8-19,19v270c0,11,8,19,19,19h362c11,0,19-8,19-19v-38C400,398.368,392,390.368,381,390.368z'/%3E%3Cpath d='M503,187.368l-140-140c-13-13-32-2-32,14v62c-73,3-131,27-172,68c-63,63-63,146-63,149c0,10,8,19,19,19c7,0,13-3,16-9c36-64,131-74,184-74h16v64c0,16,20,26,32,14l140-140c4-4,5-9,5-14S507,191.368,503,187.368zM369,294.368v-35c0-10-7-18-17-19c-1,0-15-2-37-2c-45,0-116,7-169,42c8-20,20-42,40-62c37-37,93-57,164-57c11,0,19-8,19-19v-35l93,93L369,294.368z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-export-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 508 508' style='enable-background:new 0 0 508 508;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M381,390.368c-11,0-19,8-19,19v19H38v-232h51c11,0,19-8,19-19s-8-19-19-19H19c-11,0-19,8-19,19v270c0,11,8,19,19,19h362c11,0,19-8,19-19v-38C400,398.368,392,390.368,381,390.368z'/%3E%3Cpath d='M503,187.368l-140-140c-13-13-32-2-32,14v62c-73,3-131,27-172,68c-63,63-63,146-63,149c0,10,8,19,19,19c7,0,13-3,16-9c36-64,131-74,184-74h16v64c0,16,20,26,32,14l140-140c4-4,5-9,5-14S507,191.368,503,187.368zM369,294.368v-35c0-10-7-18-17-19c-1,0-15-2-37-2c-45,0-116,7-169,42c8-20,20-42,40-62c37-37,93-57,164-57c11,0,19-8,19-19v-35l93,93L369,294.368z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-export-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 508 508' style='enable-background:new 0 0 508 508;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M381,390.368c-11,0-19,8-19,19v19H38v-232h51c11,0,19-8,19-19s-8-19-19-19H19c-11,0-19,8-19,19v270c0,11,8,19,19,19h362c11,0,19-8,19-19v-38C400,398.368,392,390.368,381,390.368z'/%3E%3Cpath d='M503,187.368l-140-140c-13-13-32-2-32,14v62c-73,3-131,27-172,68c-63,63-63,146-63,149c0,10,8,19,19,19c7,0,13-3,16-9c36-64,131-74,184-74h16v64c0,16,20,26,32,14l140-140c4-4,5-9,5-14S507,191.368,503,187.368zM369,294.368v-35c0-10-7-18-17-19c-1,0-15-2-37-2c-45,0-116,7-169,42c8-20,20-42,40-62c37-37,93-57,164-57c11,0,19-8,19-19v-35l93,93L369,294.368z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-export-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 508 508' style='enable-background:new 0 0 508 508;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M381,390.368c-11,0-19,8-19,19v19H38v-232h51c11,0,19-8,19-19s-8-19-19-19H19c-11,0-19,8-19,19v270c0,11,8,19,19,19h362c11,0,19-8,19-19v-38C400,398.368,392,390.368,381,390.368z'/%3E%3Cpath d='M503,187.368l-140-140c-13-13-32-2-32,14v62c-73,3-131,27-172,68c-63,63-63,146-63,149c0,10,8,19,19,19c7,0,13-3,16-9c36-64,131-74,184-74h16v64c0,16,20,26,32,14l140-140c4-4,5-9,5-14S507,191.368,503,187.368zM369,294.368v-35c0-10-7-18-17-19c-1,0-15-2-37-2c-45,0-116,7-169,42c8-20,20-42,40-62c37-37,93-57,164-57c11,0,19-8,19-19v-35l93,93L369,294.368z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-camembert-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 371.041 371.041' style='enable-background:new 0 0 371.041 371.041;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M190.032,170.196c1.067,1.065,2.514,1.666,4.023,1.666H364.83c1.614,0,3.152-0.686,4.231-1.885c1.08-1.2,1.599-2.806,1.427-4.408c-4.879-45.762-26.256-87.755-60.194-118.246C276.327,16.808,232.201,0,186.041,0c-42.187,0-83.494,14.553-116.31,40.984c-1.259,1.014-2.026,2.512-2.113,4.126c-0.087,1.615,0.517,3.187,1.659,4.33L190.032,170.196z M167.016,105.331l48.977-72.844c5.62,1.095,11.204,2.507,16.667,4.216l-53.6,80.672L167.016,105.331zM186.041,29.593c1.459,0,2.935,0.02,4.423,0.063l-39.852,59.273l-12.909-12.912l31.915-45.568C175.066,29.881,180.584,29.593,186.041,29.593z M136.893,37.491L121.36,59.673l-10.693-10.693c6.925-3.829,14.173-7.146,21.606-9.874C133.795,38.545,135.337,38.009,136.893,37.491z M282.086,142.27l31.177-46.926c2.145,3.027,4.198,6.156,6.139,9.352l-25.785,37.573H282.086z M321.226,142.27l9.782-14.251c1.858,4.678,3.488,9.444,4.876,14.251H321.226z M236.237,142.27l50.409-75.871c1.622,1.369,3.191,2.747,4.689,4.119c2.257,2.066,4.514,4.268,6.733,6.564l-43.313,65.187H236.237z M208.906,142.27h-4.951l-8.474-8.477l58.802-88.499c4.781,2.33,9.45,4.906,13.943,7.694L208.906,142.27z'/%3E%3Cpath d='M165.58,184.373L49.962,68.754c-1.144-1.141-2.719-1.745-4.331-1.657c-1.612,0.086-3.112,0.854-4.126,2.113C15.076,102.024,0.52,143.331,0.52,185.52c0,57.78,26.202,111.232,71.889,146.652c1.006,0.777,2.235,1.193,3.487,1.193c0.339,0,0.681-0.03,1.019-0.094c1.59-0.289,2.982-1.239,3.828-2.616l85.661-139.277C167.783,189.135,167.442,186.238,165.58,184.373z M131.309,191.952L70.73,290.449c-9.442-10.371-17.409-21.869-23.712-34.239c-11.218-22.005-16.906-45.787-16.906-70.689c0-18.499,3.2-36.591,9.514-53.768c2.731-7.436,6.044-14.682,9.874-21.607L131.309,191.952z'/%3E%3Cpath d='M364.83,199.179H196.856c-1.976,0-3.812,1.024-4.847,2.71L103.998,344.99c-0.847,1.375-1.069,3.048-0.61,4.597c0.457,1.546,1.552,2.828,3.008,3.522c24.972,11.898,51.769,17.932,79.646,17.932c46.16,0,90.286-16.808,124.253-47.323c33.938-30.491,55.315-72.484,60.194-118.246c0.172-1.603-0.347-3.208-1.427-4.408C367.982,199.864,366.444,199.179,364.83,199.179z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-camembert-brown, .no-touch .panel-menu-action.panel-menu-action-stat:hover, .panel-menu-action.panel-menu-action-stat.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 371.041 371.041' style='enable-background:new 0 0 371.041 371.041;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M190.032,170.196c1.067,1.065,2.514,1.666,4.023,1.666H364.83c1.614,0,3.152-0.686,4.231-1.885c1.08-1.2,1.599-2.806,1.427-4.408c-4.879-45.762-26.256-87.755-60.194-118.246C276.327,16.808,232.201,0,186.041,0c-42.187,0-83.494,14.553-116.31,40.984c-1.259,1.014-2.026,2.512-2.113,4.126c-0.087,1.615,0.517,3.187,1.659,4.33L190.032,170.196z M167.016,105.331l48.977-72.844c5.62,1.095,11.204,2.507,16.667,4.216l-53.6,80.672L167.016,105.331zM186.041,29.593c1.459,0,2.935,0.02,4.423,0.063l-39.852,59.273l-12.909-12.912l31.915-45.568C175.066,29.881,180.584,29.593,186.041,29.593z M136.893,37.491L121.36,59.673l-10.693-10.693c6.925-3.829,14.173-7.146,21.606-9.874C133.795,38.545,135.337,38.009,136.893,37.491z M282.086,142.27l31.177-46.926c2.145,3.027,4.198,6.156,6.139,9.352l-25.785,37.573H282.086z M321.226,142.27l9.782-14.251c1.858,4.678,3.488,9.444,4.876,14.251H321.226z M236.237,142.27l50.409-75.871c1.622,1.369,3.191,2.747,4.689,4.119c2.257,2.066,4.514,4.268,6.733,6.564l-43.313,65.187H236.237z M208.906,142.27h-4.951l-8.474-8.477l58.802-88.499c4.781,2.33,9.45,4.906,13.943,7.694L208.906,142.27z'/%3E%3Cpath d='M165.58,184.373L49.962,68.754c-1.144-1.141-2.719-1.745-4.331-1.657c-1.612,0.086-3.112,0.854-4.126,2.113C15.076,102.024,0.52,143.331,0.52,185.52c0,57.78,26.202,111.232,71.889,146.652c1.006,0.777,2.235,1.193,3.487,1.193c0.339,0,0.681-0.03,1.019-0.094c1.59-0.289,2.982-1.239,3.828-2.616l85.661-139.277C167.783,189.135,167.442,186.238,165.58,184.373z M131.309,191.952L70.73,290.449c-9.442-10.371-17.409-21.869-23.712-34.239c-11.218-22.005-16.906-45.787-16.906-70.689c0-18.499,3.2-36.591,9.514-53.768c2.731-7.436,6.044-14.682,9.874-21.607L131.309,191.952z'/%3E%3Cpath d='M364.83,199.179H196.856c-1.976,0-3.812,1.024-4.847,2.71L103.998,344.99c-0.847,1.375-1.069,3.048-0.61,4.597c0.457,1.546,1.552,2.828,3.008,3.522c24.972,11.898,51.769,17.932,79.646,17.932c46.16,0,90.286-16.808,124.253-47.323c33.938-30.491,55.315-72.484,60.194-118.246c0.172-1.603-0.347-3.208-1.427-4.408C367.982,199.864,366.444,199.179,364.83,199.179z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-camembert-black, .panel-menu-action.panel-menu-action-stat {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 371.041 371.041' style='enable-background:new 0 0 371.041 371.041;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M190.032,170.196c1.067,1.065,2.514,1.666,4.023,1.666H364.83c1.614,0,3.152-0.686,4.231-1.885c1.08-1.2,1.599-2.806,1.427-4.408c-4.879-45.762-26.256-87.755-60.194-118.246C276.327,16.808,232.201,0,186.041,0c-42.187,0-83.494,14.553-116.31,40.984c-1.259,1.014-2.026,2.512-2.113,4.126c-0.087,1.615,0.517,3.187,1.659,4.33L190.032,170.196z M167.016,105.331l48.977-72.844c5.62,1.095,11.204,2.507,16.667,4.216l-53.6,80.672L167.016,105.331zM186.041,29.593c1.459,0,2.935,0.02,4.423,0.063l-39.852,59.273l-12.909-12.912l31.915-45.568C175.066,29.881,180.584,29.593,186.041,29.593z M136.893,37.491L121.36,59.673l-10.693-10.693c6.925-3.829,14.173-7.146,21.606-9.874C133.795,38.545,135.337,38.009,136.893,37.491z M282.086,142.27l31.177-46.926c2.145,3.027,4.198,6.156,6.139,9.352l-25.785,37.573H282.086z M321.226,142.27l9.782-14.251c1.858,4.678,3.488,9.444,4.876,14.251H321.226z M236.237,142.27l50.409-75.871c1.622,1.369,3.191,2.747,4.689,4.119c2.257,2.066,4.514,4.268,6.733,6.564l-43.313,65.187H236.237z M208.906,142.27h-4.951l-8.474-8.477l58.802-88.499c4.781,2.33,9.45,4.906,13.943,7.694L208.906,142.27z'/%3E%3Cpath d='M165.58,184.373L49.962,68.754c-1.144-1.141-2.719-1.745-4.331-1.657c-1.612,0.086-3.112,0.854-4.126,2.113C15.076,102.024,0.52,143.331,0.52,185.52c0,57.78,26.202,111.232,71.889,146.652c1.006,0.777,2.235,1.193,3.487,1.193c0.339,0,0.681-0.03,1.019-0.094c1.59-0.289,2.982-1.239,3.828-2.616l85.661-139.277C167.783,189.135,167.442,186.238,165.58,184.373z M131.309,191.952L70.73,290.449c-9.442-10.371-17.409-21.869-23.712-34.239c-11.218-22.005-16.906-45.787-16.906-70.689c0-18.499,3.2-36.591,9.514-53.768c2.731-7.436,6.044-14.682,9.874-21.607L131.309,191.952z'/%3E%3Cpath d='M364.83,199.179H196.856c-1.976,0-3.812,1.024-4.847,2.71L103.998,344.99c-0.847,1.375-1.069,3.048-0.61,4.597c0.457,1.546,1.552,2.828,3.008,3.522c24.972,11.898,51.769,17.932,79.646,17.932c46.16,0,90.286-16.808,124.253-47.323c33.938-30.491,55.315-72.484,60.194-118.246c0.172-1.603-0.347-3.208-1.427-4.408C367.982,199.864,366.444,199.179,364.83,199.179z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-camembert-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 371.041 371.041' style='enable-background:new 0 0 371.041 371.041;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M190.032,170.196c1.067,1.065,2.514,1.666,4.023,1.666H364.83c1.614,0,3.152-0.686,4.231-1.885c1.08-1.2,1.599-2.806,1.427-4.408c-4.879-45.762-26.256-87.755-60.194-118.246C276.327,16.808,232.201,0,186.041,0c-42.187,0-83.494,14.553-116.31,40.984c-1.259,1.014-2.026,2.512-2.113,4.126c-0.087,1.615,0.517,3.187,1.659,4.33L190.032,170.196z M167.016,105.331l48.977-72.844c5.62,1.095,11.204,2.507,16.667,4.216l-53.6,80.672L167.016,105.331zM186.041,29.593c1.459,0,2.935,0.02,4.423,0.063l-39.852,59.273l-12.909-12.912l31.915-45.568C175.066,29.881,180.584,29.593,186.041,29.593z M136.893,37.491L121.36,59.673l-10.693-10.693c6.925-3.829,14.173-7.146,21.606-9.874C133.795,38.545,135.337,38.009,136.893,37.491z M282.086,142.27l31.177-46.926c2.145,3.027,4.198,6.156,6.139,9.352l-25.785,37.573H282.086z M321.226,142.27l9.782-14.251c1.858,4.678,3.488,9.444,4.876,14.251H321.226z M236.237,142.27l50.409-75.871c1.622,1.369,3.191,2.747,4.689,4.119c2.257,2.066,4.514,4.268,6.733,6.564l-43.313,65.187H236.237z M208.906,142.27h-4.951l-8.474-8.477l58.802-88.499c4.781,2.33,9.45,4.906,13.943,7.694L208.906,142.27z'/%3E%3Cpath d='M165.58,184.373L49.962,68.754c-1.144-1.141-2.719-1.745-4.331-1.657c-1.612,0.086-3.112,0.854-4.126,2.113C15.076,102.024,0.52,143.331,0.52,185.52c0,57.78,26.202,111.232,71.889,146.652c1.006,0.777,2.235,1.193,3.487,1.193c0.339,0,0.681-0.03,1.019-0.094c1.59-0.289,2.982-1.239,3.828-2.616l85.661-139.277C167.783,189.135,167.442,186.238,165.58,184.373z M131.309,191.952L70.73,290.449c-9.442-10.371-17.409-21.869-23.712-34.239c-11.218-22.005-16.906-45.787-16.906-70.689c0-18.499,3.2-36.591,9.514-53.768c2.731-7.436,6.044-14.682,9.874-21.607L131.309,191.952z'/%3E%3Cpath d='M364.83,199.179H196.856c-1.976,0-3.812,1.024-4.847,2.71L103.998,344.99c-0.847,1.375-1.069,3.048-0.61,4.597c0.457,1.546,1.552,2.828,3.008,3.522c24.972,11.898,51.769,17.932,79.646,17.932c46.16,0,90.286-16.808,124.253-47.323c33.938-30.491,55.315-72.484,60.194-118.246c0.172-1.603-0.347-3.208-1.427-4.408C367.982,199.864,366.444,199.179,364.83,199.179z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-camembert-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 371.041 371.041' style='enable-background:new 0 0 371.041 371.041;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M190.032,170.196c1.067,1.065,2.514,1.666,4.023,1.666H364.83c1.614,0,3.152-0.686,4.231-1.885c1.08-1.2,1.599-2.806,1.427-4.408c-4.879-45.762-26.256-87.755-60.194-118.246C276.327,16.808,232.201,0,186.041,0c-42.187,0-83.494,14.553-116.31,40.984c-1.259,1.014-2.026,2.512-2.113,4.126c-0.087,1.615,0.517,3.187,1.659,4.33L190.032,170.196z M167.016,105.331l48.977-72.844c5.62,1.095,11.204,2.507,16.667,4.216l-53.6,80.672L167.016,105.331zM186.041,29.593c1.459,0,2.935,0.02,4.423,0.063l-39.852,59.273l-12.909-12.912l31.915-45.568C175.066,29.881,180.584,29.593,186.041,29.593z M136.893,37.491L121.36,59.673l-10.693-10.693c6.925-3.829,14.173-7.146,21.606-9.874C133.795,38.545,135.337,38.009,136.893,37.491z M282.086,142.27l31.177-46.926c2.145,3.027,4.198,6.156,6.139,9.352l-25.785,37.573H282.086z M321.226,142.27l9.782-14.251c1.858,4.678,3.488,9.444,4.876,14.251H321.226z M236.237,142.27l50.409-75.871c1.622,1.369,3.191,2.747,4.689,4.119c2.257,2.066,4.514,4.268,6.733,6.564l-43.313,65.187H236.237z M208.906,142.27h-4.951l-8.474-8.477l58.802-88.499c4.781,2.33,9.45,4.906,13.943,7.694L208.906,142.27z'/%3E%3Cpath d='M165.58,184.373L49.962,68.754c-1.144-1.141-2.719-1.745-4.331-1.657c-1.612,0.086-3.112,0.854-4.126,2.113C15.076,102.024,0.52,143.331,0.52,185.52c0,57.78,26.202,111.232,71.889,146.652c1.006,0.777,2.235,1.193,3.487,1.193c0.339,0,0.681-0.03,1.019-0.094c1.59-0.289,2.982-1.239,3.828-2.616l85.661-139.277C167.783,189.135,167.442,186.238,165.58,184.373z M131.309,191.952L70.73,290.449c-9.442-10.371-17.409-21.869-23.712-34.239c-11.218-22.005-16.906-45.787-16.906-70.689c0-18.499,3.2-36.591,9.514-53.768c2.731-7.436,6.044-14.682,9.874-21.607L131.309,191.952z'/%3E%3Cpath d='M364.83,199.179H196.856c-1.976,0-3.812,1.024-4.847,2.71L103.998,344.99c-0.847,1.375-1.069,3.048-0.61,4.597c0.457,1.546,1.552,2.828,3.008,3.522c24.972,11.898,51.769,17.932,79.646,17.932c46.16,0,90.286-16.808,124.253-47.323c33.938-30.491,55.315-72.484,60.194-118.246c0.172-1.603-0.347-3.208-1.427-4.408C367.982,199.864,366.444,199.179,364.83,199.179z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-camembert-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 371.041 371.041' style='enable-background:new 0 0 371.041 371.041;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M190.032,170.196c1.067,1.065,2.514,1.666,4.023,1.666H364.83c1.614,0,3.152-0.686,4.231-1.885c1.08-1.2,1.599-2.806,1.427-4.408c-4.879-45.762-26.256-87.755-60.194-118.246C276.327,16.808,232.201,0,186.041,0c-42.187,0-83.494,14.553-116.31,40.984c-1.259,1.014-2.026,2.512-2.113,4.126c-0.087,1.615,0.517,3.187,1.659,4.33L190.032,170.196z M167.016,105.331l48.977-72.844c5.62,1.095,11.204,2.507,16.667,4.216l-53.6,80.672L167.016,105.331zM186.041,29.593c1.459,0,2.935,0.02,4.423,0.063l-39.852,59.273l-12.909-12.912l31.915-45.568C175.066,29.881,180.584,29.593,186.041,29.593z M136.893,37.491L121.36,59.673l-10.693-10.693c6.925-3.829,14.173-7.146,21.606-9.874C133.795,38.545,135.337,38.009,136.893,37.491z M282.086,142.27l31.177-46.926c2.145,3.027,4.198,6.156,6.139,9.352l-25.785,37.573H282.086z M321.226,142.27l9.782-14.251c1.858,4.678,3.488,9.444,4.876,14.251H321.226z M236.237,142.27l50.409-75.871c1.622,1.369,3.191,2.747,4.689,4.119c2.257,2.066,4.514,4.268,6.733,6.564l-43.313,65.187H236.237z M208.906,142.27h-4.951l-8.474-8.477l58.802-88.499c4.781,2.33,9.45,4.906,13.943,7.694L208.906,142.27z'/%3E%3Cpath d='M165.58,184.373L49.962,68.754c-1.144-1.141-2.719-1.745-4.331-1.657c-1.612,0.086-3.112,0.854-4.126,2.113C15.076,102.024,0.52,143.331,0.52,185.52c0,57.78,26.202,111.232,71.889,146.652c1.006,0.777,2.235,1.193,3.487,1.193c0.339,0,0.681-0.03,1.019-0.094c1.59-0.289,2.982-1.239,3.828-2.616l85.661-139.277C167.783,189.135,167.442,186.238,165.58,184.373z M131.309,191.952L70.73,290.449c-9.442-10.371-17.409-21.869-23.712-34.239c-11.218-22.005-16.906-45.787-16.906-70.689c0-18.499,3.2-36.591,9.514-53.768c2.731-7.436,6.044-14.682,9.874-21.607L131.309,191.952z'/%3E%3Cpath d='M364.83,199.179H196.856c-1.976,0-3.812,1.024-4.847,2.71L103.998,344.99c-0.847,1.375-1.069,3.048-0.61,4.597c0.457,1.546,1.552,2.828,3.008,3.522c24.972,11.898,51.769,17.932,79.646,17.932c46.16,0,90.286-16.808,124.253-47.323c33.938-30.491,55.315-72.484,60.194-118.246c0.172-1.603-0.347-3.208-1.427-4.408C367.982,199.864,366.444,199.179,364.83,199.179z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-plus-grey, .button--input.icon-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Eplus%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18'/%3E%3Crect class='cls-1' x='8' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-plus-brown, .no-touch .panel-menu-action.panel-menu-action--plus:hover, .panel-menu-action.panel-menu-action--plus.active, .button--caracteristic.icon-plus:hover, .button--caracteristic.icon-plus.active, .button-panel-action.icon-plus:hover, .button-panel-action.active.icon-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Eplus%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18'/%3E%3Crect class='cls-1' x='8' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-plus-black, .icon-plus, .panel-menu-action.panel-menu-action--plus, .button--3D.button--medium .icon-plus, .button--3D.button--green .icon-plus, .smallbutton.smallbutton-zoomin, .button--input.icon-plus:hover, .button--input.icon-plus.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Eplus%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18'/%3E%3Crect class='cls-1' x='8' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-plus-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Eplus%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18'/%3E%3Crect class='cls-1' x='8' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-plus-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Eplus%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18'/%3E%3Crect class='cls-1' x='8' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-plus-orange, .button--3D.button--medium:hover .icon-plus, .button--3D.button--medium.active .icon-plus, .button--3D.button--green:hover .icon-plus, .button--3D.button--green.active .icon-plus, .no-touch .smallbutton.smallbutton-zoomin:hover, .button--medium:hover .button--caracteristic.icon-plus,
.button--medium.active .button--caracteristic.icon-plus, .button-panel-action.icon-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Eplus%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18'/%3E%3Crect class='cls-1' x='8' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-moins-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Emoins%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-moins-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Emoins%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-moins-black, .smallbutton.smallbutton-zoomout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Emoins%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-moins-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Emoins%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-moins-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Emoins%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-moins-orange, .no-touch .smallbutton.smallbutton-zoomout:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ctitle%3Emoins%3C/title%3E%3Crect class='cls-1' x='7.61' width='2' height='18' transform='translate(18 0) rotate(90)'/%3E%3C/svg%3E"); }

.icon-close-grey, .button--input.icon-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612.043px' height='612.043px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-close-brown, .no-touch .panel-menu-action.panel-menu-action--close:hover, .panel-menu-action.panel-menu-action--close.active, .button.button-close:hover, .button-close.button--3D:hover, .button-close.button--wide:hover, .button-close.button--caracteristic:hover, .button-close.button--input:hover, .button-close.maplist-item--fullbutton:hover, .maplist-item--map .button-close.maplist-item-mapbtn:hover, .maplist-item--map .button-close.maplist-item-morebtn:hover, .maplist-item--import .button-close.maplist-item--importbtn:hover, .maplist-item--logins .button-close.maplist-item--loginbtn:hover, .maplist-item--logins .button-close.maplist-item--registerbtn:hover, .maplist-item--profil .button-close.maplist-item-profilname:hover, .maplist-item--profil .button-close.maplist-item-morebtn:hover, .button.button-close.active, .button-close.active.button--3D, .button-close.active.button--wide, .button-close.active.button--caracteristic, .button-close.active.button--input, .button-close.active.maplist-item--fullbutton, .maplist-item--map .button-close.active.maplist-item-mapbtn, .maplist-item--map .button-close.active.maplist-item-morebtn, .maplist-item--import .button-close.active.maplist-item--importbtn, .maplist-item--logins .button-close.active.maplist-item--loginbtn, .maplist-item--logins .button-close.active.maplist-item--registerbtn, .maplist-item--profil .button-close.active.maplist-item-profilname, .maplist-item--profil .button-close.active.maplist-item-morebtn, .button--wide.button-close:hover:before, .button--wide.button-close.active:before, .button--caracteristic.icon-close:hover, .button--caracteristic.icon-close.active, .button-panel-action.icon-close:hover, .button-panel-action.active.icon-close, .buttons--vertical .button.button-close:hover:before, .buttons--vertical .button-close.button--3D:hover:before, .buttons--vertical .button-close.button--wide:hover:before, .buttons--vertical .button-close.button--caracteristic:hover:before, .buttons--vertical .button-close.button--input:hover:before, .buttons--vertical .button-close.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-close.active:before, .buttons--vertical .button-close.active.button--3D:before, .buttons--vertical .button-close.active.button--wide:before, .buttons--vertical .button-close.active.button--caracteristic:before, .buttons--vertical .button-close.active.button--input:before, .buttons--vertical .button-close.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-close.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-close.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-close.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-close.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-close.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-close.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-close.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-close.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-close.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-close.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-close.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-close.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-close.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-close.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612.043px' height='612.043px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-close-black, .icon-close, .panel-menu-action.panel-menu-action--close, .button.button-close, .button-close.button--3D, .button-close.button--wide, .button-close.button--caracteristic, .button-close.button--input, .button-close.maplist-item--fullbutton, .maplist-item--map .button-close.maplist-item-mapbtn, .maplist-item--map .button-close.maplist-item-morebtn, .maplist-item--import .button-close.maplist-item--importbtn, .maplist-item--logins .button-close.maplist-item--loginbtn, .maplist-item--logins .button-close.maplist-item--registerbtn, .maplist-item--profil .button-close.maplist-item-profilname, .maplist-item--profil .button-close.maplist-item-morebtn, .button--3D.button--medium .icon-close, .button--3D.button--green .icon-close, .button--wide.button-close:before, .button--input.icon-close:hover, .button--input.icon-close.active, .buttons--vertical .button.button-close:before, .buttons--vertical .button-close.button--3D:before, .buttons--vertical .button-close.button--wide:before, .buttons--vertical .button-close.button--caracteristic:before, .buttons--vertical .button-close.button--input:before, .buttons--vertical .button-close.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612.043px' height='612.043px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-close-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612.043px' height='612.043px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-close-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612.043px' height='612.043px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-close-orange, .button--3D.button--medium:hover .icon-close, .button--3D.button--medium.active .icon-close, .button--3D.button--green:hover .icon-close, .button--3D.button--green.active .icon-close, .button--medium:hover .button--caracteristic.icon-close,
.button--medium.active .button--caracteristic.icon-close, .button-panel-action.icon-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612.043px' height='612.043px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-help-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='31.357px' height='31.357px' viewBox='0 0 31.357 31.357' style='enable-background:new 0 0 31.357 31.357;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.255,0c5.424,0,10.764,2.498,10.764,8.473c0,5.51-6.314,7.629-7.67,9.62c-1.018,1.481-0.678,3.562-3.475,3.562c-1.822,0-2.712-1.482-2.712-2.838c0-5.046,7.414-6.188,7.414-10.343c0-2.287-1.522-3.643-4.066-3.643c-5.424,0-3.306,5.592-7.414,5.592c-1.483,0-2.756-0.89-2.756-2.584C5.339,3.683,10.084,0,15.255,0z M15.044,24.406c1.904,0,3.475,1.566,3.475,3.476c0,1.91-1.568,3.476-3.475,3.476c-1.907,0-3.476-1.564-3.476-3.476C11.568,25.973,13.137,24.406,15.044,24.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-help-brown, .no-touch .panel-menu-action.panel-menu-action-help:hover, .panel-menu-action.panel-menu-action-help.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='31.357px' height='31.357px' viewBox='0 0 31.357 31.357' style='enable-background:new 0 0 31.357 31.357;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.255,0c5.424,0,10.764,2.498,10.764,8.473c0,5.51-6.314,7.629-7.67,9.62c-1.018,1.481-0.678,3.562-3.475,3.562c-1.822,0-2.712-1.482-2.712-2.838c0-5.046,7.414-6.188,7.414-10.343c0-2.287-1.522-3.643-4.066-3.643c-5.424,0-3.306,5.592-7.414,5.592c-1.483,0-2.756-0.89-2.756-2.584C5.339,3.683,10.084,0,15.255,0z M15.044,24.406c1.904,0,3.475,1.566,3.475,3.476c0,1.91-1.568,3.476-3.475,3.476c-1.907,0-3.476-1.564-3.476-3.476C11.568,25.973,13.137,24.406,15.044,24.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-help-black, .panel-menu-action.panel-menu-action-help {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='31.357px' height='31.357px' viewBox='0 0 31.357 31.357' style='enable-background:new 0 0 31.357 31.357;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.255,0c5.424,0,10.764,2.498,10.764,8.473c0,5.51-6.314,7.629-7.67,9.62c-1.018,1.481-0.678,3.562-3.475,3.562c-1.822,0-2.712-1.482-2.712-2.838c0-5.046,7.414-6.188,7.414-10.343c0-2.287-1.522-3.643-4.066-3.643c-5.424,0-3.306,5.592-7.414,5.592c-1.483,0-2.756-0.89-2.756-2.584C5.339,3.683,10.084,0,15.255,0z M15.044,24.406c1.904,0,3.475,1.566,3.475,3.476c0,1.91-1.568,3.476-3.475,3.476c-1.907,0-3.476-1.564-3.476-3.476C11.568,25.973,13.137,24.406,15.044,24.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-help-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='31.357px' height='31.357px' viewBox='0 0 31.357 31.357' style='enable-background:new 0 0 31.357 31.357;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.255,0c5.424,0,10.764,2.498,10.764,8.473c0,5.51-6.314,7.629-7.67,9.62c-1.018,1.481-0.678,3.562-3.475,3.562c-1.822,0-2.712-1.482-2.712-2.838c0-5.046,7.414-6.188,7.414-10.343c0-2.287-1.522-3.643-4.066-3.643c-5.424,0-3.306,5.592-7.414,5.592c-1.483,0-2.756-0.89-2.756-2.584C5.339,3.683,10.084,0,15.255,0z M15.044,24.406c1.904,0,3.475,1.566,3.475,3.476c0,1.91-1.568,3.476-3.475,3.476c-1.907,0-3.476-1.564-3.476-3.476C11.568,25.973,13.137,24.406,15.044,24.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-help-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='31.357px' height='31.357px' viewBox='0 0 31.357 31.357' style='enable-background:new 0 0 31.357 31.357;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.255,0c5.424,0,10.764,2.498,10.764,8.473c0,5.51-6.314,7.629-7.67,9.62c-1.018,1.481-0.678,3.562-3.475,3.562c-1.822,0-2.712-1.482-2.712-2.838c0-5.046,7.414-6.188,7.414-10.343c0-2.287-1.522-3.643-4.066-3.643c-5.424,0-3.306,5.592-7.414,5.592c-1.483,0-2.756-0.89-2.756-2.584C5.339,3.683,10.084,0,15.255,0z M15.044,24.406c1.904,0,3.475,1.566,3.475,3.476c0,1.91-1.568,3.476-3.475,3.476c-1.907,0-3.476-1.564-3.476-3.476C11.568,25.973,13.137,24.406,15.044,24.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-help-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='31.357px' height='31.357px' viewBox='0 0 31.357 31.357' style='enable-background:new 0 0 31.357 31.357;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.255,0c5.424,0,10.764,2.498,10.764,8.473c0,5.51-6.314,7.629-7.67,9.62c-1.018,1.481-0.678,3.562-3.475,3.562c-1.822,0-2.712-1.482-2.712-2.838c0-5.046,7.414-6.188,7.414-10.343c0-2.287-1.522-3.643-4.066-3.643c-5.424,0-3.306,5.592-7.414,5.592c-1.483,0-2.756-0.89-2.756-2.584C5.339,3.683,10.084,0,15.255,0z M15.044,24.406c1.904,0,3.475,1.566,3.475,3.476c0,1.91-1.568,3.476-3.475,3.476c-1.907,0-3.476-1.564-3.476-3.476C11.568,25.973,13.137,24.406,15.044,24.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-poubelle-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 268.476 268.476' style='enable-background:new 0 0 268.476 268.476;' xml:space='preserve'%3E%3Cg id='Delete__x2F__Trash'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' d='M63.119,250.254c0,0,3.999,18.222,24.583,18.222h93.072c20.583,0,24.582-18.222,24.582-18.222l18.374-178.66H44.746L63.119,250.254z M170.035,98.442c0-4.943,4.006-8.949,8.949-8.949c4.943,0,8.95,4.006,8.95,8.949l-8.95,134.238c0,4.943-4.007,8.949-8.949,8.949c-4.942,0-8.949-4.007-8.949-8.949L170.035,98.442zM125.289,98.442c0-4.943,4.007-8.949,8.949-8.949c4.943,0,8.949,4.006,8.949,8.949v134.238c0,4.943-4.006,8.949-8.949,8.949c-4.943,0-8.949-4.007-8.949-8.949V98.442z M89.492,89.492c4.943,0,8.949,4.006,8.949,8.949l8.95,134.238c0,4.943-4.007,8.949-8.95,8.949c-4.942,0-8.949-4.007-8.949-8.949L80.543,98.442C80.543,93.499,84.55,89.492,89.492,89.492zM218.36,35.811h-39.376V17.899C178.984,4.322,174.593,0,161.086,0L107.39,0C95.001,0,89.492,6.001,89.492,17.899v17.913H50.116c-7.914,0-14.319,6.007-14.319,13.43c0,7.424,6.405,13.431,14.319,13.431H218.36c7.914,0,14.319-6.007,14.319-13.431C232.679,41.819,226.274,35.811,218.36,35.811z M161.086,35.811h-53.695l0.001-17.913h53.695V35.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-poubelle-brown, .button.button-delete:hover, .button-delete.button--3D:hover, .button-delete.button--wide:hover, .button-delete.button--caracteristic:hover, .button-delete.button--input:hover, .button-delete.maplist-item--fullbutton:hover, .maplist-item--map .button-delete.maplist-item-mapbtn:hover, .maplist-item--map .button-delete.maplist-item-morebtn:hover, .maplist-item--import .button-delete.maplist-item--importbtn:hover, .maplist-item--logins .button-delete.maplist-item--loginbtn:hover, .maplist-item--logins .button-delete.maplist-item--registerbtn:hover, .maplist-item--profil .button-delete.maplist-item-profilname:hover, .maplist-item--profil .button-delete.maplist-item-morebtn:hover, .button.button-delete.active, .button-delete.active.button--3D, .button-delete.active.button--wide, .button-delete.active.button--caracteristic, .button-delete.active.button--input, .button-delete.active.maplist-item--fullbutton, .maplist-item--map .button-delete.active.maplist-item-mapbtn, .maplist-item--map .button-delete.active.maplist-item-morebtn, .maplist-item--import .button-delete.active.maplist-item--importbtn, .maplist-item--logins .button-delete.active.maplist-item--loginbtn, .maplist-item--logins .button-delete.active.maplist-item--registerbtn, .maplist-item--profil .button-delete.active.maplist-item-profilname, .maplist-item--profil .button-delete.active.maplist-item-morebtn, .button-round.button-delete:hover, .button-round.button-delete.active, .button--wide.button-delete:hover:before, .button--wide.button-delete.active:before, .buttons--vertical .button.button-delete:hover:before, .buttons--vertical .button-delete.button--3D:hover:before, .buttons--vertical .button-delete.button--wide:hover:before, .buttons--vertical .button-delete.button--caracteristic:hover:before, .buttons--vertical .button-delete.button--input:hover:before, .buttons--vertical .button-delete.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-delete.active:before, .buttons--vertical .button-delete.active.button--3D:before, .buttons--vertical .button-delete.active.button--wide:before, .buttons--vertical .button-delete.active.button--caracteristic:before, .buttons--vertical .button-delete.active.button--input:before, .buttons--vertical .button-delete.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-delete.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-delete.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-delete.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-delete.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-delete.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-delete.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-delete.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-delete.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-delete.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-delete.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-delete.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-delete.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-delete.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-delete.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 268.476 268.476' style='enable-background:new 0 0 268.476 268.476;' xml:space='preserve'%3E%3Cg id='Delete__x2F__Trash'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' d='M63.119,250.254c0,0,3.999,18.222,24.583,18.222h93.072c20.583,0,24.582-18.222,24.582-18.222l18.374-178.66H44.746L63.119,250.254z M170.035,98.442c0-4.943,4.006-8.949,8.949-8.949c4.943,0,8.95,4.006,8.95,8.949l-8.95,134.238c0,4.943-4.007,8.949-8.949,8.949c-4.942,0-8.949-4.007-8.949-8.949L170.035,98.442zM125.289,98.442c0-4.943,4.007-8.949,8.949-8.949c4.943,0,8.949,4.006,8.949,8.949v134.238c0,4.943-4.006,8.949-8.949,8.949c-4.943,0-8.949-4.007-8.949-8.949V98.442z M89.492,89.492c4.943,0,8.949,4.006,8.949,8.949l8.95,134.238c0,4.943-4.007,8.949-8.95,8.949c-4.942,0-8.949-4.007-8.949-8.949L80.543,98.442C80.543,93.499,84.55,89.492,89.492,89.492zM218.36,35.811h-39.376V17.899C178.984,4.322,174.593,0,161.086,0L107.39,0C95.001,0,89.492,6.001,89.492,17.899v17.913H50.116c-7.914,0-14.319,6.007-14.319,13.43c0,7.424,6.405,13.431,14.319,13.431H218.36c7.914,0,14.319-6.007,14.319-13.431C232.679,41.819,226.274,35.811,218.36,35.811z M161.086,35.811h-53.695l0.001-17.913h53.695V35.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-poubelle-black, .button.button-delete, .button-delete.button--3D, .button-delete.button--wide, .button-delete.button--caracteristic, .button-delete.button--input, .button-delete.maplist-item--fullbutton, .maplist-item--map .button-delete.maplist-item-mapbtn, .maplist-item--map .button-delete.maplist-item-morebtn, .maplist-item--import .button-delete.maplist-item--importbtn, .maplist-item--logins .button-delete.maplist-item--loginbtn, .maplist-item--logins .button-delete.maplist-item--registerbtn, .maplist-item--profil .button-delete.maplist-item-profilname, .maplist-item--profil .button-delete.maplist-item-morebtn, .button-round.button-delete, .smallbutton.smallbutton-delete, .button--wide.button-delete:before, .buttons--vertical .button.button-delete:before, .buttons--vertical .button-delete.button--3D:before, .buttons--vertical .button-delete.button--wide:before, .buttons--vertical .button-delete.button--caracteristic:before, .buttons--vertical .button-delete.button--input:before, .buttons--vertical .button-delete.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 268.476 268.476' style='enable-background:new 0 0 268.476 268.476;' xml:space='preserve'%3E%3Cg id='Delete__x2F__Trash'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' d='M63.119,250.254c0,0,3.999,18.222,24.583,18.222h93.072c20.583,0,24.582-18.222,24.582-18.222l18.374-178.66H44.746L63.119,250.254z M170.035,98.442c0-4.943,4.006-8.949,8.949-8.949c4.943,0,8.95,4.006,8.95,8.949l-8.95,134.238c0,4.943-4.007,8.949-8.949,8.949c-4.942,0-8.949-4.007-8.949-8.949L170.035,98.442zM125.289,98.442c0-4.943,4.007-8.949,8.949-8.949c4.943,0,8.949,4.006,8.949,8.949v134.238c0,4.943-4.006,8.949-8.949,8.949c-4.943,0-8.949-4.007-8.949-8.949V98.442z M89.492,89.492c4.943,0,8.949,4.006,8.949,8.949l8.95,134.238c0,4.943-4.007,8.949-8.95,8.949c-4.942,0-8.949-4.007-8.949-8.949L80.543,98.442C80.543,93.499,84.55,89.492,89.492,89.492zM218.36,35.811h-39.376V17.899C178.984,4.322,174.593,0,161.086,0L107.39,0C95.001,0,89.492,6.001,89.492,17.899v17.913H50.116c-7.914,0-14.319,6.007-14.319,13.43c0,7.424,6.405,13.431,14.319,13.431H218.36c7.914,0,14.319-6.007,14.319-13.431C232.679,41.819,226.274,35.811,218.36,35.811z M161.086,35.811h-53.695l0.001-17.913h53.695V35.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-poubelle-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 268.476 268.476' style='enable-background:new 0 0 268.476 268.476;' xml:space='preserve'%3E%3Cg id='Delete__x2F__Trash'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' d='M63.119,250.254c0,0,3.999,18.222,24.583,18.222h93.072c20.583,0,24.582-18.222,24.582-18.222l18.374-178.66H44.746L63.119,250.254z M170.035,98.442c0-4.943,4.006-8.949,8.949-8.949c4.943,0,8.95,4.006,8.95,8.949l-8.95,134.238c0,4.943-4.007,8.949-8.949,8.949c-4.942,0-8.949-4.007-8.949-8.949L170.035,98.442zM125.289,98.442c0-4.943,4.007-8.949,8.949-8.949c4.943,0,8.949,4.006,8.949,8.949v134.238c0,4.943-4.006,8.949-8.949,8.949c-4.943,0-8.949-4.007-8.949-8.949V98.442z M89.492,89.492c4.943,0,8.949,4.006,8.949,8.949l8.95,134.238c0,4.943-4.007,8.949-8.95,8.949c-4.942,0-8.949-4.007-8.949-8.949L80.543,98.442C80.543,93.499,84.55,89.492,89.492,89.492zM218.36,35.811h-39.376V17.899C178.984,4.322,174.593,0,161.086,0L107.39,0C95.001,0,89.492,6.001,89.492,17.899v17.913H50.116c-7.914,0-14.319,6.007-14.319,13.43c0,7.424,6.405,13.431,14.319,13.431H218.36c7.914,0,14.319-6.007,14.319-13.431C232.679,41.819,226.274,35.811,218.36,35.811z M161.086,35.811h-53.695l0.001-17.913h53.695V35.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-poubelle-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 268.476 268.476' style='enable-background:new 0 0 268.476 268.476;' xml:space='preserve'%3E%3Cg id='Delete__x2F__Trash'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' d='M63.119,250.254c0,0,3.999,18.222,24.583,18.222h93.072c20.583,0,24.582-18.222,24.582-18.222l18.374-178.66H44.746L63.119,250.254z M170.035,98.442c0-4.943,4.006-8.949,8.949-8.949c4.943,0,8.95,4.006,8.95,8.949l-8.95,134.238c0,4.943-4.007,8.949-8.949,8.949c-4.942,0-8.949-4.007-8.949-8.949L170.035,98.442zM125.289,98.442c0-4.943,4.007-8.949,8.949-8.949c4.943,0,8.949,4.006,8.949,8.949v134.238c0,4.943-4.006,8.949-8.949,8.949c-4.943,0-8.949-4.007-8.949-8.949V98.442z M89.492,89.492c4.943,0,8.949,4.006,8.949,8.949l8.95,134.238c0,4.943-4.007,8.949-8.95,8.949c-4.942,0-8.949-4.007-8.949-8.949L80.543,98.442C80.543,93.499,84.55,89.492,89.492,89.492zM218.36,35.811h-39.376V17.899C178.984,4.322,174.593,0,161.086,0L107.39,0C95.001,0,89.492,6.001,89.492,17.899v17.913H50.116c-7.914,0-14.319,6.007-14.319,13.43c0,7.424,6.405,13.431,14.319,13.431H218.36c7.914,0,14.319-6.007,14.319-13.431C232.679,41.819,226.274,35.811,218.36,35.811z M161.086,35.811h-53.695l0.001-17.913h53.695V35.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-poubelle-orange, .no-touch .smallbutton.smallbutton-delete:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 268.476 268.476' style='enable-background:new 0 0 268.476 268.476;' xml:space='preserve'%3E%3Cg id='Delete__x2F__Trash'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' d='M63.119,250.254c0,0,3.999,18.222,24.583,18.222h93.072c20.583,0,24.582-18.222,24.582-18.222l18.374-178.66H44.746L63.119,250.254z M170.035,98.442c0-4.943,4.006-8.949,8.949-8.949c4.943,0,8.95,4.006,8.95,8.949l-8.95,134.238c0,4.943-4.007,8.949-8.949,8.949c-4.942,0-8.949-4.007-8.949-8.949L170.035,98.442zM125.289,98.442c0-4.943,4.007-8.949,8.949-8.949c4.943,0,8.949,4.006,8.949,8.949v134.238c0,4.943-4.006,8.949-8.949,8.949c-4.943,0-8.949-4.007-8.949-8.949V98.442z M89.492,89.492c4.943,0,8.949,4.006,8.949,8.949l8.95,134.238c0,4.943-4.007,8.949-8.95,8.949c-4.942,0-8.949-4.007-8.949-8.949L80.543,98.442C80.543,93.499,84.55,89.492,89.492,89.492zM218.36,35.811h-39.376V17.899C178.984,4.322,174.593,0,161.086,0L107.39,0C95.001,0,89.492,6.001,89.492,17.899v17.913H50.116c-7.914,0-14.319,6.007-14.319,13.43c0,7.424,6.405,13.431,14.319,13.431H218.36c7.914,0,14.319-6.007,14.319-13.431C232.679,41.819,226.274,35.811,218.36,35.811z M161.086,35.811h-53.695l0.001-17.913h53.695V35.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-copy-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M587.055,408.341h-97.678c-13.797,0-24.945-11.207-24.945-24.945c0-13.838,11.168-24.965,24.945-24.965h72.732V102.867H237.254v29.518c0,13.858-11.168,24.945-24.945,24.945c-13.798,0-24.945-11.107-24.945-24.945V77.901c-0.021-13.737,11.147-24.945,24.945-24.945h374.746c13.798,0,24.945,11.208,24.945,24.945v305.494C612,397.134,600.832,408.341,587.055,408.341z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.651,559.044H24.945C11.168,559.044,0,547.815,0,534.079V228.585c0-13.757,11.168-24.945,24.945-24.945h374.686c13.798,0,24.945,11.208,24.945,24.945v305.494C424.597,547.815,413.429,559.044,399.651,559.044z M49.911,509.134h324.795V253.55H49.911V509.134z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-copy-brown, .button.button-copy:hover, .button-copy.button--3D:hover, .button-copy.button--wide:hover, .button-copy.button--caracteristic:hover, .button-copy.button--input:hover, .button-copy.maplist-item--fullbutton:hover, .maplist-item--map .button-copy.maplist-item-mapbtn:hover, .maplist-item--map .button-copy.maplist-item-morebtn:hover, .maplist-item--import .button-copy.maplist-item--importbtn:hover, .maplist-item--logins .button-copy.maplist-item--loginbtn:hover, .maplist-item--logins .button-copy.maplist-item--registerbtn:hover, .maplist-item--profil .button-copy.maplist-item-profilname:hover, .maplist-item--profil .button-copy.maplist-item-morebtn:hover, .button.button-copy.active, .button-copy.active.button--3D, .button-copy.active.button--wide, .button-copy.active.button--caracteristic, .button-copy.active.button--input, .button-copy.active.maplist-item--fullbutton, .maplist-item--map .button-copy.active.maplist-item-mapbtn, .maplist-item--map .button-copy.active.maplist-item-morebtn, .maplist-item--import .button-copy.active.maplist-item--importbtn, .maplist-item--logins .button-copy.active.maplist-item--loginbtn, .maplist-item--logins .button-copy.active.maplist-item--registerbtn, .maplist-item--profil .button-copy.active.maplist-item-profilname, .maplist-item--profil .button-copy.active.maplist-item-morebtn, .button-round.button-copy:hover, .button-round.button-copy.active, .button--wide.button-copy:hover:before, .button--wide.button-copy.active:before, .buttons--vertical .button.button-copy:hover:before, .buttons--vertical .button-copy.button--3D:hover:before, .buttons--vertical .button-copy.button--wide:hover:before, .buttons--vertical .button-copy.button--caracteristic:hover:before, .buttons--vertical .button-copy.button--input:hover:before, .buttons--vertical .button-copy.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-copy.active:before, .buttons--vertical .button-copy.active.button--3D:before, .buttons--vertical .button-copy.active.button--wide:before, .buttons--vertical .button-copy.active.button--caracteristic:before, .buttons--vertical .button-copy.active.button--input:before, .buttons--vertical .button-copy.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-copy.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-copy.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-copy.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-copy.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-copy.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-copy.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-copy.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-copy.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-copy.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-copy.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-copy.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-copy.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-copy.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-copy.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M587.055,408.341h-97.678c-13.797,0-24.945-11.207-24.945-24.945c0-13.838,11.168-24.965,24.945-24.965h72.732V102.867H237.254v29.518c0,13.858-11.168,24.945-24.945,24.945c-13.798,0-24.945-11.107-24.945-24.945V77.901c-0.021-13.737,11.147-24.945,24.945-24.945h374.746c13.798,0,24.945,11.208,24.945,24.945v305.494C612,397.134,600.832,408.341,587.055,408.341z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.651,559.044H24.945C11.168,559.044,0,547.815,0,534.079V228.585c0-13.757,11.168-24.945,24.945-24.945h374.686c13.798,0,24.945,11.208,24.945,24.945v305.494C424.597,547.815,413.429,559.044,399.651,559.044z M49.911,509.134h324.795V253.55H49.911V509.134z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-copy-black, .button.button-copy, .button-copy.button--3D, .button-copy.button--wide, .button-copy.button--caracteristic, .button-copy.button--input, .button-copy.maplist-item--fullbutton, .maplist-item--map .button-copy.maplist-item-mapbtn, .maplist-item--map .button-copy.maplist-item-morebtn, .maplist-item--import .button-copy.maplist-item--importbtn, .maplist-item--logins .button-copy.maplist-item--loginbtn, .maplist-item--logins .button-copy.maplist-item--registerbtn, .maplist-item--profil .button-copy.maplist-item-profilname, .maplist-item--profil .button-copy.maplist-item-morebtn, .button-round.button-copy, .smallbutton.smallbutton-copy, .button--wide.button-copy:before, .buttons--vertical .button.button-copy:before, .buttons--vertical .button-copy.button--3D:before, .buttons--vertical .button-copy.button--wide:before, .buttons--vertical .button-copy.button--caracteristic:before, .buttons--vertical .button-copy.button--input:before, .buttons--vertical .button-copy.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M587.055,408.341h-97.678c-13.797,0-24.945-11.207-24.945-24.945c0-13.838,11.168-24.965,24.945-24.965h72.732V102.867H237.254v29.518c0,13.858-11.168,24.945-24.945,24.945c-13.798,0-24.945-11.107-24.945-24.945V77.901c-0.021-13.737,11.147-24.945,24.945-24.945h374.746c13.798,0,24.945,11.208,24.945,24.945v305.494C612,397.134,600.832,408.341,587.055,408.341z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.651,559.044H24.945C11.168,559.044,0,547.815,0,534.079V228.585c0-13.757,11.168-24.945,24.945-24.945h374.686c13.798,0,24.945,11.208,24.945,24.945v305.494C424.597,547.815,413.429,559.044,399.651,559.044z M49.911,509.134h324.795V253.55H49.911V509.134z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-copy-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M587.055,408.341h-97.678c-13.797,0-24.945-11.207-24.945-24.945c0-13.838,11.168-24.965,24.945-24.965h72.732V102.867H237.254v29.518c0,13.858-11.168,24.945-24.945,24.945c-13.798,0-24.945-11.107-24.945-24.945V77.901c-0.021-13.737,11.147-24.945,24.945-24.945h374.746c13.798,0,24.945,11.208,24.945,24.945v305.494C612,397.134,600.832,408.341,587.055,408.341z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.651,559.044H24.945C11.168,559.044,0,547.815,0,534.079V228.585c0-13.757,11.168-24.945,24.945-24.945h374.686c13.798,0,24.945,11.208,24.945,24.945v305.494C424.597,547.815,413.429,559.044,399.651,559.044z M49.911,509.134h324.795V253.55H49.911V509.134z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-copy-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M587.055,408.341h-97.678c-13.797,0-24.945-11.207-24.945-24.945c0-13.838,11.168-24.965,24.945-24.965h72.732V102.867H237.254v29.518c0,13.858-11.168,24.945-24.945,24.945c-13.798,0-24.945-11.107-24.945-24.945V77.901c-0.021-13.737,11.147-24.945,24.945-24.945h374.746c13.798,0,24.945,11.208,24.945,24.945v305.494C612,397.134,600.832,408.341,587.055,408.341z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.651,559.044H24.945C11.168,559.044,0,547.815,0,534.079V228.585c0-13.757,11.168-24.945,24.945-24.945h374.686c13.798,0,24.945,11.208,24.945,24.945v305.494C424.597,547.815,413.429,559.044,399.651,559.044z M49.911,509.134h324.795V253.55H49.911V509.134z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-copy-orange, .no-touch .smallbutton.smallbutton-copy:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='612px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M587.055,408.341h-97.678c-13.797,0-24.945-11.207-24.945-24.945c0-13.838,11.168-24.965,24.945-24.965h72.732V102.867H237.254v29.518c0,13.858-11.168,24.945-24.945,24.945c-13.798,0-24.945-11.107-24.945-24.945V77.901c-0.021-13.737,11.147-24.945,24.945-24.945h374.746c13.798,0,24.945,11.208,24.945,24.945v305.494C612,397.134,600.832,408.341,587.055,408.341z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.651,559.044H24.945C11.168,559.044,0,547.815,0,534.079V228.585c0-13.757,11.168-24.945,24.945-24.945h374.686c13.798,0,24.945,11.208,24.945,24.945v305.494C424.597,547.815,413.429,559.044,399.651,559.044z M49.911,509.134h324.795V253.55H49.911V509.134z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-up-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M95.594,75.183L49.642,17.578c-0.76-0.951-2.367-0.951-3.127,0L0.559,75.187c-0.546,0.689-0.708,1.717-0.414,2.61c0.061,0.187,0.13,0.33,0.187,0.437c0.349,0.649,1.025,1.056,1.763,1.056h91.967c0.737,0,1.414-0.405,1.763-1.056c0.06-0.109,0.126-0.254,0.184-0.427C96.305,76.903,96.143,75.874,95.594,75.183z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-up-brown, .button.button-up:hover, .button-up.button--3D:hover, .button-up.button--wide:hover, .button-up.button--caracteristic:hover, .button-up.button--input:hover, .button-up.maplist-item--fullbutton:hover, .maplist-item--map .button-up.maplist-item-mapbtn:hover, .maplist-item--map .button-up.maplist-item-morebtn:hover, .maplist-item--import .button-up.maplist-item--importbtn:hover, .maplist-item--logins .button-up.maplist-item--loginbtn:hover, .maplist-item--logins .button-up.maplist-item--registerbtn:hover, .maplist-item--profil .button-up.maplist-item-profilname:hover, .maplist-item--profil .button-up.maplist-item-morebtn:hover, .button.button-up.active, .button-up.active.button--3D, .button-up.active.button--wide, .button-up.active.button--caracteristic, .button-up.active.button--input, .button-up.active.maplist-item--fullbutton, .maplist-item--map .button-up.active.maplist-item-mapbtn, .maplist-item--map .button-up.active.maplist-item-morebtn, .maplist-item--import .button-up.active.maplist-item--importbtn, .maplist-item--logins .button-up.active.maplist-item--loginbtn, .maplist-item--logins .button-up.active.maplist-item--registerbtn, .maplist-item--profil .button-up.active.maplist-item-profilname, .maplist-item--profil .button-up.active.maplist-item-morebtn, .button-round.button-up:hover, .button-round.button-up.active, .button--wide.button-up:hover:before, .button--wide.button-up.active:before, .buttons--vertical .button.button-up:hover:before, .buttons--vertical .button-up.button--3D:hover:before, .buttons--vertical .button-up.button--wide:hover:before, .buttons--vertical .button-up.button--caracteristic:hover:before, .buttons--vertical .button-up.button--input:hover:before, .buttons--vertical .button-up.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-up.active:before, .buttons--vertical .button-up.active.button--3D:before, .buttons--vertical .button-up.active.button--wide:before, .buttons--vertical .button-up.active.button--caracteristic:before, .buttons--vertical .button-up.active.button--input:before, .buttons--vertical .button-up.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-up.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-up.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-up.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-up.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-up.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-up.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-up.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-up.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-up.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-up.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-up.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-up.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-up.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-up.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M95.594,75.183L49.642,17.578c-0.76-0.951-2.367-0.951-3.127,0L0.559,75.187c-0.546,0.689-0.708,1.717-0.414,2.61c0.061,0.187,0.13,0.33,0.187,0.437c0.349,0.649,1.025,1.056,1.763,1.056h91.967c0.737,0,1.414-0.405,1.763-1.056c0.06-0.109,0.126-0.254,0.184-0.427C96.305,76.903,96.143,75.874,95.594,75.183z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-up-black, .button.button-up, .button-up.button--3D, .button-up.button--wide, .button-up.button--caracteristic, .button-up.button--input, .button-up.maplist-item--fullbutton, .maplist-item--map .button-up.maplist-item-mapbtn, .maplist-item--map .button-up.maplist-item-morebtn, .maplist-item--import .button-up.maplist-item--importbtn, .maplist-item--logins .button-up.maplist-item--loginbtn, .maplist-item--logins .button-up.maplist-item--registerbtn, .maplist-item--profil .button-up.maplist-item-profilname, .maplist-item--profil .button-up.maplist-item-morebtn, .button-round.button-up, .smallbutton.smallbutton-top, .button--wide.button-up:before, .buttons--vertical .button.button-up:before, .buttons--vertical .button-up.button--3D:before, .buttons--vertical .button-up.button--wide:before, .buttons--vertical .button-up.button--caracteristic:before, .buttons--vertical .button-up.button--input:before, .buttons--vertical .button-up.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M95.594,75.183L49.642,17.578c-0.76-0.951-2.367-0.951-3.127,0L0.559,75.187c-0.546,0.689-0.708,1.717-0.414,2.61c0.061,0.187,0.13,0.33,0.187,0.437c0.349,0.649,1.025,1.056,1.763,1.056h91.967c0.737,0,1.414-0.405,1.763-1.056c0.06-0.109,0.126-0.254,0.184-0.427C96.305,76.903,96.143,75.874,95.594,75.183z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-up-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M95.594,75.183L49.642,17.578c-0.76-0.951-2.367-0.951-3.127,0L0.559,75.187c-0.546,0.689-0.708,1.717-0.414,2.61c0.061,0.187,0.13,0.33,0.187,0.437c0.349,0.649,1.025,1.056,1.763,1.056h91.967c0.737,0,1.414-0.405,1.763-1.056c0.06-0.109,0.126-0.254,0.184-0.427C96.305,76.903,96.143,75.874,95.594,75.183z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-up-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M95.594,75.183L49.642,17.578c-0.76-0.951-2.367-0.951-3.127,0L0.559,75.187c-0.546,0.689-0.708,1.717-0.414,2.61c0.061,0.187,0.13,0.33,0.187,0.437c0.349,0.649,1.025,1.056,1.763,1.056h91.967c0.737,0,1.414-0.405,1.763-1.056c0.06-0.109,0.126-0.254,0.184-0.427C96.305,76.903,96.143,75.874,95.594,75.183z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-up-orange, .no-touch .smallbutton.smallbutton-top:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M95.594,75.183L49.642,17.578c-0.76-0.951-2.367-0.951-3.127,0L0.559,75.187c-0.546,0.689-0.708,1.717-0.414,2.61c0.061,0.187,0.13,0.33,0.187,0.437c0.349,0.649,1.025,1.056,1.763,1.056h91.967c0.737,0,1.414-0.405,1.763-1.056c0.06-0.109,0.126-0.254,0.184-0.427C96.305,76.903,96.143,75.874,95.594,75.183z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-down-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-down-brown, .button.button-down:hover, .button-down.button--3D:hover, .button-down.button--wide:hover, .button-down.button--caracteristic:hover, .button-down.button--input:hover, .button-down.maplist-item--fullbutton:hover, .maplist-item--map .button-down.maplist-item-mapbtn:hover, .maplist-item--map .button-down.maplist-item-morebtn:hover, .maplist-item--import .button-down.maplist-item--importbtn:hover, .maplist-item--logins .button-down.maplist-item--loginbtn:hover, .maplist-item--logins .button-down.maplist-item--registerbtn:hover, .maplist-item--profil .button-down.maplist-item-profilname:hover, .maplist-item--profil .button-down.maplist-item-morebtn:hover, .button.button-down.active, .button-down.active.button--3D, .button-down.active.button--wide, .button-down.active.button--caracteristic, .button-down.active.button--input, .button-down.active.maplist-item--fullbutton, .maplist-item--map .button-down.active.maplist-item-mapbtn, .maplist-item--map .button-down.active.maplist-item-morebtn, .maplist-item--import .button-down.active.maplist-item--importbtn, .maplist-item--logins .button-down.active.maplist-item--loginbtn, .maplist-item--logins .button-down.active.maplist-item--registerbtn, .maplist-item--profil .button-down.active.maplist-item-profilname, .maplist-item--profil .button-down.active.maplist-item-morebtn, .button-round.button-down:hover, .button-round.button-down.active, .button--wide.button-down:hover:before, .button--wide.button-down.active:before, .buttons--vertical .button.button-down:hover:before, .buttons--vertical .button-down.button--3D:hover:before, .buttons--vertical .button-down.button--wide:hover:before, .buttons--vertical .button-down.button--caracteristic:hover:before, .buttons--vertical .button-down.button--input:hover:before, .buttons--vertical .button-down.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-down.active:before, .buttons--vertical .button-down.active.button--3D:before, .buttons--vertical .button-down.active.button--wide:before, .buttons--vertical .button-down.active.button--caracteristic:before, .buttons--vertical .button-down.active.button--input:before, .buttons--vertical .button-down.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-down.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-down.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-down.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-down.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-down.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-down.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-down.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-down.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-down.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-down.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-down.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-down.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-down.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-down.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-down-black, .button.button-down, .button-down.button--3D, .button-down.button--wide, .button-down.button--caracteristic, .button-down.button--input, .button-down.maplist-item--fullbutton, .maplist-item--map .button-down.maplist-item-mapbtn, .maplist-item--map .button-down.maplist-item-morebtn, .maplist-item--import .button-down.maplist-item--importbtn, .maplist-item--logins .button-down.maplist-item--loginbtn, .maplist-item--logins .button-down.maplist-item--registerbtn, .maplist-item--profil .button-down.maplist-item-profilname, .maplist-item--profil .button-down.maplist-item-morebtn, .button-round.button-down, .smallbutton.smallbutton-bottom, .button--wide.button-down:before, .buttons--vertical .button.button-down:before, .buttons--vertical .button-down.button--3D:before, .buttons--vertical .button-down.button--wide:before, .buttons--vertical .button-down.button--caracteristic:before, .buttons--vertical .button-down.button--input:before, .buttons--vertical .button-down.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-down-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-down-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-down-orange, .no-touch .smallbutton.smallbutton-bottom:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-addmagic-grey, .button--input.icon-addmagic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x36__1_'%3E%3Cg%3E%3Cpath d='M535.5,229.5h-153v-153C382.5,34.253,348.247,0,306,0s-76.5,34.253-76.5,76.5v153h-153C34.253,229.5,0,263.753,0,306     s34.253,76.5,76.5,76.5h153v153c0,42.247,34.253,76.5,76.5,76.5s76.5-34.253,76.5-76.5v-153h153c42.247,0,76.5-34.253,76.5-76.5     S577.747,229.5,535.5,229.5z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-addmagic-brown, .no-touch .panel-menu-action.panel-menu-action--addmagic:hover, .panel-menu-action.panel-menu-action--addmagic.active, .button.button-add:hover, .button-add.button--3D:hover, .button-add.button--wide:hover, .button-add.button--caracteristic:hover, .button-add.button--input:hover, .button-add.maplist-item--fullbutton:hover, .maplist-item--map .button-add.maplist-item-mapbtn:hover, .maplist-item--map .button-add.maplist-item-morebtn:hover, .maplist-item--import .button-add.maplist-item--importbtn:hover, .maplist-item--logins .button-add.maplist-item--loginbtn:hover, .maplist-item--logins .button-add.maplist-item--registerbtn:hover, .maplist-item--profil .button-add.maplist-item-profilname:hover, .maplist-item--profil .button-add.maplist-item-morebtn:hover, .button.button-add.active, .button-add.active.button--3D, .button-add.active.button--wide, .button-add.active.button--caracteristic, .button-add.active.button--input, .button-add.active.maplist-item--fullbutton, .maplist-item--map .button-add.active.maplist-item-mapbtn, .maplist-item--map .button-add.active.maplist-item-morebtn, .maplist-item--import .button-add.active.maplist-item--importbtn, .maplist-item--logins .button-add.active.maplist-item--loginbtn, .maplist-item--logins .button-add.active.maplist-item--registerbtn, .maplist-item--profil .button-add.active.maplist-item-profilname, .maplist-item--profil .button-add.active.maplist-item-morebtn, .button-round.button-add:hover, .button-round.button-add.active, .button--wide.button-add:hover:before, .button--wide.button-add.active:before, .button--caracteristic.icon-addmagic:hover, .button--caracteristic.icon-addmagic.active, .button-panel-action.icon-addmagic:hover, .button-panel-action.active.icon-addmagic, .buttons--vertical .button.button-add:hover:before, .buttons--vertical .button-add.button--3D:hover:before, .buttons--vertical .button-add.button--wide:hover:before, .buttons--vertical .button-add.button--caracteristic:hover:before, .buttons--vertical .button-add.button--input:hover:before, .buttons--vertical .button-add.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-add.active:before, .buttons--vertical .button-add.active.button--3D:before, .buttons--vertical .button-add.active.button--wide:before, .buttons--vertical .button-add.active.button--caracteristic:before, .buttons--vertical .button-add.active.button--input:before, .buttons--vertical .button-add.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-add.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-add.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-add.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-add.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-add.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-add.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-add.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-add.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-add.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-add.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-add.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-add.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-add.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-add.active.maplist-item-morebtn:before, .no-touch .maplist-item--fullbutton:hover .icon-add, .maplist-item--fullbutton.active .icon-add {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x36__1_'%3E%3Cg%3E%3Cpath d='M535.5,229.5h-153v-153C382.5,34.253,348.247,0,306,0s-76.5,34.253-76.5,76.5v153h-153C34.253,229.5,0,263.753,0,306     s34.253,76.5,76.5,76.5h153v153c0,42.247,34.253,76.5,76.5,76.5s76.5-34.253,76.5-76.5v-153h153c42.247,0,76.5-34.253,76.5-76.5     S577.747,229.5,535.5,229.5z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-addmagic-black, .icon-addmagic, .panel-menu-action.panel-menu-action--addmagic, .button.button-add, .button-add.button--3D, .button-add.button--wide, .button-add.button--caracteristic, .button-add.button--input, .button-add.maplist-item--fullbutton, .maplist-item--map .button-add.maplist-item-mapbtn, .maplist-item--map .button-add.maplist-item-morebtn, .maplist-item--import .button-add.maplist-item--importbtn, .maplist-item--logins .button-add.maplist-item--loginbtn, .maplist-item--logins .button-add.maplist-item--registerbtn, .maplist-item--profil .button-add.maplist-item-profilname, .maplist-item--profil .button-add.maplist-item-morebtn, .button--3D.button--medium .icon-addmagic, .button--3D.button--green .icon-addmagic, .button-round.button-add, .smallbutton.smallbutton-add, .button--wide.button-add:before, .button--input.icon-addmagic:hover, .button--input.icon-addmagic.active, .buttons--vertical .button.button-add:before, .buttons--vertical .button-add.button--3D:before, .buttons--vertical .button-add.button--wide:before, .buttons--vertical .button-add.button--caracteristic:before, .buttons--vertical .button-add.button--input:before, .buttons--vertical .button-add.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:before, .maplist-item--fullbutton .icon-add {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x36__1_'%3E%3Cg%3E%3Cpath d='M535.5,229.5h-153v-153C382.5,34.253,348.247,0,306,0s-76.5,34.253-76.5,76.5v153h-153C34.253,229.5,0,263.753,0,306     s34.253,76.5,76.5,76.5h153v153c0,42.247,34.253,76.5,76.5,76.5s76.5-34.253,76.5-76.5v-153h153c42.247,0,76.5-34.253,76.5-76.5     S577.747,229.5,535.5,229.5z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-addmagic-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x36__1_'%3E%3Cg%3E%3Cpath d='M535.5,229.5h-153v-153C382.5,34.253,348.247,0,306,0s-76.5,34.253-76.5,76.5v153h-153C34.253,229.5,0,263.753,0,306     s34.253,76.5,76.5,76.5h153v153c0,42.247,34.253,76.5,76.5,76.5s76.5-34.253,76.5-76.5v-153h153c42.247,0,76.5-34.253,76.5-76.5     S577.747,229.5,535.5,229.5z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-addmagic-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x36__1_'%3E%3Cg%3E%3Cpath d='M535.5,229.5h-153v-153C382.5,34.253,348.247,0,306,0s-76.5,34.253-76.5,76.5v153h-153C34.253,229.5,0,263.753,0,306     s34.253,76.5,76.5,76.5h153v153c0,42.247,34.253,76.5,76.5,76.5s76.5-34.253,76.5-76.5v-153h153c42.247,0,76.5-34.253,76.5-76.5     S577.747,229.5,535.5,229.5z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-addmagic-orange, .button--3D.button--medium:hover .icon-addmagic, .button--3D.button--medium.active .icon-addmagic, .button--3D.button--green:hover .icon-addmagic, .button--3D.button--green.active .icon-addmagic, .no-touch .smallbutton.smallbutton-add:hover, .button--medium:hover .button--caracteristic.icon-addmagic,
.button--medium.active .button--caracteristic.icon-addmagic, .button-panel-action.icon-addmagic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x36__1_'%3E%3Cg%3E%3Cpath d='M535.5,229.5h-153v-153C382.5,34.253,348.247,0,306,0s-76.5,34.253-76.5,76.5v153h-153C34.253,229.5,0,263.753,0,306     s34.253,76.5,76.5,76.5h153v153c0,42.247,34.253,76.5,76.5,76.5s76.5-34.253,76.5-76.5v-153h153c42.247,0,76.5-34.253,76.5-76.5     S577.747,229.5,535.5,229.5z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-upload-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 408.691 408.691' style='enable-background:new 0 0 408.691 408.691;' xml:space='preserve'%3E%3Cpath d='M401.961,263.764l-19.495-27.952l13.602-91.804c1.09-7.356-1.078-14.823-5.936-20.454c-4.551-5.276-11.044-8.451-17.961-8.828V61.4c0-25.979-21.137-47.113-47.116-47.113h-76.502c-25.458,0-38.976,10.75-48.844,18.6c-7.933,6.31-12.722,10.118-22.995,10.118H66.158c-23.151,0-41.984,18.356-41.984,40.919v30.802c-6.92,0.377-13.411,3.552-17.963,8.828c-4.856,5.631-7.023,13.097-5.934,20.453l30.687,207.115c1.855,12.539,12.62,21.826,25.295,21.826h221.583c5.972,12.667,18.862,21.457,33.772,21.457h26.122c20.578,0,37.319-16.74,37.319-37.319v-34.834c12.469-1.226,23.511-8.608,29.384-19.874C410.895,290.007,409.945,275.21,401.961,263.764z M54.961,114.685V83.924c0-6.341,5.692-10.132,11.196-10.132h110.556c21.024,0,32.745-9.32,42.161-16.809c8.689-6.914,14.972-11.909,29.678-11.909h76.502c9.002,0,16.326,7.324,16.326,16.326v53.285H54.961z M382.83,291.731c-2.413,4.623-7.194,7.522-12.409,7.522h-19.623v57.978c0,7.73-6.268,13.994-13.998,13.994h-26.12c-7.73,0-13.997-6.264-13.997-13.994v-57.979h-19.625c-5.213,0-9.995-2.899-12.408-7.522c-2.411-4.622-2.052-10.203,0.93-14.478l46.684-66.917c2.617-3.754,6.901-5.989,11.479-5.989c4.573,0,8.858,2.235,11.477,5.989l46.682,66.918C384.882,281.528,385.242,287.109,382.83,291.731z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-upload-brown, .button.button-upload:hover, .button-upload.button--3D:hover, .button-upload.button--wide:hover, .button-upload.button--caracteristic:hover, .button-upload.button--input:hover, .button-upload.maplist-item--fullbutton:hover, .maplist-item--map .button-upload.maplist-item-mapbtn:hover, .maplist-item--map .button-upload.maplist-item-morebtn:hover, .maplist-item--import .button-upload.maplist-item--importbtn:hover, .maplist-item--logins .button-upload.maplist-item--loginbtn:hover, .maplist-item--logins .button-upload.maplist-item--registerbtn:hover, .maplist-item--profil .button-upload.maplist-item-profilname:hover, .maplist-item--profil .button-upload.maplist-item-morebtn:hover, .button.button-upload.active, .button-upload.active.button--3D, .button-upload.active.button--wide, .button-upload.active.button--caracteristic, .button-upload.active.button--input, .button-upload.active.maplist-item--fullbutton, .maplist-item--map .button-upload.active.maplist-item-mapbtn, .maplist-item--map .button-upload.active.maplist-item-morebtn, .maplist-item--import .button-upload.active.maplist-item--importbtn, .maplist-item--logins .button-upload.active.maplist-item--loginbtn, .maplist-item--logins .button-upload.active.maplist-item--registerbtn, .maplist-item--profil .button-upload.active.maplist-item-profilname, .maplist-item--profil .button-upload.active.maplist-item-morebtn, .no-touch .maplist-item--import:hover .icon-upload {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 408.691 408.691' style='enable-background:new 0 0 408.691 408.691;' xml:space='preserve'%3E%3Cpath d='M401.961,263.764l-19.495-27.952l13.602-91.804c1.09-7.356-1.078-14.823-5.936-20.454c-4.551-5.276-11.044-8.451-17.961-8.828V61.4c0-25.979-21.137-47.113-47.116-47.113h-76.502c-25.458,0-38.976,10.75-48.844,18.6c-7.933,6.31-12.722,10.118-22.995,10.118H66.158c-23.151,0-41.984,18.356-41.984,40.919v30.802c-6.92,0.377-13.411,3.552-17.963,8.828c-4.856,5.631-7.023,13.097-5.934,20.453l30.687,207.115c1.855,12.539,12.62,21.826,25.295,21.826h221.583c5.972,12.667,18.862,21.457,33.772,21.457h26.122c20.578,0,37.319-16.74,37.319-37.319v-34.834c12.469-1.226,23.511-8.608,29.384-19.874C410.895,290.007,409.945,275.21,401.961,263.764z M54.961,114.685V83.924c0-6.341,5.692-10.132,11.196-10.132h110.556c21.024,0,32.745-9.32,42.161-16.809c8.689-6.914,14.972-11.909,29.678-11.909h76.502c9.002,0,16.326,7.324,16.326,16.326v53.285H54.961z M382.83,291.731c-2.413,4.623-7.194,7.522-12.409,7.522h-19.623v57.978c0,7.73-6.268,13.994-13.998,13.994h-26.12c-7.73,0-13.997-6.264-13.997-13.994v-57.979h-19.625c-5.213,0-9.995-2.899-12.408-7.522c-2.411-4.622-2.052-10.203,0.93-14.478l46.684-66.917c2.617-3.754,6.901-5.989,11.479-5.989c4.573,0,8.858,2.235,11.477,5.989l46.682,66.918C384.882,281.528,385.242,287.109,382.83,291.731z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-upload-black, .button.button-upload, .button-upload.button--3D, .button-upload.button--wide, .button-upload.button--caracteristic, .button-upload.button--input, .button-upload.maplist-item--fullbutton, .maplist-item--map .button-upload.maplist-item-mapbtn, .maplist-item--map .button-upload.maplist-item-morebtn, .maplist-item--import .button-upload.maplist-item--importbtn, .maplist-item--logins .button-upload.maplist-item--loginbtn, .maplist-item--logins .button-upload.maplist-item--registerbtn, .maplist-item--profil .button-upload.maplist-item-profilname, .maplist-item--profil .button-upload.maplist-item-morebtn, .maplist-item--import .icon-upload {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 408.691 408.691' style='enable-background:new 0 0 408.691 408.691;' xml:space='preserve'%3E%3Cpath d='M401.961,263.764l-19.495-27.952l13.602-91.804c1.09-7.356-1.078-14.823-5.936-20.454c-4.551-5.276-11.044-8.451-17.961-8.828V61.4c0-25.979-21.137-47.113-47.116-47.113h-76.502c-25.458,0-38.976,10.75-48.844,18.6c-7.933,6.31-12.722,10.118-22.995,10.118H66.158c-23.151,0-41.984,18.356-41.984,40.919v30.802c-6.92,0.377-13.411,3.552-17.963,8.828c-4.856,5.631-7.023,13.097-5.934,20.453l30.687,207.115c1.855,12.539,12.62,21.826,25.295,21.826h221.583c5.972,12.667,18.862,21.457,33.772,21.457h26.122c20.578,0,37.319-16.74,37.319-37.319v-34.834c12.469-1.226,23.511-8.608,29.384-19.874C410.895,290.007,409.945,275.21,401.961,263.764z M54.961,114.685V83.924c0-6.341,5.692-10.132,11.196-10.132h110.556c21.024,0,32.745-9.32,42.161-16.809c8.689-6.914,14.972-11.909,29.678-11.909h76.502c9.002,0,16.326,7.324,16.326,16.326v53.285H54.961z M382.83,291.731c-2.413,4.623-7.194,7.522-12.409,7.522h-19.623v57.978c0,7.73-6.268,13.994-13.998,13.994h-26.12c-7.73,0-13.997-6.264-13.997-13.994v-57.979h-19.625c-5.213,0-9.995-2.899-12.408-7.522c-2.411-4.622-2.052-10.203,0.93-14.478l46.684-66.917c2.617-3.754,6.901-5.989,11.479-5.989c4.573,0,8.858,2.235,11.477,5.989l46.682,66.918C384.882,281.528,385.242,287.109,382.83,291.731z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-upload-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 408.691 408.691' style='enable-background:new 0 0 408.691 408.691;' xml:space='preserve'%3E%3Cpath d='M401.961,263.764l-19.495-27.952l13.602-91.804c1.09-7.356-1.078-14.823-5.936-20.454c-4.551-5.276-11.044-8.451-17.961-8.828V61.4c0-25.979-21.137-47.113-47.116-47.113h-76.502c-25.458,0-38.976,10.75-48.844,18.6c-7.933,6.31-12.722,10.118-22.995,10.118H66.158c-23.151,0-41.984,18.356-41.984,40.919v30.802c-6.92,0.377-13.411,3.552-17.963,8.828c-4.856,5.631-7.023,13.097-5.934,20.453l30.687,207.115c1.855,12.539,12.62,21.826,25.295,21.826h221.583c5.972,12.667,18.862,21.457,33.772,21.457h26.122c20.578,0,37.319-16.74,37.319-37.319v-34.834c12.469-1.226,23.511-8.608,29.384-19.874C410.895,290.007,409.945,275.21,401.961,263.764z M54.961,114.685V83.924c0-6.341,5.692-10.132,11.196-10.132h110.556c21.024,0,32.745-9.32,42.161-16.809c8.689-6.914,14.972-11.909,29.678-11.909h76.502c9.002,0,16.326,7.324,16.326,16.326v53.285H54.961z M382.83,291.731c-2.413,4.623-7.194,7.522-12.409,7.522h-19.623v57.978c0,7.73-6.268,13.994-13.998,13.994h-26.12c-7.73,0-13.997-6.264-13.997-13.994v-57.979h-19.625c-5.213,0-9.995-2.899-12.408-7.522c-2.411-4.622-2.052-10.203,0.93-14.478l46.684-66.917c2.617-3.754,6.901-5.989,11.479-5.989c4.573,0,8.858,2.235,11.477,5.989l46.682,66.918C384.882,281.528,385.242,287.109,382.83,291.731z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-upload-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 408.691 408.691' style='enable-background:new 0 0 408.691 408.691;' xml:space='preserve'%3E%3Cpath d='M401.961,263.764l-19.495-27.952l13.602-91.804c1.09-7.356-1.078-14.823-5.936-20.454c-4.551-5.276-11.044-8.451-17.961-8.828V61.4c0-25.979-21.137-47.113-47.116-47.113h-76.502c-25.458,0-38.976,10.75-48.844,18.6c-7.933,6.31-12.722,10.118-22.995,10.118H66.158c-23.151,0-41.984,18.356-41.984,40.919v30.802c-6.92,0.377-13.411,3.552-17.963,8.828c-4.856,5.631-7.023,13.097-5.934,20.453l30.687,207.115c1.855,12.539,12.62,21.826,25.295,21.826h221.583c5.972,12.667,18.862,21.457,33.772,21.457h26.122c20.578,0,37.319-16.74,37.319-37.319v-34.834c12.469-1.226,23.511-8.608,29.384-19.874C410.895,290.007,409.945,275.21,401.961,263.764z M54.961,114.685V83.924c0-6.341,5.692-10.132,11.196-10.132h110.556c21.024,0,32.745-9.32,42.161-16.809c8.689-6.914,14.972-11.909,29.678-11.909h76.502c9.002,0,16.326,7.324,16.326,16.326v53.285H54.961z M382.83,291.731c-2.413,4.623-7.194,7.522-12.409,7.522h-19.623v57.978c0,7.73-6.268,13.994-13.998,13.994h-26.12c-7.73,0-13.997-6.264-13.997-13.994v-57.979h-19.625c-5.213,0-9.995-2.899-12.408-7.522c-2.411-4.622-2.052-10.203,0.93-14.478l46.684-66.917c2.617-3.754,6.901-5.989,11.479-5.989c4.573,0,8.858,2.235,11.477,5.989l46.682,66.918C384.882,281.528,385.242,287.109,382.83,291.731z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-upload-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 408.691 408.691' style='enable-background:new 0 0 408.691 408.691;' xml:space='preserve'%3E%3Cpath d='M401.961,263.764l-19.495-27.952l13.602-91.804c1.09-7.356-1.078-14.823-5.936-20.454c-4.551-5.276-11.044-8.451-17.961-8.828V61.4c0-25.979-21.137-47.113-47.116-47.113h-76.502c-25.458,0-38.976,10.75-48.844,18.6c-7.933,6.31-12.722,10.118-22.995,10.118H66.158c-23.151,0-41.984,18.356-41.984,40.919v30.802c-6.92,0.377-13.411,3.552-17.963,8.828c-4.856,5.631-7.023,13.097-5.934,20.453l30.687,207.115c1.855,12.539,12.62,21.826,25.295,21.826h221.583c5.972,12.667,18.862,21.457,33.772,21.457h26.122c20.578,0,37.319-16.74,37.319-37.319v-34.834c12.469-1.226,23.511-8.608,29.384-19.874C410.895,290.007,409.945,275.21,401.961,263.764z M54.961,114.685V83.924c0-6.341,5.692-10.132,11.196-10.132h110.556c21.024,0,32.745-9.32,42.161-16.809c8.689-6.914,14.972-11.909,29.678-11.909h76.502c9.002,0,16.326,7.324,16.326,16.326v53.285H54.961z M382.83,291.731c-2.413,4.623-7.194,7.522-12.409,7.522h-19.623v57.978c0,7.73-6.268,13.994-13.998,13.994h-26.12c-7.73,0-13.997-6.264-13.997-13.994v-57.979h-19.625c-5.213,0-9.995-2.899-12.408-7.522c-2.411-4.622-2.052-10.203,0.93-14.478l46.684-66.917c2.617-3.754,6.901-5.989,11.479-5.989c4.573,0,8.858,2.235,11.477,5.989l46.682,66.918C384.882,281.528,385.242,287.109,382.83,291.731z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-calendar-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' vxmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.836px' height='45.836px' viewBox='0 0 45.836 45.836' style='enable-background:new 0 0 45.836 45.836;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='10.553,21.354 11.275,24.635 14.858,22.918 14.912,22.918 14.912,37.827 19.195,37.827 19.195,19.03415.523,19.034     '/%3E%3Cpath d='M33.013,26.854c-1.326-0.953-3.146-1.356-4.938-1.356c-0.463,0-0.811,0.007-1.215,0.064l0.404-2.881h7.312v-3.646H24.202l-1.24,9.86c0.781-0.116,1.501-0.168,2.541-0.168c3.756,0,5.286,1.188,5.286,3.123c0,1.993-1.937,2.86-3.755,2.86c-1.704,0-3.408-0.52-4.245-0.923l-0.781,3.293c1.041,0.548,2.948,1.068,5.229,1.068c5.055,0,8.06-3.091,8.06-6.585C35.296,29.366,34.43,27.807,33.013,26.854z'/%3E%3Cpath d='M40.446,2.844v2.292c0,2.311-1.896,4.223-4.205,4.223h-0.215c-2.31,0-4.225-1.913-4.225-4.223V2.54h-4.6v2.596c0,2.311-1.914,4.223-4.224,4.223h-0.212c-2.312,0-4.208-1.913-4.208-4.223V2.54H13.88v2.596c0,2.311-1.853,4.223-4.163,4.223H9.503c-2.311,0-4.188-1.913-4.188-4.223V2.879C2.619,3.764,0.716,6.286,0.716,9.258v29.886c0,3.711,2.997,6.691,6.708,6.691h30.997c3.711,0,6.699-2.98,6.699-6.691V9.258C45.124,6.248,43.142,3.697,40.446,2.844z M41.794,38.527c0,2.148-1.727,3.898-3.875,3.898H7.93c-2.148,0-3.881-1.75-3.881-3.898V17.295c0-1.463,1.176-2.624,2.64-2.624h32.472c1.464,0,2.634,1.161,2.634,2.624L41.794,38.527L41.794,38.527z'/%3E%3Cpath d='M9.506,7.296h0.213c0.664,0,1.254-0.28,1.655-0.747c0.331-0.384,0.525-0.867,0.525-1.414l0,0V2.164l0,0c0-0.6-0.235-1.144-0.626-1.54c-0.004-0.003-0.004-0.008-0.007-0.011c-0.003-0.003-0.004,0.012-0.006,0.009c-0.397-0.393-0.94-0.62-1.542-0.62H9.505c-0.603,0-1.147,0.227-1.544,0.62C7.96,0.625,7.958,0.619,7.955,0.621C7.951,0.625,7.942,0.624,7.939,0.626C7.547,1.023,7.3,1.562,7.3,2.163l0,0v2.973l0,0c0,0.546,0.206,1.03,0.537,1.414C8.239,7.018,8.841,7.296,9.506,7.296z'/%3E%3Cpath d='M21.515,6.947c0.004,0.002,0.015,0.005,0.018,0.007c0.006,0.004,0.018-0.008,0.023-0.004c0.347,0.229,0.764,0.347,1.211,0.347h0.001h0.212l0,0c0.376,0,0.729-0.078,1.037-0.245c0.004-0.001,0.006,0.006,0.01,0.004c0.006-0.004-0.002-0.004,0.006-0.009c0.672-0.375,1.111-1.088,1.111-1.912V2.163c0-0.713-0.326-1.347-0.854-1.748c-0.005-0.003-0.001-0.007-0.005-0.01l0.004,0.017c-0.365-0.274-0.815-0.419-1.308-0.419h-0.213c-0.567,0-1.083,0.199-1.472,0.552c-0.001,0-0.002-0.007-0.002-0.007c-0.005,0.004-0.024,0.004-0.028,0.008c-0.435,0.401-0.723,0.97-0.723,1.608v2.974C20.542,5.888,20.938,6.552,21.515,6.947z'/%3E%3Cpath d='M36.028,7.296h0.213c0.666,0,1.273-0.28,1.678-0.747c0.331-0.384,0.547-0.867,0.547-1.414l0,0V2.164l0,0c0-0.829-0.477-1.55-1.154-1.924c-0.005-0.002-0.015-0.004-0.018-0.006c-0.055-0.029-0.113-0.055-0.169-0.08c-0.011-0.004-0.021-0.008-0.028-0.012c-0.014-0.005-0.027-0.01-0.041-0.016c-0.021-0.008-0.04-0.016-0.061-0.023c-0.012-0.004-0.021-0.007-0.032-0.011c-0.022-0.008-0.047,0-0.069-0.007c-0.205-0.064-0.426-0.083-0.652-0.083h-0.213c-0.113,0-0.209-0.007-0.318,0.009c-1.055,0.161-1.846,1.055-1.846,2.152v2.974C33.864,6.347,34.817,7.296,36.028,7.296z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-calendar-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' vxmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.836px' height='45.836px' viewBox='0 0 45.836 45.836' style='enable-background:new 0 0 45.836 45.836;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='10.553,21.354 11.275,24.635 14.858,22.918 14.912,22.918 14.912,37.827 19.195,37.827 19.195,19.03415.523,19.034     '/%3E%3Cpath d='M33.013,26.854c-1.326-0.953-3.146-1.356-4.938-1.356c-0.463,0-0.811,0.007-1.215,0.064l0.404-2.881h7.312v-3.646H24.202l-1.24,9.86c0.781-0.116,1.501-0.168,2.541-0.168c3.756,0,5.286,1.188,5.286,3.123c0,1.993-1.937,2.86-3.755,2.86c-1.704,0-3.408-0.52-4.245-0.923l-0.781,3.293c1.041,0.548,2.948,1.068,5.229,1.068c5.055,0,8.06-3.091,8.06-6.585C35.296,29.366,34.43,27.807,33.013,26.854z'/%3E%3Cpath d='M40.446,2.844v2.292c0,2.311-1.896,4.223-4.205,4.223h-0.215c-2.31,0-4.225-1.913-4.225-4.223V2.54h-4.6v2.596c0,2.311-1.914,4.223-4.224,4.223h-0.212c-2.312,0-4.208-1.913-4.208-4.223V2.54H13.88v2.596c0,2.311-1.853,4.223-4.163,4.223H9.503c-2.311,0-4.188-1.913-4.188-4.223V2.879C2.619,3.764,0.716,6.286,0.716,9.258v29.886c0,3.711,2.997,6.691,6.708,6.691h30.997c3.711,0,6.699-2.98,6.699-6.691V9.258C45.124,6.248,43.142,3.697,40.446,2.844z M41.794,38.527c0,2.148-1.727,3.898-3.875,3.898H7.93c-2.148,0-3.881-1.75-3.881-3.898V17.295c0-1.463,1.176-2.624,2.64-2.624h32.472c1.464,0,2.634,1.161,2.634,2.624L41.794,38.527L41.794,38.527z'/%3E%3Cpath d='M9.506,7.296h0.213c0.664,0,1.254-0.28,1.655-0.747c0.331-0.384,0.525-0.867,0.525-1.414l0,0V2.164l0,0c0-0.6-0.235-1.144-0.626-1.54c-0.004-0.003-0.004-0.008-0.007-0.011c-0.003-0.003-0.004,0.012-0.006,0.009c-0.397-0.393-0.94-0.62-1.542-0.62H9.505c-0.603,0-1.147,0.227-1.544,0.62C7.96,0.625,7.958,0.619,7.955,0.621C7.951,0.625,7.942,0.624,7.939,0.626C7.547,1.023,7.3,1.562,7.3,2.163l0,0v2.973l0,0c0,0.546,0.206,1.03,0.537,1.414C8.239,7.018,8.841,7.296,9.506,7.296z'/%3E%3Cpath d='M21.515,6.947c0.004,0.002,0.015,0.005,0.018,0.007c0.006,0.004,0.018-0.008,0.023-0.004c0.347,0.229,0.764,0.347,1.211,0.347h0.001h0.212l0,0c0.376,0,0.729-0.078,1.037-0.245c0.004-0.001,0.006,0.006,0.01,0.004c0.006-0.004-0.002-0.004,0.006-0.009c0.672-0.375,1.111-1.088,1.111-1.912V2.163c0-0.713-0.326-1.347-0.854-1.748c-0.005-0.003-0.001-0.007-0.005-0.01l0.004,0.017c-0.365-0.274-0.815-0.419-1.308-0.419h-0.213c-0.567,0-1.083,0.199-1.472,0.552c-0.001,0-0.002-0.007-0.002-0.007c-0.005,0.004-0.024,0.004-0.028,0.008c-0.435,0.401-0.723,0.97-0.723,1.608v2.974C20.542,5.888,20.938,6.552,21.515,6.947z'/%3E%3Cpath d='M36.028,7.296h0.213c0.666,0,1.273-0.28,1.678-0.747c0.331-0.384,0.547-0.867,0.547-1.414l0,0V2.164l0,0c0-0.829-0.477-1.55-1.154-1.924c-0.005-0.002-0.015-0.004-0.018-0.006c-0.055-0.029-0.113-0.055-0.169-0.08c-0.011-0.004-0.021-0.008-0.028-0.012c-0.014-0.005-0.027-0.01-0.041-0.016c-0.021-0.008-0.04-0.016-0.061-0.023c-0.012-0.004-0.021-0.007-0.032-0.011c-0.022-0.008-0.047,0-0.069-0.007c-0.205-0.064-0.426-0.083-0.652-0.083h-0.213c-0.113,0-0.209-0.007-0.318,0.009c-1.055,0.161-1.846,1.055-1.846,2.152v2.974C33.864,6.347,34.817,7.296,36.028,7.296z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-calendar-black, .date:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' vxmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.836px' height='45.836px' viewBox='0 0 45.836 45.836' style='enable-background:new 0 0 45.836 45.836;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='10.553,21.354 11.275,24.635 14.858,22.918 14.912,22.918 14.912,37.827 19.195,37.827 19.195,19.03415.523,19.034     '/%3E%3Cpath d='M33.013,26.854c-1.326-0.953-3.146-1.356-4.938-1.356c-0.463,0-0.811,0.007-1.215,0.064l0.404-2.881h7.312v-3.646H24.202l-1.24,9.86c0.781-0.116,1.501-0.168,2.541-0.168c3.756,0,5.286,1.188,5.286,3.123c0,1.993-1.937,2.86-3.755,2.86c-1.704,0-3.408-0.52-4.245-0.923l-0.781,3.293c1.041,0.548,2.948,1.068,5.229,1.068c5.055,0,8.06-3.091,8.06-6.585C35.296,29.366,34.43,27.807,33.013,26.854z'/%3E%3Cpath d='M40.446,2.844v2.292c0,2.311-1.896,4.223-4.205,4.223h-0.215c-2.31,0-4.225-1.913-4.225-4.223V2.54h-4.6v2.596c0,2.311-1.914,4.223-4.224,4.223h-0.212c-2.312,0-4.208-1.913-4.208-4.223V2.54H13.88v2.596c0,2.311-1.853,4.223-4.163,4.223H9.503c-2.311,0-4.188-1.913-4.188-4.223V2.879C2.619,3.764,0.716,6.286,0.716,9.258v29.886c0,3.711,2.997,6.691,6.708,6.691h30.997c3.711,0,6.699-2.98,6.699-6.691V9.258C45.124,6.248,43.142,3.697,40.446,2.844z M41.794,38.527c0,2.148-1.727,3.898-3.875,3.898H7.93c-2.148,0-3.881-1.75-3.881-3.898V17.295c0-1.463,1.176-2.624,2.64-2.624h32.472c1.464,0,2.634,1.161,2.634,2.624L41.794,38.527L41.794,38.527z'/%3E%3Cpath d='M9.506,7.296h0.213c0.664,0,1.254-0.28,1.655-0.747c0.331-0.384,0.525-0.867,0.525-1.414l0,0V2.164l0,0c0-0.6-0.235-1.144-0.626-1.54c-0.004-0.003-0.004-0.008-0.007-0.011c-0.003-0.003-0.004,0.012-0.006,0.009c-0.397-0.393-0.94-0.62-1.542-0.62H9.505c-0.603,0-1.147,0.227-1.544,0.62C7.96,0.625,7.958,0.619,7.955,0.621C7.951,0.625,7.942,0.624,7.939,0.626C7.547,1.023,7.3,1.562,7.3,2.163l0,0v2.973l0,0c0,0.546,0.206,1.03,0.537,1.414C8.239,7.018,8.841,7.296,9.506,7.296z'/%3E%3Cpath d='M21.515,6.947c0.004,0.002,0.015,0.005,0.018,0.007c0.006,0.004,0.018-0.008,0.023-0.004c0.347,0.229,0.764,0.347,1.211,0.347h0.001h0.212l0,0c0.376,0,0.729-0.078,1.037-0.245c0.004-0.001,0.006,0.006,0.01,0.004c0.006-0.004-0.002-0.004,0.006-0.009c0.672-0.375,1.111-1.088,1.111-1.912V2.163c0-0.713-0.326-1.347-0.854-1.748c-0.005-0.003-0.001-0.007-0.005-0.01l0.004,0.017c-0.365-0.274-0.815-0.419-1.308-0.419h-0.213c-0.567,0-1.083,0.199-1.472,0.552c-0.001,0-0.002-0.007-0.002-0.007c-0.005,0.004-0.024,0.004-0.028,0.008c-0.435,0.401-0.723,0.97-0.723,1.608v2.974C20.542,5.888,20.938,6.552,21.515,6.947z'/%3E%3Cpath d='M36.028,7.296h0.213c0.666,0,1.273-0.28,1.678-0.747c0.331-0.384,0.547-0.867,0.547-1.414l0,0V2.164l0,0c0-0.829-0.477-1.55-1.154-1.924c-0.005-0.002-0.015-0.004-0.018-0.006c-0.055-0.029-0.113-0.055-0.169-0.08c-0.011-0.004-0.021-0.008-0.028-0.012c-0.014-0.005-0.027-0.01-0.041-0.016c-0.021-0.008-0.04-0.016-0.061-0.023c-0.012-0.004-0.021-0.007-0.032-0.011c-0.022-0.008-0.047,0-0.069-0.007c-0.205-0.064-0.426-0.083-0.652-0.083h-0.213c-0.113,0-0.209-0.007-0.318,0.009c-1.055,0.161-1.846,1.055-1.846,2.152v2.974C33.864,6.347,34.817,7.296,36.028,7.296z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-calendar-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' vxmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.836px' height='45.836px' viewBox='0 0 45.836 45.836' style='enable-background:new 0 0 45.836 45.836;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='10.553,21.354 11.275,24.635 14.858,22.918 14.912,22.918 14.912,37.827 19.195,37.827 19.195,19.03415.523,19.034     '/%3E%3Cpath d='M33.013,26.854c-1.326-0.953-3.146-1.356-4.938-1.356c-0.463,0-0.811,0.007-1.215,0.064l0.404-2.881h7.312v-3.646H24.202l-1.24,9.86c0.781-0.116,1.501-0.168,2.541-0.168c3.756,0,5.286,1.188,5.286,3.123c0,1.993-1.937,2.86-3.755,2.86c-1.704,0-3.408-0.52-4.245-0.923l-0.781,3.293c1.041,0.548,2.948,1.068,5.229,1.068c5.055,0,8.06-3.091,8.06-6.585C35.296,29.366,34.43,27.807,33.013,26.854z'/%3E%3Cpath d='M40.446,2.844v2.292c0,2.311-1.896,4.223-4.205,4.223h-0.215c-2.31,0-4.225-1.913-4.225-4.223V2.54h-4.6v2.596c0,2.311-1.914,4.223-4.224,4.223h-0.212c-2.312,0-4.208-1.913-4.208-4.223V2.54H13.88v2.596c0,2.311-1.853,4.223-4.163,4.223H9.503c-2.311,0-4.188-1.913-4.188-4.223V2.879C2.619,3.764,0.716,6.286,0.716,9.258v29.886c0,3.711,2.997,6.691,6.708,6.691h30.997c3.711,0,6.699-2.98,6.699-6.691V9.258C45.124,6.248,43.142,3.697,40.446,2.844z M41.794,38.527c0,2.148-1.727,3.898-3.875,3.898H7.93c-2.148,0-3.881-1.75-3.881-3.898V17.295c0-1.463,1.176-2.624,2.64-2.624h32.472c1.464,0,2.634,1.161,2.634,2.624L41.794,38.527L41.794,38.527z'/%3E%3Cpath d='M9.506,7.296h0.213c0.664,0,1.254-0.28,1.655-0.747c0.331-0.384,0.525-0.867,0.525-1.414l0,0V2.164l0,0c0-0.6-0.235-1.144-0.626-1.54c-0.004-0.003-0.004-0.008-0.007-0.011c-0.003-0.003-0.004,0.012-0.006,0.009c-0.397-0.393-0.94-0.62-1.542-0.62H9.505c-0.603,0-1.147,0.227-1.544,0.62C7.96,0.625,7.958,0.619,7.955,0.621C7.951,0.625,7.942,0.624,7.939,0.626C7.547,1.023,7.3,1.562,7.3,2.163l0,0v2.973l0,0c0,0.546,0.206,1.03,0.537,1.414C8.239,7.018,8.841,7.296,9.506,7.296z'/%3E%3Cpath d='M21.515,6.947c0.004,0.002,0.015,0.005,0.018,0.007c0.006,0.004,0.018-0.008,0.023-0.004c0.347,0.229,0.764,0.347,1.211,0.347h0.001h0.212l0,0c0.376,0,0.729-0.078,1.037-0.245c0.004-0.001,0.006,0.006,0.01,0.004c0.006-0.004-0.002-0.004,0.006-0.009c0.672-0.375,1.111-1.088,1.111-1.912V2.163c0-0.713-0.326-1.347-0.854-1.748c-0.005-0.003-0.001-0.007-0.005-0.01l0.004,0.017c-0.365-0.274-0.815-0.419-1.308-0.419h-0.213c-0.567,0-1.083,0.199-1.472,0.552c-0.001,0-0.002-0.007-0.002-0.007c-0.005,0.004-0.024,0.004-0.028,0.008c-0.435,0.401-0.723,0.97-0.723,1.608v2.974C20.542,5.888,20.938,6.552,21.515,6.947z'/%3E%3Cpath d='M36.028,7.296h0.213c0.666,0,1.273-0.28,1.678-0.747c0.331-0.384,0.547-0.867,0.547-1.414l0,0V2.164l0,0c0-0.829-0.477-1.55-1.154-1.924c-0.005-0.002-0.015-0.004-0.018-0.006c-0.055-0.029-0.113-0.055-0.169-0.08c-0.011-0.004-0.021-0.008-0.028-0.012c-0.014-0.005-0.027-0.01-0.041-0.016c-0.021-0.008-0.04-0.016-0.061-0.023c-0.012-0.004-0.021-0.007-0.032-0.011c-0.022-0.008-0.047,0-0.069-0.007c-0.205-0.064-0.426-0.083-0.652-0.083h-0.213c-0.113,0-0.209-0.007-0.318,0.009c-1.055,0.161-1.846,1.055-1.846,2.152v2.974C33.864,6.347,34.817,7.296,36.028,7.296z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-calendar-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' vxmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.836px' height='45.836px' viewBox='0 0 45.836 45.836' style='enable-background:new 0 0 45.836 45.836;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='10.553,21.354 11.275,24.635 14.858,22.918 14.912,22.918 14.912,37.827 19.195,37.827 19.195,19.03415.523,19.034     '/%3E%3Cpath d='M33.013,26.854c-1.326-0.953-3.146-1.356-4.938-1.356c-0.463,0-0.811,0.007-1.215,0.064l0.404-2.881h7.312v-3.646H24.202l-1.24,9.86c0.781-0.116,1.501-0.168,2.541-0.168c3.756,0,5.286,1.188,5.286,3.123c0,1.993-1.937,2.86-3.755,2.86c-1.704,0-3.408-0.52-4.245-0.923l-0.781,3.293c1.041,0.548,2.948,1.068,5.229,1.068c5.055,0,8.06-3.091,8.06-6.585C35.296,29.366,34.43,27.807,33.013,26.854z'/%3E%3Cpath d='M40.446,2.844v2.292c0,2.311-1.896,4.223-4.205,4.223h-0.215c-2.31,0-4.225-1.913-4.225-4.223V2.54h-4.6v2.596c0,2.311-1.914,4.223-4.224,4.223h-0.212c-2.312,0-4.208-1.913-4.208-4.223V2.54H13.88v2.596c0,2.311-1.853,4.223-4.163,4.223H9.503c-2.311,0-4.188-1.913-4.188-4.223V2.879C2.619,3.764,0.716,6.286,0.716,9.258v29.886c0,3.711,2.997,6.691,6.708,6.691h30.997c3.711,0,6.699-2.98,6.699-6.691V9.258C45.124,6.248,43.142,3.697,40.446,2.844z M41.794,38.527c0,2.148-1.727,3.898-3.875,3.898H7.93c-2.148,0-3.881-1.75-3.881-3.898V17.295c0-1.463,1.176-2.624,2.64-2.624h32.472c1.464,0,2.634,1.161,2.634,2.624L41.794,38.527L41.794,38.527z'/%3E%3Cpath d='M9.506,7.296h0.213c0.664,0,1.254-0.28,1.655-0.747c0.331-0.384,0.525-0.867,0.525-1.414l0,0V2.164l0,0c0-0.6-0.235-1.144-0.626-1.54c-0.004-0.003-0.004-0.008-0.007-0.011c-0.003-0.003-0.004,0.012-0.006,0.009c-0.397-0.393-0.94-0.62-1.542-0.62H9.505c-0.603,0-1.147,0.227-1.544,0.62C7.96,0.625,7.958,0.619,7.955,0.621C7.951,0.625,7.942,0.624,7.939,0.626C7.547,1.023,7.3,1.562,7.3,2.163l0,0v2.973l0,0c0,0.546,0.206,1.03,0.537,1.414C8.239,7.018,8.841,7.296,9.506,7.296z'/%3E%3Cpath d='M21.515,6.947c0.004,0.002,0.015,0.005,0.018,0.007c0.006,0.004,0.018-0.008,0.023-0.004c0.347,0.229,0.764,0.347,1.211,0.347h0.001h0.212l0,0c0.376,0,0.729-0.078,1.037-0.245c0.004-0.001,0.006,0.006,0.01,0.004c0.006-0.004-0.002-0.004,0.006-0.009c0.672-0.375,1.111-1.088,1.111-1.912V2.163c0-0.713-0.326-1.347-0.854-1.748c-0.005-0.003-0.001-0.007-0.005-0.01l0.004,0.017c-0.365-0.274-0.815-0.419-1.308-0.419h-0.213c-0.567,0-1.083,0.199-1.472,0.552c-0.001,0-0.002-0.007-0.002-0.007c-0.005,0.004-0.024,0.004-0.028,0.008c-0.435,0.401-0.723,0.97-0.723,1.608v2.974C20.542,5.888,20.938,6.552,21.515,6.947z'/%3E%3Cpath d='M36.028,7.296h0.213c0.666,0,1.273-0.28,1.678-0.747c0.331-0.384,0.547-0.867,0.547-1.414l0,0V2.164l0,0c0-0.829-0.477-1.55-1.154-1.924c-0.005-0.002-0.015-0.004-0.018-0.006c-0.055-0.029-0.113-0.055-0.169-0.08c-0.011-0.004-0.021-0.008-0.028-0.012c-0.014-0.005-0.027-0.01-0.041-0.016c-0.021-0.008-0.04-0.016-0.061-0.023c-0.012-0.004-0.021-0.007-0.032-0.011c-0.022-0.008-0.047,0-0.069-0.007c-0.205-0.064-0.426-0.083-0.652-0.083h-0.213c-0.113,0-0.209-0.007-0.318,0.009c-1.055,0.161-1.846,1.055-1.846,2.152v2.974C33.864,6.347,34.817,7.296,36.028,7.296z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-calendar-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' vxmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.836px' height='45.836px' viewBox='0 0 45.836 45.836' style='enable-background:new 0 0 45.836 45.836;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='10.553,21.354 11.275,24.635 14.858,22.918 14.912,22.918 14.912,37.827 19.195,37.827 19.195,19.03415.523,19.034     '/%3E%3Cpath d='M33.013,26.854c-1.326-0.953-3.146-1.356-4.938-1.356c-0.463,0-0.811,0.007-1.215,0.064l0.404-2.881h7.312v-3.646H24.202l-1.24,9.86c0.781-0.116,1.501-0.168,2.541-0.168c3.756,0,5.286,1.188,5.286,3.123c0,1.993-1.937,2.86-3.755,2.86c-1.704,0-3.408-0.52-4.245-0.923l-0.781,3.293c1.041,0.548,2.948,1.068,5.229,1.068c5.055,0,8.06-3.091,8.06-6.585C35.296,29.366,34.43,27.807,33.013,26.854z'/%3E%3Cpath d='M40.446,2.844v2.292c0,2.311-1.896,4.223-4.205,4.223h-0.215c-2.31,0-4.225-1.913-4.225-4.223V2.54h-4.6v2.596c0,2.311-1.914,4.223-4.224,4.223h-0.212c-2.312,0-4.208-1.913-4.208-4.223V2.54H13.88v2.596c0,2.311-1.853,4.223-4.163,4.223H9.503c-2.311,0-4.188-1.913-4.188-4.223V2.879C2.619,3.764,0.716,6.286,0.716,9.258v29.886c0,3.711,2.997,6.691,6.708,6.691h30.997c3.711,0,6.699-2.98,6.699-6.691V9.258C45.124,6.248,43.142,3.697,40.446,2.844z M41.794,38.527c0,2.148-1.727,3.898-3.875,3.898H7.93c-2.148,0-3.881-1.75-3.881-3.898V17.295c0-1.463,1.176-2.624,2.64-2.624h32.472c1.464,0,2.634,1.161,2.634,2.624L41.794,38.527L41.794,38.527z'/%3E%3Cpath d='M9.506,7.296h0.213c0.664,0,1.254-0.28,1.655-0.747c0.331-0.384,0.525-0.867,0.525-1.414l0,0V2.164l0,0c0-0.6-0.235-1.144-0.626-1.54c-0.004-0.003-0.004-0.008-0.007-0.011c-0.003-0.003-0.004,0.012-0.006,0.009c-0.397-0.393-0.94-0.62-1.542-0.62H9.505c-0.603,0-1.147,0.227-1.544,0.62C7.96,0.625,7.958,0.619,7.955,0.621C7.951,0.625,7.942,0.624,7.939,0.626C7.547,1.023,7.3,1.562,7.3,2.163l0,0v2.973l0,0c0,0.546,0.206,1.03,0.537,1.414C8.239,7.018,8.841,7.296,9.506,7.296z'/%3E%3Cpath d='M21.515,6.947c0.004,0.002,0.015,0.005,0.018,0.007c0.006,0.004,0.018-0.008,0.023-0.004c0.347,0.229,0.764,0.347,1.211,0.347h0.001h0.212l0,0c0.376,0,0.729-0.078,1.037-0.245c0.004-0.001,0.006,0.006,0.01,0.004c0.006-0.004-0.002-0.004,0.006-0.009c0.672-0.375,1.111-1.088,1.111-1.912V2.163c0-0.713-0.326-1.347-0.854-1.748c-0.005-0.003-0.001-0.007-0.005-0.01l0.004,0.017c-0.365-0.274-0.815-0.419-1.308-0.419h-0.213c-0.567,0-1.083,0.199-1.472,0.552c-0.001,0-0.002-0.007-0.002-0.007c-0.005,0.004-0.024,0.004-0.028,0.008c-0.435,0.401-0.723,0.97-0.723,1.608v2.974C20.542,5.888,20.938,6.552,21.515,6.947z'/%3E%3Cpath d='M36.028,7.296h0.213c0.666,0,1.273-0.28,1.678-0.747c0.331-0.384,0.547-0.867,0.547-1.414l0,0V2.164l0,0c0-0.829-0.477-1.55-1.154-1.924c-0.005-0.002-0.015-0.004-0.018-0.006c-0.055-0.029-0.113-0.055-0.169-0.08c-0.011-0.004-0.021-0.008-0.028-0.012c-0.014-0.005-0.027-0.01-0.041-0.016c-0.021-0.008-0.04-0.016-0.061-0.023c-0.012-0.004-0.021-0.007-0.032-0.011c-0.022-0.008-0.047,0-0.069-0.007c-0.205-0.064-0.426-0.083-0.652-0.083h-0.213c-0.113,0-0.209-0.007-0.318,0.009c-1.055,0.161-1.846,1.055-1.846,2.152v2.974C33.864,6.347,34.817,7.296,36.028,7.296z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-edit-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='497.182px' height='497.182px' viewBox='0 0 497.182 497.182' style='enable-background:new 0 0 497.182 497.182;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M376.956,237.143l58.504-57.637v255.468c0,34.352-27.852,62.207-62.207,62.207H62.209c-34.352,0-62.207-27.855-62.207-62.207V123.932c0-34.355,27.855-62.211,62.207-62.211h255.453l-59.848,58.234H58.597v318.359h318.359V237.143z M377.469,56.755l62.967,62.985l20.993-20.986l-62.968-62.985L377.469,56.755z M434.211,0l-20.989,20.99l62.968,62.968l20.989-20.989L434.211,0z M171.288,262.987l188.91-188.953l62.969,62.984l-188.91,188.938l-91.703,28.677L171.288,262.987z M202.596,265.369l10.77,10.953l161.938-159.184l-10.77-10.953L202.596,265.369z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-edit-brown, .button.button-edit:hover, .button-edit.button--3D:hover, .button-edit.button--wide:hover, .button-edit.button--caracteristic:hover, .button-edit.button--input:hover, .button-edit.maplist-item--fullbutton:hover, .maplist-item--map .button-edit.maplist-item-mapbtn:hover, .maplist-item--map .button-edit.maplist-item-morebtn:hover, .maplist-item--import .button-edit.maplist-item--importbtn:hover, .maplist-item--logins .button-edit.maplist-item--loginbtn:hover, .maplist-item--logins .button-edit.maplist-item--registerbtn:hover, .maplist-item--profil .button-edit.maplist-item-profilname:hover, .maplist-item--profil .button-edit.maplist-item-morebtn:hover, .button.button-edit.active, .button-edit.active.button--3D, .button-edit.active.button--wide, .button-edit.active.button--caracteristic, .button-edit.active.button--input, .button-edit.active.maplist-item--fullbutton, .maplist-item--map .button-edit.active.maplist-item-mapbtn, .maplist-item--map .button-edit.active.maplist-item-morebtn, .maplist-item--import .button-edit.active.maplist-item--importbtn, .maplist-item--logins .button-edit.active.maplist-item--loginbtn, .maplist-item--logins .button-edit.active.maplist-item--registerbtn, .maplist-item--profil .button-edit.active.maplist-item-profilname, .maplist-item--profil .button-edit.active.maplist-item-morebtn, .button-round.button-edit:hover, .button-round.button-edit.active, .button--wide.button-edit:hover:before, .button--wide.button-edit.active:before, .buttons--vertical .button.button-edit:hover:before, .buttons--vertical .button-edit.button--3D:hover:before, .buttons--vertical .button-edit.button--wide:hover:before, .buttons--vertical .button-edit.button--caracteristic:hover:before, .buttons--vertical .button-edit.button--input:hover:before, .buttons--vertical .button-edit.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-edit.active:before, .buttons--vertical .button-edit.active.button--3D:before, .buttons--vertical .button-edit.active.button--wide:before, .buttons--vertical .button-edit.active.button--caracteristic:before, .buttons--vertical .button-edit.active.button--input:before, .buttons--vertical .button-edit.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-edit.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-edit.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-edit.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-edit.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-edit.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-edit.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-edit.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-edit.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-edit.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-edit.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-edit.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-edit.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-edit.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-edit.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='497.182px' height='497.182px' viewBox='0 0 497.182 497.182' style='enable-background:new 0 0 497.182 497.182;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M376.956,237.143l58.504-57.637v255.468c0,34.352-27.852,62.207-62.207,62.207H62.209c-34.352,0-62.207-27.855-62.207-62.207V123.932c0-34.355,27.855-62.211,62.207-62.211h255.453l-59.848,58.234H58.597v318.359h318.359V237.143z M377.469,56.755l62.967,62.985l20.993-20.986l-62.968-62.985L377.469,56.755z M434.211,0l-20.989,20.99l62.968,62.968l20.989-20.989L434.211,0z M171.288,262.987l188.91-188.953l62.969,62.984l-188.91,188.938l-91.703,28.677L171.288,262.987z M202.596,265.369l10.77,10.953l161.938-159.184l-10.77-10.953L202.596,265.369z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-edit-black, .button.button-edit, .button-edit.button--3D, .button-edit.button--wide, .button-edit.button--caracteristic, .button-edit.button--input, .button-edit.maplist-item--fullbutton, .maplist-item--map .button-edit.maplist-item-mapbtn, .maplist-item--map .button-edit.maplist-item-morebtn, .maplist-item--import .button-edit.maplist-item--importbtn, .maplist-item--logins .button-edit.maplist-item--loginbtn, .maplist-item--logins .button-edit.maplist-item--registerbtn, .maplist-item--profil .button-edit.maplist-item-profilname, .maplist-item--profil .button-edit.maplist-item-morebtn, .button-round.button-edit, .smallbutton.smallbutton-edit, .button--wide.button-edit:before, .buttons--vertical .button.button-edit:before, .buttons--vertical .button-edit.button--3D:before, .buttons--vertical .button-edit.button--wide:before, .buttons--vertical .button-edit.button--caracteristic:before, .buttons--vertical .button-edit.button--input:before, .buttons--vertical .button-edit.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='497.182px' height='497.182px' viewBox='0 0 497.182 497.182' style='enable-background:new 0 0 497.182 497.182;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M376.956,237.143l58.504-57.637v255.468c0,34.352-27.852,62.207-62.207,62.207H62.209c-34.352,0-62.207-27.855-62.207-62.207V123.932c0-34.355,27.855-62.211,62.207-62.211h255.453l-59.848,58.234H58.597v318.359h318.359V237.143z M377.469,56.755l62.967,62.985l20.993-20.986l-62.968-62.985L377.469,56.755z M434.211,0l-20.989,20.99l62.968,62.968l20.989-20.989L434.211,0z M171.288,262.987l188.91-188.953l62.969,62.984l-188.91,188.938l-91.703,28.677L171.288,262.987z M202.596,265.369l10.77,10.953l161.938-159.184l-10.77-10.953L202.596,265.369z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-edit-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='497.182px' height='497.182px' viewBox='0 0 497.182 497.182' style='enable-background:new 0 0 497.182 497.182;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M376.956,237.143l58.504-57.637v255.468c0,34.352-27.852,62.207-62.207,62.207H62.209c-34.352,0-62.207-27.855-62.207-62.207V123.932c0-34.355,27.855-62.211,62.207-62.211h255.453l-59.848,58.234H58.597v318.359h318.359V237.143z M377.469,56.755l62.967,62.985l20.993-20.986l-62.968-62.985L377.469,56.755z M434.211,0l-20.989,20.99l62.968,62.968l20.989-20.989L434.211,0z M171.288,262.987l188.91-188.953l62.969,62.984l-188.91,188.938l-91.703,28.677L171.288,262.987z M202.596,265.369l10.77,10.953l161.938-159.184l-10.77-10.953L202.596,265.369z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-edit-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='497.182px' height='497.182px' viewBox='0 0 497.182 497.182' style='enable-background:new 0 0 497.182 497.182;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M376.956,237.143l58.504-57.637v255.468c0,34.352-27.852,62.207-62.207,62.207H62.209c-34.352,0-62.207-27.855-62.207-62.207V123.932c0-34.355,27.855-62.211,62.207-62.211h255.453l-59.848,58.234H58.597v318.359h318.359V237.143z M377.469,56.755l62.967,62.985l20.993-20.986l-62.968-62.985L377.469,56.755z M434.211,0l-20.989,20.99l62.968,62.968l20.989-20.989L434.211,0z M171.288,262.987l188.91-188.953l62.969,62.984l-188.91,188.938l-91.703,28.677L171.288,262.987z M202.596,265.369l10.77,10.953l161.938-159.184l-10.77-10.953L202.596,265.369z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-edit-orange, .no-touch .smallbutton.smallbutton-edit:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='497.182px' height='497.182px' viewBox='0 0 497.182 497.182' style='enable-background:new 0 0 497.182 497.182;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M376.956,237.143l58.504-57.637v255.468c0,34.352-27.852,62.207-62.207,62.207H62.209c-34.352,0-62.207-27.855-62.207-62.207V123.932c0-34.355,27.855-62.211,62.207-62.211h255.453l-59.848,58.234H58.597v318.359h318.359V237.143z M377.469,56.755l62.967,62.985l20.993-20.986l-62.968-62.985L377.469,56.755z M434.211,0l-20.989,20.99l62.968,62.968l20.989-20.989L434.211,0z M171.288,262.987l188.91-188.953l62.969,62.984l-188.91,188.938l-91.703,28.677L171.288,262.987z M202.596,265.369l10.77,10.953l161.938-159.184l-10.77-10.953L202.596,265.369z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loading-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M250,0c14,0,24,10,24,24v94c0,14-10,25-24,25s-25-11-25-25V24C225,10,236,0,250,0z'/%3E%3Cpath style='fill:%23010002;' d='M137,53l55,76c12,16,0,39-20,39c-8,0-14-3-19-10L98,82c-8-11-6-26,5-34S129,42,137,53z'/%3E%3Cpath style='fill:%23010002;' d='M28,204c-13-4-20-18-16-31s18-20,31-16l89,29c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4-1-7-2L28,204z'/%3E%3Cpath style='fill:%23010002;' d='M148,283c4,13-3,27-16,31l-89,29c-3,1-5,1-8,1c-10,0-20-7-23-17c-4-13,3-27,16-31l89-29C130,263,144,270,148,283z'/%3E%3Cpath style='fill:%23010002;' d='M187,337c11,8,13,23,5,34l-55,76c-5,7-12,10-20,10c-20,0-31-23-19-39l55-76C161,331,176,329,187,337z'/%3E%3Cpath style='fill:%23010002;' d='M250,357c14,0,24,11,24,25v93c0,14-10,25-24,25s-25-11-25-25v-93C225,368,236,357,250,357z'/%3E%3Cpath style='fill:%23010002;' d='M347,342l55,76c12,16,0,39-20,39c-8,0-14-3-19-10l-55-76c-8-11-6-26,5-34S339,331,347,342z'/%3E%3Cpath style='fill:%23010002;' d='M472,296c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4,0-7-1l-89-29c-13-4-20-18-16-31s18-20,31-16L472,296z'/%3E%3Cpath style='fill:%23010002;' d='M352,217c-4-13,3-27,16-31l89-29c13-4,27,3,31,16s-3,27-16,31l-89,28c-3,1-5,2-8,2C365,234,355,227,352,217z'/%3E%3Cpath style='fill:%23010002;' d='M327,168c-20,0-31-23-19-39l55-76c8-11,23-13,34-5s13,23,5,34l-55,76C342,165,335,168,327,168z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loading-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M250,0c14,0,24,10,24,24v94c0,14-10,25-24,25s-25-11-25-25V24C225,10,236,0,250,0z'/%3E%3Cpath style='fill:%23010002;' d='M137,53l55,76c12,16,0,39-20,39c-8,0-14-3-19-10L98,82c-8-11-6-26,5-34S129,42,137,53z'/%3E%3Cpath style='fill:%23010002;' d='M28,204c-13-4-20-18-16-31s18-20,31-16l89,29c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4-1-7-2L28,204z'/%3E%3Cpath style='fill:%23010002;' d='M148,283c4,13-3,27-16,31l-89,29c-3,1-5,1-8,1c-10,0-20-7-23-17c-4-13,3-27,16-31l89-29C130,263,144,270,148,283z'/%3E%3Cpath style='fill:%23010002;' d='M187,337c11,8,13,23,5,34l-55,76c-5,7-12,10-20,10c-20,0-31-23-19-39l55-76C161,331,176,329,187,337z'/%3E%3Cpath style='fill:%23010002;' d='M250,357c14,0,24,11,24,25v93c0,14-10,25-24,25s-25-11-25-25v-93C225,368,236,357,250,357z'/%3E%3Cpath style='fill:%23010002;' d='M347,342l55,76c12,16,0,39-20,39c-8,0-14-3-19-10l-55-76c-8-11-6-26,5-34S339,331,347,342z'/%3E%3Cpath style='fill:%23010002;' d='M472,296c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4,0-7-1l-89-29c-13-4-20-18-16-31s18-20,31-16L472,296z'/%3E%3Cpath style='fill:%23010002;' d='M352,217c-4-13,3-27,16-31l89-29c13-4,27,3,31,16s-3,27-16,31l-89,28c-3,1-5,2-8,2C365,234,355,227,352,217z'/%3E%3Cpath style='fill:%23010002;' d='M327,168c-20,0-31-23-19-39l55-76c8-11,23-13,34-5s13,23,5,34l-55,76C342,165,335,168,327,168z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loading-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M250,0c14,0,24,10,24,24v94c0,14-10,25-24,25s-25-11-25-25V24C225,10,236,0,250,0z'/%3E%3Cpath style='fill:%23010002;' d='M137,53l55,76c12,16,0,39-20,39c-8,0-14-3-19-10L98,82c-8-11-6-26,5-34S129,42,137,53z'/%3E%3Cpath style='fill:%23010002;' d='M28,204c-13-4-20-18-16-31s18-20,31-16l89,29c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4-1-7-2L28,204z'/%3E%3Cpath style='fill:%23010002;' d='M148,283c4,13-3,27-16,31l-89,29c-3,1-5,1-8,1c-10,0-20-7-23-17c-4-13,3-27,16-31l89-29C130,263,144,270,148,283z'/%3E%3Cpath style='fill:%23010002;' d='M187,337c11,8,13,23,5,34l-55,76c-5,7-12,10-20,10c-20,0-31-23-19-39l55-76C161,331,176,329,187,337z'/%3E%3Cpath style='fill:%23010002;' d='M250,357c14,0,24,11,24,25v93c0,14-10,25-24,25s-25-11-25-25v-93C225,368,236,357,250,357z'/%3E%3Cpath style='fill:%23010002;' d='M347,342l55,76c12,16,0,39-20,39c-8,0-14-3-19-10l-55-76c-8-11-6-26,5-34S339,331,347,342z'/%3E%3Cpath style='fill:%23010002;' d='M472,296c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4,0-7-1l-89-29c-13-4-20-18-16-31s18-20,31-16L472,296z'/%3E%3Cpath style='fill:%23010002;' d='M352,217c-4-13,3-27,16-31l89-29c13-4,27,3,31,16s-3,27-16,31l-89,28c-3,1-5,2-8,2C365,234,355,227,352,217z'/%3E%3Cpath style='fill:%23010002;' d='M327,168c-20,0-31-23-19-39l55-76c8-11,23-13,34-5s13,23,5,34l-55,76C342,165,335,168,327,168z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loading-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M250,0c14,0,24,10,24,24v94c0,14-10,25-24,25s-25-11-25-25V24C225,10,236,0,250,0z'/%3E%3Cpath style='fill:%23010002;' d='M137,53l55,76c12,16,0,39-20,39c-8,0-14-3-19-10L98,82c-8-11-6-26,5-34S129,42,137,53z'/%3E%3Cpath style='fill:%23010002;' d='M28,204c-13-4-20-18-16-31s18-20,31-16l89,29c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4-1-7-2L28,204z'/%3E%3Cpath style='fill:%23010002;' d='M148,283c4,13-3,27-16,31l-89,29c-3,1-5,1-8,1c-10,0-20-7-23-17c-4-13,3-27,16-31l89-29C130,263,144,270,148,283z'/%3E%3Cpath style='fill:%23010002;' d='M187,337c11,8,13,23,5,34l-55,76c-5,7-12,10-20,10c-20,0-31-23-19-39l55-76C161,331,176,329,187,337z'/%3E%3Cpath style='fill:%23010002;' d='M250,357c14,0,24,11,24,25v93c0,14-10,25-24,25s-25-11-25-25v-93C225,368,236,357,250,357z'/%3E%3Cpath style='fill:%23010002;' d='M347,342l55,76c12,16,0,39-20,39c-8,0-14-3-19-10l-55-76c-8-11-6-26,5-34S339,331,347,342z'/%3E%3Cpath style='fill:%23010002;' d='M472,296c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4,0-7-1l-89-29c-13-4-20-18-16-31s18-20,31-16L472,296z'/%3E%3Cpath style='fill:%23010002;' d='M352,217c-4-13,3-27,16-31l89-29c13-4,27,3,31,16s-3,27-16,31l-89,28c-3,1-5,2-8,2C365,234,355,227,352,217z'/%3E%3Cpath style='fill:%23010002;' d='M327,168c-20,0-31-23-19-39l55-76c8-11,23-13,34-5s13,23,5,34l-55,76C342,165,335,168,327,168z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loading-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M250,0c14,0,24,10,24,24v94c0,14-10,25-24,25s-25-11-25-25V24C225,10,236,0,250,0z'/%3E%3Cpath style='fill:%23010002;' d='M137,53l55,76c12,16,0,39-20,39c-8,0-14-3-19-10L98,82c-8-11-6-26,5-34S129,42,137,53z'/%3E%3Cpath style='fill:%23010002;' d='M28,204c-13-4-20-18-16-31s18-20,31-16l89,29c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4-1-7-2L28,204z'/%3E%3Cpath style='fill:%23010002;' d='M148,283c4,13-3,27-16,31l-89,29c-3,1-5,1-8,1c-10,0-20-7-23-17c-4-13,3-27,16-31l89-29C130,263,144,270,148,283z'/%3E%3Cpath style='fill:%23010002;' d='M187,337c11,8,13,23,5,34l-55,76c-5,7-12,10-20,10c-20,0-31-23-19-39l55-76C161,331,176,329,187,337z'/%3E%3Cpath style='fill:%23010002;' d='M250,357c14,0,24,11,24,25v93c0,14-10,25-24,25s-25-11-25-25v-93C225,368,236,357,250,357z'/%3E%3Cpath style='fill:%23010002;' d='M347,342l55,76c12,16,0,39-20,39c-8,0-14-3-19-10l-55-76c-8-11-6-26,5-34S339,331,347,342z'/%3E%3Cpath style='fill:%23010002;' d='M472,296c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4,0-7-1l-89-29c-13-4-20-18-16-31s18-20,31-16L472,296z'/%3E%3Cpath style='fill:%23010002;' d='M352,217c-4-13,3-27,16-31l89-29c13-4,27,3,31,16s-3,27-16,31l-89,28c-3,1-5,2-8,2C365,234,355,227,352,217z'/%3E%3Cpath style='fill:%23010002;' d='M327,168c-20,0-31-23-19-39l55-76c8-11,23-13,34-5s13,23,5,34l-55,76C342,165,335,168,327,168z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loading-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M250,0c14,0,24,10,24,24v94c0,14-10,25-24,25s-25-11-25-25V24C225,10,236,0,250,0z'/%3E%3Cpath style='fill:%23010002;' d='M137,53l55,76c12,16,0,39-20,39c-8,0-14-3-19-10L98,82c-8-11-6-26,5-34S129,42,137,53z'/%3E%3Cpath style='fill:%23010002;' d='M28,204c-13-4-20-18-16-31s18-20,31-16l89,29c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4-1-7-2L28,204z'/%3E%3Cpath style='fill:%23010002;' d='M148,283c4,13-3,27-16,31l-89,29c-3,1-5,1-8,1c-10,0-20-7-23-17c-4-13,3-27,16-31l89-29C130,263,144,270,148,283z'/%3E%3Cpath style='fill:%23010002;' d='M187,337c11,8,13,23,5,34l-55,76c-5,7-12,10-20,10c-20,0-31-23-19-39l55-76C161,331,176,329,187,337z'/%3E%3Cpath style='fill:%23010002;' d='M250,357c14,0,24,11,24,25v93c0,14-10,25-24,25s-25-11-25-25v-93C225,368,236,357,250,357z'/%3E%3Cpath style='fill:%23010002;' d='M347,342l55,76c12,16,0,39-20,39c-8,0-14-3-19-10l-55-76c-8-11-6-26,5-34S339,331,347,342z'/%3E%3Cpath style='fill:%23010002;' d='M472,296c13,4,20,18,16,31c-3,10-14,17-24,17c-3,0-4,0-7-1l-89-29c-13-4-20-18-16-31s18-20,31-16L472,296z'/%3E%3Cpath style='fill:%23010002;' d='M352,217c-4-13,3-27,16-31l89-29c13-4,27,3,31,16s-3,27-16,31l-89,28c-3,1-5,2-8,2C365,234,355,227,352,217z'/%3E%3Cpath style='fill:%23010002;' d='M327,168c-20,0-31-23-19-39l55-76c8-11,23-13,34-5s13,23,5,34l-55,76C342,165,335,168,327,168z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-verticaldots-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.583px' height='45.583px' viewBox='0 0 45.583 45.583' style='enable-background:new 0 0 45.583 45.583;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.793,12.196c-3.361,0-6.078-2.729-6.078-6.099C16.715,2.73,19.432,0,22.793,0c3.353,0,6.073,2.729,6.073,6.097C28.866,9.466,26.145,12.196,22.793,12.196z'/%3E%3Cpath d='M22.794,28.889c-3.361,0-6.079-2.729-6.079-6.099c0-3.366,2.717-6.099,6.078-6.099c3.353,0,6.073,2.732,6.075,6.099C28.866,26.162,26.144,28.889,22.794,28.889z'/%3E%3Cpath d='M22.794,45.583c-3.361,0-6.079-2.729-6.079-6.099s2.717-6.098,6.078-6.098c3.353-0.002,6.073,2.729,6.073,6.098S26.144,45.583,22.794,45.583z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-verticaldots-brown, .button.button-more:hover, .button-more.button--3D:hover, .button-more.button--wide:hover, .button-more.button--caracteristic:hover, .button-more.button--input:hover, .button-more.maplist-item--fullbutton:hover, .maplist-item--map .button-more.maplist-item-mapbtn:hover, .maplist-item--map .button-more.maplist-item-morebtn:hover, .maplist-item--import .button-more.maplist-item--importbtn:hover, .maplist-item--logins .button-more.maplist-item--loginbtn:hover, .maplist-item--logins .button-more.maplist-item--registerbtn:hover, .maplist-item--profil .button-more.maplist-item-profilname:hover, .maplist-item--profil .button-more.maplist-item-morebtn:hover, .button.button-more.active, .button-more.active.button--3D, .button-more.active.button--wide, .button-more.active.button--caracteristic, .button-more.active.button--input, .button-more.active.maplist-item--fullbutton, .maplist-item--map .button-more.active.maplist-item-mapbtn, .maplist-item--map .button-more.active.maplist-item-morebtn, .maplist-item--import .button-more.active.maplist-item--importbtn, .maplist-item--logins .button-more.active.maplist-item--loginbtn, .maplist-item--logins .button-more.active.maplist-item--registerbtn, .maplist-item--profil .button-more.active.maplist-item-profilname, .maplist-item--profil .button-more.active.maplist-item-morebtn, .button--wide.button-more:hover:before, .button--wide.button-more.active:before, .buttons--vertical .button.button-more:hover:before, .buttons--vertical .button-more.button--3D:hover:before, .buttons--vertical .button-more.button--wide:hover:before, .buttons--vertical .button-more.button--caracteristic:hover:before, .buttons--vertical .button-more.button--input:hover:before, .buttons--vertical .button-more.maplist-item--fullbutton:hover:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn:hover:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn:hover:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn:hover:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn:hover:before, .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:hover:before, .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:hover:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:hover:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:hover:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:hover:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:hover:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:hover:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:hover:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:hover:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:hover:before, .buttons--vertical .button.button-more.active:before, .buttons--vertical .button-more.active.button--3D:before, .buttons--vertical .button-more.active.button--wide:before, .buttons--vertical .button-more.active.button--caracteristic:before, .buttons--vertical .button-more.active.button--input:before, .buttons--vertical .button-more.active.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-more.active.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-more.active.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-more.active.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-more.active.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-more.active.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-more.active.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-more.active.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-more.active.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-more.active.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-more.active.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-more.active.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-more.active.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-more.active.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-more.active.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.583px' height='45.583px' viewBox='0 0 45.583 45.583' style='enable-background:new 0 0 45.583 45.583;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.793,12.196c-3.361,0-6.078-2.729-6.078-6.099C16.715,2.73,19.432,0,22.793,0c3.353,0,6.073,2.729,6.073,6.097C28.866,9.466,26.145,12.196,22.793,12.196z'/%3E%3Cpath d='M22.794,28.889c-3.361,0-6.079-2.729-6.079-6.099c0-3.366,2.717-6.099,6.078-6.099c3.353,0,6.073,2.732,6.075,6.099C28.866,26.162,26.144,28.889,22.794,28.889z'/%3E%3Cpath d='M22.794,45.583c-3.361,0-6.079-2.729-6.079-6.099s2.717-6.098,6.078-6.098c3.353-0.002,6.073,2.729,6.073,6.098S26.144,45.583,22.794,45.583z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-verticaldots-black, .button.button-more, .button-more.button--3D, .button-more.button--wide, .button-more.button--caracteristic, .button-more.button--input, .button-more.maplist-item--fullbutton, .maplist-item--map .button-more.maplist-item-mapbtn, .maplist-item--map .button-more.maplist-item-morebtn, .maplist-item--import .button-more.maplist-item--importbtn, .maplist-item--logins .button-more.maplist-item--loginbtn, .maplist-item--logins .button-more.maplist-item--registerbtn, .maplist-item--profil .button-more.maplist-item-profilname, .maplist-item--profil .button-more.maplist-item-morebtn, .button--wide.button-more:before, .buttons--vertical .button.button-more:before, .buttons--vertical .button-more.button--3D:before, .buttons--vertical .button-more.button--wide:before, .buttons--vertical .button-more.button--caracteristic:before, .buttons--vertical .button-more.button--input:before, .buttons--vertical .button-more.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.583px' height='45.583px' viewBox='0 0 45.583 45.583' style='enable-background:new 0 0 45.583 45.583;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.793,12.196c-3.361,0-6.078-2.729-6.078-6.099C16.715,2.73,19.432,0,22.793,0c3.353,0,6.073,2.729,6.073,6.097C28.866,9.466,26.145,12.196,22.793,12.196z'/%3E%3Cpath d='M22.794,28.889c-3.361,0-6.079-2.729-6.079-6.099c0-3.366,2.717-6.099,6.078-6.099c3.353,0,6.073,2.732,6.075,6.099C28.866,26.162,26.144,28.889,22.794,28.889z'/%3E%3Cpath d='M22.794,45.583c-3.361,0-6.079-2.729-6.079-6.099s2.717-6.098,6.078-6.098c3.353-0.002,6.073,2.729,6.073,6.098S26.144,45.583,22.794,45.583z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-verticaldots-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.583px' height='45.583px' viewBox='0 0 45.583 45.583' style='enable-background:new 0 0 45.583 45.583;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.793,12.196c-3.361,0-6.078-2.729-6.078-6.099C16.715,2.73,19.432,0,22.793,0c3.353,0,6.073,2.729,6.073,6.097C28.866,9.466,26.145,12.196,22.793,12.196z'/%3E%3Cpath d='M22.794,28.889c-3.361,0-6.079-2.729-6.079-6.099c0-3.366,2.717-6.099,6.078-6.099c3.353,0,6.073,2.732,6.075,6.099C28.866,26.162,26.144,28.889,22.794,28.889z'/%3E%3Cpath d='M22.794,45.583c-3.361,0-6.079-2.729-6.079-6.099s2.717-6.098,6.078-6.098c3.353-0.002,6.073,2.729,6.073,6.098S26.144,45.583,22.794,45.583z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-verticaldots-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.583px' height='45.583px' viewBox='0 0 45.583 45.583' style='enable-background:new 0 0 45.583 45.583;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.793,12.196c-3.361,0-6.078-2.729-6.078-6.099C16.715,2.73,19.432,0,22.793,0c3.353,0,6.073,2.729,6.073,6.097C28.866,9.466,26.145,12.196,22.793,12.196z'/%3E%3Cpath d='M22.794,28.889c-3.361,0-6.079-2.729-6.079-6.099c0-3.366,2.717-6.099,6.078-6.099c3.353,0,6.073,2.732,6.075,6.099C28.866,26.162,26.144,28.889,22.794,28.889z'/%3E%3Cpath d='M22.794,45.583c-3.361,0-6.079-2.729-6.079-6.099s2.717-6.098,6.078-6.098c3.353-0.002,6.073,2.729,6.073,6.098S26.144,45.583,22.794,45.583z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-verticaldots-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='45.583px' height='45.583px' viewBox='0 0 45.583 45.583' style='enable-background:new 0 0 45.583 45.583;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.793,12.196c-3.361,0-6.078-2.729-6.078-6.099C16.715,2.73,19.432,0,22.793,0c3.353,0,6.073,2.729,6.073,6.097C28.866,9.466,26.145,12.196,22.793,12.196z'/%3E%3Cpath d='M22.794,28.889c-3.361,0-6.079-2.729-6.079-6.099c0-3.366,2.717-6.099,6.078-6.099c3.353,0,6.073,2.732,6.075,6.099C28.866,26.162,26.144,28.889,22.794,28.889z'/%3E%3Cpath d='M22.794,45.583c-3.361,0-6.079-2.729-6.079-6.099s2.717-6.098,6.078-6.098c3.353-0.002,6.073,2.729,6.073,6.098S26.144,45.583,22.794,45.583z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-select-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='select-all'%3E%3Cpath d='M0,51h51V0C22.95,0,0,22.95,0,51z M0,255h51v-51H0V255z M102,459h51v-51h-51V459z M0,153h51v-51H0V153z M255,0h-51v51h51V0z M408,0v51h51C459,22.95,436.05,0,408,0z M51,459v-51H0C0,436.05,22.95,459,51,459z M0,357h51v-51H0V357z M153,0h-51v51h51V0z     M204,459h51v-51h-51V459z M408,255h51v-51h-51V255z M408,459c28.05,0,51-22.95,51-51h-51V459z M408,153h51v-51h-51V153zM408,357h51v-51h-51V357z M306,459h51v-51h-51V459zM306,51h51V0h-51V51zM102,357h255V102H102V357zM153,153h153v153H153V153z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-select-brown, .button-round.button-select:hover, .button-round.button-select.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='select-all'%3E%3Cpath d='M0,51h51V0C22.95,0,0,22.95,0,51z M0,255h51v-51H0V255z M102,459h51v-51h-51V459z M0,153h51v-51H0V153z M255,0h-51v51h51V0z M408,0v51h51C459,22.95,436.05,0,408,0z M51,459v-51H0C0,436.05,22.95,459,51,459z M0,357h51v-51H0V357z M153,0h-51v51h51V0z     M204,459h51v-51h-51V459z M408,255h51v-51h-51V255z M408,459c28.05,0,51-22.95,51-51h-51V459z M408,153h51v-51h-51V153zM408,357h51v-51h-51V357z M306,459h51v-51h-51V459zM306,51h51V0h-51V51zM102,357h255V102H102V357zM153,153h153v153H153V153z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-select-black, .button-round.button-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='select-all'%3E%3Cpath d='M0,51h51V0C22.95,0,0,22.95,0,51z M0,255h51v-51H0V255z M102,459h51v-51h-51V459z M0,153h51v-51H0V153z M255,0h-51v51h51V0z M408,0v51h51C459,22.95,436.05,0,408,0z M51,459v-51H0C0,436.05,22.95,459,51,459z M0,357h51v-51H0V357z M153,0h-51v51h51V0z     M204,459h51v-51h-51V459z M408,255h51v-51h-51V255z M408,459c28.05,0,51-22.95,51-51h-51V459z M408,153h51v-51h-51V153zM408,357h51v-51h-51V357z M306,459h51v-51h-51V459zM306,51h51V0h-51V51zM102,357h255V102H102V357zM153,153h153v153H153V153z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-select-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='select-all'%3E%3Cpath d='M0,51h51V0C22.95,0,0,22.95,0,51z M0,255h51v-51H0V255z M102,459h51v-51h-51V459z M0,153h51v-51H0V153z M255,0h-51v51h51V0z M408,0v51h51C459,22.95,436.05,0,408,0z M51,459v-51H0C0,436.05,22.95,459,51,459z M0,357h51v-51H0V357z M153,0h-51v51h51V0z     M204,459h51v-51h-51V459z M408,255h51v-51h-51V255z M408,459c28.05,0,51-22.95,51-51h-51V459z M408,153h51v-51h-51V153zM408,357h51v-51h-51V357z M306,459h51v-51h-51V459zM306,51h51V0h-51V51zM102,357h255V102H102V357zM153,153h153v153H153V153z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-select-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='select-all'%3E%3Cpath d='M0,51h51V0C22.95,0,0,22.95,0,51z M0,255h51v-51H0V255z M102,459h51v-51h-51V459z M0,153h51v-51H0V153z M255,0h-51v51h51V0z M408,0v51h51C459,22.95,436.05,0,408,0z M51,459v-51H0C0,436.05,22.95,459,51,459z M0,357h51v-51H0V357z M153,0h-51v51h51V0z     M204,459h51v-51h-51V459z M408,255h51v-51h-51V255z M408,459c28.05,0,51-22.95,51-51h-51V459z M408,153h51v-51h-51V153zM408,357h51v-51h-51V357z M306,459h51v-51h-51V459zM306,51h51V0h-51V51zM102,357h255V102H102V357zM153,153h153v153H153V153z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-select-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='select-all'%3E%3Cpath d='M0,51h51V0C22.95,0,0,22.95,0,51z M0,255h51v-51H0V255z M102,459h51v-51h-51V459z M0,153h51v-51H0V153z M255,0h-51v51h51V0z M408,0v51h51C459,22.95,436.05,0,408,0z M51,459v-51H0C0,436.05,22.95,459,51,459z M0,357h51v-51H0V357z M153,0h-51v51h51V0z     M204,459h51v-51h-51V459z M408,255h51v-51h-51V255z M408,459c28.05,0,51-22.95,51-51h-51V459z M408,153h51v-51h-51V153zM408,357h51v-51h-51V357z M306,459h51v-51h-51V459zM306,51h51V0h-51V51zM102,357h255V102H102V357zM153,153h153v153H153V153z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-layers-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54.849px' height='54.849px' viewBox='0 0 54.849 54.849' style='enable-background:new 0 0 54.849 54.849;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M54.497,39.614l-10.363-4.49l-14.917,5.968c-0.537,0.214-1.165,0.319-1.793,0.319c-0.627,0-1.254-0.104-1.79-0.318l-14.921-5.968L0.351,39.614c-0.472,0.203-0.467,0.524,0.01,0.716L26.56,50.81c0.477,0.191,1.251,0.191,1.729,0L54.488,40.33C54.964,40.139,54.969,39.817,54.497,39.614z'/%3E%3Cpath d='M54.497,27.512l-10.364-4.491l-14.916,5.966c-0.536,0.215-1.165,0.321-1.792,0.321c-0.628,0-1.256-0.106-1.793-0.321l-14.918-5.966L0.351,27.512c-0.472,0.203-0.467,0.523,0.01,0.716L26.56,38.706c0.477,0.19,1.251,0.19,1.729,0l26.199-10.479C54.964,28.036,54.969,27.716,54.497,27.512z'/%3E%3Cpath d='M0.361,16.125l13.662,5.465l12.537,5.015c0.477,0.191,1.251,0.191,1.729,0l12.541-5.016l13.658-5.463c0.477-0.191,0.48-0.511,0.01-0.716L28.277,4.048c-0.471-0.204-1.236-0.204-1.708,0L0.351,15.41C-0.121,15.614-0.116,15.935,0.361,16.125z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-layers-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54.849px' height='54.849px' viewBox='0 0 54.849 54.849' style='enable-background:new 0 0 54.849 54.849;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M54.497,39.614l-10.363-4.49l-14.917,5.968c-0.537,0.214-1.165,0.319-1.793,0.319c-0.627,0-1.254-0.104-1.79-0.318l-14.921-5.968L0.351,39.614c-0.472,0.203-0.467,0.524,0.01,0.716L26.56,50.81c0.477,0.191,1.251,0.191,1.729,0L54.488,40.33C54.964,40.139,54.969,39.817,54.497,39.614z'/%3E%3Cpath d='M54.497,27.512l-10.364-4.491l-14.916,5.966c-0.536,0.215-1.165,0.321-1.792,0.321c-0.628,0-1.256-0.106-1.793-0.321l-14.918-5.966L0.351,27.512c-0.472,0.203-0.467,0.523,0.01,0.716L26.56,38.706c0.477,0.19,1.251,0.19,1.729,0l26.199-10.479C54.964,28.036,54.969,27.716,54.497,27.512z'/%3E%3Cpath d='M0.361,16.125l13.662,5.465l12.537,5.015c0.477,0.191,1.251,0.191,1.729,0l12.541-5.016l13.658-5.463c0.477-0.191,0.48-0.511,0.01-0.716L28.277,4.048c-0.471-0.204-1.236-0.204-1.708,0L0.351,15.41C-0.121,15.614-0.116,15.935,0.361,16.125z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-layers-black, .smallbutton.smallbutton-layers {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54.849px' height='54.849px' viewBox='0 0 54.849 54.849' style='enable-background:new 0 0 54.849 54.849;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M54.497,39.614l-10.363-4.49l-14.917,5.968c-0.537,0.214-1.165,0.319-1.793,0.319c-0.627,0-1.254-0.104-1.79-0.318l-14.921-5.968L0.351,39.614c-0.472,0.203-0.467,0.524,0.01,0.716L26.56,50.81c0.477,0.191,1.251,0.191,1.729,0L54.488,40.33C54.964,40.139,54.969,39.817,54.497,39.614z'/%3E%3Cpath d='M54.497,27.512l-10.364-4.491l-14.916,5.966c-0.536,0.215-1.165,0.321-1.792,0.321c-0.628,0-1.256-0.106-1.793-0.321l-14.918-5.966L0.351,27.512c-0.472,0.203-0.467,0.523,0.01,0.716L26.56,38.706c0.477,0.19,1.251,0.19,1.729,0l26.199-10.479C54.964,28.036,54.969,27.716,54.497,27.512z'/%3E%3Cpath d='M0.361,16.125l13.662,5.465l12.537,5.015c0.477,0.191,1.251,0.191,1.729,0l12.541-5.016l13.658-5.463c0.477-0.191,0.48-0.511,0.01-0.716L28.277,4.048c-0.471-0.204-1.236-0.204-1.708,0L0.351,15.41C-0.121,15.614-0.116,15.935,0.361,16.125z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-layers-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54.849px' height='54.849px' viewBox='0 0 54.849 54.849' style='enable-background:new 0 0 54.849 54.849;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M54.497,39.614l-10.363-4.49l-14.917,5.968c-0.537,0.214-1.165,0.319-1.793,0.319c-0.627,0-1.254-0.104-1.79-0.318l-14.921-5.968L0.351,39.614c-0.472,0.203-0.467,0.524,0.01,0.716L26.56,50.81c0.477,0.191,1.251,0.191,1.729,0L54.488,40.33C54.964,40.139,54.969,39.817,54.497,39.614z'/%3E%3Cpath d='M54.497,27.512l-10.364-4.491l-14.916,5.966c-0.536,0.215-1.165,0.321-1.792,0.321c-0.628,0-1.256-0.106-1.793-0.321l-14.918-5.966L0.351,27.512c-0.472,0.203-0.467,0.523,0.01,0.716L26.56,38.706c0.477,0.19,1.251,0.19,1.729,0l26.199-10.479C54.964,28.036,54.969,27.716,54.497,27.512z'/%3E%3Cpath d='M0.361,16.125l13.662,5.465l12.537,5.015c0.477,0.191,1.251,0.191,1.729,0l12.541-5.016l13.658-5.463c0.477-0.191,0.48-0.511,0.01-0.716L28.277,4.048c-0.471-0.204-1.236-0.204-1.708,0L0.351,15.41C-0.121,15.614-0.116,15.935,0.361,16.125z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-layers-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54.849px' height='54.849px' viewBox='0 0 54.849 54.849' style='enable-background:new 0 0 54.849 54.849;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M54.497,39.614l-10.363-4.49l-14.917,5.968c-0.537,0.214-1.165,0.319-1.793,0.319c-0.627,0-1.254-0.104-1.79-0.318l-14.921-5.968L0.351,39.614c-0.472,0.203-0.467,0.524,0.01,0.716L26.56,50.81c0.477,0.191,1.251,0.191,1.729,0L54.488,40.33C54.964,40.139,54.969,39.817,54.497,39.614z'/%3E%3Cpath d='M54.497,27.512l-10.364-4.491l-14.916,5.966c-0.536,0.215-1.165,0.321-1.792,0.321c-0.628,0-1.256-0.106-1.793-0.321l-14.918-5.966L0.351,27.512c-0.472,0.203-0.467,0.523,0.01,0.716L26.56,38.706c0.477,0.19,1.251,0.19,1.729,0l26.199-10.479C54.964,28.036,54.969,27.716,54.497,27.512z'/%3E%3Cpath d='M0.361,16.125l13.662,5.465l12.537,5.015c0.477,0.191,1.251,0.191,1.729,0l12.541-5.016l13.658-5.463c0.477-0.191,0.48-0.511,0.01-0.716L28.277,4.048c-0.471-0.204-1.236-0.204-1.708,0L0.351,15.41C-0.121,15.614-0.116,15.935,0.361,16.125z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-layers-orange, .no-touch .smallbutton.smallbutton-layers:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54.849px' height='54.849px' viewBox='0 0 54.849 54.849' style='enable-background:new 0 0 54.849 54.849;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M54.497,39.614l-10.363-4.49l-14.917,5.968c-0.537,0.214-1.165,0.319-1.793,0.319c-0.627,0-1.254-0.104-1.79-0.318l-14.921-5.968L0.351,39.614c-0.472,0.203-0.467,0.524,0.01,0.716L26.56,50.81c0.477,0.191,1.251,0.191,1.729,0L54.488,40.33C54.964,40.139,54.969,39.817,54.497,39.614z'/%3E%3Cpath d='M54.497,27.512l-10.364-4.491l-14.916,5.966c-0.536,0.215-1.165,0.321-1.792,0.321c-0.628,0-1.256-0.106-1.793-0.321l-14.918-5.966L0.351,27.512c-0.472,0.203-0.467,0.523,0.01,0.716L26.56,38.706c0.477,0.19,1.251,0.19,1.729,0l26.199-10.479C54.964,28.036,54.969,27.716,54.497,27.512z'/%3E%3Cpath d='M0.361,16.125l13.662,5.465l12.537,5.015c0.477,0.191,1.251,0.191,1.729,0l12.541-5.016l13.658-5.463c0.477-0.191,0.48-0.511,0.01-0.716L28.277,4.048c-0.471-0.204-1.236-0.204-1.708,0L0.351,15.41C-0.121,15.614-0.116,15.935,0.361,16.125z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-news-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.352px' height='75.351px' viewBox='0 0 75.352 75.351' style='enable-background:new 0 0 75.352 75.351;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24.733,51.242c2.07,4.397,5.162,8.602,9.208,12.516c-8.026-1.172-14.841-5.933-18.798-12.616L24.733,51.242zM33.787,11.806c-7.736,1.168-14.37,5.719-18.35,12.118l9.299,0.102C26.78,19.716,29.826,15.614,33.787,11.806z M36.903,24.156l0.138-12.637c-0.004,0-0.021,0-0.028,0c-4.445,3.88-7.827,8.079-10.081,12.525L36.903,24.156z M15.439,28.081l-1.836-0.017l-1.814-0.023l-0.143,13.125L4.297,27.961L2.245,27.94l-2.044-0.022L0,46.592l1.826,0.027l1.818,0.017l0.145-13.463L11.35,46.72l1.948,0.022l1.943,0.023L15.439,28.081z M32.904,31.586l0.016-1.665l0.021-1.654l-13.753-0.147l-0.201,18.684l14.18,0.148l0.019-1.66l0.016-1.656l-10.275-0.109l0.051-4.875l9.136,0.098l0.016-1.602l0.016-1.612l-9.134-0.096l0.044-3.961L32.904,31.586zM51.548,42.033L51.548,42.033l-2.56-13.591l-2.083-0.022l-2.073-0.026l-2.814,13.648l-2.975-13.707l-2.028-0.023l-2.029-0.024l4.997,18.74l1.853,0.021l1.859,0.023l3.091-14.685l2.842,14.743l1.863,0.027l1.851,0.019l5.401-18.629l-1.974-0.021l-1.973-0.021L51.548,42.033z M39.047,11.542c-0.009,0-0.021,0-0.027,0l-0.136,12.635l9.979,0.105C46.698,19.788,43.411,15.519,39.047,11.542zM60.359,24.403c-3.844-6.479-10.377-11.169-18.096-12.506c3.887,3.889,6.843,8.054,8.796,12.408L60.359,24.403z M41,63.833c8.045-0.999,14.957-5.613,19.067-12.215l-9.592-0.101C48.313,55.87,45.124,60.005,41,63.833z M48.265,51.495l-9.673-0.105l-0.131,12.067C42.718,59.75,46.009,55.726,48.265,51.495z M74.025,38.38c-0.913-0.805-2.715-1.529-5.429-2.158c-1.866-0.448-3.089-0.815-3.659-1.132c-0.582-0.306-0.874-0.743-0.867-1.306c0.005-0.769,0.292-1.393,0.86-1.819c0.559-0.414,1.339-0.626,2.326-0.613c1.144,0.009,2.069,0.285,2.776,0.807c0.703,0.524,1.086,1.228,1.141,2.12l3.801,0.047c-0.121-1.881-0.835-3.366-2.136-4.482c-1.298-1.117-2.997-1.685-5.091-1.705c-2.233-0.025-4.015,0.49-5.34,1.527c-1.321,1.049-1.992,2.498-2.01,4.301c-0.019,1.619,0.463,2.815,1.441,3.593c0.994,0.773,2.97,1.511,5.922,2.199c1.605,0.374,2.65,0.741,3.143,1.067c0.493,0.338,0.742,0.852,0.735,1.561c-0.007,0.714-0.365,1.259-1.068,1.656c-0.707,0.393-1.674,0.584-2.924,0.57c-1.209-0.014-2.153-0.288-2.822-0.83c-0.677-0.536-1.023-1.296-1.056-2.298l-3.759-0.038c0.068,2.016,0.766,3.576,2.085,4.685c1.318,1.118,3.161,1.68,5.52,1.702c2.361,0.022,4.227-0.461,5.621-1.482c1.396-1.018,2.096-2.4,2.114-4.156C75.38,40.452,74.931,39.178,74.025,38.38z M36.482,63.422l0.131-12.054l-9.673-0.104C29.113,55.539,32.312,59.631,36.482,63.422z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-news-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.352px' height='75.351px' viewBox='0 0 75.352 75.351' style='enable-background:new 0 0 75.352 75.351;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24.733,51.242c2.07,4.397,5.162,8.602,9.208,12.516c-8.026-1.172-14.841-5.933-18.798-12.616L24.733,51.242zM33.787,11.806c-7.736,1.168-14.37,5.719-18.35,12.118l9.299,0.102C26.78,19.716,29.826,15.614,33.787,11.806z M36.903,24.156l0.138-12.637c-0.004,0-0.021,0-0.028,0c-4.445,3.88-7.827,8.079-10.081,12.525L36.903,24.156z M15.439,28.081l-1.836-0.017l-1.814-0.023l-0.143,13.125L4.297,27.961L2.245,27.94l-2.044-0.022L0,46.592l1.826,0.027l1.818,0.017l0.145-13.463L11.35,46.72l1.948,0.022l1.943,0.023L15.439,28.081z M32.904,31.586l0.016-1.665l0.021-1.654l-13.753-0.147l-0.201,18.684l14.18,0.148l0.019-1.66l0.016-1.656l-10.275-0.109l0.051-4.875l9.136,0.098l0.016-1.602l0.016-1.612l-9.134-0.096l0.044-3.961L32.904,31.586zM51.548,42.033L51.548,42.033l-2.56-13.591l-2.083-0.022l-2.073-0.026l-2.814,13.648l-2.975-13.707l-2.028-0.023l-2.029-0.024l4.997,18.74l1.853,0.021l1.859,0.023l3.091-14.685l2.842,14.743l1.863,0.027l1.851,0.019l5.401-18.629l-1.974-0.021l-1.973-0.021L51.548,42.033z M39.047,11.542c-0.009,0-0.021,0-0.027,0l-0.136,12.635l9.979,0.105C46.698,19.788,43.411,15.519,39.047,11.542zM60.359,24.403c-3.844-6.479-10.377-11.169-18.096-12.506c3.887,3.889,6.843,8.054,8.796,12.408L60.359,24.403z M41,63.833c8.045-0.999,14.957-5.613,19.067-12.215l-9.592-0.101C48.313,55.87,45.124,60.005,41,63.833z M48.265,51.495l-9.673-0.105l-0.131,12.067C42.718,59.75,46.009,55.726,48.265,51.495z M74.025,38.38c-0.913-0.805-2.715-1.529-5.429-2.158c-1.866-0.448-3.089-0.815-3.659-1.132c-0.582-0.306-0.874-0.743-0.867-1.306c0.005-0.769,0.292-1.393,0.86-1.819c0.559-0.414,1.339-0.626,2.326-0.613c1.144,0.009,2.069,0.285,2.776,0.807c0.703,0.524,1.086,1.228,1.141,2.12l3.801,0.047c-0.121-1.881-0.835-3.366-2.136-4.482c-1.298-1.117-2.997-1.685-5.091-1.705c-2.233-0.025-4.015,0.49-5.34,1.527c-1.321,1.049-1.992,2.498-2.01,4.301c-0.019,1.619,0.463,2.815,1.441,3.593c0.994,0.773,2.97,1.511,5.922,2.199c1.605,0.374,2.65,0.741,3.143,1.067c0.493,0.338,0.742,0.852,0.735,1.561c-0.007,0.714-0.365,1.259-1.068,1.656c-0.707,0.393-1.674,0.584-2.924,0.57c-1.209-0.014-2.153-0.288-2.822-0.83c-0.677-0.536-1.023-1.296-1.056-2.298l-3.759-0.038c0.068,2.016,0.766,3.576,2.085,4.685c1.318,1.118,3.161,1.68,5.52,1.702c2.361,0.022,4.227-0.461,5.621-1.482c1.396-1.018,2.096-2.4,2.114-4.156C75.38,40.452,74.931,39.178,74.025,38.38z M36.482,63.422l0.131-12.054l-9.673-0.104C29.113,55.539,32.312,59.631,36.482,63.422z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-news-black, .smallbutton.smallbutton-news, .overlay-item-button.icon-news:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.352px' height='75.351px' viewBox='0 0 75.352 75.351' style='enable-background:new 0 0 75.352 75.351;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24.733,51.242c2.07,4.397,5.162,8.602,9.208,12.516c-8.026-1.172-14.841-5.933-18.798-12.616L24.733,51.242zM33.787,11.806c-7.736,1.168-14.37,5.719-18.35,12.118l9.299,0.102C26.78,19.716,29.826,15.614,33.787,11.806z M36.903,24.156l0.138-12.637c-0.004,0-0.021,0-0.028,0c-4.445,3.88-7.827,8.079-10.081,12.525L36.903,24.156z M15.439,28.081l-1.836-0.017l-1.814-0.023l-0.143,13.125L4.297,27.961L2.245,27.94l-2.044-0.022L0,46.592l1.826,0.027l1.818,0.017l0.145-13.463L11.35,46.72l1.948,0.022l1.943,0.023L15.439,28.081z M32.904,31.586l0.016-1.665l0.021-1.654l-13.753-0.147l-0.201,18.684l14.18,0.148l0.019-1.66l0.016-1.656l-10.275-0.109l0.051-4.875l9.136,0.098l0.016-1.602l0.016-1.612l-9.134-0.096l0.044-3.961L32.904,31.586zM51.548,42.033L51.548,42.033l-2.56-13.591l-2.083-0.022l-2.073-0.026l-2.814,13.648l-2.975-13.707l-2.028-0.023l-2.029-0.024l4.997,18.74l1.853,0.021l1.859,0.023l3.091-14.685l2.842,14.743l1.863,0.027l1.851,0.019l5.401-18.629l-1.974-0.021l-1.973-0.021L51.548,42.033z M39.047,11.542c-0.009,0-0.021,0-0.027,0l-0.136,12.635l9.979,0.105C46.698,19.788,43.411,15.519,39.047,11.542zM60.359,24.403c-3.844-6.479-10.377-11.169-18.096-12.506c3.887,3.889,6.843,8.054,8.796,12.408L60.359,24.403z M41,63.833c8.045-0.999,14.957-5.613,19.067-12.215l-9.592-0.101C48.313,55.87,45.124,60.005,41,63.833z M48.265,51.495l-9.673-0.105l-0.131,12.067C42.718,59.75,46.009,55.726,48.265,51.495z M74.025,38.38c-0.913-0.805-2.715-1.529-5.429-2.158c-1.866-0.448-3.089-0.815-3.659-1.132c-0.582-0.306-0.874-0.743-0.867-1.306c0.005-0.769,0.292-1.393,0.86-1.819c0.559-0.414,1.339-0.626,2.326-0.613c1.144,0.009,2.069,0.285,2.776,0.807c0.703,0.524,1.086,1.228,1.141,2.12l3.801,0.047c-0.121-1.881-0.835-3.366-2.136-4.482c-1.298-1.117-2.997-1.685-5.091-1.705c-2.233-0.025-4.015,0.49-5.34,1.527c-1.321,1.049-1.992,2.498-2.01,4.301c-0.019,1.619,0.463,2.815,1.441,3.593c0.994,0.773,2.97,1.511,5.922,2.199c1.605,0.374,2.65,0.741,3.143,1.067c0.493,0.338,0.742,0.852,0.735,1.561c-0.007,0.714-0.365,1.259-1.068,1.656c-0.707,0.393-1.674,0.584-2.924,0.57c-1.209-0.014-2.153-0.288-2.822-0.83c-0.677-0.536-1.023-1.296-1.056-2.298l-3.759-0.038c0.068,2.016,0.766,3.576,2.085,4.685c1.318,1.118,3.161,1.68,5.52,1.702c2.361,0.022,4.227-0.461,5.621-1.482c1.396-1.018,2.096-2.4,2.114-4.156C75.38,40.452,74.931,39.178,74.025,38.38z M36.482,63.422l0.131-12.054l-9.673-0.104C29.113,55.539,32.312,59.631,36.482,63.422z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-news-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.352px' height='75.351px' viewBox='0 0 75.352 75.351' style='enable-background:new 0 0 75.352 75.351;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24.733,51.242c2.07,4.397,5.162,8.602,9.208,12.516c-8.026-1.172-14.841-5.933-18.798-12.616L24.733,51.242zM33.787,11.806c-7.736,1.168-14.37,5.719-18.35,12.118l9.299,0.102C26.78,19.716,29.826,15.614,33.787,11.806z M36.903,24.156l0.138-12.637c-0.004,0-0.021,0-0.028,0c-4.445,3.88-7.827,8.079-10.081,12.525L36.903,24.156z M15.439,28.081l-1.836-0.017l-1.814-0.023l-0.143,13.125L4.297,27.961L2.245,27.94l-2.044-0.022L0,46.592l1.826,0.027l1.818,0.017l0.145-13.463L11.35,46.72l1.948,0.022l1.943,0.023L15.439,28.081z M32.904,31.586l0.016-1.665l0.021-1.654l-13.753-0.147l-0.201,18.684l14.18,0.148l0.019-1.66l0.016-1.656l-10.275-0.109l0.051-4.875l9.136,0.098l0.016-1.602l0.016-1.612l-9.134-0.096l0.044-3.961L32.904,31.586zM51.548,42.033L51.548,42.033l-2.56-13.591l-2.083-0.022l-2.073-0.026l-2.814,13.648l-2.975-13.707l-2.028-0.023l-2.029-0.024l4.997,18.74l1.853,0.021l1.859,0.023l3.091-14.685l2.842,14.743l1.863,0.027l1.851,0.019l5.401-18.629l-1.974-0.021l-1.973-0.021L51.548,42.033z M39.047,11.542c-0.009,0-0.021,0-0.027,0l-0.136,12.635l9.979,0.105C46.698,19.788,43.411,15.519,39.047,11.542zM60.359,24.403c-3.844-6.479-10.377-11.169-18.096-12.506c3.887,3.889,6.843,8.054,8.796,12.408L60.359,24.403z M41,63.833c8.045-0.999,14.957-5.613,19.067-12.215l-9.592-0.101C48.313,55.87,45.124,60.005,41,63.833z M48.265,51.495l-9.673-0.105l-0.131,12.067C42.718,59.75,46.009,55.726,48.265,51.495z M74.025,38.38c-0.913-0.805-2.715-1.529-5.429-2.158c-1.866-0.448-3.089-0.815-3.659-1.132c-0.582-0.306-0.874-0.743-0.867-1.306c0.005-0.769,0.292-1.393,0.86-1.819c0.559-0.414,1.339-0.626,2.326-0.613c1.144,0.009,2.069,0.285,2.776,0.807c0.703,0.524,1.086,1.228,1.141,2.12l3.801,0.047c-0.121-1.881-0.835-3.366-2.136-4.482c-1.298-1.117-2.997-1.685-5.091-1.705c-2.233-0.025-4.015,0.49-5.34,1.527c-1.321,1.049-1.992,2.498-2.01,4.301c-0.019,1.619,0.463,2.815,1.441,3.593c0.994,0.773,2.97,1.511,5.922,2.199c1.605,0.374,2.65,0.741,3.143,1.067c0.493,0.338,0.742,0.852,0.735,1.561c-0.007,0.714-0.365,1.259-1.068,1.656c-0.707,0.393-1.674,0.584-2.924,0.57c-1.209-0.014-2.153-0.288-2.822-0.83c-0.677-0.536-1.023-1.296-1.056-2.298l-3.759-0.038c0.068,2.016,0.766,3.576,2.085,4.685c1.318,1.118,3.161,1.68,5.52,1.702c2.361,0.022,4.227-0.461,5.621-1.482c1.396-1.018,2.096-2.4,2.114-4.156C75.38,40.452,74.931,39.178,74.025,38.38z M36.482,63.422l0.131-12.054l-9.673-0.104C29.113,55.539,32.312,59.631,36.482,63.422z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-news-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.352px' height='75.351px' viewBox='0 0 75.352 75.351' style='enable-background:new 0 0 75.352 75.351;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24.733,51.242c2.07,4.397,5.162,8.602,9.208,12.516c-8.026-1.172-14.841-5.933-18.798-12.616L24.733,51.242zM33.787,11.806c-7.736,1.168-14.37,5.719-18.35,12.118l9.299,0.102C26.78,19.716,29.826,15.614,33.787,11.806z M36.903,24.156l0.138-12.637c-0.004,0-0.021,0-0.028,0c-4.445,3.88-7.827,8.079-10.081,12.525L36.903,24.156z M15.439,28.081l-1.836-0.017l-1.814-0.023l-0.143,13.125L4.297,27.961L2.245,27.94l-2.044-0.022L0,46.592l1.826,0.027l1.818,0.017l0.145-13.463L11.35,46.72l1.948,0.022l1.943,0.023L15.439,28.081z M32.904,31.586l0.016-1.665l0.021-1.654l-13.753-0.147l-0.201,18.684l14.18,0.148l0.019-1.66l0.016-1.656l-10.275-0.109l0.051-4.875l9.136,0.098l0.016-1.602l0.016-1.612l-9.134-0.096l0.044-3.961L32.904,31.586zM51.548,42.033L51.548,42.033l-2.56-13.591l-2.083-0.022l-2.073-0.026l-2.814,13.648l-2.975-13.707l-2.028-0.023l-2.029-0.024l4.997,18.74l1.853,0.021l1.859,0.023l3.091-14.685l2.842,14.743l1.863,0.027l1.851,0.019l5.401-18.629l-1.974-0.021l-1.973-0.021L51.548,42.033z M39.047,11.542c-0.009,0-0.021,0-0.027,0l-0.136,12.635l9.979,0.105C46.698,19.788,43.411,15.519,39.047,11.542zM60.359,24.403c-3.844-6.479-10.377-11.169-18.096-12.506c3.887,3.889,6.843,8.054,8.796,12.408L60.359,24.403z M41,63.833c8.045-0.999,14.957-5.613,19.067-12.215l-9.592-0.101C48.313,55.87,45.124,60.005,41,63.833z M48.265,51.495l-9.673-0.105l-0.131,12.067C42.718,59.75,46.009,55.726,48.265,51.495z M74.025,38.38c-0.913-0.805-2.715-1.529-5.429-2.158c-1.866-0.448-3.089-0.815-3.659-1.132c-0.582-0.306-0.874-0.743-0.867-1.306c0.005-0.769,0.292-1.393,0.86-1.819c0.559-0.414,1.339-0.626,2.326-0.613c1.144,0.009,2.069,0.285,2.776,0.807c0.703,0.524,1.086,1.228,1.141,2.12l3.801,0.047c-0.121-1.881-0.835-3.366-2.136-4.482c-1.298-1.117-2.997-1.685-5.091-1.705c-2.233-0.025-4.015,0.49-5.34,1.527c-1.321,1.049-1.992,2.498-2.01,4.301c-0.019,1.619,0.463,2.815,1.441,3.593c0.994,0.773,2.97,1.511,5.922,2.199c1.605,0.374,2.65,0.741,3.143,1.067c0.493,0.338,0.742,0.852,0.735,1.561c-0.007,0.714-0.365,1.259-1.068,1.656c-0.707,0.393-1.674,0.584-2.924,0.57c-1.209-0.014-2.153-0.288-2.822-0.83c-0.677-0.536-1.023-1.296-1.056-2.298l-3.759-0.038c0.068,2.016,0.766,3.576,2.085,4.685c1.318,1.118,3.161,1.68,5.52,1.702c2.361,0.022,4.227-0.461,5.621-1.482c1.396-1.018,2.096-2.4,2.114-4.156C75.38,40.452,74.931,39.178,74.025,38.38z M36.482,63.422l0.131-12.054l-9.673-0.104C29.113,55.539,32.312,59.631,36.482,63.422z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-news-orange, .no-touch .smallbutton.smallbutton-news:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.352px' height='75.351px' viewBox='0 0 75.352 75.351' style='enable-background:new 0 0 75.352 75.351;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24.733,51.242c2.07,4.397,5.162,8.602,9.208,12.516c-8.026-1.172-14.841-5.933-18.798-12.616L24.733,51.242zM33.787,11.806c-7.736,1.168-14.37,5.719-18.35,12.118l9.299,0.102C26.78,19.716,29.826,15.614,33.787,11.806z M36.903,24.156l0.138-12.637c-0.004,0-0.021,0-0.028,0c-4.445,3.88-7.827,8.079-10.081,12.525L36.903,24.156z M15.439,28.081l-1.836-0.017l-1.814-0.023l-0.143,13.125L4.297,27.961L2.245,27.94l-2.044-0.022L0,46.592l1.826,0.027l1.818,0.017l0.145-13.463L11.35,46.72l1.948,0.022l1.943,0.023L15.439,28.081z M32.904,31.586l0.016-1.665l0.021-1.654l-13.753-0.147l-0.201,18.684l14.18,0.148l0.019-1.66l0.016-1.656l-10.275-0.109l0.051-4.875l9.136,0.098l0.016-1.602l0.016-1.612l-9.134-0.096l0.044-3.961L32.904,31.586zM51.548,42.033L51.548,42.033l-2.56-13.591l-2.083-0.022l-2.073-0.026l-2.814,13.648l-2.975-13.707l-2.028-0.023l-2.029-0.024l4.997,18.74l1.853,0.021l1.859,0.023l3.091-14.685l2.842,14.743l1.863,0.027l1.851,0.019l5.401-18.629l-1.974-0.021l-1.973-0.021L51.548,42.033z M39.047,11.542c-0.009,0-0.021,0-0.027,0l-0.136,12.635l9.979,0.105C46.698,19.788,43.411,15.519,39.047,11.542zM60.359,24.403c-3.844-6.479-10.377-11.169-18.096-12.506c3.887,3.889,6.843,8.054,8.796,12.408L60.359,24.403z M41,63.833c8.045-0.999,14.957-5.613,19.067-12.215l-9.592-0.101C48.313,55.87,45.124,60.005,41,63.833z M48.265,51.495l-9.673-0.105l-0.131,12.067C42.718,59.75,46.009,55.726,48.265,51.495z M74.025,38.38c-0.913-0.805-2.715-1.529-5.429-2.158c-1.866-0.448-3.089-0.815-3.659-1.132c-0.582-0.306-0.874-0.743-0.867-1.306c0.005-0.769,0.292-1.393,0.86-1.819c0.559-0.414,1.339-0.626,2.326-0.613c1.144,0.009,2.069,0.285,2.776,0.807c0.703,0.524,1.086,1.228,1.141,2.12l3.801,0.047c-0.121-1.881-0.835-3.366-2.136-4.482c-1.298-1.117-2.997-1.685-5.091-1.705c-2.233-0.025-4.015,0.49-5.34,1.527c-1.321,1.049-1.992,2.498-2.01,4.301c-0.019,1.619,0.463,2.815,1.441,3.593c0.994,0.773,2.97,1.511,5.922,2.199c1.605,0.374,2.65,0.741,3.143,1.067c0.493,0.338,0.742,0.852,0.735,1.561c-0.007,0.714-0.365,1.259-1.068,1.656c-0.707,0.393-1.674,0.584-2.924,0.57c-1.209-0.014-2.153-0.288-2.822-0.83c-0.677-0.536-1.023-1.296-1.056-2.298l-3.759-0.038c0.068,2.016,0.766,3.576,2.085,4.685c1.318,1.118,3.161,1.68,5.52,1.702c2.361,0.022,4.227-0.461,5.621-1.482c1.396-1.018,2.096-2.4,2.114-4.156C75.38,40.452,74.931,39.178,74.025,38.38z M36.482,63.422l0.131-12.054l-9.673-0.104C29.113,55.539,32.312,59.631,36.482,63.422z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-list-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.392px' height='40.392px' viewBox='0 0 40.392 40.392' style='enable-background:new 0 0 40.392 40.392;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M39.108,29.128c-0.332-1.549-1.771-9.732-2.766-15.262c-0.996-5.53-2.321-10.341-3.263-12.553c-0.94-2.212-3.373-1.105-6.414-0.442c-3.042,0.664-7.133,1.051-13.99,2.931C5.819,5.682,3.497,7.064,1.948,8.06C0.4,9.055,1.174,10.991,1.395,11.599c0.221,0.608,2.401,6.671,3.207,9.953c0.774,3.152,3.981,13.99,4.921,16.865c0.94,2.876,3.042,1.936,5.143,1.327c2.102-0.607,5.419-1.549,9.29-2.543c3.871-0.996,7.465-1.106,9.732-1.438c2.267-0.332,2.985-1.271,4.533-2.102C39.77,32.831,39.44,30.676,39.108,29.128z M37.005,31.948c-1.051,0.828-2.433,1.603-6.415,2.155c-3.98,0.554-7.41,0.995-10.617,1.88c-3.207,0.886-4.534,1.659-5.861,1.99c-1.327,0.332-2.433,1.051-3.042-0.719c-0.609-1.771-5.97-20.182-6.911-22.836c-0.484-1.368-1.991-4.258-0.442-5.032C5.267,8.613,8.474,6.788,14.722,5.24c6.249-1.548,11.723-2.433,13.327-2.819c1.604-0.388,3.649-1.051,3.981,0.553s1.991,9.29,3.76,18.136C37.559,29.957,38.056,31.118,37.005,31.948z M11.238,15.027c0,0,1.77-0.608,2.599-0.94c0.829-0.331-0.498-3.373-0.719-4.147c-0.221-0.773-0.885-1.271-2.156-0.829C9.69,9.553,7.589,10.106,6.87,10.382c-0.719,0.276,0.387,3.152,1.051,4.535C8.584,16.299,9.8,15.414,11.238,15.027z M8.363,13.146c-0.144-0.803-0.995-1.824-0.166-2.045c0.83-0.222,2.765-0.554,3.208-0.72c0.442-0.165,0.829-0.165,1.05,0.72c0.221,0.885,0.83,1.99,0.166,2.267c-0.664,0.277-1.327,0.608-2.267,0.885C9.414,14.53,8.639,14.695,8.363,13.146z M14.059,26.252c-0.498,0.11-2.268,0.498-3.097,0.83c-0.83,0.332,0.059,2.136,0.166,2.543c0.553,2.102,1.217,2.157,1.604,2.102c0.387-0.056,1.438-0.332,2.654-0.719c1.217-0.387,0.332-1.88-0.055-3.318C14.943,26.252,14.556,26.142,14.059,26.252zM14.501,29.957c-0.498,0.109-0.995,0.387-1.382,0.498c-0.387,0.109-0.719,0.275-0.995-1.327c-0.068-0.397-0.387-0.719,0.055-0.885c0.442-0.166,1.106-0.389,1.382-0.389c0.277,0,0.664,0,0.83,0.555C14.556,28.962,14.999,29.847,14.501,29.957z M33.632,22.437c-0.607-0.387-1.88,0.166-3.373,0.555c-1.492,0.387-2.819,0.606-4.921,0.994s-5.475,1.217-6.358,1.383c-0.884,0.166-0.447,1.697-0.387,2.434c0.221,2.709,2.046,1.604,6.414,0.663c4.369-0.939,5.31-1.327,7.688-1.714c2.377-0.387,1.604-1.771,1.548-2.269S34.242,22.824,33.632,22.437z M32.803,25.201c-0.607,0.166-2.321,0.442-4.533,1.051c-2.213,0.607-3.815,1.217-5.861,1.493c-2.046,0.275-2.82,0.498-2.82,0.166s-0.055-1.052-0.055-1.052c0.166-0.056,1.493-0.275,3.926-0.938c2.434-0.664,5.53-1.272,7.078-1.659s2.378-0.774,2.488-0.222C33.135,24.594,33.412,25.036,32.803,25.201z M23.901,19.728c2.433-0.719,8.072-1.77,9.179-2.102s0.885-1.548,0.553-2.488s-0.498-1.438-1.548-1.327s-3.373,0.664-6.69,1.383c-3.318,0.719-6.47,1.382-7.52,1.658c-1.051,0.276-0.409,1.535-0.387,2.544C17.542,21.994,21.468,20.445,23.901,19.728z M18.538,18.897c0-0.175-0.332-0.773,0.166-0.773c0.498,0,3.152-0.554,5.032-1.161c1.88-0.608,5.032-1.106,6.358-1.493c1.327-0.388,2.322-1.051,2.434-0.442c0.109,0.608,0.387,1.217-0.056,1.327c-0.441,0.11-4.258,0.442-6.636,1.216s-4.811,1.438-5.584,1.77C19.478,19.672,18.538,19.948,18.538,18.897z M11.847,23.377c0.94-0.222,1.77-0.664,2.986-1.051c1.216-0.388,0.276-2.544-0.111-3.815c-0.387-1.271-1.548-1.161-2.654-0.995s-2.765,0.829-3.263,0.995s0.426,2.367,0.553,2.931C9.966,24.15,10.906,23.598,11.847,23.377z M10.409,20.999c-0.131-0.634-1.05-1.493-0.332-1.604c0.718-0.111,1.216-0.442,2.322-0.608s1.217-0.442,1.327,0.498c0.111,0.938,0.719,2.102-0.11,2.267c-0.83,0.166-1.217,0.276-1.88,0.498C11.072,22.271,10.741,22.603,10.409,20.999zM21.91,11.322c2.378-0.664,6.359-0.995,8.405-1.383c2.046-0.387,0.939-2.211,0.553-3.262c-0.387-1.051-0.442-0.94-1.77-0.885c-1.326,0.055-3.98,0.553-6.248,0.995c-2.268,0.442-6.415,1.548-7.188,1.88c-0.774,0.332-0.16,1.609-0.056,2.322c0.387,2.654,1.162,2.156,1.991,1.77C18.427,12.373,19.533,11.986,21.91,11.322z M16.491,10.824c0,0-0.553-0.829,0.056-0.829c0.608,0,1.382-0.387,2.267-0.719c0.885-0.332,3.539-0.774,5.143-1.217c1.604-0.442,3.318-0.663,4.479-0.885c1.16-0.221,1.105-0.553,1.382,0c0.275,0.554,0.332,0.995-0.498,1.438C28.491,9.055,27.275,9,24.674,9.608c-2.6,0.608-2.931,0.497-4.811,1.161C17.985,11.433,16.713,12.483,16.491,10.824z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-list-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.392px' height='40.392px' viewBox='0 0 40.392 40.392' style='enable-background:new 0 0 40.392 40.392;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M39.108,29.128c-0.332-1.549-1.771-9.732-2.766-15.262c-0.996-5.53-2.321-10.341-3.263-12.553c-0.94-2.212-3.373-1.105-6.414-0.442c-3.042,0.664-7.133,1.051-13.99,2.931C5.819,5.682,3.497,7.064,1.948,8.06C0.4,9.055,1.174,10.991,1.395,11.599c0.221,0.608,2.401,6.671,3.207,9.953c0.774,3.152,3.981,13.99,4.921,16.865c0.94,2.876,3.042,1.936,5.143,1.327c2.102-0.607,5.419-1.549,9.29-2.543c3.871-0.996,7.465-1.106,9.732-1.438c2.267-0.332,2.985-1.271,4.533-2.102C39.77,32.831,39.44,30.676,39.108,29.128z M37.005,31.948c-1.051,0.828-2.433,1.603-6.415,2.155c-3.98,0.554-7.41,0.995-10.617,1.88c-3.207,0.886-4.534,1.659-5.861,1.99c-1.327,0.332-2.433,1.051-3.042-0.719c-0.609-1.771-5.97-20.182-6.911-22.836c-0.484-1.368-1.991-4.258-0.442-5.032C5.267,8.613,8.474,6.788,14.722,5.24c6.249-1.548,11.723-2.433,13.327-2.819c1.604-0.388,3.649-1.051,3.981,0.553s1.991,9.29,3.76,18.136C37.559,29.957,38.056,31.118,37.005,31.948z M11.238,15.027c0,0,1.77-0.608,2.599-0.94c0.829-0.331-0.498-3.373-0.719-4.147c-0.221-0.773-0.885-1.271-2.156-0.829C9.69,9.553,7.589,10.106,6.87,10.382c-0.719,0.276,0.387,3.152,1.051,4.535C8.584,16.299,9.8,15.414,11.238,15.027z M8.363,13.146c-0.144-0.803-0.995-1.824-0.166-2.045c0.83-0.222,2.765-0.554,3.208-0.72c0.442-0.165,0.829-0.165,1.05,0.72c0.221,0.885,0.83,1.99,0.166,2.267c-0.664,0.277-1.327,0.608-2.267,0.885C9.414,14.53,8.639,14.695,8.363,13.146z M14.059,26.252c-0.498,0.11-2.268,0.498-3.097,0.83c-0.83,0.332,0.059,2.136,0.166,2.543c0.553,2.102,1.217,2.157,1.604,2.102c0.387-0.056,1.438-0.332,2.654-0.719c1.217-0.387,0.332-1.88-0.055-3.318C14.943,26.252,14.556,26.142,14.059,26.252zM14.501,29.957c-0.498,0.109-0.995,0.387-1.382,0.498c-0.387,0.109-0.719,0.275-0.995-1.327c-0.068-0.397-0.387-0.719,0.055-0.885c0.442-0.166,1.106-0.389,1.382-0.389c0.277,0,0.664,0,0.83,0.555C14.556,28.962,14.999,29.847,14.501,29.957z M33.632,22.437c-0.607-0.387-1.88,0.166-3.373,0.555c-1.492,0.387-2.819,0.606-4.921,0.994s-5.475,1.217-6.358,1.383c-0.884,0.166-0.447,1.697-0.387,2.434c0.221,2.709,2.046,1.604,6.414,0.663c4.369-0.939,5.31-1.327,7.688-1.714c2.377-0.387,1.604-1.771,1.548-2.269S34.242,22.824,33.632,22.437z M32.803,25.201c-0.607,0.166-2.321,0.442-4.533,1.051c-2.213,0.607-3.815,1.217-5.861,1.493c-2.046,0.275-2.82,0.498-2.82,0.166s-0.055-1.052-0.055-1.052c0.166-0.056,1.493-0.275,3.926-0.938c2.434-0.664,5.53-1.272,7.078-1.659s2.378-0.774,2.488-0.222C33.135,24.594,33.412,25.036,32.803,25.201z M23.901,19.728c2.433-0.719,8.072-1.77,9.179-2.102s0.885-1.548,0.553-2.488s-0.498-1.438-1.548-1.327s-3.373,0.664-6.69,1.383c-3.318,0.719-6.47,1.382-7.52,1.658c-1.051,0.276-0.409,1.535-0.387,2.544C17.542,21.994,21.468,20.445,23.901,19.728z M18.538,18.897c0-0.175-0.332-0.773,0.166-0.773c0.498,0,3.152-0.554,5.032-1.161c1.88-0.608,5.032-1.106,6.358-1.493c1.327-0.388,2.322-1.051,2.434-0.442c0.109,0.608,0.387,1.217-0.056,1.327c-0.441,0.11-4.258,0.442-6.636,1.216s-4.811,1.438-5.584,1.77C19.478,19.672,18.538,19.948,18.538,18.897z M11.847,23.377c0.94-0.222,1.77-0.664,2.986-1.051c1.216-0.388,0.276-2.544-0.111-3.815c-0.387-1.271-1.548-1.161-2.654-0.995s-2.765,0.829-3.263,0.995s0.426,2.367,0.553,2.931C9.966,24.15,10.906,23.598,11.847,23.377z M10.409,20.999c-0.131-0.634-1.05-1.493-0.332-1.604c0.718-0.111,1.216-0.442,2.322-0.608s1.217-0.442,1.327,0.498c0.111,0.938,0.719,2.102-0.11,2.267c-0.83,0.166-1.217,0.276-1.88,0.498C11.072,22.271,10.741,22.603,10.409,20.999zM21.91,11.322c2.378-0.664,6.359-0.995,8.405-1.383c2.046-0.387,0.939-2.211,0.553-3.262c-0.387-1.051-0.442-0.94-1.77-0.885c-1.326,0.055-3.98,0.553-6.248,0.995c-2.268,0.442-6.415,1.548-7.188,1.88c-0.774,0.332-0.16,1.609-0.056,2.322c0.387,2.654,1.162,2.156,1.991,1.77C18.427,12.373,19.533,11.986,21.91,11.322z M16.491,10.824c0,0-0.553-0.829,0.056-0.829c0.608,0,1.382-0.387,2.267-0.719c0.885-0.332,3.539-0.774,5.143-1.217c1.604-0.442,3.318-0.663,4.479-0.885c1.16-0.221,1.105-0.553,1.382,0c0.275,0.554,0.332,0.995-0.498,1.438C28.491,9.055,27.275,9,24.674,9.608c-2.6,0.608-2.931,0.497-4.811,1.161C17.985,11.433,16.713,12.483,16.491,10.824z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-list-black, .smallbutton.smallbutton-list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.392px' height='40.392px' viewBox='0 0 40.392 40.392' style='enable-background:new 0 0 40.392 40.392;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M39.108,29.128c-0.332-1.549-1.771-9.732-2.766-15.262c-0.996-5.53-2.321-10.341-3.263-12.553c-0.94-2.212-3.373-1.105-6.414-0.442c-3.042,0.664-7.133,1.051-13.99,2.931C5.819,5.682,3.497,7.064,1.948,8.06C0.4,9.055,1.174,10.991,1.395,11.599c0.221,0.608,2.401,6.671,3.207,9.953c0.774,3.152,3.981,13.99,4.921,16.865c0.94,2.876,3.042,1.936,5.143,1.327c2.102-0.607,5.419-1.549,9.29-2.543c3.871-0.996,7.465-1.106,9.732-1.438c2.267-0.332,2.985-1.271,4.533-2.102C39.77,32.831,39.44,30.676,39.108,29.128z M37.005,31.948c-1.051,0.828-2.433,1.603-6.415,2.155c-3.98,0.554-7.41,0.995-10.617,1.88c-3.207,0.886-4.534,1.659-5.861,1.99c-1.327,0.332-2.433,1.051-3.042-0.719c-0.609-1.771-5.97-20.182-6.911-22.836c-0.484-1.368-1.991-4.258-0.442-5.032C5.267,8.613,8.474,6.788,14.722,5.24c6.249-1.548,11.723-2.433,13.327-2.819c1.604-0.388,3.649-1.051,3.981,0.553s1.991,9.29,3.76,18.136C37.559,29.957,38.056,31.118,37.005,31.948z M11.238,15.027c0,0,1.77-0.608,2.599-0.94c0.829-0.331-0.498-3.373-0.719-4.147c-0.221-0.773-0.885-1.271-2.156-0.829C9.69,9.553,7.589,10.106,6.87,10.382c-0.719,0.276,0.387,3.152,1.051,4.535C8.584,16.299,9.8,15.414,11.238,15.027z M8.363,13.146c-0.144-0.803-0.995-1.824-0.166-2.045c0.83-0.222,2.765-0.554,3.208-0.72c0.442-0.165,0.829-0.165,1.05,0.72c0.221,0.885,0.83,1.99,0.166,2.267c-0.664,0.277-1.327,0.608-2.267,0.885C9.414,14.53,8.639,14.695,8.363,13.146z M14.059,26.252c-0.498,0.11-2.268,0.498-3.097,0.83c-0.83,0.332,0.059,2.136,0.166,2.543c0.553,2.102,1.217,2.157,1.604,2.102c0.387-0.056,1.438-0.332,2.654-0.719c1.217-0.387,0.332-1.88-0.055-3.318C14.943,26.252,14.556,26.142,14.059,26.252zM14.501,29.957c-0.498,0.109-0.995,0.387-1.382,0.498c-0.387,0.109-0.719,0.275-0.995-1.327c-0.068-0.397-0.387-0.719,0.055-0.885c0.442-0.166,1.106-0.389,1.382-0.389c0.277,0,0.664,0,0.83,0.555C14.556,28.962,14.999,29.847,14.501,29.957z M33.632,22.437c-0.607-0.387-1.88,0.166-3.373,0.555c-1.492,0.387-2.819,0.606-4.921,0.994s-5.475,1.217-6.358,1.383c-0.884,0.166-0.447,1.697-0.387,2.434c0.221,2.709,2.046,1.604,6.414,0.663c4.369-0.939,5.31-1.327,7.688-1.714c2.377-0.387,1.604-1.771,1.548-2.269S34.242,22.824,33.632,22.437z M32.803,25.201c-0.607,0.166-2.321,0.442-4.533,1.051c-2.213,0.607-3.815,1.217-5.861,1.493c-2.046,0.275-2.82,0.498-2.82,0.166s-0.055-1.052-0.055-1.052c0.166-0.056,1.493-0.275,3.926-0.938c2.434-0.664,5.53-1.272,7.078-1.659s2.378-0.774,2.488-0.222C33.135,24.594,33.412,25.036,32.803,25.201z M23.901,19.728c2.433-0.719,8.072-1.77,9.179-2.102s0.885-1.548,0.553-2.488s-0.498-1.438-1.548-1.327s-3.373,0.664-6.69,1.383c-3.318,0.719-6.47,1.382-7.52,1.658c-1.051,0.276-0.409,1.535-0.387,2.544C17.542,21.994,21.468,20.445,23.901,19.728z M18.538,18.897c0-0.175-0.332-0.773,0.166-0.773c0.498,0,3.152-0.554,5.032-1.161c1.88-0.608,5.032-1.106,6.358-1.493c1.327-0.388,2.322-1.051,2.434-0.442c0.109,0.608,0.387,1.217-0.056,1.327c-0.441,0.11-4.258,0.442-6.636,1.216s-4.811,1.438-5.584,1.77C19.478,19.672,18.538,19.948,18.538,18.897z M11.847,23.377c0.94-0.222,1.77-0.664,2.986-1.051c1.216-0.388,0.276-2.544-0.111-3.815c-0.387-1.271-1.548-1.161-2.654-0.995s-2.765,0.829-3.263,0.995s0.426,2.367,0.553,2.931C9.966,24.15,10.906,23.598,11.847,23.377z M10.409,20.999c-0.131-0.634-1.05-1.493-0.332-1.604c0.718-0.111,1.216-0.442,2.322-0.608s1.217-0.442,1.327,0.498c0.111,0.938,0.719,2.102-0.11,2.267c-0.83,0.166-1.217,0.276-1.88,0.498C11.072,22.271,10.741,22.603,10.409,20.999zM21.91,11.322c2.378-0.664,6.359-0.995,8.405-1.383c2.046-0.387,0.939-2.211,0.553-3.262c-0.387-1.051-0.442-0.94-1.77-0.885c-1.326,0.055-3.98,0.553-6.248,0.995c-2.268,0.442-6.415,1.548-7.188,1.88c-0.774,0.332-0.16,1.609-0.056,2.322c0.387,2.654,1.162,2.156,1.991,1.77C18.427,12.373,19.533,11.986,21.91,11.322z M16.491,10.824c0,0-0.553-0.829,0.056-0.829c0.608,0,1.382-0.387,2.267-0.719c0.885-0.332,3.539-0.774,5.143-1.217c1.604-0.442,3.318-0.663,4.479-0.885c1.16-0.221,1.105-0.553,1.382,0c0.275,0.554,0.332,0.995-0.498,1.438C28.491,9.055,27.275,9,24.674,9.608c-2.6,0.608-2.931,0.497-4.811,1.161C17.985,11.433,16.713,12.483,16.491,10.824z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-list-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.392px' height='40.392px' viewBox='0 0 40.392 40.392' style='enable-background:new 0 0 40.392 40.392;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M39.108,29.128c-0.332-1.549-1.771-9.732-2.766-15.262c-0.996-5.53-2.321-10.341-3.263-12.553c-0.94-2.212-3.373-1.105-6.414-0.442c-3.042,0.664-7.133,1.051-13.99,2.931C5.819,5.682,3.497,7.064,1.948,8.06C0.4,9.055,1.174,10.991,1.395,11.599c0.221,0.608,2.401,6.671,3.207,9.953c0.774,3.152,3.981,13.99,4.921,16.865c0.94,2.876,3.042,1.936,5.143,1.327c2.102-0.607,5.419-1.549,9.29-2.543c3.871-0.996,7.465-1.106,9.732-1.438c2.267-0.332,2.985-1.271,4.533-2.102C39.77,32.831,39.44,30.676,39.108,29.128z M37.005,31.948c-1.051,0.828-2.433,1.603-6.415,2.155c-3.98,0.554-7.41,0.995-10.617,1.88c-3.207,0.886-4.534,1.659-5.861,1.99c-1.327,0.332-2.433,1.051-3.042-0.719c-0.609-1.771-5.97-20.182-6.911-22.836c-0.484-1.368-1.991-4.258-0.442-5.032C5.267,8.613,8.474,6.788,14.722,5.24c6.249-1.548,11.723-2.433,13.327-2.819c1.604-0.388,3.649-1.051,3.981,0.553s1.991,9.29,3.76,18.136C37.559,29.957,38.056,31.118,37.005,31.948z M11.238,15.027c0,0,1.77-0.608,2.599-0.94c0.829-0.331-0.498-3.373-0.719-4.147c-0.221-0.773-0.885-1.271-2.156-0.829C9.69,9.553,7.589,10.106,6.87,10.382c-0.719,0.276,0.387,3.152,1.051,4.535C8.584,16.299,9.8,15.414,11.238,15.027z M8.363,13.146c-0.144-0.803-0.995-1.824-0.166-2.045c0.83-0.222,2.765-0.554,3.208-0.72c0.442-0.165,0.829-0.165,1.05,0.72c0.221,0.885,0.83,1.99,0.166,2.267c-0.664,0.277-1.327,0.608-2.267,0.885C9.414,14.53,8.639,14.695,8.363,13.146z M14.059,26.252c-0.498,0.11-2.268,0.498-3.097,0.83c-0.83,0.332,0.059,2.136,0.166,2.543c0.553,2.102,1.217,2.157,1.604,2.102c0.387-0.056,1.438-0.332,2.654-0.719c1.217-0.387,0.332-1.88-0.055-3.318C14.943,26.252,14.556,26.142,14.059,26.252zM14.501,29.957c-0.498,0.109-0.995,0.387-1.382,0.498c-0.387,0.109-0.719,0.275-0.995-1.327c-0.068-0.397-0.387-0.719,0.055-0.885c0.442-0.166,1.106-0.389,1.382-0.389c0.277,0,0.664,0,0.83,0.555C14.556,28.962,14.999,29.847,14.501,29.957z M33.632,22.437c-0.607-0.387-1.88,0.166-3.373,0.555c-1.492,0.387-2.819,0.606-4.921,0.994s-5.475,1.217-6.358,1.383c-0.884,0.166-0.447,1.697-0.387,2.434c0.221,2.709,2.046,1.604,6.414,0.663c4.369-0.939,5.31-1.327,7.688-1.714c2.377-0.387,1.604-1.771,1.548-2.269S34.242,22.824,33.632,22.437z M32.803,25.201c-0.607,0.166-2.321,0.442-4.533,1.051c-2.213,0.607-3.815,1.217-5.861,1.493c-2.046,0.275-2.82,0.498-2.82,0.166s-0.055-1.052-0.055-1.052c0.166-0.056,1.493-0.275,3.926-0.938c2.434-0.664,5.53-1.272,7.078-1.659s2.378-0.774,2.488-0.222C33.135,24.594,33.412,25.036,32.803,25.201z M23.901,19.728c2.433-0.719,8.072-1.77,9.179-2.102s0.885-1.548,0.553-2.488s-0.498-1.438-1.548-1.327s-3.373,0.664-6.69,1.383c-3.318,0.719-6.47,1.382-7.52,1.658c-1.051,0.276-0.409,1.535-0.387,2.544C17.542,21.994,21.468,20.445,23.901,19.728z M18.538,18.897c0-0.175-0.332-0.773,0.166-0.773c0.498,0,3.152-0.554,5.032-1.161c1.88-0.608,5.032-1.106,6.358-1.493c1.327-0.388,2.322-1.051,2.434-0.442c0.109,0.608,0.387,1.217-0.056,1.327c-0.441,0.11-4.258,0.442-6.636,1.216s-4.811,1.438-5.584,1.77C19.478,19.672,18.538,19.948,18.538,18.897z M11.847,23.377c0.94-0.222,1.77-0.664,2.986-1.051c1.216-0.388,0.276-2.544-0.111-3.815c-0.387-1.271-1.548-1.161-2.654-0.995s-2.765,0.829-3.263,0.995s0.426,2.367,0.553,2.931C9.966,24.15,10.906,23.598,11.847,23.377z M10.409,20.999c-0.131-0.634-1.05-1.493-0.332-1.604c0.718-0.111,1.216-0.442,2.322-0.608s1.217-0.442,1.327,0.498c0.111,0.938,0.719,2.102-0.11,2.267c-0.83,0.166-1.217,0.276-1.88,0.498C11.072,22.271,10.741,22.603,10.409,20.999zM21.91,11.322c2.378-0.664,6.359-0.995,8.405-1.383c2.046-0.387,0.939-2.211,0.553-3.262c-0.387-1.051-0.442-0.94-1.77-0.885c-1.326,0.055-3.98,0.553-6.248,0.995c-2.268,0.442-6.415,1.548-7.188,1.88c-0.774,0.332-0.16,1.609-0.056,2.322c0.387,2.654,1.162,2.156,1.991,1.77C18.427,12.373,19.533,11.986,21.91,11.322z M16.491,10.824c0,0-0.553-0.829,0.056-0.829c0.608,0,1.382-0.387,2.267-0.719c0.885-0.332,3.539-0.774,5.143-1.217c1.604-0.442,3.318-0.663,4.479-0.885c1.16-0.221,1.105-0.553,1.382,0c0.275,0.554,0.332,0.995-0.498,1.438C28.491,9.055,27.275,9,24.674,9.608c-2.6,0.608-2.931,0.497-4.811,1.161C17.985,11.433,16.713,12.483,16.491,10.824z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-list-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.392px' height='40.392px' viewBox='0 0 40.392 40.392' style='enable-background:new 0 0 40.392 40.392;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M39.108,29.128c-0.332-1.549-1.771-9.732-2.766-15.262c-0.996-5.53-2.321-10.341-3.263-12.553c-0.94-2.212-3.373-1.105-6.414-0.442c-3.042,0.664-7.133,1.051-13.99,2.931C5.819,5.682,3.497,7.064,1.948,8.06C0.4,9.055,1.174,10.991,1.395,11.599c0.221,0.608,2.401,6.671,3.207,9.953c0.774,3.152,3.981,13.99,4.921,16.865c0.94,2.876,3.042,1.936,5.143,1.327c2.102-0.607,5.419-1.549,9.29-2.543c3.871-0.996,7.465-1.106,9.732-1.438c2.267-0.332,2.985-1.271,4.533-2.102C39.77,32.831,39.44,30.676,39.108,29.128z M37.005,31.948c-1.051,0.828-2.433,1.603-6.415,2.155c-3.98,0.554-7.41,0.995-10.617,1.88c-3.207,0.886-4.534,1.659-5.861,1.99c-1.327,0.332-2.433,1.051-3.042-0.719c-0.609-1.771-5.97-20.182-6.911-22.836c-0.484-1.368-1.991-4.258-0.442-5.032C5.267,8.613,8.474,6.788,14.722,5.24c6.249-1.548,11.723-2.433,13.327-2.819c1.604-0.388,3.649-1.051,3.981,0.553s1.991,9.29,3.76,18.136C37.559,29.957,38.056,31.118,37.005,31.948z M11.238,15.027c0,0,1.77-0.608,2.599-0.94c0.829-0.331-0.498-3.373-0.719-4.147c-0.221-0.773-0.885-1.271-2.156-0.829C9.69,9.553,7.589,10.106,6.87,10.382c-0.719,0.276,0.387,3.152,1.051,4.535C8.584,16.299,9.8,15.414,11.238,15.027z M8.363,13.146c-0.144-0.803-0.995-1.824-0.166-2.045c0.83-0.222,2.765-0.554,3.208-0.72c0.442-0.165,0.829-0.165,1.05,0.72c0.221,0.885,0.83,1.99,0.166,2.267c-0.664,0.277-1.327,0.608-2.267,0.885C9.414,14.53,8.639,14.695,8.363,13.146z M14.059,26.252c-0.498,0.11-2.268,0.498-3.097,0.83c-0.83,0.332,0.059,2.136,0.166,2.543c0.553,2.102,1.217,2.157,1.604,2.102c0.387-0.056,1.438-0.332,2.654-0.719c1.217-0.387,0.332-1.88-0.055-3.318C14.943,26.252,14.556,26.142,14.059,26.252zM14.501,29.957c-0.498,0.109-0.995,0.387-1.382,0.498c-0.387,0.109-0.719,0.275-0.995-1.327c-0.068-0.397-0.387-0.719,0.055-0.885c0.442-0.166,1.106-0.389,1.382-0.389c0.277,0,0.664,0,0.83,0.555C14.556,28.962,14.999,29.847,14.501,29.957z M33.632,22.437c-0.607-0.387-1.88,0.166-3.373,0.555c-1.492,0.387-2.819,0.606-4.921,0.994s-5.475,1.217-6.358,1.383c-0.884,0.166-0.447,1.697-0.387,2.434c0.221,2.709,2.046,1.604,6.414,0.663c4.369-0.939,5.31-1.327,7.688-1.714c2.377-0.387,1.604-1.771,1.548-2.269S34.242,22.824,33.632,22.437z M32.803,25.201c-0.607,0.166-2.321,0.442-4.533,1.051c-2.213,0.607-3.815,1.217-5.861,1.493c-2.046,0.275-2.82,0.498-2.82,0.166s-0.055-1.052-0.055-1.052c0.166-0.056,1.493-0.275,3.926-0.938c2.434-0.664,5.53-1.272,7.078-1.659s2.378-0.774,2.488-0.222C33.135,24.594,33.412,25.036,32.803,25.201z M23.901,19.728c2.433-0.719,8.072-1.77,9.179-2.102s0.885-1.548,0.553-2.488s-0.498-1.438-1.548-1.327s-3.373,0.664-6.69,1.383c-3.318,0.719-6.47,1.382-7.52,1.658c-1.051,0.276-0.409,1.535-0.387,2.544C17.542,21.994,21.468,20.445,23.901,19.728z M18.538,18.897c0-0.175-0.332-0.773,0.166-0.773c0.498,0,3.152-0.554,5.032-1.161c1.88-0.608,5.032-1.106,6.358-1.493c1.327-0.388,2.322-1.051,2.434-0.442c0.109,0.608,0.387,1.217-0.056,1.327c-0.441,0.11-4.258,0.442-6.636,1.216s-4.811,1.438-5.584,1.77C19.478,19.672,18.538,19.948,18.538,18.897z M11.847,23.377c0.94-0.222,1.77-0.664,2.986-1.051c1.216-0.388,0.276-2.544-0.111-3.815c-0.387-1.271-1.548-1.161-2.654-0.995s-2.765,0.829-3.263,0.995s0.426,2.367,0.553,2.931C9.966,24.15,10.906,23.598,11.847,23.377z M10.409,20.999c-0.131-0.634-1.05-1.493-0.332-1.604c0.718-0.111,1.216-0.442,2.322-0.608s1.217-0.442,1.327,0.498c0.111,0.938,0.719,2.102-0.11,2.267c-0.83,0.166-1.217,0.276-1.88,0.498C11.072,22.271,10.741,22.603,10.409,20.999zM21.91,11.322c2.378-0.664,6.359-0.995,8.405-1.383c2.046-0.387,0.939-2.211,0.553-3.262c-0.387-1.051-0.442-0.94-1.77-0.885c-1.326,0.055-3.98,0.553-6.248,0.995c-2.268,0.442-6.415,1.548-7.188,1.88c-0.774,0.332-0.16,1.609-0.056,2.322c0.387,2.654,1.162,2.156,1.991,1.77C18.427,12.373,19.533,11.986,21.91,11.322z M16.491,10.824c0,0-0.553-0.829,0.056-0.829c0.608,0,1.382-0.387,2.267-0.719c0.885-0.332,3.539-0.774,5.143-1.217c1.604-0.442,3.318-0.663,4.479-0.885c1.16-0.221,1.105-0.553,1.382,0c0.275,0.554,0.332,0.995-0.498,1.438C28.491,9.055,27.275,9,24.674,9.608c-2.6,0.608-2.931,0.497-4.811,1.161C17.985,11.433,16.713,12.483,16.491,10.824z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-list-orange, .no-touch .smallbutton.smallbutton-list:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.392px' height='40.392px' viewBox='0 0 40.392 40.392' style='enable-background:new 0 0 40.392 40.392;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M39.108,29.128c-0.332-1.549-1.771-9.732-2.766-15.262c-0.996-5.53-2.321-10.341-3.263-12.553c-0.94-2.212-3.373-1.105-6.414-0.442c-3.042,0.664-7.133,1.051-13.99,2.931C5.819,5.682,3.497,7.064,1.948,8.06C0.4,9.055,1.174,10.991,1.395,11.599c0.221,0.608,2.401,6.671,3.207,9.953c0.774,3.152,3.981,13.99,4.921,16.865c0.94,2.876,3.042,1.936,5.143,1.327c2.102-0.607,5.419-1.549,9.29-2.543c3.871-0.996,7.465-1.106,9.732-1.438c2.267-0.332,2.985-1.271,4.533-2.102C39.77,32.831,39.44,30.676,39.108,29.128z M37.005,31.948c-1.051,0.828-2.433,1.603-6.415,2.155c-3.98,0.554-7.41,0.995-10.617,1.88c-3.207,0.886-4.534,1.659-5.861,1.99c-1.327,0.332-2.433,1.051-3.042-0.719c-0.609-1.771-5.97-20.182-6.911-22.836c-0.484-1.368-1.991-4.258-0.442-5.032C5.267,8.613,8.474,6.788,14.722,5.24c6.249-1.548,11.723-2.433,13.327-2.819c1.604-0.388,3.649-1.051,3.981,0.553s1.991,9.29,3.76,18.136C37.559,29.957,38.056,31.118,37.005,31.948z M11.238,15.027c0,0,1.77-0.608,2.599-0.94c0.829-0.331-0.498-3.373-0.719-4.147c-0.221-0.773-0.885-1.271-2.156-0.829C9.69,9.553,7.589,10.106,6.87,10.382c-0.719,0.276,0.387,3.152,1.051,4.535C8.584,16.299,9.8,15.414,11.238,15.027z M8.363,13.146c-0.144-0.803-0.995-1.824-0.166-2.045c0.83-0.222,2.765-0.554,3.208-0.72c0.442-0.165,0.829-0.165,1.05,0.72c0.221,0.885,0.83,1.99,0.166,2.267c-0.664,0.277-1.327,0.608-2.267,0.885C9.414,14.53,8.639,14.695,8.363,13.146z M14.059,26.252c-0.498,0.11-2.268,0.498-3.097,0.83c-0.83,0.332,0.059,2.136,0.166,2.543c0.553,2.102,1.217,2.157,1.604,2.102c0.387-0.056,1.438-0.332,2.654-0.719c1.217-0.387,0.332-1.88-0.055-3.318C14.943,26.252,14.556,26.142,14.059,26.252zM14.501,29.957c-0.498,0.109-0.995,0.387-1.382,0.498c-0.387,0.109-0.719,0.275-0.995-1.327c-0.068-0.397-0.387-0.719,0.055-0.885c0.442-0.166,1.106-0.389,1.382-0.389c0.277,0,0.664,0,0.83,0.555C14.556,28.962,14.999,29.847,14.501,29.957z M33.632,22.437c-0.607-0.387-1.88,0.166-3.373,0.555c-1.492,0.387-2.819,0.606-4.921,0.994s-5.475,1.217-6.358,1.383c-0.884,0.166-0.447,1.697-0.387,2.434c0.221,2.709,2.046,1.604,6.414,0.663c4.369-0.939,5.31-1.327,7.688-1.714c2.377-0.387,1.604-1.771,1.548-2.269S34.242,22.824,33.632,22.437z M32.803,25.201c-0.607,0.166-2.321,0.442-4.533,1.051c-2.213,0.607-3.815,1.217-5.861,1.493c-2.046,0.275-2.82,0.498-2.82,0.166s-0.055-1.052-0.055-1.052c0.166-0.056,1.493-0.275,3.926-0.938c2.434-0.664,5.53-1.272,7.078-1.659s2.378-0.774,2.488-0.222C33.135,24.594,33.412,25.036,32.803,25.201z M23.901,19.728c2.433-0.719,8.072-1.77,9.179-2.102s0.885-1.548,0.553-2.488s-0.498-1.438-1.548-1.327s-3.373,0.664-6.69,1.383c-3.318,0.719-6.47,1.382-7.52,1.658c-1.051,0.276-0.409,1.535-0.387,2.544C17.542,21.994,21.468,20.445,23.901,19.728z M18.538,18.897c0-0.175-0.332-0.773,0.166-0.773c0.498,0,3.152-0.554,5.032-1.161c1.88-0.608,5.032-1.106,6.358-1.493c1.327-0.388,2.322-1.051,2.434-0.442c0.109,0.608,0.387,1.217-0.056,1.327c-0.441,0.11-4.258,0.442-6.636,1.216s-4.811,1.438-5.584,1.77C19.478,19.672,18.538,19.948,18.538,18.897z M11.847,23.377c0.94-0.222,1.77-0.664,2.986-1.051c1.216-0.388,0.276-2.544-0.111-3.815c-0.387-1.271-1.548-1.161-2.654-0.995s-2.765,0.829-3.263,0.995s0.426,2.367,0.553,2.931C9.966,24.15,10.906,23.598,11.847,23.377z M10.409,20.999c-0.131-0.634-1.05-1.493-0.332-1.604c0.718-0.111,1.216-0.442,2.322-0.608s1.217-0.442,1.327,0.498c0.111,0.938,0.719,2.102-0.11,2.267c-0.83,0.166-1.217,0.276-1.88,0.498C11.072,22.271,10.741,22.603,10.409,20.999zM21.91,11.322c2.378-0.664,6.359-0.995,8.405-1.383c2.046-0.387,0.939-2.211,0.553-3.262c-0.387-1.051-0.442-0.94-1.77-0.885c-1.326,0.055-3.98,0.553-6.248,0.995c-2.268,0.442-6.415,1.548-7.188,1.88c-0.774,0.332-0.16,1.609-0.056,2.322c0.387,2.654,1.162,2.156,1.991,1.77C18.427,12.373,19.533,11.986,21.91,11.322z M16.491,10.824c0,0-0.553-0.829,0.056-0.829c0.608,0,1.382-0.387,2.267-0.719c0.885-0.332,3.539-0.774,5.143-1.217c1.604-0.442,3.318-0.663,4.479-0.885c1.16-0.221,1.105-0.553,1.382,0c0.275,0.554,0.332,0.995-0.498,1.438C28.491,9.055,27.275,9,24.674,9.608c-2.6,0.608-2.931,0.497-4.811,1.161C17.985,11.433,16.713,12.483,16.491,10.824z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-download-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.827 49.827' style='enable-background:new 0 0 49.827 49.827;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.939,41.327c0,4.687-3.813,8.5-8.5,8.5H13.388c-4.687,0-8.5-3.813-8.5-8.5c0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,0.827,0.673,1.5,1.5,1.5h23.051c0.827,0,1.5-0.673,1.5-1.5c0-1.933,1.567-3.5,3.5-3.5S44.939,39.394,44.939,41.327z M22.439,34.302c0.657,0.656,1.547,1.025,2.475,1.025s1.818-0.369,2.475-1.025l10.333-10.334c1.367-1.367,1.367-3.583,0-4.95c-1.367-1.366-3.584-1.367-4.949,0l-4.358,4.358V3.5c0-1.933-1.567-3.5-3.5-3.5s-3.5,1.567-3.5,3.5v19.877l-4.359-4.359c-1.367-1.366-3.583-1.366-4.95,0c-1.367,1.367-1.367,3.583,0,4.95L22.439,34.302z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-download-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.827 49.827' style='enable-background:new 0 0 49.827 49.827;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.939,41.327c0,4.687-3.813,8.5-8.5,8.5H13.388c-4.687,0-8.5-3.813-8.5-8.5c0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,0.827,0.673,1.5,1.5,1.5h23.051c0.827,0,1.5-0.673,1.5-1.5c0-1.933,1.567-3.5,3.5-3.5S44.939,39.394,44.939,41.327z M22.439,34.302c0.657,0.656,1.547,1.025,2.475,1.025s1.818-0.369,2.475-1.025l10.333-10.334c1.367-1.367,1.367-3.583,0-4.95c-1.367-1.366-3.584-1.367-4.949,0l-4.358,4.358V3.5c0-1.933-1.567-3.5-3.5-3.5s-3.5,1.567-3.5,3.5v19.877l-4.359-4.359c-1.367-1.366-3.583-1.366-4.95,0c-1.367,1.367-1.367,3.583,0,4.95L22.439,34.302z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-download-black, .smallbutton.smallbutton-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.827 49.827' style='enable-background:new 0 0 49.827 49.827;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.939,41.327c0,4.687-3.813,8.5-8.5,8.5H13.388c-4.687,0-8.5-3.813-8.5-8.5c0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,0.827,0.673,1.5,1.5,1.5h23.051c0.827,0,1.5-0.673,1.5-1.5c0-1.933,1.567-3.5,3.5-3.5S44.939,39.394,44.939,41.327z M22.439,34.302c0.657,0.656,1.547,1.025,2.475,1.025s1.818-0.369,2.475-1.025l10.333-10.334c1.367-1.367,1.367-3.583,0-4.95c-1.367-1.366-3.584-1.367-4.949,0l-4.358,4.358V3.5c0-1.933-1.567-3.5-3.5-3.5s-3.5,1.567-3.5,3.5v19.877l-4.359-4.359c-1.367-1.366-3.583-1.366-4.95,0c-1.367,1.367-1.367,3.583,0,4.95L22.439,34.302z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-download-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.827 49.827' style='enable-background:new 0 0 49.827 49.827;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.939,41.327c0,4.687-3.813,8.5-8.5,8.5H13.388c-4.687,0-8.5-3.813-8.5-8.5c0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,0.827,0.673,1.5,1.5,1.5h23.051c0.827,0,1.5-0.673,1.5-1.5c0-1.933,1.567-3.5,3.5-3.5S44.939,39.394,44.939,41.327z M22.439,34.302c0.657,0.656,1.547,1.025,2.475,1.025s1.818-0.369,2.475-1.025l10.333-10.334c1.367-1.367,1.367-3.583,0-4.95c-1.367-1.366-3.584-1.367-4.949,0l-4.358,4.358V3.5c0-1.933-1.567-3.5-3.5-3.5s-3.5,1.567-3.5,3.5v19.877l-4.359-4.359c-1.367-1.366-3.583-1.366-4.95,0c-1.367,1.367-1.367,3.583,0,4.95L22.439,34.302z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-download-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.827 49.827' style='enable-background:new 0 0 49.827 49.827;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.939,41.327c0,4.687-3.813,8.5-8.5,8.5H13.388c-4.687,0-8.5-3.813-8.5-8.5c0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,0.827,0.673,1.5,1.5,1.5h23.051c0.827,0,1.5-0.673,1.5-1.5c0-1.933,1.567-3.5,3.5-3.5S44.939,39.394,44.939,41.327z M22.439,34.302c0.657,0.656,1.547,1.025,2.475,1.025s1.818-0.369,2.475-1.025l10.333-10.334c1.367-1.367,1.367-3.583,0-4.95c-1.367-1.366-3.584-1.367-4.949,0l-4.358,4.358V3.5c0-1.933-1.567-3.5-3.5-3.5s-3.5,1.567-3.5,3.5v19.877l-4.359-4.359c-1.367-1.366-3.583-1.366-4.95,0c-1.367,1.367-1.367,3.583,0,4.95L22.439,34.302z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-download-orange, .no-touch .smallbutton.smallbutton-download:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.827 49.827' style='enable-background:new 0 0 49.827 49.827;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.939,41.327c0,4.687-3.813,8.5-8.5,8.5H13.388c-4.687,0-8.5-3.813-8.5-8.5c0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,0.827,0.673,1.5,1.5,1.5h23.051c0.827,0,1.5-0.673,1.5-1.5c0-1.933,1.567-3.5,3.5-3.5S44.939,39.394,44.939,41.327z M22.439,34.302c0.657,0.656,1.547,1.025,2.475,1.025s1.818-0.369,2.475-1.025l10.333-10.334c1.367-1.367,1.367-3.583,0-4.95c-1.367-1.366-3.584-1.367-4.949,0l-4.358,4.358V3.5c0-1.933-1.567-3.5-3.5-3.5s-3.5,1.567-3.5,3.5v19.877l-4.359-4.359c-1.367-1.366-3.583-1.366-4.95,0c-1.367,1.367-1.367,3.583,0,4.95L22.439,34.302z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-back-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.425 492.425' style='enable-background:new 0 0 492.425 492.425;' xml:space='preserve'%3E%3Cpath id='XMLID_586_' d='M228.398,137.833V92.355c0.008-9.697-5.364-18.611-13.946-23.123c-8.576-4.529-18.959-3.935-26.964,1.541L10.172,192.148C3.821,196.497,0.014,203.679,0,211.369c-0.025,7.692,3.733,14.903,10.052,19.286l177.283,122.947c7.99,5.559,18.405,6.201,27.02,1.688c8.623-4.512,14.019-13.424,14.027-23.156v-38.301c93.167,2.682,174.585,50.617,221.525,122.049c5.484,8.334,15.963,12.189,25.775,9.475c9.805-2.713,16.629-11.371,16.726-21.262c0.009-0.885,0.017-1.768,0.017-2.65C492.425,258.31,374.944,142.091,228.398,137.833z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-back-brown, .button.button-back:hover, .button-back.button--3D:hover, .button-back.button--wide:hover, .button-back.button--caracteristic:hover, .button-back.button--input:hover, .button-back.maplist-item--fullbutton:hover, .maplist-item--map .button-back.maplist-item-mapbtn:hover, .maplist-item--map .button-back.maplist-item-morebtn:hover, .maplist-item--import .button-back.maplist-item--importbtn:hover, .maplist-item--logins .button-back.maplist-item--loginbtn:hover, .maplist-item--logins .button-back.maplist-item--registerbtn:hover, .maplist-item--profil .button-back.maplist-item-profilname:hover, .maplist-item--profil .button-back.maplist-item-morebtn:hover, .button.button-back.active, .button-back.active.button--3D, .button-back.active.button--wide, .button-back.active.button--caracteristic, .button-back.active.button--input, .button-back.active.maplist-item--fullbutton, .maplist-item--map .button-back.active.maplist-item-mapbtn, .maplist-item--map .button-back.active.maplist-item-morebtn, .maplist-item--import .button-back.active.maplist-item--importbtn, .maplist-item--logins .button-back.active.maplist-item--loginbtn, .maplist-item--logins .button-back.active.maplist-item--registerbtn, .maplist-item--profil .button-back.active.maplist-item-profilname, .maplist-item--profil .button-back.active.maplist-item-morebtn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.425 492.425' style='enable-background:new 0 0 492.425 492.425;' xml:space='preserve'%3E%3Cpath id='XMLID_586_' d='M228.398,137.833V92.355c0.008-9.697-5.364-18.611-13.946-23.123c-8.576-4.529-18.959-3.935-26.964,1.541L10.172,192.148C3.821,196.497,0.014,203.679,0,211.369c-0.025,7.692,3.733,14.903,10.052,19.286l177.283,122.947c7.99,5.559,18.405,6.201,27.02,1.688c8.623-4.512,14.019-13.424,14.027-23.156v-38.301c93.167,2.682,174.585,50.617,221.525,122.049c5.484,8.334,15.963,12.189,25.775,9.475c9.805-2.713,16.629-11.371,16.726-21.262c0.009-0.885,0.017-1.768,0.017-2.65C492.425,258.31,374.944,142.091,228.398,137.833z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-back-black, .button.button-back, .button-back.button--3D, .button-back.button--wide, .button-back.button--caracteristic, .button-back.button--input, .button-back.maplist-item--fullbutton, .maplist-item--map .button-back.maplist-item-mapbtn, .maplist-item--map .button-back.maplist-item-morebtn, .maplist-item--import .button-back.maplist-item--importbtn, .maplist-item--logins .button-back.maplist-item--loginbtn, .maplist-item--logins .button-back.maplist-item--registerbtn, .maplist-item--profil .button-back.maplist-item-profilname, .maplist-item--profil .button-back.maplist-item-morebtn, .smallbutton.smallbutton-back {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.425 492.425' style='enable-background:new 0 0 492.425 492.425;' xml:space='preserve'%3E%3Cpath id='XMLID_586_' d='M228.398,137.833V92.355c0.008-9.697-5.364-18.611-13.946-23.123c-8.576-4.529-18.959-3.935-26.964,1.541L10.172,192.148C3.821,196.497,0.014,203.679,0,211.369c-0.025,7.692,3.733,14.903,10.052,19.286l177.283,122.947c7.99,5.559,18.405,6.201,27.02,1.688c8.623-4.512,14.019-13.424,14.027-23.156v-38.301c93.167,2.682,174.585,50.617,221.525,122.049c5.484,8.334,15.963,12.189,25.775,9.475c9.805-2.713,16.629-11.371,16.726-21.262c0.009-0.885,0.017-1.768,0.017-2.65C492.425,258.31,374.944,142.091,228.398,137.833z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-back-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.425 492.425' style='enable-background:new 0 0 492.425 492.425;' xml:space='preserve'%3E%3Cpath id='XMLID_586_' d='M228.398,137.833V92.355c0.008-9.697-5.364-18.611-13.946-23.123c-8.576-4.529-18.959-3.935-26.964,1.541L10.172,192.148C3.821,196.497,0.014,203.679,0,211.369c-0.025,7.692,3.733,14.903,10.052,19.286l177.283,122.947c7.99,5.559,18.405,6.201,27.02,1.688c8.623-4.512,14.019-13.424,14.027-23.156v-38.301c93.167,2.682,174.585,50.617,221.525,122.049c5.484,8.334,15.963,12.189,25.775,9.475c9.805-2.713,16.629-11.371,16.726-21.262c0.009-0.885,0.017-1.768,0.017-2.65C492.425,258.31,374.944,142.091,228.398,137.833z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-back-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.425 492.425' style='enable-background:new 0 0 492.425 492.425;' xml:space='preserve'%3E%3Cpath id='XMLID_586_' d='M228.398,137.833V92.355c0.008-9.697-5.364-18.611-13.946-23.123c-8.576-4.529-18.959-3.935-26.964,1.541L10.172,192.148C3.821,196.497,0.014,203.679,0,211.369c-0.025,7.692,3.733,14.903,10.052,19.286l177.283,122.947c7.99,5.559,18.405,6.201,27.02,1.688c8.623-4.512,14.019-13.424,14.027-23.156v-38.301c93.167,2.682,174.585,50.617,221.525,122.049c5.484,8.334,15.963,12.189,25.775,9.475c9.805-2.713,16.629-11.371,16.726-21.262c0.009-0.885,0.017-1.768,0.017-2.65C492.425,258.31,374.944,142.091,228.398,137.833z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-back-orange, .no-touch .smallbutton.smallbutton-back:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.425 492.425' style='enable-background:new 0 0 492.425 492.425;' xml:space='preserve'%3E%3Cpath id='XMLID_586_' d='M228.398,137.833V92.355c0.008-9.697-5.364-18.611-13.946-23.123c-8.576-4.529-18.959-3.935-26.964,1.541L10.172,192.148C3.821,196.497,0.014,203.679,0,211.369c-0.025,7.692,3.733,14.903,10.052,19.286l177.283,122.947c7.99,5.559,18.405,6.201,27.02,1.688c8.623-4.512,14.019-13.424,14.027-23.156v-38.301c93.167,2.682,174.585,50.617,221.525,122.049c5.484,8.334,15.963,12.189,25.775,9.475c9.805-2.713,16.629-11.371,16.726-21.262c0.009-0.885,0.017-1.768,0.017-2.65C492.425,258.31,374.944,142.091,228.398,137.833z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-mapconfig-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23010202' stroke-width='3' stroke-miterlimit='10' points='20.609,43.32 127.52,43.32 111.82,126.0024.912,126.002 '/%3E%3Ccircle cx='127.52' cy='45.567' r='21.569'/%3E%3Cg%3E%3Cpath d='M137.928,43.246h-1.764c-0.203-0.762-0.506-1.484-0.891-2.151l1.246-1.248c0.26-0.257,0.26-0.677,0-0.938l-2.346-2.344c-0.256-0.259-0.676-0.259-0.936,0l-1.246,1.247c-0.668-0.386-1.389-0.687-2.152-0.891v-1.763c0-0.367-0.297-0.663-0.664-0.663h-3.314c-0.365,0-0.662,0.297-0.662,0.663v1.763c-0.762,0.204-1.484,0.504-2.152,0.891l-1.246-1.246c-0.262-0.259-0.678-0.259-0.938,0l-2.346,2.343c-0.258,0.259-0.258,0.679,0,0.938l1.248,1.248c-0.385,0.668-0.686,1.39-0.891,2.151h-1.762c-0.369,0-0.664,0.298-0.664,0.663v3.313c0,0.367,0.295,0.664,0.664,0.664h1.762c0.205,0.762,0.506,1.484,0.891,2.15l-1.248,1.248c-0.258,0.257-0.258,0.678,0,0.938l2.346,2.344c0.26,0.259,0.676,0.259,0.938,0l1.246-1.249c0.668,0.386,1.391,0.688,2.152,0.893v1.763c0,0.365,0.297,0.662,0.662,0.662h3.314c0.367,0,0.664-0.297,0.664-0.662v-1.763c0.764-0.204,1.484-0.505,2.152-0.893l1.246,1.249c0.26,0.259,0.68,0.259,0.936,0l2.346-2.344c0.26-0.26,0.26-0.68,0-0.938l-1.246-1.248c0.385-0.668,0.688-1.39,0.891-2.15h1.764c0.367,0,0.662-0.297,0.662-0.664v-3.313C138.59,43.543,138.295,43.246,137.928,43.246L137.928,43.246z M127.52,48.881c-1.832,0-3.316-1.484-3.316-3.314c0-1.83,1.484-3.314,3.316-3.314c1.83,0,3.314,1.484,3.314,3.314C130.834,47.396,129.35,48.881,127.52,48.881L127.52,48.881z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M56.681,60.607c-3.525,0.969-4.75,4.14-4.54,5.465c0.064-0.041,0.127-0.08,0.191-0.125c2.374-1.553,5.063-2.312,7.806-2.75c1.25-0.2,2.099-0.236,2.099-0.236s-7.058,2.221-9.694,3.942c-3.02,1.968-4.434,5.195-5.265,8.708c-0.828-3.513-2.246-6.74-5.26-8.708c-2.638-1.72-9.697-3.938-9.697-3.938S33.173,63,34.422,63.2c2.743,0.438,5.437,1.197,7.807,2.753c0.064,0.043,0.127,0.078,0.191,0.125c0.205-1.326-1.019-4.499-4.541-5.466c-3.839-1.053-7.496,1.742-9.536,1.626c2.811,2.012,3.204,3.99,7.287,5.765c2.774,1.205,4.642,0.516,5.713-0.384c0.024,0.024,3.404,2.11,5.131,8.889c-3.783,0.326-6.729,2.907-6.729,6.048c0,2.035,15.068,1.986,15.068,0c0-3.141-2.949-5.722-6.727-6.048c1.718-6.786,5.102-8.869,5.126-8.894c1.066,0.899,2.938,1.591,5.711,0.385c4.083-1.774,4.482-3.758,7.289-5.766C64.177,62.349,60.51,59.551,56.681,60.607L56.681,60.607z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M94.552,85.497c-3.523,0.969-4.75,4.139-4.539,5.463c0.064-0.039,0.125-0.08,0.19-0.123c2.374-1.554,5.063-2.313,7.806-2.75c1.25-0.199,2.101-0.236,2.101-0.236s-7.06,2.22-9.694,3.941c-3.02,1.967-4.435,5.195-5.265,8.709c-0.827-3.514-2.245-6.742-5.261-8.709c-2.639-1.719-9.696-3.938-9.696-3.938s0.853,0.035,2.101,0.236c2.742,0.438,5.438,1.195,7.807,2.75c0.064,0.045,0.127,0.08,0.19,0.125c0.204-1.324-1.018-4.496-4.54-5.463c-3.839-1.054-7.496,1.741-9.535,1.625c2.811,2.01,3.203,3.988,7.287,5.764c2.774,1.205,4.641,0.517,5.713-0.385c0.023,0.025,3.403,2.111,5.131,8.891c-3.781,0.324-6.729,2.906-6.729,6.048c0,2.035,15.068,1.985,15.068,0c0-3.142-2.948-5.724-6.727-6.048c1.717-6.786,5.102-8.869,5.125-8.895c1.067,0.899,2.938,1.59,5.713,0.385c4.084-1.773,4.481-3.758,7.289-5.764C102.048,87.239,98.382,84.442,94.552,85.497L94.552,85.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-mapconfig-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23010202' stroke-width='3' stroke-miterlimit='10' points='20.609,43.32 127.52,43.32 111.82,126.0024.912,126.002 '/%3E%3Ccircle cx='127.52' cy='45.567' r='21.569'/%3E%3Cg%3E%3Cpath d='M137.928,43.246h-1.764c-0.203-0.762-0.506-1.484-0.891-2.151l1.246-1.248c0.26-0.257,0.26-0.677,0-0.938l-2.346-2.344c-0.256-0.259-0.676-0.259-0.936,0l-1.246,1.247c-0.668-0.386-1.389-0.687-2.152-0.891v-1.763c0-0.367-0.297-0.663-0.664-0.663h-3.314c-0.365,0-0.662,0.297-0.662,0.663v1.763c-0.762,0.204-1.484,0.504-2.152,0.891l-1.246-1.246c-0.262-0.259-0.678-0.259-0.938,0l-2.346,2.343c-0.258,0.259-0.258,0.679,0,0.938l1.248,1.248c-0.385,0.668-0.686,1.39-0.891,2.151h-1.762c-0.369,0-0.664,0.298-0.664,0.663v3.313c0,0.367,0.295,0.664,0.664,0.664h1.762c0.205,0.762,0.506,1.484,0.891,2.15l-1.248,1.248c-0.258,0.257-0.258,0.678,0,0.938l2.346,2.344c0.26,0.259,0.676,0.259,0.938,0l1.246-1.249c0.668,0.386,1.391,0.688,2.152,0.893v1.763c0,0.365,0.297,0.662,0.662,0.662h3.314c0.367,0,0.664-0.297,0.664-0.662v-1.763c0.764-0.204,1.484-0.505,2.152-0.893l1.246,1.249c0.26,0.259,0.68,0.259,0.936,0l2.346-2.344c0.26-0.26,0.26-0.68,0-0.938l-1.246-1.248c0.385-0.668,0.688-1.39,0.891-2.15h1.764c0.367,0,0.662-0.297,0.662-0.664v-3.313C138.59,43.543,138.295,43.246,137.928,43.246L137.928,43.246z M127.52,48.881c-1.832,0-3.316-1.484-3.316-3.314c0-1.83,1.484-3.314,3.316-3.314c1.83,0,3.314,1.484,3.314,3.314C130.834,47.396,129.35,48.881,127.52,48.881L127.52,48.881z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M56.681,60.607c-3.525,0.969-4.75,4.14-4.54,5.465c0.064-0.041,0.127-0.08,0.191-0.125c2.374-1.553,5.063-2.312,7.806-2.75c1.25-0.2,2.099-0.236,2.099-0.236s-7.058,2.221-9.694,3.942c-3.02,1.968-4.434,5.195-5.265,8.708c-0.828-3.513-2.246-6.74-5.26-8.708c-2.638-1.72-9.697-3.938-9.697-3.938S33.173,63,34.422,63.2c2.743,0.438,5.437,1.197,7.807,2.753c0.064,0.043,0.127,0.078,0.191,0.125c0.205-1.326-1.019-4.499-4.541-5.466c-3.839-1.053-7.496,1.742-9.536,1.626c2.811,2.012,3.204,3.99,7.287,5.765c2.774,1.205,4.642,0.516,5.713-0.384c0.024,0.024,3.404,2.11,5.131,8.889c-3.783,0.326-6.729,2.907-6.729,6.048c0,2.035,15.068,1.986,15.068,0c0-3.141-2.949-5.722-6.727-6.048c1.718-6.786,5.102-8.869,5.126-8.894c1.066,0.899,2.938,1.591,5.711,0.385c4.083-1.774,4.482-3.758,7.289-5.766C64.177,62.349,60.51,59.551,56.681,60.607L56.681,60.607z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M94.552,85.497c-3.523,0.969-4.75,4.139-4.539,5.463c0.064-0.039,0.125-0.08,0.19-0.123c2.374-1.554,5.063-2.313,7.806-2.75c1.25-0.199,2.101-0.236,2.101-0.236s-7.06,2.22-9.694,3.941c-3.02,1.967-4.435,5.195-5.265,8.709c-0.827-3.514-2.245-6.742-5.261-8.709c-2.639-1.719-9.696-3.938-9.696-3.938s0.853,0.035,2.101,0.236c2.742,0.438,5.438,1.195,7.807,2.75c0.064,0.045,0.127,0.08,0.19,0.125c0.204-1.324-1.018-4.496-4.54-5.463c-3.839-1.054-7.496,1.741-9.535,1.625c2.811,2.01,3.203,3.988,7.287,5.764c2.774,1.205,4.641,0.517,5.713-0.385c0.023,0.025,3.403,2.111,5.131,8.891c-3.781,0.324-6.729,2.906-6.729,6.048c0,2.035,15.068,1.985,15.068,0c0-3.142-2.948-5.724-6.727-6.048c1.717-6.786,5.102-8.869,5.125-8.895c1.067,0.899,2.938,1.59,5.713,0.385c4.084-1.773,4.481-3.758,7.289-5.764C102.048,87.239,98.382,84.442,94.552,85.497L94.552,85.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-mapconfig-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23010202' stroke-width='3' stroke-miterlimit='10' points='20.609,43.32 127.52,43.32 111.82,126.0024.912,126.002 '/%3E%3Ccircle cx='127.52' cy='45.567' r='21.569'/%3E%3Cg%3E%3Cpath d='M137.928,43.246h-1.764c-0.203-0.762-0.506-1.484-0.891-2.151l1.246-1.248c0.26-0.257,0.26-0.677,0-0.938l-2.346-2.344c-0.256-0.259-0.676-0.259-0.936,0l-1.246,1.247c-0.668-0.386-1.389-0.687-2.152-0.891v-1.763c0-0.367-0.297-0.663-0.664-0.663h-3.314c-0.365,0-0.662,0.297-0.662,0.663v1.763c-0.762,0.204-1.484,0.504-2.152,0.891l-1.246-1.246c-0.262-0.259-0.678-0.259-0.938,0l-2.346,2.343c-0.258,0.259-0.258,0.679,0,0.938l1.248,1.248c-0.385,0.668-0.686,1.39-0.891,2.151h-1.762c-0.369,0-0.664,0.298-0.664,0.663v3.313c0,0.367,0.295,0.664,0.664,0.664h1.762c0.205,0.762,0.506,1.484,0.891,2.15l-1.248,1.248c-0.258,0.257-0.258,0.678,0,0.938l2.346,2.344c0.26,0.259,0.676,0.259,0.938,0l1.246-1.249c0.668,0.386,1.391,0.688,2.152,0.893v1.763c0,0.365,0.297,0.662,0.662,0.662h3.314c0.367,0,0.664-0.297,0.664-0.662v-1.763c0.764-0.204,1.484-0.505,2.152-0.893l1.246,1.249c0.26,0.259,0.68,0.259,0.936,0l2.346-2.344c0.26-0.26,0.26-0.68,0-0.938l-1.246-1.248c0.385-0.668,0.688-1.39,0.891-2.15h1.764c0.367,0,0.662-0.297,0.662-0.664v-3.313C138.59,43.543,138.295,43.246,137.928,43.246L137.928,43.246z M127.52,48.881c-1.832,0-3.316-1.484-3.316-3.314c0-1.83,1.484-3.314,3.316-3.314c1.83,0,3.314,1.484,3.314,3.314C130.834,47.396,129.35,48.881,127.52,48.881L127.52,48.881z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M56.681,60.607c-3.525,0.969-4.75,4.14-4.54,5.465c0.064-0.041,0.127-0.08,0.191-0.125c2.374-1.553,5.063-2.312,7.806-2.75c1.25-0.2,2.099-0.236,2.099-0.236s-7.058,2.221-9.694,3.942c-3.02,1.968-4.434,5.195-5.265,8.708c-0.828-3.513-2.246-6.74-5.26-8.708c-2.638-1.72-9.697-3.938-9.697-3.938S33.173,63,34.422,63.2c2.743,0.438,5.437,1.197,7.807,2.753c0.064,0.043,0.127,0.078,0.191,0.125c0.205-1.326-1.019-4.499-4.541-5.466c-3.839-1.053-7.496,1.742-9.536,1.626c2.811,2.012,3.204,3.99,7.287,5.765c2.774,1.205,4.642,0.516,5.713-0.384c0.024,0.024,3.404,2.11,5.131,8.889c-3.783,0.326-6.729,2.907-6.729,6.048c0,2.035,15.068,1.986,15.068,0c0-3.141-2.949-5.722-6.727-6.048c1.718-6.786,5.102-8.869,5.126-8.894c1.066,0.899,2.938,1.591,5.711,0.385c4.083-1.774,4.482-3.758,7.289-5.766C64.177,62.349,60.51,59.551,56.681,60.607L56.681,60.607z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M94.552,85.497c-3.523,0.969-4.75,4.139-4.539,5.463c0.064-0.039,0.125-0.08,0.19-0.123c2.374-1.554,5.063-2.313,7.806-2.75c1.25-0.199,2.101-0.236,2.101-0.236s-7.06,2.22-9.694,3.941c-3.02,1.967-4.435,5.195-5.265,8.709c-0.827-3.514-2.245-6.742-5.261-8.709c-2.639-1.719-9.696-3.938-9.696-3.938s0.853,0.035,2.101,0.236c2.742,0.438,5.438,1.195,7.807,2.75c0.064,0.045,0.127,0.08,0.19,0.125c0.204-1.324-1.018-4.496-4.54-5.463c-3.839-1.054-7.496,1.741-9.535,1.625c2.811,2.01,3.203,3.988,7.287,5.764c2.774,1.205,4.641,0.517,5.713-0.385c0.023,0.025,3.403,2.111,5.131,8.891c-3.781,0.324-6.729,2.906-6.729,6.048c0,2.035,15.068,1.985,15.068,0c0-3.142-2.948-5.724-6.727-6.048c1.717-6.786,5.102-8.869,5.125-8.895c1.067,0.899,2.938,1.59,5.713,0.385c4.084-1.773,4.481-3.758,7.289-5.764C102.048,87.239,98.382,84.442,94.552,85.497L94.552,85.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-mapconfig-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23010202' stroke-width='3' stroke-miterlimit='10' points='20.609,43.32 127.52,43.32 111.82,126.0024.912,126.002 '/%3E%3Ccircle cx='127.52' cy='45.567' r='21.569'/%3E%3Cg%3E%3Cpath d='M137.928,43.246h-1.764c-0.203-0.762-0.506-1.484-0.891-2.151l1.246-1.248c0.26-0.257,0.26-0.677,0-0.938l-2.346-2.344c-0.256-0.259-0.676-0.259-0.936,0l-1.246,1.247c-0.668-0.386-1.389-0.687-2.152-0.891v-1.763c0-0.367-0.297-0.663-0.664-0.663h-3.314c-0.365,0-0.662,0.297-0.662,0.663v1.763c-0.762,0.204-1.484,0.504-2.152,0.891l-1.246-1.246c-0.262-0.259-0.678-0.259-0.938,0l-2.346,2.343c-0.258,0.259-0.258,0.679,0,0.938l1.248,1.248c-0.385,0.668-0.686,1.39-0.891,2.151h-1.762c-0.369,0-0.664,0.298-0.664,0.663v3.313c0,0.367,0.295,0.664,0.664,0.664h1.762c0.205,0.762,0.506,1.484,0.891,2.15l-1.248,1.248c-0.258,0.257-0.258,0.678,0,0.938l2.346,2.344c0.26,0.259,0.676,0.259,0.938,0l1.246-1.249c0.668,0.386,1.391,0.688,2.152,0.893v1.763c0,0.365,0.297,0.662,0.662,0.662h3.314c0.367,0,0.664-0.297,0.664-0.662v-1.763c0.764-0.204,1.484-0.505,2.152-0.893l1.246,1.249c0.26,0.259,0.68,0.259,0.936,0l2.346-2.344c0.26-0.26,0.26-0.68,0-0.938l-1.246-1.248c0.385-0.668,0.688-1.39,0.891-2.15h1.764c0.367,0,0.662-0.297,0.662-0.664v-3.313C138.59,43.543,138.295,43.246,137.928,43.246L137.928,43.246z M127.52,48.881c-1.832,0-3.316-1.484-3.316-3.314c0-1.83,1.484-3.314,3.316-3.314c1.83,0,3.314,1.484,3.314,3.314C130.834,47.396,129.35,48.881,127.52,48.881L127.52,48.881z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M56.681,60.607c-3.525,0.969-4.75,4.14-4.54,5.465c0.064-0.041,0.127-0.08,0.191-0.125c2.374-1.553,5.063-2.312,7.806-2.75c1.25-0.2,2.099-0.236,2.099-0.236s-7.058,2.221-9.694,3.942c-3.02,1.968-4.434,5.195-5.265,8.708c-0.828-3.513-2.246-6.74-5.26-8.708c-2.638-1.72-9.697-3.938-9.697-3.938S33.173,63,34.422,63.2c2.743,0.438,5.437,1.197,7.807,2.753c0.064,0.043,0.127,0.078,0.191,0.125c0.205-1.326-1.019-4.499-4.541-5.466c-3.839-1.053-7.496,1.742-9.536,1.626c2.811,2.012,3.204,3.99,7.287,5.765c2.774,1.205,4.642,0.516,5.713-0.384c0.024,0.024,3.404,2.11,5.131,8.889c-3.783,0.326-6.729,2.907-6.729,6.048c0,2.035,15.068,1.986,15.068,0c0-3.141-2.949-5.722-6.727-6.048c1.718-6.786,5.102-8.869,5.126-8.894c1.066,0.899,2.938,1.591,5.711,0.385c4.083-1.774,4.482-3.758,7.289-5.766C64.177,62.349,60.51,59.551,56.681,60.607L56.681,60.607z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M94.552,85.497c-3.523,0.969-4.75,4.139-4.539,5.463c0.064-0.039,0.125-0.08,0.19-0.123c2.374-1.554,5.063-2.313,7.806-2.75c1.25-0.199,2.101-0.236,2.101-0.236s-7.06,2.22-9.694,3.941c-3.02,1.967-4.435,5.195-5.265,8.709c-0.827-3.514-2.245-6.742-5.261-8.709c-2.639-1.719-9.696-3.938-9.696-3.938s0.853,0.035,2.101,0.236c2.742,0.438,5.438,1.195,7.807,2.75c0.064,0.045,0.127,0.08,0.19,0.125c0.204-1.324-1.018-4.496-4.54-5.463c-3.839-1.054-7.496,1.741-9.535,1.625c2.811,2.01,3.203,3.988,7.287,5.764c2.774,1.205,4.641,0.517,5.713-0.385c0.023,0.025,3.403,2.111,5.131,8.891c-3.781,0.324-6.729,2.906-6.729,6.048c0,2.035,15.068,1.985,15.068,0c0-3.142-2.948-5.724-6.727-6.048c1.717-6.786,5.102-8.869,5.125-8.895c1.067,0.899,2.938,1.59,5.713,0.385c4.084-1.773,4.481-3.758,7.289-5.764C102.048,87.239,98.382,84.442,94.552,85.497L94.552,85.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-mapconfig-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23010202' stroke-width='3' stroke-miterlimit='10' points='20.609,43.32 127.52,43.32 111.82,126.0024.912,126.002 '/%3E%3Ccircle cx='127.52' cy='45.567' r='21.569'/%3E%3Cg%3E%3Cpath d='M137.928,43.246h-1.764c-0.203-0.762-0.506-1.484-0.891-2.151l1.246-1.248c0.26-0.257,0.26-0.677,0-0.938l-2.346-2.344c-0.256-0.259-0.676-0.259-0.936,0l-1.246,1.247c-0.668-0.386-1.389-0.687-2.152-0.891v-1.763c0-0.367-0.297-0.663-0.664-0.663h-3.314c-0.365,0-0.662,0.297-0.662,0.663v1.763c-0.762,0.204-1.484,0.504-2.152,0.891l-1.246-1.246c-0.262-0.259-0.678-0.259-0.938,0l-2.346,2.343c-0.258,0.259-0.258,0.679,0,0.938l1.248,1.248c-0.385,0.668-0.686,1.39-0.891,2.151h-1.762c-0.369,0-0.664,0.298-0.664,0.663v3.313c0,0.367,0.295,0.664,0.664,0.664h1.762c0.205,0.762,0.506,1.484,0.891,2.15l-1.248,1.248c-0.258,0.257-0.258,0.678,0,0.938l2.346,2.344c0.26,0.259,0.676,0.259,0.938,0l1.246-1.249c0.668,0.386,1.391,0.688,2.152,0.893v1.763c0,0.365,0.297,0.662,0.662,0.662h3.314c0.367,0,0.664-0.297,0.664-0.662v-1.763c0.764-0.204,1.484-0.505,2.152-0.893l1.246,1.249c0.26,0.259,0.68,0.259,0.936,0l2.346-2.344c0.26-0.26,0.26-0.68,0-0.938l-1.246-1.248c0.385-0.668,0.688-1.39,0.891-2.15h1.764c0.367,0,0.662-0.297,0.662-0.664v-3.313C138.59,43.543,138.295,43.246,137.928,43.246L137.928,43.246z M127.52,48.881c-1.832,0-3.316-1.484-3.316-3.314c0-1.83,1.484-3.314,3.316-3.314c1.83,0,3.314,1.484,3.314,3.314C130.834,47.396,129.35,48.881,127.52,48.881L127.52,48.881z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M56.681,60.607c-3.525,0.969-4.75,4.14-4.54,5.465c0.064-0.041,0.127-0.08,0.191-0.125c2.374-1.553,5.063-2.312,7.806-2.75c1.25-0.2,2.099-0.236,2.099-0.236s-7.058,2.221-9.694,3.942c-3.02,1.968-4.434,5.195-5.265,8.708c-0.828-3.513-2.246-6.74-5.26-8.708c-2.638-1.72-9.697-3.938-9.697-3.938S33.173,63,34.422,63.2c2.743,0.438,5.437,1.197,7.807,2.753c0.064,0.043,0.127,0.078,0.191,0.125c0.205-1.326-1.019-4.499-4.541-5.466c-3.839-1.053-7.496,1.742-9.536,1.626c2.811,2.012,3.204,3.99,7.287,5.765c2.774,1.205,4.642,0.516,5.713-0.384c0.024,0.024,3.404,2.11,5.131,8.889c-3.783,0.326-6.729,2.907-6.729,6.048c0,2.035,15.068,1.986,15.068,0c0-3.141-2.949-5.722-6.727-6.048c1.718-6.786,5.102-8.869,5.126-8.894c1.066,0.899,2.938,1.591,5.711,0.385c4.083-1.774,4.482-3.758,7.289-5.766C64.177,62.349,60.51,59.551,56.681,60.607L56.681,60.607z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M94.552,85.497c-3.523,0.969-4.75,4.139-4.539,5.463c0.064-0.039,0.125-0.08,0.19-0.123c2.374-1.554,5.063-2.313,7.806-2.75c1.25-0.199,2.101-0.236,2.101-0.236s-7.06,2.22-9.694,3.941c-3.02,1.967-4.435,5.195-5.265,8.709c-0.827-3.514-2.245-6.742-5.261-8.709c-2.639-1.719-9.696-3.938-9.696-3.938s0.853,0.035,2.101,0.236c2.742,0.438,5.438,1.195,7.807,2.75c0.064,0.045,0.127,0.08,0.19,0.125c0.204-1.324-1.018-4.496-4.54-5.463c-3.839-1.054-7.496,1.741-9.535,1.625c2.811,2.01,3.203,3.988,7.287,5.764c2.774,1.205,4.641,0.517,5.713-0.385c0.023,0.025,3.403,2.111,5.131,8.891c-3.781,0.324-6.729,2.906-6.729,6.048c0,2.035,15.068,1.985,15.068,0c0-3.142-2.948-5.724-6.727-6.048c1.717-6.786,5.102-8.869,5.125-8.895c1.067,0.899,2.938,1.59,5.713,0.385c4.084-1.773,4.481-3.758,7.289-5.764C102.048,87.239,98.382,84.442,94.552,85.497L94.552,85.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-mapconfig-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23010202' stroke-width='3' stroke-miterlimit='10' points='20.609,43.32 127.52,43.32 111.82,126.0024.912,126.002 '/%3E%3Ccircle cx='127.52' cy='45.567' r='21.569'/%3E%3Cg%3E%3Cpath d='M137.928,43.246h-1.764c-0.203-0.762-0.506-1.484-0.891-2.151l1.246-1.248c0.26-0.257,0.26-0.677,0-0.938l-2.346-2.344c-0.256-0.259-0.676-0.259-0.936,0l-1.246,1.247c-0.668-0.386-1.389-0.687-2.152-0.891v-1.763c0-0.367-0.297-0.663-0.664-0.663h-3.314c-0.365,0-0.662,0.297-0.662,0.663v1.763c-0.762,0.204-1.484,0.504-2.152,0.891l-1.246-1.246c-0.262-0.259-0.678-0.259-0.938,0l-2.346,2.343c-0.258,0.259-0.258,0.679,0,0.938l1.248,1.248c-0.385,0.668-0.686,1.39-0.891,2.151h-1.762c-0.369,0-0.664,0.298-0.664,0.663v3.313c0,0.367,0.295,0.664,0.664,0.664h1.762c0.205,0.762,0.506,1.484,0.891,2.15l-1.248,1.248c-0.258,0.257-0.258,0.678,0,0.938l2.346,2.344c0.26,0.259,0.676,0.259,0.938,0l1.246-1.249c0.668,0.386,1.391,0.688,2.152,0.893v1.763c0,0.365,0.297,0.662,0.662,0.662h3.314c0.367,0,0.664-0.297,0.664-0.662v-1.763c0.764-0.204,1.484-0.505,2.152-0.893l1.246,1.249c0.26,0.259,0.68,0.259,0.936,0l2.346-2.344c0.26-0.26,0.26-0.68,0-0.938l-1.246-1.248c0.385-0.668,0.688-1.39,0.891-2.15h1.764c0.367,0,0.662-0.297,0.662-0.664v-3.313C138.59,43.543,138.295,43.246,137.928,43.246L137.928,43.246z M127.52,48.881c-1.832,0-3.316-1.484-3.316-3.314c0-1.83,1.484-3.314,3.316-3.314c1.83,0,3.314,1.484,3.314,3.314C130.834,47.396,129.35,48.881,127.52,48.881L127.52,48.881z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M56.681,60.607c-3.525,0.969-4.75,4.14-4.54,5.465c0.064-0.041,0.127-0.08,0.191-0.125c2.374-1.553,5.063-2.312,7.806-2.75c1.25-0.2,2.099-0.236,2.099-0.236s-7.058,2.221-9.694,3.942c-3.02,1.968-4.434,5.195-5.265,8.708c-0.828-3.513-2.246-6.74-5.26-8.708c-2.638-1.72-9.697-3.938-9.697-3.938S33.173,63,34.422,63.2c2.743,0.438,5.437,1.197,7.807,2.753c0.064,0.043,0.127,0.078,0.191,0.125c0.205-1.326-1.019-4.499-4.541-5.466c-3.839-1.053-7.496,1.742-9.536,1.626c2.811,2.012,3.204,3.99,7.287,5.765c2.774,1.205,4.642,0.516,5.713-0.384c0.024,0.024,3.404,2.11,5.131,8.889c-3.783,0.326-6.729,2.907-6.729,6.048c0,2.035,15.068,1.986,15.068,0c0-3.141-2.949-5.722-6.727-6.048c1.718-6.786,5.102-8.869,5.126-8.894c1.066,0.899,2.938,1.591,5.711,0.385c4.083-1.774,4.482-3.758,7.289-5.766C64.177,62.349,60.51,59.551,56.681,60.607L56.681,60.607z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M94.552,85.497c-3.523,0.969-4.75,4.139-4.539,5.463c0.064-0.039,0.125-0.08,0.19-0.123c2.374-1.554,5.063-2.313,7.806-2.75c1.25-0.199,2.101-0.236,2.101-0.236s-7.06,2.22-9.694,3.941c-3.02,1.967-4.435,5.195-5.265,8.709c-0.827-3.514-2.245-6.742-5.261-8.709c-2.639-1.719-9.696-3.938-9.696-3.938s0.853,0.035,2.101,0.236c2.742,0.438,5.438,1.195,7.807,2.75c0.064,0.045,0.127,0.08,0.19,0.125c0.204-1.324-1.018-4.496-4.54-5.463c-3.839-1.054-7.496,1.741-9.535,1.625c2.811,2.01,3.203,3.988,7.287,5.764c2.774,1.205,4.641,0.517,5.713-0.385c0.023,0.025,3.403,2.111,5.131,8.891c-3.781,0.324-6.729,2.906-6.729,6.048c0,2.035,15.068,1.985,15.068,0c0-3.142-2.948-5.724-6.727-6.048c1.717-6.786,5.102-8.869,5.125-8.895c1.067,0.899,2.938,1.59,5.713,0.385c4.084-1.773,4.481-3.758,7.289-5.764C102.048,87.239,98.382,84.442,94.552,85.497L94.552,85.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-iteminfos-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 534.885 534.885' style='enable-background:new 0 0 534.885 534.885;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.162,16.524V520.2c0,4.08-1.428,7.548-4.283,10.404c-2.855,2.854-6.324,4.281-10.404,4.281H95.471c-4.488,0-8.16-1.428-11.016-4.281c-2.856-2.856-4.284-6.324-4.284-10.404V190.332c0-4.08,1.428-7.548,4.284-10.404s6.528-4.284,11.016-4.284h139.536c5.712,0,10.506-1.938,14.382-5.814c3.876-3.876,5.814-8.67,5.814-14.382V16.524c0-4.488,1.428-8.058,4.284-10.71s6.324-3.978,10.404-3.978h172.584c4.08,0,7.547,1.326,10.404,3.978C455.735,8.466,457.162,12.036,457.162,16.524z M205.631,132.192c3.264,0,4.896-1.632,4.896-4.896V5.508c0-3.672-1.632-5.508-4.896-5.508h-24.48c-1.224,0-2.448,0.612-3.672,1.836L79.559,97.92c-1.224,1.224-1.836,2.448-1.836,3.672v25.704c0,3.264,1.632,4.896,4.896,4.896H205.631L205.631,132.192z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-iteminfos-brown, .no-touch .panel-menu-action.panel-menu-action-infos:hover, .panel-menu-action.panel-menu-action-infos.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 534.885 534.885' style='enable-background:new 0 0 534.885 534.885;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.162,16.524V520.2c0,4.08-1.428,7.548-4.283,10.404c-2.855,2.854-6.324,4.281-10.404,4.281H95.471c-4.488,0-8.16-1.428-11.016-4.281c-2.856-2.856-4.284-6.324-4.284-10.404V190.332c0-4.08,1.428-7.548,4.284-10.404s6.528-4.284,11.016-4.284h139.536c5.712,0,10.506-1.938,14.382-5.814c3.876-3.876,5.814-8.67,5.814-14.382V16.524c0-4.488,1.428-8.058,4.284-10.71s6.324-3.978,10.404-3.978h172.584c4.08,0,7.547,1.326,10.404,3.978C455.735,8.466,457.162,12.036,457.162,16.524z M205.631,132.192c3.264,0,4.896-1.632,4.896-4.896V5.508c0-3.672-1.632-5.508-4.896-5.508h-24.48c-1.224,0-2.448,0.612-3.672,1.836L79.559,97.92c-1.224,1.224-1.836,2.448-1.836,3.672v25.704c0,3.264,1.632,4.896,4.896,4.896H205.631L205.631,132.192z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-iteminfos-black, .panel-menu-action.panel-menu-action-infos {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 534.885 534.885' style='enable-background:new 0 0 534.885 534.885;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.162,16.524V520.2c0,4.08-1.428,7.548-4.283,10.404c-2.855,2.854-6.324,4.281-10.404,4.281H95.471c-4.488,0-8.16-1.428-11.016-4.281c-2.856-2.856-4.284-6.324-4.284-10.404V190.332c0-4.08,1.428-7.548,4.284-10.404s6.528-4.284,11.016-4.284h139.536c5.712,0,10.506-1.938,14.382-5.814c3.876-3.876,5.814-8.67,5.814-14.382V16.524c0-4.488,1.428-8.058,4.284-10.71s6.324-3.978,10.404-3.978h172.584c4.08,0,7.547,1.326,10.404,3.978C455.735,8.466,457.162,12.036,457.162,16.524z M205.631,132.192c3.264,0,4.896-1.632,4.896-4.896V5.508c0-3.672-1.632-5.508-4.896-5.508h-24.48c-1.224,0-2.448,0.612-3.672,1.836L79.559,97.92c-1.224,1.224-1.836,2.448-1.836,3.672v25.704c0,3.264,1.632,4.896,4.896,4.896H205.631L205.631,132.192z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-iteminfos-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 534.885 534.885' style='enable-background:new 0 0 534.885 534.885;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.162,16.524V520.2c0,4.08-1.428,7.548-4.283,10.404c-2.855,2.854-6.324,4.281-10.404,4.281H95.471c-4.488,0-8.16-1.428-11.016-4.281c-2.856-2.856-4.284-6.324-4.284-10.404V190.332c0-4.08,1.428-7.548,4.284-10.404s6.528-4.284,11.016-4.284h139.536c5.712,0,10.506-1.938,14.382-5.814c3.876-3.876,5.814-8.67,5.814-14.382V16.524c0-4.488,1.428-8.058,4.284-10.71s6.324-3.978,10.404-3.978h172.584c4.08,0,7.547,1.326,10.404,3.978C455.735,8.466,457.162,12.036,457.162,16.524z M205.631,132.192c3.264,0,4.896-1.632,4.896-4.896V5.508c0-3.672-1.632-5.508-4.896-5.508h-24.48c-1.224,0-2.448,0.612-3.672,1.836L79.559,97.92c-1.224,1.224-1.836,2.448-1.836,3.672v25.704c0,3.264,1.632,4.896,4.896,4.896H205.631L205.631,132.192z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-iteminfos-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 534.885 534.885' style='enable-background:new 0 0 534.885 534.885;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.162,16.524V520.2c0,4.08-1.428,7.548-4.283,10.404c-2.855,2.854-6.324,4.281-10.404,4.281H95.471c-4.488,0-8.16-1.428-11.016-4.281c-2.856-2.856-4.284-6.324-4.284-10.404V190.332c0-4.08,1.428-7.548,4.284-10.404s6.528-4.284,11.016-4.284h139.536c5.712,0,10.506-1.938,14.382-5.814c3.876-3.876,5.814-8.67,5.814-14.382V16.524c0-4.488,1.428-8.058,4.284-10.71s6.324-3.978,10.404-3.978h172.584c4.08,0,7.547,1.326,10.404,3.978C455.735,8.466,457.162,12.036,457.162,16.524z M205.631,132.192c3.264,0,4.896-1.632,4.896-4.896V5.508c0-3.672-1.632-5.508-4.896-5.508h-24.48c-1.224,0-2.448,0.612-3.672,1.836L79.559,97.92c-1.224,1.224-1.836,2.448-1.836,3.672v25.704c0,3.264,1.632,4.896,4.896,4.896H205.631L205.631,132.192z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-iteminfos-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 534.885 534.885' style='enable-background:new 0 0 534.885 534.885;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.162,16.524V520.2c0,4.08-1.428,7.548-4.283,10.404c-2.855,2.854-6.324,4.281-10.404,4.281H95.471c-4.488,0-8.16-1.428-11.016-4.281c-2.856-2.856-4.284-6.324-4.284-10.404V190.332c0-4.08,1.428-7.548,4.284-10.404s6.528-4.284,11.016-4.284h139.536c5.712,0,10.506-1.938,14.382-5.814c3.876-3.876,5.814-8.67,5.814-14.382V16.524c0-4.488,1.428-8.058,4.284-10.71s6.324-3.978,10.404-3.978h172.584c4.08,0,7.547,1.326,10.404,3.978C455.735,8.466,457.162,12.036,457.162,16.524z M205.631,132.192c3.264,0,4.896-1.632,4.896-4.896V5.508c0-3.672-1.632-5.508-4.896-5.508h-24.48c-1.224,0-2.448,0.612-3.672,1.836L79.559,97.92c-1.224,1.224-1.836,2.448-1.836,3.672v25.704c0,3.264,1.632,4.896,4.896,4.896H205.631L205.631,132.192z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemwork-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.588 200.588' style='enable-background:new 0 0 200.588 200.588;' xml:space='preserve'%3E%3Cpath d='M115.263,7.5v17.115v5.378c0,7.445-6.058,13.503-13.503,13.503H76.667v19.811c0,0.004,0,0.007,0,0.011s0,0.007,0,0.011v124.069c0,7.273-5.917,13.19-13.19,13.19s-13.19-5.917-13.19-13.19V63.328c0-0.004,0-0.007,0-0.011s0-0.007,0-0.011V43.496H25.194c-7.445,0-13.503-6.058-13.503-13.503v-5.378V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5S115.263,3.357,115.263,7.5zM181.397,121.672h-15.014v-1.687c0-0.007-0.001-0.013-0.001-0.019V13.606c0-7.503-5.917-13.606-13.19-13.606s-13.19,6.104-13.19,13.606v106.379v1.687h-15.014c-4.143,0-7.5,3.357-7.5,7.5v35.712c0,19.688,16.017,35.704,35.704,35.704s35.705-16.017,35.705-35.704v-35.712C188.897,125.029,185.54,121.672,181.397,121.672z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemwork-brown, .no-touch .panel-menu-action.panel-menu-action-work:hover, .panel-menu-action.panel-menu-action-work.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.588 200.588' style='enable-background:new 0 0 200.588 200.588;' xml:space='preserve'%3E%3Cpath d='M115.263,7.5v17.115v5.378c0,7.445-6.058,13.503-13.503,13.503H76.667v19.811c0,0.004,0,0.007,0,0.011s0,0.007,0,0.011v124.069c0,7.273-5.917,13.19-13.19,13.19s-13.19-5.917-13.19-13.19V63.328c0-0.004,0-0.007,0-0.011s0-0.007,0-0.011V43.496H25.194c-7.445,0-13.503-6.058-13.503-13.503v-5.378V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5S115.263,3.357,115.263,7.5zM181.397,121.672h-15.014v-1.687c0-0.007-0.001-0.013-0.001-0.019V13.606c0-7.503-5.917-13.606-13.19-13.606s-13.19,6.104-13.19,13.606v106.379v1.687h-15.014c-4.143,0-7.5,3.357-7.5,7.5v35.712c0,19.688,16.017,35.704,35.704,35.704s35.705-16.017,35.705-35.704v-35.712C188.897,125.029,185.54,121.672,181.397,121.672z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemwork-black, .panel-menu-action.panel-menu-action-work {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.588 200.588' style='enable-background:new 0 0 200.588 200.588;' xml:space='preserve'%3E%3Cpath d='M115.263,7.5v17.115v5.378c0,7.445-6.058,13.503-13.503,13.503H76.667v19.811c0,0.004,0,0.007,0,0.011s0,0.007,0,0.011v124.069c0,7.273-5.917,13.19-13.19,13.19s-13.19-5.917-13.19-13.19V63.328c0-0.004,0-0.007,0-0.011s0-0.007,0-0.011V43.496H25.194c-7.445,0-13.503-6.058-13.503-13.503v-5.378V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5S115.263,3.357,115.263,7.5zM181.397,121.672h-15.014v-1.687c0-0.007-0.001-0.013-0.001-0.019V13.606c0-7.503-5.917-13.606-13.19-13.606s-13.19,6.104-13.19,13.606v106.379v1.687h-15.014c-4.143,0-7.5,3.357-7.5,7.5v35.712c0,19.688,16.017,35.704,35.704,35.704s35.705-16.017,35.705-35.704v-35.712C188.897,125.029,185.54,121.672,181.397,121.672z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemwork-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.588 200.588' style='enable-background:new 0 0 200.588 200.588;' xml:space='preserve'%3E%3Cpath d='M115.263,7.5v17.115v5.378c0,7.445-6.058,13.503-13.503,13.503H76.667v19.811c0,0.004,0,0.007,0,0.011s0,0.007,0,0.011v124.069c0,7.273-5.917,13.19-13.19,13.19s-13.19-5.917-13.19-13.19V63.328c0-0.004,0-0.007,0-0.011s0-0.007,0-0.011V43.496H25.194c-7.445,0-13.503-6.058-13.503-13.503v-5.378V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5S115.263,3.357,115.263,7.5zM181.397,121.672h-15.014v-1.687c0-0.007-0.001-0.013-0.001-0.019V13.606c0-7.503-5.917-13.606-13.19-13.606s-13.19,6.104-13.19,13.606v106.379v1.687h-15.014c-4.143,0-7.5,3.357-7.5,7.5v35.712c0,19.688,16.017,35.704,35.704,35.704s35.705-16.017,35.705-35.704v-35.712C188.897,125.029,185.54,121.672,181.397,121.672z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemwork-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.588 200.588' style='enable-background:new 0 0 200.588 200.588;' xml:space='preserve'%3E%3Cpath d='M115.263,7.5v17.115v5.378c0,7.445-6.058,13.503-13.503,13.503H76.667v19.811c0,0.004,0,0.007,0,0.011s0,0.007,0,0.011v124.069c0,7.273-5.917,13.19-13.19,13.19s-13.19-5.917-13.19-13.19V63.328c0-0.004,0-0.007,0-0.011s0-0.007,0-0.011V43.496H25.194c-7.445,0-13.503-6.058-13.503-13.503v-5.378V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5S115.263,3.357,115.263,7.5zM181.397,121.672h-15.014v-1.687c0-0.007-0.001-0.013-0.001-0.019V13.606c0-7.503-5.917-13.606-13.19-13.606s-13.19,6.104-13.19,13.606v106.379v1.687h-15.014c-4.143,0-7.5,3.357-7.5,7.5v35.712c0,19.688,16.017,35.704,35.704,35.704s35.705-16.017,35.705-35.704v-35.712C188.897,125.029,185.54,121.672,181.397,121.672z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemwork-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.588 200.588' style='enable-background:new 0 0 200.588 200.588;' xml:space='preserve'%3E%3Cpath d='M115.263,7.5v17.115v5.378c0,7.445-6.058,13.503-13.503,13.503H76.667v19.811c0,0.004,0,0.007,0,0.011s0,0.007,0,0.011v124.069c0,7.273-5.917,13.19-13.19,13.19s-13.19-5.917-13.19-13.19V63.328c0-0.004,0-0.007,0-0.011s0-0.007,0-0.011V43.496H25.194c-7.445,0-13.503-6.058-13.503-13.503v-5.378V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.144V7.5c0-4.143,3.357-7.5,7.5-7.5s7.5,3.357,7.5,7.5v9.615h7.143V7.5c0-4.143,3.357-7.5,7.5-7.5S115.263,3.357,115.263,7.5zM181.397,121.672h-15.014v-1.687c0-0.007-0.001-0.013-0.001-0.019V13.606c0-7.503-5.917-13.606-13.19-13.606s-13.19,6.104-13.19,13.606v106.379v1.687h-15.014c-4.143,0-7.5,3.357-7.5,7.5v35.712c0,19.688,16.017,35.704,35.704,35.704s35.705-16.017,35.705-35.704v-35.712C188.897,125.029,185.54,121.672,181.397,121.672z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemgeo-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 322.482 322.482' style='enable-background:new 0 0 322.482 322.482;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M142.62,45.938c6.483,0,12.787,0.756,18.874,2.094c1.936-4.759,3.068-10.302,3.068-16.246c0,0-9.698-31.786-21.658-31.786h-0.56c-11.96,0-21.658,31.786-21.658,31.786c0,5.945,1.131,11.487,3.068,16.246C129.833,46.694,136.137,45.938,142.62,45.938z'/%3E%3Cpath d='M142.898,267.771c11.961,0,21.658-31.786,21.658-31.786c0-5.945-1.131-11.487-3.068-16.246c-6.086,1.338-12.39,2.094-18.874,2.094c-6.483,0-12.787-0.756-18.874-2.094c-1.936,4.759-3.068,10.302-3.068,16.246c0,0,9.698,31.786,21.658,31.786C142.332,267.771,142.898,267.771,142.898,267.771z'/%3E%3Cpath d='M90.008,224.1c4.03-4.417,6.875-9.306,8.654-14.158c-10.976-6.369-20.44-15.017-27.756-25.33c-4.667,2.208-9.279,5.493-13.309,9.91c0,0-14.261,30.013-5.423,38.079l0.413,0.381C61.421,241.043,90.008,224.1,90.008,224.1z'/%3E%3Cpath d='M70.901,83.158c7.316-10.312,16.785-18.961,27.756-25.33c-1.773-4.846-4.618-9.741-8.654-14.158c0,0-28.588-16.943-37.421-8.882l-0.413,0.381c-8.838,8.061,5.423,38.079,5.423,38.079C61.627,77.664,66.234,80.95,70.901,83.158z'/%3E%3Cpath d='M200.699,57.382c0-7.587,1.811-13.935,4.901-19.031c-5.912,2.692-10.372,5.319-10.372,5.319c-4.03,4.417-6.875,9.306-8.654,14.158c5.047,2.932,9.769,6.347,14.12,10.187V57.382H200.699z'/%3E%3Cpath d='M40.518,155.824c5.945,0,11.487-1.131,16.246-3.068c-1.338-6.086-2.094-12.39-2.094-18.874c0-6.483,0.756-12.787,2.094-18.874c-4.759-1.936-10.302-3.068-16.246-3.068c0,0-31.786,9.698-31.786,21.658v0.56C8.732,146.131,40.518,155.824,40.518,155.824z'/%3E%3Cpath d='M82.116,86.242c-7.876,9.992-13.299,21.968-15.452,35.066c-0.674,4.101-1.115,8.284-1.115,12.581c0,4.291,0.441,8.474,1.115,12.581c2.154,13.097,7.577,25.08,15.452,35.066c5.221,6.625,11.493,12.363,18.585,16.975c8.719,5.668,18.661,9.578,29.338,11.335c4.101,0.674,8.284,1.115,12.581,1.115c4.291,0,8.474-0.441,12.581-1.115c10.677-1.757,20.614-5.668,29.338-11.335c6.032-3.922,11.455-8.664,16.165-14.065v-2.812V86.138v-2.807c-4.705-5.401-10.133-10.144-16.165-14.065c-8.719-5.667-18.661-9.578-29.338-11.335c-4.101-0.674-8.284-1.115-12.581-1.115c-4.291,0-8.474,0.441-12.581,1.115c-10.677,1.757-20.619,5.668-29.338,11.335C93.609,73.879,87.343,79.617,82.116,86.242z'/%3E%3Cpath d='M257.668,116.902V76.076c0-15.947-7.044-15.947-10.051-15.947c-3.008,0-10.051,0-10.051,15.947v36.442v34.293h20.103V116.902z'/%3E%3Cpath d='M193.16,221.49c-6.619,10.22-10.568,22.322-10.568,35.414c0,36.219,29.36,65.579,65.579,65.579c4.574,0,9.034-0.473,13.342-1.365c29.822-6.162,52.237-32.569,52.237-64.214c0-24.09-13.027-45.09-32.384-56.49V63.681c0-16.214-11.33-29.752-26.494-33.205c-2.442-0.555-4.977-0.876-7.593-0.876c-5.891,0-11.433,1.496-16.268,4.123c-10.617,5.776-17.818,17.024-17.818,29.958v17.954v2.11v7.631v11.612v27.968v5.858v27.968v11.612v7.631v2.11v15.36C205.126,206.597,198.344,213.478,193.16,221.49z M247.616,54.69c11.808,0,15.49,9.573,15.49,21.386v43.507v27.228v1.376v72.617c16.23,4.155,24.813,18.199,25.977,32.188c0.141,1.071,0.234,2.154,0.234,3.253c0,22.724-18.422,41.147-41.147,41.147s-41.141-18.422-41.141-41.147c0-1.104,0.098-2.192,0.245-3.269c0.62-7.68,3.329-14.473,7.68-19.88c4.346-5.412,10.215-9.491,17.171-11.607v-15.762v-51.666v-7.239v-33.091V76.087C232.126,64.268,235.808,54.69,247.616,54.69z'/%3E%3Cpath d='M268.796,282.592c8.387-9.1,12.303-20.342,11.21-31.465c-0.74-7.533-15.996-7.588-15.251,0c0.919,9.306-2.116,17.911-9.127,25.515C249.911,282.848,263.145,288.727,268.796,282.592z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemgeo-brown, .no-touch .panel-menu-action.panel-menu-action-geo:hover, .panel-menu-action.panel-menu-action-geo.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 322.482 322.482' style='enable-background:new 0 0 322.482 322.482;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M142.62,45.938c6.483,0,12.787,0.756,18.874,2.094c1.936-4.759,3.068-10.302,3.068-16.246c0,0-9.698-31.786-21.658-31.786h-0.56c-11.96,0-21.658,31.786-21.658,31.786c0,5.945,1.131,11.487,3.068,16.246C129.833,46.694,136.137,45.938,142.62,45.938z'/%3E%3Cpath d='M142.898,267.771c11.961,0,21.658-31.786,21.658-31.786c0-5.945-1.131-11.487-3.068-16.246c-6.086,1.338-12.39,2.094-18.874,2.094c-6.483,0-12.787-0.756-18.874-2.094c-1.936,4.759-3.068,10.302-3.068,16.246c0,0,9.698,31.786,21.658,31.786C142.332,267.771,142.898,267.771,142.898,267.771z'/%3E%3Cpath d='M90.008,224.1c4.03-4.417,6.875-9.306,8.654-14.158c-10.976-6.369-20.44-15.017-27.756-25.33c-4.667,2.208-9.279,5.493-13.309,9.91c0,0-14.261,30.013-5.423,38.079l0.413,0.381C61.421,241.043,90.008,224.1,90.008,224.1z'/%3E%3Cpath d='M70.901,83.158c7.316-10.312,16.785-18.961,27.756-25.33c-1.773-4.846-4.618-9.741-8.654-14.158c0,0-28.588-16.943-37.421-8.882l-0.413,0.381c-8.838,8.061,5.423,38.079,5.423,38.079C61.627,77.664,66.234,80.95,70.901,83.158z'/%3E%3Cpath d='M200.699,57.382c0-7.587,1.811-13.935,4.901-19.031c-5.912,2.692-10.372,5.319-10.372,5.319c-4.03,4.417-6.875,9.306-8.654,14.158c5.047,2.932,9.769,6.347,14.12,10.187V57.382H200.699z'/%3E%3Cpath d='M40.518,155.824c5.945,0,11.487-1.131,16.246-3.068c-1.338-6.086-2.094-12.39-2.094-18.874c0-6.483,0.756-12.787,2.094-18.874c-4.759-1.936-10.302-3.068-16.246-3.068c0,0-31.786,9.698-31.786,21.658v0.56C8.732,146.131,40.518,155.824,40.518,155.824z'/%3E%3Cpath d='M82.116,86.242c-7.876,9.992-13.299,21.968-15.452,35.066c-0.674,4.101-1.115,8.284-1.115,12.581c0,4.291,0.441,8.474,1.115,12.581c2.154,13.097,7.577,25.08,15.452,35.066c5.221,6.625,11.493,12.363,18.585,16.975c8.719,5.668,18.661,9.578,29.338,11.335c4.101,0.674,8.284,1.115,12.581,1.115c4.291,0,8.474-0.441,12.581-1.115c10.677-1.757,20.614-5.668,29.338-11.335c6.032-3.922,11.455-8.664,16.165-14.065v-2.812V86.138v-2.807c-4.705-5.401-10.133-10.144-16.165-14.065c-8.719-5.667-18.661-9.578-29.338-11.335c-4.101-0.674-8.284-1.115-12.581-1.115c-4.291,0-8.474,0.441-12.581,1.115c-10.677,1.757-20.619,5.668-29.338,11.335C93.609,73.879,87.343,79.617,82.116,86.242z'/%3E%3Cpath d='M257.668,116.902V76.076c0-15.947-7.044-15.947-10.051-15.947c-3.008,0-10.051,0-10.051,15.947v36.442v34.293h20.103V116.902z'/%3E%3Cpath d='M193.16,221.49c-6.619,10.22-10.568,22.322-10.568,35.414c0,36.219,29.36,65.579,65.579,65.579c4.574,0,9.034-0.473,13.342-1.365c29.822-6.162,52.237-32.569,52.237-64.214c0-24.09-13.027-45.09-32.384-56.49V63.681c0-16.214-11.33-29.752-26.494-33.205c-2.442-0.555-4.977-0.876-7.593-0.876c-5.891,0-11.433,1.496-16.268,4.123c-10.617,5.776-17.818,17.024-17.818,29.958v17.954v2.11v7.631v11.612v27.968v5.858v27.968v11.612v7.631v2.11v15.36C205.126,206.597,198.344,213.478,193.16,221.49z M247.616,54.69c11.808,0,15.49,9.573,15.49,21.386v43.507v27.228v1.376v72.617c16.23,4.155,24.813,18.199,25.977,32.188c0.141,1.071,0.234,2.154,0.234,3.253c0,22.724-18.422,41.147-41.147,41.147s-41.141-18.422-41.141-41.147c0-1.104,0.098-2.192,0.245-3.269c0.62-7.68,3.329-14.473,7.68-19.88c4.346-5.412,10.215-9.491,17.171-11.607v-15.762v-51.666v-7.239v-33.091V76.087C232.126,64.268,235.808,54.69,247.616,54.69z'/%3E%3Cpath d='M268.796,282.592c8.387-9.1,12.303-20.342,11.21-31.465c-0.74-7.533-15.996-7.588-15.251,0c0.919,9.306-2.116,17.911-9.127,25.515C249.911,282.848,263.145,288.727,268.796,282.592z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemgeo-black, .panel-menu-action.panel-menu-action-geo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 322.482 322.482' style='enable-background:new 0 0 322.482 322.482;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M142.62,45.938c6.483,0,12.787,0.756,18.874,2.094c1.936-4.759,3.068-10.302,3.068-16.246c0,0-9.698-31.786-21.658-31.786h-0.56c-11.96,0-21.658,31.786-21.658,31.786c0,5.945,1.131,11.487,3.068,16.246C129.833,46.694,136.137,45.938,142.62,45.938z'/%3E%3Cpath d='M142.898,267.771c11.961,0,21.658-31.786,21.658-31.786c0-5.945-1.131-11.487-3.068-16.246c-6.086,1.338-12.39,2.094-18.874,2.094c-6.483,0-12.787-0.756-18.874-2.094c-1.936,4.759-3.068,10.302-3.068,16.246c0,0,9.698,31.786,21.658,31.786C142.332,267.771,142.898,267.771,142.898,267.771z'/%3E%3Cpath d='M90.008,224.1c4.03-4.417,6.875-9.306,8.654-14.158c-10.976-6.369-20.44-15.017-27.756-25.33c-4.667,2.208-9.279,5.493-13.309,9.91c0,0-14.261,30.013-5.423,38.079l0.413,0.381C61.421,241.043,90.008,224.1,90.008,224.1z'/%3E%3Cpath d='M70.901,83.158c7.316-10.312,16.785-18.961,27.756-25.33c-1.773-4.846-4.618-9.741-8.654-14.158c0,0-28.588-16.943-37.421-8.882l-0.413,0.381c-8.838,8.061,5.423,38.079,5.423,38.079C61.627,77.664,66.234,80.95,70.901,83.158z'/%3E%3Cpath d='M200.699,57.382c0-7.587,1.811-13.935,4.901-19.031c-5.912,2.692-10.372,5.319-10.372,5.319c-4.03,4.417-6.875,9.306-8.654,14.158c5.047,2.932,9.769,6.347,14.12,10.187V57.382H200.699z'/%3E%3Cpath d='M40.518,155.824c5.945,0,11.487-1.131,16.246-3.068c-1.338-6.086-2.094-12.39-2.094-18.874c0-6.483,0.756-12.787,2.094-18.874c-4.759-1.936-10.302-3.068-16.246-3.068c0,0-31.786,9.698-31.786,21.658v0.56C8.732,146.131,40.518,155.824,40.518,155.824z'/%3E%3Cpath d='M82.116,86.242c-7.876,9.992-13.299,21.968-15.452,35.066c-0.674,4.101-1.115,8.284-1.115,12.581c0,4.291,0.441,8.474,1.115,12.581c2.154,13.097,7.577,25.08,15.452,35.066c5.221,6.625,11.493,12.363,18.585,16.975c8.719,5.668,18.661,9.578,29.338,11.335c4.101,0.674,8.284,1.115,12.581,1.115c4.291,0,8.474-0.441,12.581-1.115c10.677-1.757,20.614-5.668,29.338-11.335c6.032-3.922,11.455-8.664,16.165-14.065v-2.812V86.138v-2.807c-4.705-5.401-10.133-10.144-16.165-14.065c-8.719-5.667-18.661-9.578-29.338-11.335c-4.101-0.674-8.284-1.115-12.581-1.115c-4.291,0-8.474,0.441-12.581,1.115c-10.677,1.757-20.619,5.668-29.338,11.335C93.609,73.879,87.343,79.617,82.116,86.242z'/%3E%3Cpath d='M257.668,116.902V76.076c0-15.947-7.044-15.947-10.051-15.947c-3.008,0-10.051,0-10.051,15.947v36.442v34.293h20.103V116.902z'/%3E%3Cpath d='M193.16,221.49c-6.619,10.22-10.568,22.322-10.568,35.414c0,36.219,29.36,65.579,65.579,65.579c4.574,0,9.034-0.473,13.342-1.365c29.822-6.162,52.237-32.569,52.237-64.214c0-24.09-13.027-45.09-32.384-56.49V63.681c0-16.214-11.33-29.752-26.494-33.205c-2.442-0.555-4.977-0.876-7.593-0.876c-5.891,0-11.433,1.496-16.268,4.123c-10.617,5.776-17.818,17.024-17.818,29.958v17.954v2.11v7.631v11.612v27.968v5.858v27.968v11.612v7.631v2.11v15.36C205.126,206.597,198.344,213.478,193.16,221.49z M247.616,54.69c11.808,0,15.49,9.573,15.49,21.386v43.507v27.228v1.376v72.617c16.23,4.155,24.813,18.199,25.977,32.188c0.141,1.071,0.234,2.154,0.234,3.253c0,22.724-18.422,41.147-41.147,41.147s-41.141-18.422-41.141-41.147c0-1.104,0.098-2.192,0.245-3.269c0.62-7.68,3.329-14.473,7.68-19.88c4.346-5.412,10.215-9.491,17.171-11.607v-15.762v-51.666v-7.239v-33.091V76.087C232.126,64.268,235.808,54.69,247.616,54.69z'/%3E%3Cpath d='M268.796,282.592c8.387-9.1,12.303-20.342,11.21-31.465c-0.74-7.533-15.996-7.588-15.251,0c0.919,9.306-2.116,17.911-9.127,25.515C249.911,282.848,263.145,288.727,268.796,282.592z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemgeo-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 322.482 322.482' style='enable-background:new 0 0 322.482 322.482;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M142.62,45.938c6.483,0,12.787,0.756,18.874,2.094c1.936-4.759,3.068-10.302,3.068-16.246c0,0-9.698-31.786-21.658-31.786h-0.56c-11.96,0-21.658,31.786-21.658,31.786c0,5.945,1.131,11.487,3.068,16.246C129.833,46.694,136.137,45.938,142.62,45.938z'/%3E%3Cpath d='M142.898,267.771c11.961,0,21.658-31.786,21.658-31.786c0-5.945-1.131-11.487-3.068-16.246c-6.086,1.338-12.39,2.094-18.874,2.094c-6.483,0-12.787-0.756-18.874-2.094c-1.936,4.759-3.068,10.302-3.068,16.246c0,0,9.698,31.786,21.658,31.786C142.332,267.771,142.898,267.771,142.898,267.771z'/%3E%3Cpath d='M90.008,224.1c4.03-4.417,6.875-9.306,8.654-14.158c-10.976-6.369-20.44-15.017-27.756-25.33c-4.667,2.208-9.279,5.493-13.309,9.91c0,0-14.261,30.013-5.423,38.079l0.413,0.381C61.421,241.043,90.008,224.1,90.008,224.1z'/%3E%3Cpath d='M70.901,83.158c7.316-10.312,16.785-18.961,27.756-25.33c-1.773-4.846-4.618-9.741-8.654-14.158c0,0-28.588-16.943-37.421-8.882l-0.413,0.381c-8.838,8.061,5.423,38.079,5.423,38.079C61.627,77.664,66.234,80.95,70.901,83.158z'/%3E%3Cpath d='M200.699,57.382c0-7.587,1.811-13.935,4.901-19.031c-5.912,2.692-10.372,5.319-10.372,5.319c-4.03,4.417-6.875,9.306-8.654,14.158c5.047,2.932,9.769,6.347,14.12,10.187V57.382H200.699z'/%3E%3Cpath d='M40.518,155.824c5.945,0,11.487-1.131,16.246-3.068c-1.338-6.086-2.094-12.39-2.094-18.874c0-6.483,0.756-12.787,2.094-18.874c-4.759-1.936-10.302-3.068-16.246-3.068c0,0-31.786,9.698-31.786,21.658v0.56C8.732,146.131,40.518,155.824,40.518,155.824z'/%3E%3Cpath d='M82.116,86.242c-7.876,9.992-13.299,21.968-15.452,35.066c-0.674,4.101-1.115,8.284-1.115,12.581c0,4.291,0.441,8.474,1.115,12.581c2.154,13.097,7.577,25.08,15.452,35.066c5.221,6.625,11.493,12.363,18.585,16.975c8.719,5.668,18.661,9.578,29.338,11.335c4.101,0.674,8.284,1.115,12.581,1.115c4.291,0,8.474-0.441,12.581-1.115c10.677-1.757,20.614-5.668,29.338-11.335c6.032-3.922,11.455-8.664,16.165-14.065v-2.812V86.138v-2.807c-4.705-5.401-10.133-10.144-16.165-14.065c-8.719-5.667-18.661-9.578-29.338-11.335c-4.101-0.674-8.284-1.115-12.581-1.115c-4.291,0-8.474,0.441-12.581,1.115c-10.677,1.757-20.619,5.668-29.338,11.335C93.609,73.879,87.343,79.617,82.116,86.242z'/%3E%3Cpath d='M257.668,116.902V76.076c0-15.947-7.044-15.947-10.051-15.947c-3.008,0-10.051,0-10.051,15.947v36.442v34.293h20.103V116.902z'/%3E%3Cpath d='M193.16,221.49c-6.619,10.22-10.568,22.322-10.568,35.414c0,36.219,29.36,65.579,65.579,65.579c4.574,0,9.034-0.473,13.342-1.365c29.822-6.162,52.237-32.569,52.237-64.214c0-24.09-13.027-45.09-32.384-56.49V63.681c0-16.214-11.33-29.752-26.494-33.205c-2.442-0.555-4.977-0.876-7.593-0.876c-5.891,0-11.433,1.496-16.268,4.123c-10.617,5.776-17.818,17.024-17.818,29.958v17.954v2.11v7.631v11.612v27.968v5.858v27.968v11.612v7.631v2.11v15.36C205.126,206.597,198.344,213.478,193.16,221.49z M247.616,54.69c11.808,0,15.49,9.573,15.49,21.386v43.507v27.228v1.376v72.617c16.23,4.155,24.813,18.199,25.977,32.188c0.141,1.071,0.234,2.154,0.234,3.253c0,22.724-18.422,41.147-41.147,41.147s-41.141-18.422-41.141-41.147c0-1.104,0.098-2.192,0.245-3.269c0.62-7.68,3.329-14.473,7.68-19.88c4.346-5.412,10.215-9.491,17.171-11.607v-15.762v-51.666v-7.239v-33.091V76.087C232.126,64.268,235.808,54.69,247.616,54.69z'/%3E%3Cpath d='M268.796,282.592c8.387-9.1,12.303-20.342,11.21-31.465c-0.74-7.533-15.996-7.588-15.251,0c0.919,9.306-2.116,17.911-9.127,25.515C249.911,282.848,263.145,288.727,268.796,282.592z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemgeo-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 322.482 322.482' style='enable-background:new 0 0 322.482 322.482;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M142.62,45.938c6.483,0,12.787,0.756,18.874,2.094c1.936-4.759,3.068-10.302,3.068-16.246c0,0-9.698-31.786-21.658-31.786h-0.56c-11.96,0-21.658,31.786-21.658,31.786c0,5.945,1.131,11.487,3.068,16.246C129.833,46.694,136.137,45.938,142.62,45.938z'/%3E%3Cpath d='M142.898,267.771c11.961,0,21.658-31.786,21.658-31.786c0-5.945-1.131-11.487-3.068-16.246c-6.086,1.338-12.39,2.094-18.874,2.094c-6.483,0-12.787-0.756-18.874-2.094c-1.936,4.759-3.068,10.302-3.068,16.246c0,0,9.698,31.786,21.658,31.786C142.332,267.771,142.898,267.771,142.898,267.771z'/%3E%3Cpath d='M90.008,224.1c4.03-4.417,6.875-9.306,8.654-14.158c-10.976-6.369-20.44-15.017-27.756-25.33c-4.667,2.208-9.279,5.493-13.309,9.91c0,0-14.261,30.013-5.423,38.079l0.413,0.381C61.421,241.043,90.008,224.1,90.008,224.1z'/%3E%3Cpath d='M70.901,83.158c7.316-10.312,16.785-18.961,27.756-25.33c-1.773-4.846-4.618-9.741-8.654-14.158c0,0-28.588-16.943-37.421-8.882l-0.413,0.381c-8.838,8.061,5.423,38.079,5.423,38.079C61.627,77.664,66.234,80.95,70.901,83.158z'/%3E%3Cpath d='M200.699,57.382c0-7.587,1.811-13.935,4.901-19.031c-5.912,2.692-10.372,5.319-10.372,5.319c-4.03,4.417-6.875,9.306-8.654,14.158c5.047,2.932,9.769,6.347,14.12,10.187V57.382H200.699z'/%3E%3Cpath d='M40.518,155.824c5.945,0,11.487-1.131,16.246-3.068c-1.338-6.086-2.094-12.39-2.094-18.874c0-6.483,0.756-12.787,2.094-18.874c-4.759-1.936-10.302-3.068-16.246-3.068c0,0-31.786,9.698-31.786,21.658v0.56C8.732,146.131,40.518,155.824,40.518,155.824z'/%3E%3Cpath d='M82.116,86.242c-7.876,9.992-13.299,21.968-15.452,35.066c-0.674,4.101-1.115,8.284-1.115,12.581c0,4.291,0.441,8.474,1.115,12.581c2.154,13.097,7.577,25.08,15.452,35.066c5.221,6.625,11.493,12.363,18.585,16.975c8.719,5.668,18.661,9.578,29.338,11.335c4.101,0.674,8.284,1.115,12.581,1.115c4.291,0,8.474-0.441,12.581-1.115c10.677-1.757,20.614-5.668,29.338-11.335c6.032-3.922,11.455-8.664,16.165-14.065v-2.812V86.138v-2.807c-4.705-5.401-10.133-10.144-16.165-14.065c-8.719-5.667-18.661-9.578-29.338-11.335c-4.101-0.674-8.284-1.115-12.581-1.115c-4.291,0-8.474,0.441-12.581,1.115c-10.677,1.757-20.619,5.668-29.338,11.335C93.609,73.879,87.343,79.617,82.116,86.242z'/%3E%3Cpath d='M257.668,116.902V76.076c0-15.947-7.044-15.947-10.051-15.947c-3.008,0-10.051,0-10.051,15.947v36.442v34.293h20.103V116.902z'/%3E%3Cpath d='M193.16,221.49c-6.619,10.22-10.568,22.322-10.568,35.414c0,36.219,29.36,65.579,65.579,65.579c4.574,0,9.034-0.473,13.342-1.365c29.822-6.162,52.237-32.569,52.237-64.214c0-24.09-13.027-45.09-32.384-56.49V63.681c0-16.214-11.33-29.752-26.494-33.205c-2.442-0.555-4.977-0.876-7.593-0.876c-5.891,0-11.433,1.496-16.268,4.123c-10.617,5.776-17.818,17.024-17.818,29.958v17.954v2.11v7.631v11.612v27.968v5.858v27.968v11.612v7.631v2.11v15.36C205.126,206.597,198.344,213.478,193.16,221.49z M247.616,54.69c11.808,0,15.49,9.573,15.49,21.386v43.507v27.228v1.376v72.617c16.23,4.155,24.813,18.199,25.977,32.188c0.141,1.071,0.234,2.154,0.234,3.253c0,22.724-18.422,41.147-41.147,41.147s-41.141-18.422-41.141-41.147c0-1.104,0.098-2.192,0.245-3.269c0.62-7.68,3.329-14.473,7.68-19.88c4.346-5.412,10.215-9.491,17.171-11.607v-15.762v-51.666v-7.239v-33.091V76.087C232.126,64.268,235.808,54.69,247.616,54.69z'/%3E%3Cpath d='M268.796,282.592c8.387-9.1,12.303-20.342,11.21-31.465c-0.74-7.533-15.996-7.588-15.251,0c0.919,9.306-2.116,17.911-9.127,25.515C249.911,282.848,263.145,288.727,268.796,282.592z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemgeo-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 322.482 322.482' style='enable-background:new 0 0 322.482 322.482;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M142.62,45.938c6.483,0,12.787,0.756,18.874,2.094c1.936-4.759,3.068-10.302,3.068-16.246c0,0-9.698-31.786-21.658-31.786h-0.56c-11.96,0-21.658,31.786-21.658,31.786c0,5.945,1.131,11.487,3.068,16.246C129.833,46.694,136.137,45.938,142.62,45.938z'/%3E%3Cpath d='M142.898,267.771c11.961,0,21.658-31.786,21.658-31.786c0-5.945-1.131-11.487-3.068-16.246c-6.086,1.338-12.39,2.094-18.874,2.094c-6.483,0-12.787-0.756-18.874-2.094c-1.936,4.759-3.068,10.302-3.068,16.246c0,0,9.698,31.786,21.658,31.786C142.332,267.771,142.898,267.771,142.898,267.771z'/%3E%3Cpath d='M90.008,224.1c4.03-4.417,6.875-9.306,8.654-14.158c-10.976-6.369-20.44-15.017-27.756-25.33c-4.667,2.208-9.279,5.493-13.309,9.91c0,0-14.261,30.013-5.423,38.079l0.413,0.381C61.421,241.043,90.008,224.1,90.008,224.1z'/%3E%3Cpath d='M70.901,83.158c7.316-10.312,16.785-18.961,27.756-25.33c-1.773-4.846-4.618-9.741-8.654-14.158c0,0-28.588-16.943-37.421-8.882l-0.413,0.381c-8.838,8.061,5.423,38.079,5.423,38.079C61.627,77.664,66.234,80.95,70.901,83.158z'/%3E%3Cpath d='M200.699,57.382c0-7.587,1.811-13.935,4.901-19.031c-5.912,2.692-10.372,5.319-10.372,5.319c-4.03,4.417-6.875,9.306-8.654,14.158c5.047,2.932,9.769,6.347,14.12,10.187V57.382H200.699z'/%3E%3Cpath d='M40.518,155.824c5.945,0,11.487-1.131,16.246-3.068c-1.338-6.086-2.094-12.39-2.094-18.874c0-6.483,0.756-12.787,2.094-18.874c-4.759-1.936-10.302-3.068-16.246-3.068c0,0-31.786,9.698-31.786,21.658v0.56C8.732,146.131,40.518,155.824,40.518,155.824z'/%3E%3Cpath d='M82.116,86.242c-7.876,9.992-13.299,21.968-15.452,35.066c-0.674,4.101-1.115,8.284-1.115,12.581c0,4.291,0.441,8.474,1.115,12.581c2.154,13.097,7.577,25.08,15.452,35.066c5.221,6.625,11.493,12.363,18.585,16.975c8.719,5.668,18.661,9.578,29.338,11.335c4.101,0.674,8.284,1.115,12.581,1.115c4.291,0,8.474-0.441,12.581-1.115c10.677-1.757,20.614-5.668,29.338-11.335c6.032-3.922,11.455-8.664,16.165-14.065v-2.812V86.138v-2.807c-4.705-5.401-10.133-10.144-16.165-14.065c-8.719-5.667-18.661-9.578-29.338-11.335c-4.101-0.674-8.284-1.115-12.581-1.115c-4.291,0-8.474,0.441-12.581,1.115c-10.677,1.757-20.619,5.668-29.338,11.335C93.609,73.879,87.343,79.617,82.116,86.242z'/%3E%3Cpath d='M257.668,116.902V76.076c0-15.947-7.044-15.947-10.051-15.947c-3.008,0-10.051,0-10.051,15.947v36.442v34.293h20.103V116.902z'/%3E%3Cpath d='M193.16,221.49c-6.619,10.22-10.568,22.322-10.568,35.414c0,36.219,29.36,65.579,65.579,65.579c4.574,0,9.034-0.473,13.342-1.365c29.822-6.162,52.237-32.569,52.237-64.214c0-24.09-13.027-45.09-32.384-56.49V63.681c0-16.214-11.33-29.752-26.494-33.205c-2.442-0.555-4.977-0.876-7.593-0.876c-5.891,0-11.433,1.496-16.268,4.123c-10.617,5.776-17.818,17.024-17.818,29.958v17.954v2.11v7.631v11.612v27.968v5.858v27.968v11.612v7.631v2.11v15.36C205.126,206.597,198.344,213.478,193.16,221.49z M247.616,54.69c11.808,0,15.49,9.573,15.49,21.386v43.507v27.228v1.376v72.617c16.23,4.155,24.813,18.199,25.977,32.188c0.141,1.071,0.234,2.154,0.234,3.253c0,22.724-18.422,41.147-41.147,41.147s-41.141-18.422-41.141-41.147c0-1.104,0.098-2.192,0.245-3.269c0.62-7.68,3.329-14.473,7.68-19.88c4.346-5.412,10.215-9.491,17.171-11.607v-15.762v-51.666v-7.239v-33.091V76.087C232.126,64.268,235.808,54.69,247.616,54.69z'/%3E%3Cpath d='M268.796,282.592c8.387-9.1,12.303-20.342,11.21-31.465c-0.74-7.533-15.996-7.588-15.251,0c0.919,9.306-2.116,17.911-9.127,25.515C249.911,282.848,263.145,288.727,268.796,282.592z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemground-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='106.723px' height='106.723px' viewBox='0 0 106.723 106.723' style='enable-background:new 0 0 106.723 106.723;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M84.677,28.818L71.349,55.843l-4.504-2.223l13.328-27.025L84.677,28.818z M101.358,7.175l-1.254,2.268c-1.44,2.67-4.336,8.022-8.52,9.146l-3.928,7.963l-7.508-3.703l3.856-7.821c-1.881-4.193,0.813-10.451,2.011-13.197L86.808,0L101.358,7.175z M94.988,11.499l-7.621-3.757c-0.94,3.172-1.154,6.195,1.071,7.294C90.873,16.236,93.021,14.393,94.988,11.499zM54.328,81.898c2.092-0.252,7.09-0.428,11.123,2.604c0.746,0.562,1.412,1.209,2.012,1.923l2.744-5.562l1.229-2.49l4.106-8.329c0.572-1.162-2.078-3.354-6.453-5.837l2.277-4.62l-7.509-3.702l-2.276,4.62c-2.342-0.909-5.646-1.983-7.402-1.983c-0.594,0-1.012,0.123-1.158,0.418l-5.645,11.438l-2.572,5.216l-0.104,0.211c-0.177,0.357-0.186,0.814-0.081,1.336C47.761,77.398,51.112,78.738,54.328,81.898z M82.752,92.48c0.047-2.668-2.532-3.472-4.438-3.472c-0.527,0-1.025,0.14-1.508,0.337c0.713-1.113,1.139-2.424,1.139-3.837c0-3.099-1.635-5.47-3.729-6.067l-4.396,8.912c-0.146,0.297-0.354,0.562-0.596,0.81c0.92,1.921,1.483,4.188,1.684,6.789c0.074,0.963-0.648,1.804-1.609,1.877c-0.047,0.005-0.092,0.007-0.137,0.007c-0.904,0-1.674-0.697-1.742-1.615c-0.312-4.125-1.686-7.125-4.064-8.916c-3.881-2.916-9.231-1.837-9.289-1.83l-0.961,0.2l-0.672-0.716c-8.479-9.037-17.199-1.328-17.565-0.993c-0.717,0.646-1.822,0.597-2.473-0.12c-0.649-0.719-0.594-1.822,0.123-2.476c1.938-1.758,5.26-3.7,9.155-4.179c-0.109-0.771-0.053-1.479,0.245-2.077l0.816-1.658l1.535-3.108c-1.1,0.021-0.94,0.1-1.942,0.399c-2.736-3.519-7.049-5.799-11.917-5.799c-8.274,0-14.982,6.562-14.982,14.655c0,1.218,0.168,2.394,0.453,3.521c-4.726,1.966-7.892,5.507-7.892,9.562c0,1.297,0.34,2.539,0.936,3.696c-2.113,0.925-3.561,2.677-3.561,4.714c0,2.726,2.571,4.957,5.906,5.336v0.075h0.983h66.875c0.27,0.063,0.541,0.106,0.828,0.106c0.018,0,0.029-0.002,0.045-0.004c0.373,0.059,0.75,0.111,1.145,0.111c4.033,0,7.306-3.23,7.306-7.221C88.444,96.071,86.006,93.204,82.752,92.48z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemground-brown, .no-touch .panel-menu-action.panel-menu-action-ground:hover, .panel-menu-action.panel-menu-action-ground.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='106.723px' height='106.723px' viewBox='0 0 106.723 106.723' style='enable-background:new 0 0 106.723 106.723;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M84.677,28.818L71.349,55.843l-4.504-2.223l13.328-27.025L84.677,28.818z M101.358,7.175l-1.254,2.268c-1.44,2.67-4.336,8.022-8.52,9.146l-3.928,7.963l-7.508-3.703l3.856-7.821c-1.881-4.193,0.813-10.451,2.011-13.197L86.808,0L101.358,7.175z M94.988,11.499l-7.621-3.757c-0.94,3.172-1.154,6.195,1.071,7.294C90.873,16.236,93.021,14.393,94.988,11.499zM54.328,81.898c2.092-0.252,7.09-0.428,11.123,2.604c0.746,0.562,1.412,1.209,2.012,1.923l2.744-5.562l1.229-2.49l4.106-8.329c0.572-1.162-2.078-3.354-6.453-5.837l2.277-4.62l-7.509-3.702l-2.276,4.62c-2.342-0.909-5.646-1.983-7.402-1.983c-0.594,0-1.012,0.123-1.158,0.418l-5.645,11.438l-2.572,5.216l-0.104,0.211c-0.177,0.357-0.186,0.814-0.081,1.336C47.761,77.398,51.112,78.738,54.328,81.898z M82.752,92.48c0.047-2.668-2.532-3.472-4.438-3.472c-0.527,0-1.025,0.14-1.508,0.337c0.713-1.113,1.139-2.424,1.139-3.837c0-3.099-1.635-5.47-3.729-6.067l-4.396,8.912c-0.146,0.297-0.354,0.562-0.596,0.81c0.92,1.921,1.483,4.188,1.684,6.789c0.074,0.963-0.648,1.804-1.609,1.877c-0.047,0.005-0.092,0.007-0.137,0.007c-0.904,0-1.674-0.697-1.742-1.615c-0.312-4.125-1.686-7.125-4.064-8.916c-3.881-2.916-9.231-1.837-9.289-1.83l-0.961,0.2l-0.672-0.716c-8.479-9.037-17.199-1.328-17.565-0.993c-0.717,0.646-1.822,0.597-2.473-0.12c-0.649-0.719-0.594-1.822,0.123-2.476c1.938-1.758,5.26-3.7,9.155-4.179c-0.109-0.771-0.053-1.479,0.245-2.077l0.816-1.658l1.535-3.108c-1.1,0.021-0.94,0.1-1.942,0.399c-2.736-3.519-7.049-5.799-11.917-5.799c-8.274,0-14.982,6.562-14.982,14.655c0,1.218,0.168,2.394,0.453,3.521c-4.726,1.966-7.892,5.507-7.892,9.562c0,1.297,0.34,2.539,0.936,3.696c-2.113,0.925-3.561,2.677-3.561,4.714c0,2.726,2.571,4.957,5.906,5.336v0.075h0.983h66.875c0.27,0.063,0.541,0.106,0.828,0.106c0.018,0,0.029-0.002,0.045-0.004c0.373,0.059,0.75,0.111,1.145,0.111c4.033,0,7.306-3.23,7.306-7.221C88.444,96.071,86.006,93.204,82.752,92.48z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemground-black, .panel-menu-action.panel-menu-action-ground {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='106.723px' height='106.723px' viewBox='0 0 106.723 106.723' style='enable-background:new 0 0 106.723 106.723;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M84.677,28.818L71.349,55.843l-4.504-2.223l13.328-27.025L84.677,28.818z M101.358,7.175l-1.254,2.268c-1.44,2.67-4.336,8.022-8.52,9.146l-3.928,7.963l-7.508-3.703l3.856-7.821c-1.881-4.193,0.813-10.451,2.011-13.197L86.808,0L101.358,7.175z M94.988,11.499l-7.621-3.757c-0.94,3.172-1.154,6.195,1.071,7.294C90.873,16.236,93.021,14.393,94.988,11.499zM54.328,81.898c2.092-0.252,7.09-0.428,11.123,2.604c0.746,0.562,1.412,1.209,2.012,1.923l2.744-5.562l1.229-2.49l4.106-8.329c0.572-1.162-2.078-3.354-6.453-5.837l2.277-4.62l-7.509-3.702l-2.276,4.62c-2.342-0.909-5.646-1.983-7.402-1.983c-0.594,0-1.012,0.123-1.158,0.418l-5.645,11.438l-2.572,5.216l-0.104,0.211c-0.177,0.357-0.186,0.814-0.081,1.336C47.761,77.398,51.112,78.738,54.328,81.898z M82.752,92.48c0.047-2.668-2.532-3.472-4.438-3.472c-0.527,0-1.025,0.14-1.508,0.337c0.713-1.113,1.139-2.424,1.139-3.837c0-3.099-1.635-5.47-3.729-6.067l-4.396,8.912c-0.146,0.297-0.354,0.562-0.596,0.81c0.92,1.921,1.483,4.188,1.684,6.789c0.074,0.963-0.648,1.804-1.609,1.877c-0.047,0.005-0.092,0.007-0.137,0.007c-0.904,0-1.674-0.697-1.742-1.615c-0.312-4.125-1.686-7.125-4.064-8.916c-3.881-2.916-9.231-1.837-9.289-1.83l-0.961,0.2l-0.672-0.716c-8.479-9.037-17.199-1.328-17.565-0.993c-0.717,0.646-1.822,0.597-2.473-0.12c-0.649-0.719-0.594-1.822,0.123-2.476c1.938-1.758,5.26-3.7,9.155-4.179c-0.109-0.771-0.053-1.479,0.245-2.077l0.816-1.658l1.535-3.108c-1.1,0.021-0.94,0.1-1.942,0.399c-2.736-3.519-7.049-5.799-11.917-5.799c-8.274,0-14.982,6.562-14.982,14.655c0,1.218,0.168,2.394,0.453,3.521c-4.726,1.966-7.892,5.507-7.892,9.562c0,1.297,0.34,2.539,0.936,3.696c-2.113,0.925-3.561,2.677-3.561,4.714c0,2.726,2.571,4.957,5.906,5.336v0.075h0.983h66.875c0.27,0.063,0.541,0.106,0.828,0.106c0.018,0,0.029-0.002,0.045-0.004c0.373,0.059,0.75,0.111,1.145,0.111c4.033,0,7.306-3.23,7.306-7.221C88.444,96.071,86.006,93.204,82.752,92.48z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemground-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='106.723px' height='106.723px' viewBox='0 0 106.723 106.723' style='enable-background:new 0 0 106.723 106.723;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M84.677,28.818L71.349,55.843l-4.504-2.223l13.328-27.025L84.677,28.818z M101.358,7.175l-1.254,2.268c-1.44,2.67-4.336,8.022-8.52,9.146l-3.928,7.963l-7.508-3.703l3.856-7.821c-1.881-4.193,0.813-10.451,2.011-13.197L86.808,0L101.358,7.175z M94.988,11.499l-7.621-3.757c-0.94,3.172-1.154,6.195,1.071,7.294C90.873,16.236,93.021,14.393,94.988,11.499zM54.328,81.898c2.092-0.252,7.09-0.428,11.123,2.604c0.746,0.562,1.412,1.209,2.012,1.923l2.744-5.562l1.229-2.49l4.106-8.329c0.572-1.162-2.078-3.354-6.453-5.837l2.277-4.62l-7.509-3.702l-2.276,4.62c-2.342-0.909-5.646-1.983-7.402-1.983c-0.594,0-1.012,0.123-1.158,0.418l-5.645,11.438l-2.572,5.216l-0.104,0.211c-0.177,0.357-0.186,0.814-0.081,1.336C47.761,77.398,51.112,78.738,54.328,81.898z M82.752,92.48c0.047-2.668-2.532-3.472-4.438-3.472c-0.527,0-1.025,0.14-1.508,0.337c0.713-1.113,1.139-2.424,1.139-3.837c0-3.099-1.635-5.47-3.729-6.067l-4.396,8.912c-0.146,0.297-0.354,0.562-0.596,0.81c0.92,1.921,1.483,4.188,1.684,6.789c0.074,0.963-0.648,1.804-1.609,1.877c-0.047,0.005-0.092,0.007-0.137,0.007c-0.904,0-1.674-0.697-1.742-1.615c-0.312-4.125-1.686-7.125-4.064-8.916c-3.881-2.916-9.231-1.837-9.289-1.83l-0.961,0.2l-0.672-0.716c-8.479-9.037-17.199-1.328-17.565-0.993c-0.717,0.646-1.822,0.597-2.473-0.12c-0.649-0.719-0.594-1.822,0.123-2.476c1.938-1.758,5.26-3.7,9.155-4.179c-0.109-0.771-0.053-1.479,0.245-2.077l0.816-1.658l1.535-3.108c-1.1,0.021-0.94,0.1-1.942,0.399c-2.736-3.519-7.049-5.799-11.917-5.799c-8.274,0-14.982,6.562-14.982,14.655c0,1.218,0.168,2.394,0.453,3.521c-4.726,1.966-7.892,5.507-7.892,9.562c0,1.297,0.34,2.539,0.936,3.696c-2.113,0.925-3.561,2.677-3.561,4.714c0,2.726,2.571,4.957,5.906,5.336v0.075h0.983h66.875c0.27,0.063,0.541,0.106,0.828,0.106c0.018,0,0.029-0.002,0.045-0.004c0.373,0.059,0.75,0.111,1.145,0.111c4.033,0,7.306-3.23,7.306-7.221C88.444,96.071,86.006,93.204,82.752,92.48z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemground-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='106.723px' height='106.723px' viewBox='0 0 106.723 106.723' style='enable-background:new 0 0 106.723 106.723;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M84.677,28.818L71.349,55.843l-4.504-2.223l13.328-27.025L84.677,28.818z M101.358,7.175l-1.254,2.268c-1.44,2.67-4.336,8.022-8.52,9.146l-3.928,7.963l-7.508-3.703l3.856-7.821c-1.881-4.193,0.813-10.451,2.011-13.197L86.808,0L101.358,7.175z M94.988,11.499l-7.621-3.757c-0.94,3.172-1.154,6.195,1.071,7.294C90.873,16.236,93.021,14.393,94.988,11.499zM54.328,81.898c2.092-0.252,7.09-0.428,11.123,2.604c0.746,0.562,1.412,1.209,2.012,1.923l2.744-5.562l1.229-2.49l4.106-8.329c0.572-1.162-2.078-3.354-6.453-5.837l2.277-4.62l-7.509-3.702l-2.276,4.62c-2.342-0.909-5.646-1.983-7.402-1.983c-0.594,0-1.012,0.123-1.158,0.418l-5.645,11.438l-2.572,5.216l-0.104,0.211c-0.177,0.357-0.186,0.814-0.081,1.336C47.761,77.398,51.112,78.738,54.328,81.898z M82.752,92.48c0.047-2.668-2.532-3.472-4.438-3.472c-0.527,0-1.025,0.14-1.508,0.337c0.713-1.113,1.139-2.424,1.139-3.837c0-3.099-1.635-5.47-3.729-6.067l-4.396,8.912c-0.146,0.297-0.354,0.562-0.596,0.81c0.92,1.921,1.483,4.188,1.684,6.789c0.074,0.963-0.648,1.804-1.609,1.877c-0.047,0.005-0.092,0.007-0.137,0.007c-0.904,0-1.674-0.697-1.742-1.615c-0.312-4.125-1.686-7.125-4.064-8.916c-3.881-2.916-9.231-1.837-9.289-1.83l-0.961,0.2l-0.672-0.716c-8.479-9.037-17.199-1.328-17.565-0.993c-0.717,0.646-1.822,0.597-2.473-0.12c-0.649-0.719-0.594-1.822,0.123-2.476c1.938-1.758,5.26-3.7,9.155-4.179c-0.109-0.771-0.053-1.479,0.245-2.077l0.816-1.658l1.535-3.108c-1.1,0.021-0.94,0.1-1.942,0.399c-2.736-3.519-7.049-5.799-11.917-5.799c-8.274,0-14.982,6.562-14.982,14.655c0,1.218,0.168,2.394,0.453,3.521c-4.726,1.966-7.892,5.507-7.892,9.562c0,1.297,0.34,2.539,0.936,3.696c-2.113,0.925-3.561,2.677-3.561,4.714c0,2.726,2.571,4.957,5.906,5.336v0.075h0.983h66.875c0.27,0.063,0.541,0.106,0.828,0.106c0.018,0,0.029-0.002,0.045-0.004c0.373,0.059,0.75,0.111,1.145,0.111c4.033,0,7.306-3.23,7.306-7.221C88.444,96.071,86.006,93.204,82.752,92.48z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemground-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='106.723px' height='106.723px' viewBox='0 0 106.723 106.723' style='enable-background:new 0 0 106.723 106.723;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M84.677,28.818L71.349,55.843l-4.504-2.223l13.328-27.025L84.677,28.818z M101.358,7.175l-1.254,2.268c-1.44,2.67-4.336,8.022-8.52,9.146l-3.928,7.963l-7.508-3.703l3.856-7.821c-1.881-4.193,0.813-10.451,2.011-13.197L86.808,0L101.358,7.175z M94.988,11.499l-7.621-3.757c-0.94,3.172-1.154,6.195,1.071,7.294C90.873,16.236,93.021,14.393,94.988,11.499zM54.328,81.898c2.092-0.252,7.09-0.428,11.123,2.604c0.746,0.562,1.412,1.209,2.012,1.923l2.744-5.562l1.229-2.49l4.106-8.329c0.572-1.162-2.078-3.354-6.453-5.837l2.277-4.62l-7.509-3.702l-2.276,4.62c-2.342-0.909-5.646-1.983-7.402-1.983c-0.594,0-1.012,0.123-1.158,0.418l-5.645,11.438l-2.572,5.216l-0.104,0.211c-0.177,0.357-0.186,0.814-0.081,1.336C47.761,77.398,51.112,78.738,54.328,81.898z M82.752,92.48c0.047-2.668-2.532-3.472-4.438-3.472c-0.527,0-1.025,0.14-1.508,0.337c0.713-1.113,1.139-2.424,1.139-3.837c0-3.099-1.635-5.47-3.729-6.067l-4.396,8.912c-0.146,0.297-0.354,0.562-0.596,0.81c0.92,1.921,1.483,4.188,1.684,6.789c0.074,0.963-0.648,1.804-1.609,1.877c-0.047,0.005-0.092,0.007-0.137,0.007c-0.904,0-1.674-0.697-1.742-1.615c-0.312-4.125-1.686-7.125-4.064-8.916c-3.881-2.916-9.231-1.837-9.289-1.83l-0.961,0.2l-0.672-0.716c-8.479-9.037-17.199-1.328-17.565-0.993c-0.717,0.646-1.822,0.597-2.473-0.12c-0.649-0.719-0.594-1.822,0.123-2.476c1.938-1.758,5.26-3.7,9.155-4.179c-0.109-0.771-0.053-1.479,0.245-2.077l0.816-1.658l1.535-3.108c-1.1,0.021-0.94,0.1-1.942,0.399c-2.736-3.519-7.049-5.799-11.917-5.799c-8.274,0-14.982,6.562-14.982,14.655c0,1.218,0.168,2.394,0.453,3.521c-4.726,1.966-7.892,5.507-7.892,9.562c0,1.297,0.34,2.539,0.936,3.696c-2.113,0.925-3.561,2.677-3.561,4.714c0,2.726,2.571,4.957,5.906,5.336v0.075h0.983h66.875c0.27,0.063,0.541,0.106,0.828,0.106c0.018,0,0.029-0.002,0.045-0.004c0.373,0.059,0.75,0.111,1.145,0.111c4.033,0,7.306-3.23,7.306-7.221C88.444,96.071,86.006,93.204,82.752,92.48z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemdisplay-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='466.583px' height='466.582px' viewBox='0 0 466.583 466.582' style='enable-background:new 0 0 466.583 466.582;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M233.292,0c-85.1,0-154.334,69.234-154.334,154.333c0,34.275,21.887,90.155,66.908,170.834c31.846,57.063,63.168,104.643,64.484,106.64l22.942,34.775l22.941-34.774c1.317-1.998,32.641-49.577,64.483-106.64c45.023-80.68,66.908-136.559,66.908-170.834C387.625,69.234,318.391,0,233.292,0z M233.292,233.291c-44.182,0-80-35.817-80-80s35.818-80,80-80c44.182,0,80,35.817,80,80S277.473,233.291,233.292,233.291z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemdisplay-brown, .no-touch .panel-menu-action.panel-menu-action-display:hover, .panel-menu-action.panel-menu-action-display.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='466.583px' height='466.582px' viewBox='0 0 466.583 466.582' style='enable-background:new 0 0 466.583 466.582;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M233.292,0c-85.1,0-154.334,69.234-154.334,154.333c0,34.275,21.887,90.155,66.908,170.834c31.846,57.063,63.168,104.643,64.484,106.64l22.942,34.775l22.941-34.774c1.317-1.998,32.641-49.577,64.483-106.64c45.023-80.68,66.908-136.559,66.908-170.834C387.625,69.234,318.391,0,233.292,0z M233.292,233.291c-44.182,0-80-35.817-80-80s35.818-80,80-80c44.182,0,80,35.817,80,80S277.473,233.291,233.292,233.291z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemdisplay-black, .panel-menu-action.panel-menu-action-display {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='466.583px' height='466.582px' viewBox='0 0 466.583 466.582' style='enable-background:new 0 0 466.583 466.582;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M233.292,0c-85.1,0-154.334,69.234-154.334,154.333c0,34.275,21.887,90.155,66.908,170.834c31.846,57.063,63.168,104.643,64.484,106.64l22.942,34.775l22.941-34.774c1.317-1.998,32.641-49.577,64.483-106.64c45.023-80.68,66.908-136.559,66.908-170.834C387.625,69.234,318.391,0,233.292,0z M233.292,233.291c-44.182,0-80-35.817-80-80s35.818-80,80-80c44.182,0,80,35.817,80,80S277.473,233.291,233.292,233.291z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemdisplay-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='466.583px' height='466.582px' viewBox='0 0 466.583 466.582' style='enable-background:new 0 0 466.583 466.582;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M233.292,0c-85.1,0-154.334,69.234-154.334,154.333c0,34.275,21.887,90.155,66.908,170.834c31.846,57.063,63.168,104.643,64.484,106.64l22.942,34.775l22.941-34.774c1.317-1.998,32.641-49.577,64.483-106.64c45.023-80.68,66.908-136.559,66.908-170.834C387.625,69.234,318.391,0,233.292,0z M233.292,233.291c-44.182,0-80-35.817-80-80s35.818-80,80-80c44.182,0,80,35.817,80,80S277.473,233.291,233.292,233.291z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemdisplay-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='466.583px' height='466.582px' viewBox='0 0 466.583 466.582' style='enable-background:new 0 0 466.583 466.582;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M233.292,0c-85.1,0-154.334,69.234-154.334,154.333c0,34.275,21.887,90.155,66.908,170.834c31.846,57.063,63.168,104.643,64.484,106.64l22.942,34.775l22.941-34.774c1.317-1.998,32.641-49.577,64.483-106.64c45.023-80.68,66.908-136.559,66.908-170.834C387.625,69.234,318.391,0,233.292,0z M233.292,233.291c-44.182,0-80-35.817-80-80s35.818-80,80-80c44.182,0,80,35.817,80,80S277.473,233.291,233.292,233.291z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemdisplay-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='466.583px' height='466.582px' viewBox='0 0 466.583 466.582' style='enable-background:new 0 0 466.583 466.582;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M233.292,0c-85.1,0-154.334,69.234-154.334,154.333c0,34.275,21.887,90.155,66.908,170.834c31.846,57.063,63.168,104.643,64.484,106.64l22.942,34.775l22.941-34.774c1.317-1.998,32.641-49.577,64.483-106.64c45.023-80.68,66.908-136.559,66.908-170.834C387.625,69.234,318.391,0,233.292,0z M233.292,233.291c-44.182,0-80-35.817-80-80s35.818-80,80-80c44.182,0,80,35.817,80,80S277.473,233.291,233.292,233.291z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemrelations-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='69.705px' height='69.705px' viewBox='0 0 69.705 69.705' style='enable-background:new 0 0 69.705 69.705;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='27.765' y='44.591' width='0.073' height='0.221'/%3E%3Cpath d='M59.011,15.904c-3.453,0-7.012,1.436-10.196,4.085c-3.188-2.649-6.752-4.085-10.2-4.085c-6.301,0-10.702,4.853-10.702,11.802c0,2.705,1.087,5.487,2.682,8.178c1.217-1.469,2.246-2.905,2.971-4.253c-0.616-1.362-0.985-2.686-0.985-3.927c0-4.398,2.311-7.13,6.03-7.13c2.77,0,5.881,1.538,8.54,4.224l1.661,1.676l1.655-1.676c2.665-2.684,5.776-4.224,8.543-4.224c3.721,0,6.031,2.732,6.031,7.13c0,6.797-10.703,16.211-16.229,20.354c-2.553-1.911-6.185-4.959-9.383-8.34c-0.919,1.277-1.913,2.519-2.966,3.7c4.775,4.968,9.969,8.714,11.002,9.439l1.337,0.935l1.342-0.935c1.998-1.401,19.562-14.002,19.562-25.154C69.714,20.757,65.316,15.904,59.011,15.904z'/%3E%3Cpath d='M38.614,22.911c-1.041,0-1.776,0.336-2.318,0.825c0.537,1.085,0.836,2.421,0.836,3.972c0,6.798-10.7,16.212-16.231,20.354C15.37,43.92,4.671,34.506,4.671,27.708c0-4.397,2.31-7.13,6.031-7.13c2.771,0,5.882,1.539,8.539,4.226l1.659,1.674l1.658-1.674c1.297-1.308,2.691-2.324,4.111-3.04c0.953-2.42,2.488-4.431,4.466-5.853c-0.012,0-0.024-0.002-0.035-0.002c-3.455,0-7.012,1.436-10.201,4.085c-3.188-2.649-6.75-4.085-10.198-4.085C4.402,15.908,0,20.761,0,27.71c0,11.15,17.561,23.755,19.562,25.156l1.338,0.936l1.339-0.936c2.001-1.4,19.563-14.006,19.563-25.156c0-1.521-0.239-2.922-0.647-4.204C40.274,23.152,39.41,22.911,38.614,22.911z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemrelations-brown, .no-touch .panel-menu-action.panel-menu-action-neightbors:hover, .panel-menu-action.panel-menu-action-neightbors.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='69.705px' height='69.705px' viewBox='0 0 69.705 69.705' style='enable-background:new 0 0 69.705 69.705;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='27.765' y='44.591' width='0.073' height='0.221'/%3E%3Cpath d='M59.011,15.904c-3.453,0-7.012,1.436-10.196,4.085c-3.188-2.649-6.752-4.085-10.2-4.085c-6.301,0-10.702,4.853-10.702,11.802c0,2.705,1.087,5.487,2.682,8.178c1.217-1.469,2.246-2.905,2.971-4.253c-0.616-1.362-0.985-2.686-0.985-3.927c0-4.398,2.311-7.13,6.03-7.13c2.77,0,5.881,1.538,8.54,4.224l1.661,1.676l1.655-1.676c2.665-2.684,5.776-4.224,8.543-4.224c3.721,0,6.031,2.732,6.031,7.13c0,6.797-10.703,16.211-16.229,20.354c-2.553-1.911-6.185-4.959-9.383-8.34c-0.919,1.277-1.913,2.519-2.966,3.7c4.775,4.968,9.969,8.714,11.002,9.439l1.337,0.935l1.342-0.935c1.998-1.401,19.562-14.002,19.562-25.154C69.714,20.757,65.316,15.904,59.011,15.904z'/%3E%3Cpath d='M38.614,22.911c-1.041,0-1.776,0.336-2.318,0.825c0.537,1.085,0.836,2.421,0.836,3.972c0,6.798-10.7,16.212-16.231,20.354C15.37,43.92,4.671,34.506,4.671,27.708c0-4.397,2.31-7.13,6.031-7.13c2.771,0,5.882,1.539,8.539,4.226l1.659,1.674l1.658-1.674c1.297-1.308,2.691-2.324,4.111-3.04c0.953-2.42,2.488-4.431,4.466-5.853c-0.012,0-0.024-0.002-0.035-0.002c-3.455,0-7.012,1.436-10.201,4.085c-3.188-2.649-6.75-4.085-10.198-4.085C4.402,15.908,0,20.761,0,27.71c0,11.15,17.561,23.755,19.562,25.156l1.338,0.936l1.339-0.936c2.001-1.4,19.563-14.006,19.563-25.156c0-1.521-0.239-2.922-0.647-4.204C40.274,23.152,39.41,22.911,38.614,22.911z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemrelations-black, .panel-menu-action.panel-menu-action-neightbors {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='69.705px' height='69.705px' viewBox='0 0 69.705 69.705' style='enable-background:new 0 0 69.705 69.705;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='27.765' y='44.591' width='0.073' height='0.221'/%3E%3Cpath d='M59.011,15.904c-3.453,0-7.012,1.436-10.196,4.085c-3.188-2.649-6.752-4.085-10.2-4.085c-6.301,0-10.702,4.853-10.702,11.802c0,2.705,1.087,5.487,2.682,8.178c1.217-1.469,2.246-2.905,2.971-4.253c-0.616-1.362-0.985-2.686-0.985-3.927c0-4.398,2.311-7.13,6.03-7.13c2.77,0,5.881,1.538,8.54,4.224l1.661,1.676l1.655-1.676c2.665-2.684,5.776-4.224,8.543-4.224c3.721,0,6.031,2.732,6.031,7.13c0,6.797-10.703,16.211-16.229,20.354c-2.553-1.911-6.185-4.959-9.383-8.34c-0.919,1.277-1.913,2.519-2.966,3.7c4.775,4.968,9.969,8.714,11.002,9.439l1.337,0.935l1.342-0.935c1.998-1.401,19.562-14.002,19.562-25.154C69.714,20.757,65.316,15.904,59.011,15.904z'/%3E%3Cpath d='M38.614,22.911c-1.041,0-1.776,0.336-2.318,0.825c0.537,1.085,0.836,2.421,0.836,3.972c0,6.798-10.7,16.212-16.231,20.354C15.37,43.92,4.671,34.506,4.671,27.708c0-4.397,2.31-7.13,6.031-7.13c2.771,0,5.882,1.539,8.539,4.226l1.659,1.674l1.658-1.674c1.297-1.308,2.691-2.324,4.111-3.04c0.953-2.42,2.488-4.431,4.466-5.853c-0.012,0-0.024-0.002-0.035-0.002c-3.455,0-7.012,1.436-10.201,4.085c-3.188-2.649-6.75-4.085-10.198-4.085C4.402,15.908,0,20.761,0,27.71c0,11.15,17.561,23.755,19.562,25.156l1.338,0.936l1.339-0.936c2.001-1.4,19.563-14.006,19.563-25.156c0-1.521-0.239-2.922-0.647-4.204C40.274,23.152,39.41,22.911,38.614,22.911z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemrelations-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='69.705px' height='69.705px' viewBox='0 0 69.705 69.705' style='enable-background:new 0 0 69.705 69.705;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='27.765' y='44.591' width='0.073' height='0.221'/%3E%3Cpath d='M59.011,15.904c-3.453,0-7.012,1.436-10.196,4.085c-3.188-2.649-6.752-4.085-10.2-4.085c-6.301,0-10.702,4.853-10.702,11.802c0,2.705,1.087,5.487,2.682,8.178c1.217-1.469,2.246-2.905,2.971-4.253c-0.616-1.362-0.985-2.686-0.985-3.927c0-4.398,2.311-7.13,6.03-7.13c2.77,0,5.881,1.538,8.54,4.224l1.661,1.676l1.655-1.676c2.665-2.684,5.776-4.224,8.543-4.224c3.721,0,6.031,2.732,6.031,7.13c0,6.797-10.703,16.211-16.229,20.354c-2.553-1.911-6.185-4.959-9.383-8.34c-0.919,1.277-1.913,2.519-2.966,3.7c4.775,4.968,9.969,8.714,11.002,9.439l1.337,0.935l1.342-0.935c1.998-1.401,19.562-14.002,19.562-25.154C69.714,20.757,65.316,15.904,59.011,15.904z'/%3E%3Cpath d='M38.614,22.911c-1.041,0-1.776,0.336-2.318,0.825c0.537,1.085,0.836,2.421,0.836,3.972c0,6.798-10.7,16.212-16.231,20.354C15.37,43.92,4.671,34.506,4.671,27.708c0-4.397,2.31-7.13,6.031-7.13c2.771,0,5.882,1.539,8.539,4.226l1.659,1.674l1.658-1.674c1.297-1.308,2.691-2.324,4.111-3.04c0.953-2.42,2.488-4.431,4.466-5.853c-0.012,0-0.024-0.002-0.035-0.002c-3.455,0-7.012,1.436-10.201,4.085c-3.188-2.649-6.75-4.085-10.198-4.085C4.402,15.908,0,20.761,0,27.71c0,11.15,17.561,23.755,19.562,25.156l1.338,0.936l1.339-0.936c2.001-1.4,19.563-14.006,19.563-25.156c0-1.521-0.239-2.922-0.647-4.204C40.274,23.152,39.41,22.911,38.614,22.911z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemrelations-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='69.705px' height='69.705px' viewBox='0 0 69.705 69.705' style='enable-background:new 0 0 69.705 69.705;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='27.765' y='44.591' width='0.073' height='0.221'/%3E%3Cpath d='M59.011,15.904c-3.453,0-7.012,1.436-10.196,4.085c-3.188-2.649-6.752-4.085-10.2-4.085c-6.301,0-10.702,4.853-10.702,11.802c0,2.705,1.087,5.487,2.682,8.178c1.217-1.469,2.246-2.905,2.971-4.253c-0.616-1.362-0.985-2.686-0.985-3.927c0-4.398,2.311-7.13,6.03-7.13c2.77,0,5.881,1.538,8.54,4.224l1.661,1.676l1.655-1.676c2.665-2.684,5.776-4.224,8.543-4.224c3.721,0,6.031,2.732,6.031,7.13c0,6.797-10.703,16.211-16.229,20.354c-2.553-1.911-6.185-4.959-9.383-8.34c-0.919,1.277-1.913,2.519-2.966,3.7c4.775,4.968,9.969,8.714,11.002,9.439l1.337,0.935l1.342-0.935c1.998-1.401,19.562-14.002,19.562-25.154C69.714,20.757,65.316,15.904,59.011,15.904z'/%3E%3Cpath d='M38.614,22.911c-1.041,0-1.776,0.336-2.318,0.825c0.537,1.085,0.836,2.421,0.836,3.972c0,6.798-10.7,16.212-16.231,20.354C15.37,43.92,4.671,34.506,4.671,27.708c0-4.397,2.31-7.13,6.031-7.13c2.771,0,5.882,1.539,8.539,4.226l1.659,1.674l1.658-1.674c1.297-1.308,2.691-2.324,4.111-3.04c0.953-2.42,2.488-4.431,4.466-5.853c-0.012,0-0.024-0.002-0.035-0.002c-3.455,0-7.012,1.436-10.201,4.085c-3.188-2.649-6.75-4.085-10.198-4.085C4.402,15.908,0,20.761,0,27.71c0,11.15,17.561,23.755,19.562,25.156l1.338,0.936l1.339-0.936c2.001-1.4,19.563-14.006,19.563-25.156c0-1.521-0.239-2.922-0.647-4.204C40.274,23.152,39.41,22.911,38.614,22.911z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-itemrelations-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='69.705px' height='69.705px' viewBox='0 0 69.705 69.705' style='enable-background:new 0 0 69.705 69.705;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='27.765' y='44.591' width='0.073' height='0.221'/%3E%3Cpath d='M59.011,15.904c-3.453,0-7.012,1.436-10.196,4.085c-3.188-2.649-6.752-4.085-10.2-4.085c-6.301,0-10.702,4.853-10.702,11.802c0,2.705,1.087,5.487,2.682,8.178c1.217-1.469,2.246-2.905,2.971-4.253c-0.616-1.362-0.985-2.686-0.985-3.927c0-4.398,2.311-7.13,6.03-7.13c2.77,0,5.881,1.538,8.54,4.224l1.661,1.676l1.655-1.676c2.665-2.684,5.776-4.224,8.543-4.224c3.721,0,6.031,2.732,6.031,7.13c0,6.797-10.703,16.211-16.229,20.354c-2.553-1.911-6.185-4.959-9.383-8.34c-0.919,1.277-1.913,2.519-2.966,3.7c4.775,4.968,9.969,8.714,11.002,9.439l1.337,0.935l1.342-0.935c1.998-1.401,19.562-14.002,19.562-25.154C69.714,20.757,65.316,15.904,59.011,15.904z'/%3E%3Cpath d='M38.614,22.911c-1.041,0-1.776,0.336-2.318,0.825c0.537,1.085,0.836,2.421,0.836,3.972c0,6.798-10.7,16.212-16.231,20.354C15.37,43.92,4.671,34.506,4.671,27.708c0-4.397,2.31-7.13,6.031-7.13c2.771,0,5.882,1.539,8.539,4.226l1.659,1.674l1.658-1.674c1.297-1.308,2.691-2.324,4.111-3.04c0.953-2.42,2.488-4.431,4.466-5.853c-0.012,0-0.024-0.002-0.035-0.002c-3.455,0-7.012,1.436-10.201,4.085c-3.188-2.649-6.75-4.085-10.198-4.085C4.402,15.908,0,20.761,0,27.71c0,11.15,17.561,23.755,19.562,25.156l1.338,0.936l1.339-0.936c2.001-1.4,19.563-14.006,19.563-25.156c0-1.521-0.239-2.922-0.647-4.204C40.274,23.152,39.41,22.911,38.614,22.911z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leaf-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='551.391px' height='551.391px' viewBox='0 0 551.391 551.391' style='enable-background:new 0 0 551.391 551.391;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.695,0c0,0-45.366,44.014-94.43,61.759C-44.068,193.178,109.165,449.277,114.164,450.121c0,0,20.374-35.48,47.896-55.717c174.644-128.389,210.14-276.171,210.14-276.171s-39.19,177.829-194.562,288.479c-34.316,24.426-57.552,84.568-67.388,144.679c0,0,24.325-9.828,34.785-12.49c4.079-26.618,12.607-52.106,27.025-74.875c217.151,25.854,288.272-149.123,297.563-210.136C491.552,109.79,413.695,0,413.695,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leaf-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='551.391px' height='551.391px' viewBox='0 0 551.391 551.391' style='enable-background:new 0 0 551.391 551.391;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.695,0c0,0-45.366,44.014-94.43,61.759C-44.068,193.178,109.165,449.277,114.164,450.121c0,0,20.374-35.48,47.896-55.717c174.644-128.389,210.14-276.171,210.14-276.171s-39.19,177.829-194.562,288.479c-34.316,24.426-57.552,84.568-67.388,144.679c0,0,24.325-9.828,34.785-12.49c4.079-26.618,12.607-52.106,27.025-74.875c217.151,25.854,288.272-149.123,297.563-210.136C491.552,109.79,413.695,0,413.695,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leaf-black, .maplist-item--map.active:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='551.391px' height='551.391px' viewBox='0 0 551.391 551.391' style='enable-background:new 0 0 551.391 551.391;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.695,0c0,0-45.366,44.014-94.43,61.759C-44.068,193.178,109.165,449.277,114.164,450.121c0,0,20.374-35.48,47.896-55.717c174.644-128.389,210.14-276.171,210.14-276.171s-39.19,177.829-194.562,288.479c-34.316,24.426-57.552,84.568-67.388,144.679c0,0,24.325-9.828,34.785-12.49c4.079-26.618,12.607-52.106,27.025-74.875c217.151,25.854,288.272-149.123,297.563-210.136C491.552,109.79,413.695,0,413.695,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leaf-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='551.391px' height='551.391px' viewBox='0 0 551.391 551.391' style='enable-background:new 0 0 551.391 551.391;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.695,0c0,0-45.366,44.014-94.43,61.759C-44.068,193.178,109.165,449.277,114.164,450.121c0,0,20.374-35.48,47.896-55.717c174.644-128.389,210.14-276.171,210.14-276.171s-39.19,177.829-194.562,288.479c-34.316,24.426-57.552,84.568-67.388,144.679c0,0,24.325-9.828,34.785-12.49c4.079-26.618,12.607-52.106,27.025-74.875c217.151,25.854,288.272-149.123,297.563-210.136C491.552,109.79,413.695,0,413.695,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leaf-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='551.391px' height='551.391px' viewBox='0 0 551.391 551.391' style='enable-background:new 0 0 551.391 551.391;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.695,0c0,0-45.366,44.014-94.43,61.759C-44.068,193.178,109.165,449.277,114.164,450.121c0,0,20.374-35.48,47.896-55.717c174.644-128.389,210.14-276.171,210.14-276.171s-39.19,177.829-194.562,288.479c-34.316,24.426-57.552,84.568-67.388,144.679c0,0,24.325-9.828,34.785-12.49c4.079-26.618,12.607-52.106,27.025-74.875c217.151,25.854,288.272-149.123,297.563-210.136C491.552,109.79,413.695,0,413.695,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leaf-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='551.391px' height='551.391px' viewBox='0 0 551.391 551.391' style='enable-background:new 0 0 551.391 551.391;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.695,0c0,0-45.366,44.014-94.43,61.759C-44.068,193.178,109.165,449.277,114.164,450.121c0,0,20.374-35.48,47.896-55.717c174.644-128.389,210.14-276.171,210.14-276.171s-39.19,177.829-194.562,288.479c-34.316,24.426-57.552,84.568-67.388,144.679c0,0,24.325-9.828,34.785-12.49c4.079-26.618,12.607-52.106,27.025-74.875c217.151,25.854,288.272-149.123,297.563-210.136C491.552,109.79,413.695,0,413.695,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-browser-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='592.018px' height='592.018px' viewBox='0 0 592.018 592.018' style='enable-background:new 0 0 592.018 592.018;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='503.441' cy='93.853' r='21.216'/%3E%3Cpath d='M503.441,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C525.156,105.827,515.415,115.569,503.441,115.569z M503.441,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S514.863,73.137,503.441,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='440.201' cy='93.853' r='21.216'/%3E%3Cpath d='M440.201,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C461.916,105.827,452.175,115.569,440.201,115.569z M440.201,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S451.623,73.137,440.201,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='376.961' cy='93.853' r='21.216'/%3E%3Cpath d='M376.961,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716s21.717,9.742,21.717,21.716C398.678,105.827,388.936,115.569,376.961,115.569z M376.961,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716s20.717-9.293,20.717-20.716S388.384,73.137,376.961,73.137z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M591.518,524.858V67.16c0-32.058-26.082-58.14-58.141-58.14H58.64C26.582,9.02,0.5,35.102,0.5,67.16v457.698c0,32.058,26.082,58.14,58.14,58.14h474.737C565.436,582.998,591.518,556.916,591.518,524.858z M43.34,67.16c0-8.45,6.85-15.3,15.3-15.3h474.737c8.449,0,15.301,6.85,15.301,15.3v65.484H43.34V67.16z M43.34,524.858V175.484h505.338v349.374c0,8.449-6.852,15.3-15.301,15.3H58.64C50.19,540.158,43.34,533.307,43.34,524.858z'/%3E%3Cpath d='M533.377,583.498H58.64c-32.334,0-58.64-26.306-58.64-58.64V67.16C0,34.826,26.306,8.52,58.64,8.52h474.737c32.335,0,58.641,26.306,58.641,58.64v457.698C592.018,557.192,565.712,583.498,533.377,583.498z M58.64,9.52C26.857,9.52,1,35.377,1,67.16v457.698c0,31.782,25.857,57.64,57.64,57.64h474.737c31.783,0,57.641-25.857,57.641-57.64V67.16c0-31.783-25.857-57.64-57.641-57.64H58.64z M533.377,540.658H58.64c-8.712,0-15.8-7.088-15.8-15.8V174.984h506.338v349.874C549.178,533.57,542.09,540.658,533.377,540.658z M43.84,175.984v348.874c0,8.161,6.64,14.8,14.8,14.8h474.737c8.161,0,14.801-6.639,14.801-14.8V175.984H43.84z M549.178,133.144H42.84V67.16c0-8.712,7.088-15.8,15.8-15.8h474.737c8.713,0,15.801,7.088,15.801,15.8V133.144z M43.84,132.144h504.338V67.16c0-8.161-6.64-14.8-14.801-14.8H58.64c-8.161,0-14.8,6.639-14.8,14.8V132.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-browser-brown, .button.button-browser:hover, .button-browser.button--3D:hover, .button-browser.button--wide:hover, .button-browser.button--caracteristic:hover, .button-browser.button--input:hover, .button-browser.maplist-item--fullbutton:hover, .maplist-item--map .button-browser.maplist-item-mapbtn:hover, .maplist-item--map .button-browser.maplist-item-morebtn:hover, .maplist-item--import .button-browser.maplist-item--importbtn:hover, .maplist-item--logins .button-browser.maplist-item--loginbtn:hover, .maplist-item--logins .button-browser.maplist-item--registerbtn:hover, .maplist-item--profil .button-browser.maplist-item-profilname:hover, .maplist-item--profil .button-browser.maplist-item-morebtn:hover, .button.button-browser.active, .button-browser.active.button--3D, .button-browser.active.button--wide, .button-browser.active.button--caracteristic, .button-browser.active.button--input, .button-browser.active.maplist-item--fullbutton, .maplist-item--map .button-browser.active.maplist-item-mapbtn, .maplist-item--map .button-browser.active.maplist-item-morebtn, .maplist-item--import .button-browser.active.maplist-item--importbtn, .maplist-item--logins .button-browser.active.maplist-item--loginbtn, .maplist-item--logins .button-browser.active.maplist-item--registerbtn, .maplist-item--profil .button-browser.active.maplist-item-profilname, .maplist-item--profil .button-browser.active.maplist-item-morebtn, .no-touch .maplist-item--map:hover .button-browser {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='592.018px' height='592.018px' viewBox='0 0 592.018 592.018' style='enable-background:new 0 0 592.018 592.018;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='503.441' cy='93.853' r='21.216'/%3E%3Cpath d='M503.441,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C525.156,105.827,515.415,115.569,503.441,115.569z M503.441,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S514.863,73.137,503.441,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='440.201' cy='93.853' r='21.216'/%3E%3Cpath d='M440.201,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C461.916,105.827,452.175,115.569,440.201,115.569z M440.201,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S451.623,73.137,440.201,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='376.961' cy='93.853' r='21.216'/%3E%3Cpath d='M376.961,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716s21.717,9.742,21.717,21.716C398.678,105.827,388.936,115.569,376.961,115.569z M376.961,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716s20.717-9.293,20.717-20.716S388.384,73.137,376.961,73.137z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M591.518,524.858V67.16c0-32.058-26.082-58.14-58.141-58.14H58.64C26.582,9.02,0.5,35.102,0.5,67.16v457.698c0,32.058,26.082,58.14,58.14,58.14h474.737C565.436,582.998,591.518,556.916,591.518,524.858z M43.34,67.16c0-8.45,6.85-15.3,15.3-15.3h474.737c8.449,0,15.301,6.85,15.301,15.3v65.484H43.34V67.16z M43.34,524.858V175.484h505.338v349.374c0,8.449-6.852,15.3-15.301,15.3H58.64C50.19,540.158,43.34,533.307,43.34,524.858z'/%3E%3Cpath d='M533.377,583.498H58.64c-32.334,0-58.64-26.306-58.64-58.64V67.16C0,34.826,26.306,8.52,58.64,8.52h474.737c32.335,0,58.641,26.306,58.641,58.64v457.698C592.018,557.192,565.712,583.498,533.377,583.498z M58.64,9.52C26.857,9.52,1,35.377,1,67.16v457.698c0,31.782,25.857,57.64,57.64,57.64h474.737c31.783,0,57.641-25.857,57.641-57.64V67.16c0-31.783-25.857-57.64-57.641-57.64H58.64z M533.377,540.658H58.64c-8.712,0-15.8-7.088-15.8-15.8V174.984h506.338v349.874C549.178,533.57,542.09,540.658,533.377,540.658z M43.84,175.984v348.874c0,8.161,6.64,14.8,14.8,14.8h474.737c8.161,0,14.801-6.639,14.801-14.8V175.984H43.84z M549.178,133.144H42.84V67.16c0-8.712,7.088-15.8,15.8-15.8h474.737c8.713,0,15.801,7.088,15.801,15.8V133.144z M43.84,132.144h504.338V67.16c0-8.161-6.64-14.8-14.801-14.8H58.64c-8.161,0-14.8,6.639-14.8,14.8V132.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-browser-black, .button.button-browser, .button-browser.button--3D, .button-browser.button--wide, .button-browser.button--caracteristic, .button-browser.button--input, .button-browser.maplist-item--fullbutton, .maplist-item--map .button-browser.maplist-item-mapbtn, .maplist-item--map .button-browser.maplist-item-morebtn, .maplist-item--import .button-browser.maplist-item--importbtn, .maplist-item--logins .button-browser.maplist-item--loginbtn, .maplist-item--logins .button-browser.maplist-item--registerbtn, .maplist-item--profil .button-browser.maplist-item-profilname, .maplist-item--profil .button-browser.maplist-item-morebtn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='592.018px' height='592.018px' viewBox='0 0 592.018 592.018' style='enable-background:new 0 0 592.018 592.018;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='503.441' cy='93.853' r='21.216'/%3E%3Cpath d='M503.441,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C525.156,105.827,515.415,115.569,503.441,115.569z M503.441,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S514.863,73.137,503.441,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='440.201' cy='93.853' r='21.216'/%3E%3Cpath d='M440.201,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C461.916,105.827,452.175,115.569,440.201,115.569z M440.201,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S451.623,73.137,440.201,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='376.961' cy='93.853' r='21.216'/%3E%3Cpath d='M376.961,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716s21.717,9.742,21.717,21.716C398.678,105.827,388.936,115.569,376.961,115.569z M376.961,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716s20.717-9.293,20.717-20.716S388.384,73.137,376.961,73.137z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M591.518,524.858V67.16c0-32.058-26.082-58.14-58.141-58.14H58.64C26.582,9.02,0.5,35.102,0.5,67.16v457.698c0,32.058,26.082,58.14,58.14,58.14h474.737C565.436,582.998,591.518,556.916,591.518,524.858z M43.34,67.16c0-8.45,6.85-15.3,15.3-15.3h474.737c8.449,0,15.301,6.85,15.301,15.3v65.484H43.34V67.16z M43.34,524.858V175.484h505.338v349.374c0,8.449-6.852,15.3-15.301,15.3H58.64C50.19,540.158,43.34,533.307,43.34,524.858z'/%3E%3Cpath d='M533.377,583.498H58.64c-32.334,0-58.64-26.306-58.64-58.64V67.16C0,34.826,26.306,8.52,58.64,8.52h474.737c32.335,0,58.641,26.306,58.641,58.64v457.698C592.018,557.192,565.712,583.498,533.377,583.498z M58.64,9.52C26.857,9.52,1,35.377,1,67.16v457.698c0,31.782,25.857,57.64,57.64,57.64h474.737c31.783,0,57.641-25.857,57.641-57.64V67.16c0-31.783-25.857-57.64-57.641-57.64H58.64z M533.377,540.658H58.64c-8.712,0-15.8-7.088-15.8-15.8V174.984h506.338v349.874C549.178,533.57,542.09,540.658,533.377,540.658z M43.84,175.984v348.874c0,8.161,6.64,14.8,14.8,14.8h474.737c8.161,0,14.801-6.639,14.801-14.8V175.984H43.84z M549.178,133.144H42.84V67.16c0-8.712,7.088-15.8,15.8-15.8h474.737c8.713,0,15.801,7.088,15.801,15.8V133.144z M43.84,132.144h504.338V67.16c0-8.161-6.64-14.8-14.801-14.8H58.64c-8.161,0-14.8,6.639-14.8,14.8V132.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-browser-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='592.018px' height='592.018px' viewBox='0 0 592.018 592.018' style='enable-background:new 0 0 592.018 592.018;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='503.441' cy='93.853' r='21.216'/%3E%3Cpath d='M503.441,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C525.156,105.827,515.415,115.569,503.441,115.569z M503.441,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S514.863,73.137,503.441,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='440.201' cy='93.853' r='21.216'/%3E%3Cpath d='M440.201,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C461.916,105.827,452.175,115.569,440.201,115.569z M440.201,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S451.623,73.137,440.201,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='376.961' cy='93.853' r='21.216'/%3E%3Cpath d='M376.961,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716s21.717,9.742,21.717,21.716C398.678,105.827,388.936,115.569,376.961,115.569z M376.961,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716s20.717-9.293,20.717-20.716S388.384,73.137,376.961,73.137z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M591.518,524.858V67.16c0-32.058-26.082-58.14-58.141-58.14H58.64C26.582,9.02,0.5,35.102,0.5,67.16v457.698c0,32.058,26.082,58.14,58.14,58.14h474.737C565.436,582.998,591.518,556.916,591.518,524.858z M43.34,67.16c0-8.45,6.85-15.3,15.3-15.3h474.737c8.449,0,15.301,6.85,15.301,15.3v65.484H43.34V67.16z M43.34,524.858V175.484h505.338v349.374c0,8.449-6.852,15.3-15.301,15.3H58.64C50.19,540.158,43.34,533.307,43.34,524.858z'/%3E%3Cpath d='M533.377,583.498H58.64c-32.334,0-58.64-26.306-58.64-58.64V67.16C0,34.826,26.306,8.52,58.64,8.52h474.737c32.335,0,58.641,26.306,58.641,58.64v457.698C592.018,557.192,565.712,583.498,533.377,583.498z M58.64,9.52C26.857,9.52,1,35.377,1,67.16v457.698c0,31.782,25.857,57.64,57.64,57.64h474.737c31.783,0,57.641-25.857,57.641-57.64V67.16c0-31.783-25.857-57.64-57.641-57.64H58.64z M533.377,540.658H58.64c-8.712,0-15.8-7.088-15.8-15.8V174.984h506.338v349.874C549.178,533.57,542.09,540.658,533.377,540.658z M43.84,175.984v348.874c0,8.161,6.64,14.8,14.8,14.8h474.737c8.161,0,14.801-6.639,14.801-14.8V175.984H43.84z M549.178,133.144H42.84V67.16c0-8.712,7.088-15.8,15.8-15.8h474.737c8.713,0,15.801,7.088,15.801,15.8V133.144z M43.84,132.144h504.338V67.16c0-8.161-6.64-14.8-14.801-14.8H58.64c-8.161,0-14.8,6.639-14.8,14.8V132.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-browser-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='592.018px' height='592.018px' viewBox='0 0 592.018 592.018' style='enable-background:new 0 0 592.018 592.018;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='503.441' cy='93.853' r='21.216'/%3E%3Cpath d='M503.441,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C525.156,105.827,515.415,115.569,503.441,115.569z M503.441,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S514.863,73.137,503.441,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='440.201' cy='93.853' r='21.216'/%3E%3Cpath d='M440.201,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C461.916,105.827,452.175,115.569,440.201,115.569z M440.201,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S451.623,73.137,440.201,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='376.961' cy='93.853' r='21.216'/%3E%3Cpath d='M376.961,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716s21.717,9.742,21.717,21.716C398.678,105.827,388.936,115.569,376.961,115.569z M376.961,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716s20.717-9.293,20.717-20.716S388.384,73.137,376.961,73.137z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M591.518,524.858V67.16c0-32.058-26.082-58.14-58.141-58.14H58.64C26.582,9.02,0.5,35.102,0.5,67.16v457.698c0,32.058,26.082,58.14,58.14,58.14h474.737C565.436,582.998,591.518,556.916,591.518,524.858z M43.34,67.16c0-8.45,6.85-15.3,15.3-15.3h474.737c8.449,0,15.301,6.85,15.301,15.3v65.484H43.34V67.16z M43.34,524.858V175.484h505.338v349.374c0,8.449-6.852,15.3-15.301,15.3H58.64C50.19,540.158,43.34,533.307,43.34,524.858z'/%3E%3Cpath d='M533.377,583.498H58.64c-32.334,0-58.64-26.306-58.64-58.64V67.16C0,34.826,26.306,8.52,58.64,8.52h474.737c32.335,0,58.641,26.306,58.641,58.64v457.698C592.018,557.192,565.712,583.498,533.377,583.498z M58.64,9.52C26.857,9.52,1,35.377,1,67.16v457.698c0,31.782,25.857,57.64,57.64,57.64h474.737c31.783,0,57.641-25.857,57.641-57.64V67.16c0-31.783-25.857-57.64-57.641-57.64H58.64z M533.377,540.658H58.64c-8.712,0-15.8-7.088-15.8-15.8V174.984h506.338v349.874C549.178,533.57,542.09,540.658,533.377,540.658z M43.84,175.984v348.874c0,8.161,6.64,14.8,14.8,14.8h474.737c8.161,0,14.801-6.639,14.801-14.8V175.984H43.84z M549.178,133.144H42.84V67.16c0-8.712,7.088-15.8,15.8-15.8h474.737c8.713,0,15.801,7.088,15.801,15.8V133.144z M43.84,132.144h504.338V67.16c0-8.161-6.64-14.8-14.801-14.8H58.64c-8.161,0-14.8,6.639-14.8,14.8V132.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-browser-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='592.018px' height='592.018px' viewBox='0 0 592.018 592.018' style='enable-background:new 0 0 592.018 592.018;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='503.441' cy='93.853' r='21.216'/%3E%3Cpath d='M503.441,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C525.156,105.827,515.415,115.569,503.441,115.569z M503.441,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S514.863,73.137,503.441,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='440.201' cy='93.853' r='21.216'/%3E%3Cpath d='M440.201,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716c11.974,0,21.715,9.742,21.715,21.716C461.916,105.827,452.175,115.569,440.201,115.569z M440.201,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716c11.422,0,20.715-9.293,20.715-20.716S451.623,73.137,440.201,73.137z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='376.961' cy='93.853' r='21.216'/%3E%3Cpath d='M376.961,115.569c-11.975,0-21.717-9.742-21.717-21.716c0-11.975,9.742-21.716,21.717-21.716s21.717,9.742,21.717,21.716C398.678,105.827,388.936,115.569,376.961,115.569z M376.961,73.137c-11.423,0-20.717,9.293-20.717,20.716s9.294,20.716,20.717,20.716s20.717-9.293,20.717-20.716S388.384,73.137,376.961,73.137z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M591.518,524.858V67.16c0-32.058-26.082-58.14-58.141-58.14H58.64C26.582,9.02,0.5,35.102,0.5,67.16v457.698c0,32.058,26.082,58.14,58.14,58.14h474.737C565.436,582.998,591.518,556.916,591.518,524.858z M43.34,67.16c0-8.45,6.85-15.3,15.3-15.3h474.737c8.449,0,15.301,6.85,15.301,15.3v65.484H43.34V67.16z M43.34,524.858V175.484h505.338v349.374c0,8.449-6.852,15.3-15.301,15.3H58.64C50.19,540.158,43.34,533.307,43.34,524.858z'/%3E%3Cpath d='M533.377,583.498H58.64c-32.334,0-58.64-26.306-58.64-58.64V67.16C0,34.826,26.306,8.52,58.64,8.52h474.737c32.335,0,58.641,26.306,58.641,58.64v457.698C592.018,557.192,565.712,583.498,533.377,583.498z M58.64,9.52C26.857,9.52,1,35.377,1,67.16v457.698c0,31.782,25.857,57.64,57.64,57.64h474.737c31.783,0,57.641-25.857,57.641-57.64V67.16c0-31.783-25.857-57.64-57.641-57.64H58.64z M533.377,540.658H58.64c-8.712,0-15.8-7.088-15.8-15.8V174.984h506.338v349.874C549.178,533.57,542.09,540.658,533.377,540.658z M43.84,175.984v348.874c0,8.161,6.64,14.8,14.8,14.8h474.737c8.161,0,14.801-6.639,14.801-14.8V175.984H43.84z M549.178,133.144H42.84V67.16c0-8.712,7.088-15.8,15.8-15.8h474.737c8.713,0,15.801,7.088,15.801,15.8V133.144z M43.84,132.144h504.338V67.16c0-8.161-6.64-14.8-14.801-14.8H58.64c-8.161,0-14.8,6.639-14.8,14.8V132.144z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloud-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='429.998px' height='429.998px' viewBox='0 0 429.998 429.998' style='enable-background:new 0 0 429.998 429.998;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M352.209,302.669c42.961,0,77.789-34.828,77.789-77.791c0-37.407-26.403-68.644-61.59-76.097c0.01-0.563,0.021-1.127,0.021-1.693c0-58.03-47.042-105.074-105.071-105.074c-38.623,0-72.372,20.842-90.63,51.888c-2.631-0.27-5.301-0.408-8.005-0.408c-34.894,0-64.422,22.976-74.282,54.624c-4.117-0.673-8.342-1.029-12.651-1.029C34.827,147.089,0,181.916,0,224.88c0,42.961,34.827,77.789,77.789,77.789h125.907v30.856h-29.287c-5.676,0-10.276,4.603-10.276,10.275v5.651H77.726v22.605h86.407v5.652c0,5.676,4.601,10.274,10.276,10.274h81.18c5.677,0,10.276-4.602,10.276-10.274v-5.652h86.407v-22.605h-86.407v-5.651c0-5.676-4.603-10.275-10.276-10.275h-29.286v-30.856H352.209L352.209,302.669z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloud-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='429.998px' height='429.998px' viewBox='0 0 429.998 429.998' style='enable-background:new 0 0 429.998 429.998;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M352.209,302.669c42.961,0,77.789-34.828,77.789-77.791c0-37.407-26.403-68.644-61.59-76.097c0.01-0.563,0.021-1.127,0.021-1.693c0-58.03-47.042-105.074-105.071-105.074c-38.623,0-72.372,20.842-90.63,51.888c-2.631-0.27-5.301-0.408-8.005-0.408c-34.894,0-64.422,22.976-74.282,54.624c-4.117-0.673-8.342-1.029-12.651-1.029C34.827,147.089,0,181.916,0,224.88c0,42.961,34.827,77.789,77.789,77.789h125.907v30.856h-29.287c-5.676,0-10.276,4.603-10.276,10.275v5.651H77.726v22.605h86.407v5.652c0,5.676,4.601,10.274,10.276,10.274h81.18c5.677,0,10.276-4.602,10.276-10.274v-5.652h86.407v-22.605h-86.407v-5.651c0-5.676-4.603-10.275-10.276-10.275h-29.286v-30.856H352.209L352.209,302.669z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloud-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='429.998px' height='429.998px' viewBox='0 0 429.998 429.998' style='enable-background:new 0 0 429.998 429.998;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M352.209,302.669c42.961,0,77.789-34.828,77.789-77.791c0-37.407-26.403-68.644-61.59-76.097c0.01-0.563,0.021-1.127,0.021-1.693c0-58.03-47.042-105.074-105.071-105.074c-38.623,0-72.372,20.842-90.63,51.888c-2.631-0.27-5.301-0.408-8.005-0.408c-34.894,0-64.422,22.976-74.282,54.624c-4.117-0.673-8.342-1.029-12.651-1.029C34.827,147.089,0,181.916,0,224.88c0,42.961,34.827,77.789,77.789,77.789h125.907v30.856h-29.287c-5.676,0-10.276,4.603-10.276,10.275v5.651H77.726v22.605h86.407v5.652c0,5.676,4.601,10.274,10.276,10.274h81.18c5.677,0,10.276-4.602,10.276-10.274v-5.652h86.407v-22.605h-86.407v-5.651c0-5.676-4.603-10.275-10.276-10.275h-29.286v-30.856H352.209L352.209,302.669z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloud-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='429.998px' height='429.998px' viewBox='0 0 429.998 429.998' style='enable-background:new 0 0 429.998 429.998;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M352.209,302.669c42.961,0,77.789-34.828,77.789-77.791c0-37.407-26.403-68.644-61.59-76.097c0.01-0.563,0.021-1.127,0.021-1.693c0-58.03-47.042-105.074-105.071-105.074c-38.623,0-72.372,20.842-90.63,51.888c-2.631-0.27-5.301-0.408-8.005-0.408c-34.894,0-64.422,22.976-74.282,54.624c-4.117-0.673-8.342-1.029-12.651-1.029C34.827,147.089,0,181.916,0,224.88c0,42.961,34.827,77.789,77.789,77.789h125.907v30.856h-29.287c-5.676,0-10.276,4.603-10.276,10.275v5.651H77.726v22.605h86.407v5.652c0,5.676,4.601,10.274,10.276,10.274h81.18c5.677,0,10.276-4.602,10.276-10.274v-5.652h86.407v-22.605h-86.407v-5.651c0-5.676-4.603-10.275-10.276-10.275h-29.286v-30.856H352.209L352.209,302.669z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloud-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='429.998px' height='429.998px' viewBox='0 0 429.998 429.998' style='enable-background:new 0 0 429.998 429.998;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M352.209,302.669c42.961,0,77.789-34.828,77.789-77.791c0-37.407-26.403-68.644-61.59-76.097c0.01-0.563,0.021-1.127,0.021-1.693c0-58.03-47.042-105.074-105.071-105.074c-38.623,0-72.372,20.842-90.63,51.888c-2.631-0.27-5.301-0.408-8.005-0.408c-34.894,0-64.422,22.976-74.282,54.624c-4.117-0.673-8.342-1.029-12.651-1.029C34.827,147.089,0,181.916,0,224.88c0,42.961,34.827,77.789,77.789,77.789h125.907v30.856h-29.287c-5.676,0-10.276,4.603-10.276,10.275v5.651H77.726v22.605h86.407v5.652c0,5.676,4.601,10.274,10.276,10.274h81.18c5.677,0,10.276-4.602,10.276-10.274v-5.652h86.407v-22.605h-86.407v-5.651c0-5.676-4.603-10.275-10.276-10.275h-29.286v-30.856H352.209L352.209,302.669z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-cloud-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='429.998px' height='429.998px' viewBox='0 0 429.998 429.998' style='enable-background:new 0 0 429.998 429.998;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M352.209,302.669c42.961,0,77.789-34.828,77.789-77.791c0-37.407-26.403-68.644-61.59-76.097c0.01-0.563,0.021-1.127,0.021-1.693c0-58.03-47.042-105.074-105.071-105.074c-38.623,0-72.372,20.842-90.63,51.888c-2.631-0.27-5.301-0.408-8.005-0.408c-34.894,0-64.422,22.976-74.282,54.624c-4.117-0.673-8.342-1.029-12.651-1.029C34.827,147.089,0,181.916,0,224.88c0,42.961,34.827,77.789,77.789,77.789h125.907v30.856h-29.287c-5.676,0-10.276,4.603-10.276,10.275v5.651H77.726v22.605h86.407v5.652c0,5.676,4.601,10.274,10.276,10.274h81.18c5.677,0,10.276-4.602,10.276-10.274v-5.652h86.407v-22.605h-86.407v-5.651c0-5.676-4.603-10.275-10.276-10.275h-29.286v-30.856H352.209L352.209,302.669z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchroissue-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-problem'%3E%3Cpath d='M0,229.5c0,56.1,22.95,107.1,61.2,142.8L0,433.5h153v-153l-56.1,56.1C68.85,311.1,51,272.85,51,229.5c0-66.3,43.35-122.4,102-145.35v-51C66.3,56.1,0,135.15,0,229.5z M204,357h51v-51h-51V357z M459,25.5H306v153l56.1-56.1c28.051,25.5,45.9,63.75,45.9,107.1c0,66.3-43.35,122.4-102,145.35V428.4c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L459,25.5z M204,255h51V102h-51V255z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchroissue-brown, .button.button-synchroissue:hover, .button-synchroissue.button--3D:hover, .button-synchroissue.button--wide:hover, .button-synchroissue.button--caracteristic:hover, .button-synchroissue.button--input:hover, .button-synchroissue.maplist-item--fullbutton:hover, .maplist-item--map .button-synchroissue.maplist-item-mapbtn:hover, .maplist-item--map .button-synchroissue.maplist-item-morebtn:hover, .maplist-item--import .button-synchroissue.maplist-item--importbtn:hover, .maplist-item--logins .button-synchroissue.maplist-item--loginbtn:hover, .maplist-item--logins .button-synchroissue.maplist-item--registerbtn:hover, .maplist-item--profil .button-synchroissue.maplist-item-profilname:hover, .maplist-item--profil .button-synchroissue.maplist-item-morebtn:hover, .button.button-synchroissue.active, .button-synchroissue.active.button--3D, .button-synchroissue.active.button--wide, .button-synchroissue.active.button--caracteristic, .button-synchroissue.active.button--input, .button-synchroissue.active.maplist-item--fullbutton, .maplist-item--map .button-synchroissue.active.maplist-item-mapbtn, .maplist-item--map .button-synchroissue.active.maplist-item-morebtn, .maplist-item--import .button-synchroissue.active.maplist-item--importbtn, .maplist-item--logins .button-synchroissue.active.maplist-item--loginbtn, .maplist-item--logins .button-synchroissue.active.maplist-item--registerbtn, .maplist-item--profil .button-synchroissue.active.maplist-item-profilname, .maplist-item--profil .button-synchroissue.active.maplist-item-morebtn, .no-touch .maplist-item--map:hover .button-synchroissue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-problem'%3E%3Cpath d='M0,229.5c0,56.1,22.95,107.1,61.2,142.8L0,433.5h153v-153l-56.1,56.1C68.85,311.1,51,272.85,51,229.5c0-66.3,43.35-122.4,102-145.35v-51C66.3,56.1,0,135.15,0,229.5z M204,357h51v-51h-51V357z M459,25.5H306v153l56.1-56.1c28.051,25.5,45.9,63.75,45.9,107.1c0,66.3-43.35,122.4-102,145.35V428.4c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L459,25.5z M204,255h51V102h-51V255z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchroissue-black, .button.button-synchroissue, .button-synchroissue.button--3D, .button-synchroissue.button--wide, .button-synchroissue.button--caracteristic, .button-synchroissue.button--input, .button-synchroissue.maplist-item--fullbutton, .maplist-item--map .button-synchroissue.maplist-item-mapbtn, .maplist-item--map .button-synchroissue.maplist-item-morebtn, .maplist-item--import .button-synchroissue.maplist-item--importbtn, .maplist-item--logins .button-synchroissue.maplist-item--loginbtn, .maplist-item--logins .button-synchroissue.maplist-item--registerbtn, .maplist-item--profil .button-synchroissue.maplist-item-profilname, .maplist-item--profil .button-synchroissue.maplist-item-morebtn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-problem'%3E%3Cpath d='M0,229.5c0,56.1,22.95,107.1,61.2,142.8L0,433.5h153v-153l-56.1,56.1C68.85,311.1,51,272.85,51,229.5c0-66.3,43.35-122.4,102-145.35v-51C66.3,56.1,0,135.15,0,229.5z M204,357h51v-51h-51V357z M459,25.5H306v153l56.1-56.1c28.051,25.5,45.9,63.75,45.9,107.1c0,66.3-43.35,122.4-102,145.35V428.4c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L459,25.5z M204,255h51V102h-51V255z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchroissue-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-problem'%3E%3Cpath d='M0,229.5c0,56.1,22.95,107.1,61.2,142.8L0,433.5h153v-153l-56.1,56.1C68.85,311.1,51,272.85,51,229.5c0-66.3,43.35-122.4,102-145.35v-51C66.3,56.1,0,135.15,0,229.5z M204,357h51v-51h-51V357z M459,25.5H306v153l56.1-56.1c28.051,25.5,45.9,63.75,45.9,107.1c0,66.3-43.35,122.4-102,145.35V428.4c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L459,25.5z M204,255h51V102h-51V255z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchroissue-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-problem'%3E%3Cpath d='M0,229.5c0,56.1,22.95,107.1,61.2,142.8L0,433.5h153v-153l-56.1,56.1C68.85,311.1,51,272.85,51,229.5c0-66.3,43.35-122.4,102-145.35v-51C66.3,56.1,0,135.15,0,229.5z M204,357h51v-51h-51V357z M459,25.5H306v153l56.1-56.1c28.051,25.5,45.9,63.75,45.9,107.1c0,66.3-43.35,122.4-102,145.35V428.4c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L459,25.5z M204,255h51V102h-51V255z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchroissue-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-problem'%3E%3Cpath d='M0,229.5c0,56.1,22.95,107.1,61.2,142.8L0,433.5h153v-153l-56.1,56.1C68.85,311.1,51,272.85,51,229.5c0-66.3,43.35-122.4,102-145.35v-51C66.3,56.1,0,135.15,0,229.5z M204,357h51v-51h-51V357z M459,25.5H306v153l56.1-56.1c28.051,25.5,45.9,63.75,45.9,107.1c0,66.3-43.35,122.4-102,145.35V428.4c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L459,25.5z M204,255h51V102h-51V255z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-login-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 258.75 258.75' style='enable-background:new 0 0 258.75 258.75;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='129.375' cy='60' r='60'/%3E%3Cpath d='M129.375,150c-60.061,0-108.75,48.689-108.75,108.75h217.5C238.125,198.689,189.436,150,129.375,150z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-login-brown, .button.button-login:hover, .button-login.button--3D:hover, .button-login.button--wide:hover, .button-login.button--caracteristic:hover, .button-login.button--input:hover, .button-login.maplist-item--fullbutton:hover, .maplist-item--map .button-login.maplist-item-mapbtn:hover, .maplist-item--map .button-login.maplist-item-morebtn:hover, .maplist-item--import .button-login.maplist-item--importbtn:hover, .maplist-item--logins .button-login.maplist-item--loginbtn:hover, .maplist-item--logins .button-login.maplist-item--registerbtn:hover, .maplist-item--profil .button-login.maplist-item-profilname:hover, .maplist-item--profil .button-login.maplist-item-morebtn:hover, .button.button-login.active, .button-login.active.button--3D, .button-login.active.button--wide, .button-login.active.button--caracteristic, .button-login.active.button--input, .button-login.active.maplist-item--fullbutton, .maplist-item--map .button-login.active.maplist-item-mapbtn, .maplist-item--map .button-login.active.maplist-item-morebtn, .maplist-item--import .button-login.active.maplist-item--importbtn, .maplist-item--logins .button-login.active.maplist-item--loginbtn, .maplist-item--logins .button-login.active.maplist-item--registerbtn, .maplist-item--profil .button-login.active.maplist-item-profilname, .maplist-item--profil .button-login.active.maplist-item-morebtn, .no-touch .maplist-item--logins .maplist-item--loginbtn:hover .icon-login,
.maplist-item--logins .maplist-item--loginbtn.active .icon-login {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 258.75 258.75' style='enable-background:new 0 0 258.75 258.75;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='129.375' cy='60' r='60'/%3E%3Cpath d='M129.375,150c-60.061,0-108.75,48.689-108.75,108.75h217.5C238.125,198.689,189.436,150,129.375,150z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-login-black, .button.button-login, .button-login.button--3D, .button-login.button--wide, .button-login.button--caracteristic, .button-login.button--input, .button-login.maplist-item--fullbutton, .maplist-item--map .button-login.maplist-item-mapbtn, .maplist-item--map .button-login.maplist-item-morebtn, .maplist-item--import .button-login.maplist-item--importbtn, .maplist-item--logins .button-login.maplist-item--loginbtn, .maplist-item--logins .button-login.maplist-item--registerbtn, .maplist-item--profil .button-login.maplist-item-profilname, .maplist-item--profil .button-login.maplist-item-morebtn, .maplist-item--logins .icon-login, .maplist-item--profil .icon-login {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 258.75 258.75' style='enable-background:new 0 0 258.75 258.75;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='129.375' cy='60' r='60'/%3E%3Cpath d='M129.375,150c-60.061,0-108.75,48.689-108.75,108.75h217.5C238.125,198.689,189.436,150,129.375,150z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-login-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 258.75 258.75' style='enable-background:new 0 0 258.75 258.75;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='129.375' cy='60' r='60'/%3E%3Cpath d='M129.375,150c-60.061,0-108.75,48.689-108.75,108.75h217.5C238.125,198.689,189.436,150,129.375,150z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-login-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 258.75 258.75' style='enable-background:new 0 0 258.75 258.75;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='129.375' cy='60' r='60'/%3E%3Cpath d='M129.375,150c-60.061,0-108.75,48.689-108.75,108.75h217.5C238.125,198.689,189.436,150,129.375,150z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-login-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 258.75 258.75' style='enable-background:new 0 0 258.75 258.75;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='129.375' cy='60' r='60'/%3E%3Cpath d='M129.375,150c-60.061,0-108.75,48.689-108.75,108.75h217.5C238.125,198.689,189.436,150,129.375,150z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-register-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 374.144 374.144' style='enable-background:new 0 0 374.144 374.144;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='108.75' cy='67.982' r='60'/%3E%3Cpath d='M274.715,167.303c-54.826,0-99.43,44.604-99.43,99.429s44.604,99.43,99.43,99.43c54.826,0,99.43-44.604,99.43-99.43S329.541,167.303,274.715,167.303z M336.215,281.732h-46.5v46.5h-30v-46.5h-46.5v-30h46.5v-46.5h30v46.5h46.5V281.732z'/%3E%3Cpath d='M108.75,157.982C48.689,157.982,0,206.671,0,266.732h145.285c0-32.364,11.941-61.991,31.647-84.709C158.281,166.99,134.571,157.982,108.75,157.982z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-register-brown, .button.button-register:hover, .button-register.button--3D:hover, .button-register.button--wide:hover, .button-register.button--caracteristic:hover, .button-register.button--input:hover, .button-register.maplist-item--fullbutton:hover, .maplist-item--map .button-register.maplist-item-mapbtn:hover, .maplist-item--map .button-register.maplist-item-morebtn:hover, .maplist-item--import .button-register.maplist-item--importbtn:hover, .maplist-item--logins .button-register.maplist-item--loginbtn:hover, .maplist-item--logins .button-register.maplist-item--registerbtn:hover, .maplist-item--profil .button-register.maplist-item-profilname:hover, .maplist-item--profil .button-register.maplist-item-morebtn:hover, .button.button-register.active, .button-register.active.button--3D, .button-register.active.button--wide, .button-register.active.button--caracteristic, .button-register.active.button--input, .button-register.active.maplist-item--fullbutton, .maplist-item--map .button-register.active.maplist-item-mapbtn, .maplist-item--map .button-register.active.maplist-item-morebtn, .maplist-item--import .button-register.active.maplist-item--importbtn, .maplist-item--logins .button-register.active.maplist-item--loginbtn, .maplist-item--logins .button-register.active.maplist-item--registerbtn, .maplist-item--profil .button-register.active.maplist-item-profilname, .maplist-item--profil .button-register.active.maplist-item-morebtn, .no-touch .maplist-item--logins .maplist-item--registerbtn:hover .icon-register,
.maplist-item--logins .maplist-item--registerbtn.active .icon-register {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 374.144 374.144' style='enable-background:new 0 0 374.144 374.144;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='108.75' cy='67.982' r='60'/%3E%3Cpath d='M274.715,167.303c-54.826,0-99.43,44.604-99.43,99.429s44.604,99.43,99.43,99.43c54.826,0,99.43-44.604,99.43-99.43S329.541,167.303,274.715,167.303z M336.215,281.732h-46.5v46.5h-30v-46.5h-46.5v-30h46.5v-46.5h30v46.5h46.5V281.732z'/%3E%3Cpath d='M108.75,157.982C48.689,157.982,0,206.671,0,266.732h145.285c0-32.364,11.941-61.991,31.647-84.709C158.281,166.99,134.571,157.982,108.75,157.982z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-register-black, .button.button-register, .button-register.button--3D, .button-register.button--wide, .button-register.button--caracteristic, .button-register.button--input, .button-register.maplist-item--fullbutton, .maplist-item--map .button-register.maplist-item-mapbtn, .maplist-item--map .button-register.maplist-item-morebtn, .maplist-item--import .button-register.maplist-item--importbtn, .maplist-item--logins .button-register.maplist-item--loginbtn, .maplist-item--logins .button-register.maplist-item--registerbtn, .maplist-item--profil .button-register.maplist-item-profilname, .maplist-item--profil .button-register.maplist-item-morebtn, .maplist-item--logins .icon-register {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 374.144 374.144' style='enable-background:new 0 0 374.144 374.144;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='108.75' cy='67.982' r='60'/%3E%3Cpath d='M274.715,167.303c-54.826,0-99.43,44.604-99.43,99.429s44.604,99.43,99.43,99.43c54.826,0,99.43-44.604,99.43-99.43S329.541,167.303,274.715,167.303z M336.215,281.732h-46.5v46.5h-30v-46.5h-46.5v-30h46.5v-46.5h30v46.5h46.5V281.732z'/%3E%3Cpath d='M108.75,157.982C48.689,157.982,0,206.671,0,266.732h145.285c0-32.364,11.941-61.991,31.647-84.709C158.281,166.99,134.571,157.982,108.75,157.982z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-register-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 374.144 374.144' style='enable-background:new 0 0 374.144 374.144;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='108.75' cy='67.982' r='60'/%3E%3Cpath d='M274.715,167.303c-54.826,0-99.43,44.604-99.43,99.429s44.604,99.43,99.43,99.43c54.826,0,99.43-44.604,99.43-99.43S329.541,167.303,274.715,167.303z M336.215,281.732h-46.5v46.5h-30v-46.5h-46.5v-30h46.5v-46.5h30v46.5h46.5V281.732z'/%3E%3Cpath d='M108.75,157.982C48.689,157.982,0,206.671,0,266.732h145.285c0-32.364,11.941-61.991,31.647-84.709C158.281,166.99,134.571,157.982,108.75,157.982z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-register-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 374.144 374.144' style='enable-background:new 0 0 374.144 374.144;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='108.75' cy='67.982' r='60'/%3E%3Cpath d='M274.715,167.303c-54.826,0-99.43,44.604-99.43,99.429s44.604,99.43,99.43,99.43c54.826,0,99.43-44.604,99.43-99.43S329.541,167.303,274.715,167.303z M336.215,281.732h-46.5v46.5h-30v-46.5h-46.5v-30h46.5v-46.5h30v46.5h46.5V281.732z'/%3E%3Cpath d='M108.75,157.982C48.689,157.982,0,206.671,0,266.732h145.285c0-32.364,11.941-61.991,31.647-84.709C158.281,166.99,134.571,157.982,108.75,157.982z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-register-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 374.144 374.144' style='enable-background:new 0 0 374.144 374.144;' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='108.75' cy='67.982' r='60'/%3E%3Cpath d='M274.715,167.303c-54.826,0-99.43,44.604-99.43,99.429s44.604,99.43,99.43,99.43c54.826,0,99.43-44.604,99.43-99.43S329.541,167.303,274.715,167.303z M336.215,281.732h-46.5v46.5h-30v-46.5h-46.5v-30h46.5v-46.5h30v46.5h46.5V281.732z'/%3E%3Cpath d='M108.75,157.982C48.689,157.982,0,206.671,0,266.732h145.285c0-32.364,11.941-61.991,31.647-84.709C158.281,166.99,134.571,157.982,108.75,157.982z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-logout-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='447.674px' height='447.674px' viewBox='0 0 447.674 447.674' style='enable-background:new 0 0 447.674 447.674;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M182.725,379.151c-0.572-1.522-0.769-2.816-0.575-3.863c0.193-1.04-0.472-1.902-1.997-2.566c-1.525-0.664-2.286-1.191-2.286-1.567c0-0.38-1.093-0.667-3.284-0.855c-2.19-0.191-3.283-0.288-3.283-0.288h-3.71h-3.14H82.224c-12.562,0-23.317-4.469-32.264-13.421c-8.945-8.946-13.417-19.698-13.417-32.258V123.335c0-12.562,4.471-23.313,13.417-32.259c8.947-8.947,19.702-13.422,32.264-13.422h91.361c2.475,0,4.421-0.614,5.852-1.854c1.425-1.237,2.375-3.094,2.853-5.568c0.476-2.474,0.763-4.708,0.859-6.707c0.094-1.997,0.048-4.521-0.144-7.566c-0.189-3.044-0.284-4.947-0.284-5.712c0-2.474-0.905-4.611-2.712-6.423c-1.809-1.804-3.949-2.709-6.423-2.709H82.224c-22.648,0-42.016,8.042-58.101,24.125C8.042,81.323,0,100.688,0,123.338v200.994c0,22.648,8.042,42.018,24.123,58.095c16.085,16.091,35.453,24.133,58.101,24.133h91.365c2.475,0,4.422-0.622,5.852-1.854c1.425-1.239,2.375-3.094,2.853-5.571c0.476-2.471,0.763-4.716,0.859-6.707c0.094-1.999,0.048-4.518-0.144-7.563C182.818,381.817,182.725,379.915,182.725,379.151z'/%3E%3Cpath d='M442.249,210.989L286.935,55.67c-3.614-3.612-7.898-5.424-12.847-5.424c-4.949,0-9.233,1.812-12.851,5.424c-3.617,3.617-5.424,7.904-5.424,12.85v82.226H127.907c-4.952,0-9.233,1.812-12.85,5.424c-3.617,3.617-5.424,7.901-5.424,12.85v109.636c0,4.948,1.807,9.232,5.424,12.847c3.621,3.61,7.901,5.427,12.85,5.427h127.907v82.225c0,4.945,1.807,9.233,5.424,12.847c3.617,3.617,7.901,5.428,12.851,5.428c4.948,0,9.232-1.811,12.847-5.428L442.249,236.69c3.617-3.62,5.425-7.898,5.425-12.848C447.674,218.894,445.866,214.606,442.249,210.989z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-logout-brown, .button.button-logout:hover, .button-logout.button--3D:hover, .button-logout.button--wide:hover, .button-logout.button--caracteristic:hover, .button-logout.button--input:hover, .button-logout.maplist-item--fullbutton:hover, .maplist-item--map .button-logout.maplist-item-mapbtn:hover, .maplist-item--map .button-logout.maplist-item-morebtn:hover, .maplist-item--import .button-logout.maplist-item--importbtn:hover, .maplist-item--logins .button-logout.maplist-item--loginbtn:hover, .maplist-item--logins .button-logout.maplist-item--registerbtn:hover, .maplist-item--profil .button-logout.maplist-item-profilname:hover, .maplist-item--profil .button-logout.maplist-item-morebtn:hover, .button.button-logout.active, .button-logout.active.button--3D, .button-logout.active.button--wide, .button-logout.active.button--caracteristic, .button-logout.active.button--input, .button-logout.active.maplist-item--fullbutton, .maplist-item--map .button-logout.active.maplist-item-mapbtn, .maplist-item--map .button-logout.active.maplist-item-morebtn, .maplist-item--import .button-logout.active.maplist-item--importbtn, .maplist-item--logins .button-logout.active.maplist-item--loginbtn, .maplist-item--logins .button-logout.active.maplist-item--registerbtn, .maplist-item--profil .button-logout.active.maplist-item-profilname, .maplist-item--profil .button-logout.active.maplist-item-morebtn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='447.674px' height='447.674px' viewBox='0 0 447.674 447.674' style='enable-background:new 0 0 447.674 447.674;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M182.725,379.151c-0.572-1.522-0.769-2.816-0.575-3.863c0.193-1.04-0.472-1.902-1.997-2.566c-1.525-0.664-2.286-1.191-2.286-1.567c0-0.38-1.093-0.667-3.284-0.855c-2.19-0.191-3.283-0.288-3.283-0.288h-3.71h-3.14H82.224c-12.562,0-23.317-4.469-32.264-13.421c-8.945-8.946-13.417-19.698-13.417-32.258V123.335c0-12.562,4.471-23.313,13.417-32.259c8.947-8.947,19.702-13.422,32.264-13.422h91.361c2.475,0,4.421-0.614,5.852-1.854c1.425-1.237,2.375-3.094,2.853-5.568c0.476-2.474,0.763-4.708,0.859-6.707c0.094-1.997,0.048-4.521-0.144-7.566c-0.189-3.044-0.284-4.947-0.284-5.712c0-2.474-0.905-4.611-2.712-6.423c-1.809-1.804-3.949-2.709-6.423-2.709H82.224c-22.648,0-42.016,8.042-58.101,24.125C8.042,81.323,0,100.688,0,123.338v200.994c0,22.648,8.042,42.018,24.123,58.095c16.085,16.091,35.453,24.133,58.101,24.133h91.365c2.475,0,4.422-0.622,5.852-1.854c1.425-1.239,2.375-3.094,2.853-5.571c0.476-2.471,0.763-4.716,0.859-6.707c0.094-1.999,0.048-4.518-0.144-7.563C182.818,381.817,182.725,379.915,182.725,379.151z'/%3E%3Cpath d='M442.249,210.989L286.935,55.67c-3.614-3.612-7.898-5.424-12.847-5.424c-4.949,0-9.233,1.812-12.851,5.424c-3.617,3.617-5.424,7.904-5.424,12.85v82.226H127.907c-4.952,0-9.233,1.812-12.85,5.424c-3.617,3.617-5.424,7.901-5.424,12.85v109.636c0,4.948,1.807,9.232,5.424,12.847c3.621,3.61,7.901,5.427,12.85,5.427h127.907v82.225c0,4.945,1.807,9.233,5.424,12.847c3.617,3.617,7.901,5.428,12.851,5.428c4.948,0,9.232-1.811,12.847-5.428L442.249,236.69c3.617-3.62,5.425-7.898,5.425-12.848C447.674,218.894,445.866,214.606,442.249,210.989z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-logout-black, .button.button-logout, .button-logout.button--3D, .button-logout.button--wide, .button-logout.button--caracteristic, .button-logout.button--input, .button-logout.maplist-item--fullbutton, .maplist-item--map .button-logout.maplist-item-mapbtn, .maplist-item--map .button-logout.maplist-item-morebtn, .maplist-item--import .button-logout.maplist-item--importbtn, .maplist-item--logins .button-logout.maplist-item--loginbtn, .maplist-item--logins .button-logout.maplist-item--registerbtn, .maplist-item--profil .button-logout.maplist-item-profilname, .maplist-item--profil .button-logout.maplist-item-morebtn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='447.674px' height='447.674px' viewBox='0 0 447.674 447.674' style='enable-background:new 0 0 447.674 447.674;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M182.725,379.151c-0.572-1.522-0.769-2.816-0.575-3.863c0.193-1.04-0.472-1.902-1.997-2.566c-1.525-0.664-2.286-1.191-2.286-1.567c0-0.38-1.093-0.667-3.284-0.855c-2.19-0.191-3.283-0.288-3.283-0.288h-3.71h-3.14H82.224c-12.562,0-23.317-4.469-32.264-13.421c-8.945-8.946-13.417-19.698-13.417-32.258V123.335c0-12.562,4.471-23.313,13.417-32.259c8.947-8.947,19.702-13.422,32.264-13.422h91.361c2.475,0,4.421-0.614,5.852-1.854c1.425-1.237,2.375-3.094,2.853-5.568c0.476-2.474,0.763-4.708,0.859-6.707c0.094-1.997,0.048-4.521-0.144-7.566c-0.189-3.044-0.284-4.947-0.284-5.712c0-2.474-0.905-4.611-2.712-6.423c-1.809-1.804-3.949-2.709-6.423-2.709H82.224c-22.648,0-42.016,8.042-58.101,24.125C8.042,81.323,0,100.688,0,123.338v200.994c0,22.648,8.042,42.018,24.123,58.095c16.085,16.091,35.453,24.133,58.101,24.133h91.365c2.475,0,4.422-0.622,5.852-1.854c1.425-1.239,2.375-3.094,2.853-5.571c0.476-2.471,0.763-4.716,0.859-6.707c0.094-1.999,0.048-4.518-0.144-7.563C182.818,381.817,182.725,379.915,182.725,379.151z'/%3E%3Cpath d='M442.249,210.989L286.935,55.67c-3.614-3.612-7.898-5.424-12.847-5.424c-4.949,0-9.233,1.812-12.851,5.424c-3.617,3.617-5.424,7.904-5.424,12.85v82.226H127.907c-4.952,0-9.233,1.812-12.85,5.424c-3.617,3.617-5.424,7.901-5.424,12.85v109.636c0,4.948,1.807,9.232,5.424,12.847c3.621,3.61,7.901,5.427,12.85,5.427h127.907v82.225c0,4.945,1.807,9.233,5.424,12.847c3.617,3.617,7.901,5.428,12.851,5.428c4.948,0,9.232-1.811,12.847-5.428L442.249,236.69c3.617-3.62,5.425-7.898,5.425-12.848C447.674,218.894,445.866,214.606,442.249,210.989z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-logout-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='447.674px' height='447.674px' viewBox='0 0 447.674 447.674' style='enable-background:new 0 0 447.674 447.674;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M182.725,379.151c-0.572-1.522-0.769-2.816-0.575-3.863c0.193-1.04-0.472-1.902-1.997-2.566c-1.525-0.664-2.286-1.191-2.286-1.567c0-0.38-1.093-0.667-3.284-0.855c-2.19-0.191-3.283-0.288-3.283-0.288h-3.71h-3.14H82.224c-12.562,0-23.317-4.469-32.264-13.421c-8.945-8.946-13.417-19.698-13.417-32.258V123.335c0-12.562,4.471-23.313,13.417-32.259c8.947-8.947,19.702-13.422,32.264-13.422h91.361c2.475,0,4.421-0.614,5.852-1.854c1.425-1.237,2.375-3.094,2.853-5.568c0.476-2.474,0.763-4.708,0.859-6.707c0.094-1.997,0.048-4.521-0.144-7.566c-0.189-3.044-0.284-4.947-0.284-5.712c0-2.474-0.905-4.611-2.712-6.423c-1.809-1.804-3.949-2.709-6.423-2.709H82.224c-22.648,0-42.016,8.042-58.101,24.125C8.042,81.323,0,100.688,0,123.338v200.994c0,22.648,8.042,42.018,24.123,58.095c16.085,16.091,35.453,24.133,58.101,24.133h91.365c2.475,0,4.422-0.622,5.852-1.854c1.425-1.239,2.375-3.094,2.853-5.571c0.476-2.471,0.763-4.716,0.859-6.707c0.094-1.999,0.048-4.518-0.144-7.563C182.818,381.817,182.725,379.915,182.725,379.151z'/%3E%3Cpath d='M442.249,210.989L286.935,55.67c-3.614-3.612-7.898-5.424-12.847-5.424c-4.949,0-9.233,1.812-12.851,5.424c-3.617,3.617-5.424,7.904-5.424,12.85v82.226H127.907c-4.952,0-9.233,1.812-12.85,5.424c-3.617,3.617-5.424,7.901-5.424,12.85v109.636c0,4.948,1.807,9.232,5.424,12.847c3.621,3.61,7.901,5.427,12.85,5.427h127.907v82.225c0,4.945,1.807,9.233,5.424,12.847c3.617,3.617,7.901,5.428,12.851,5.428c4.948,0,9.232-1.811,12.847-5.428L442.249,236.69c3.617-3.62,5.425-7.898,5.425-12.848C447.674,218.894,445.866,214.606,442.249,210.989z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-logout-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='447.674px' height='447.674px' viewBox='0 0 447.674 447.674' style='enable-background:new 0 0 447.674 447.674;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M182.725,379.151c-0.572-1.522-0.769-2.816-0.575-3.863c0.193-1.04-0.472-1.902-1.997-2.566c-1.525-0.664-2.286-1.191-2.286-1.567c0-0.38-1.093-0.667-3.284-0.855c-2.19-0.191-3.283-0.288-3.283-0.288h-3.71h-3.14H82.224c-12.562,0-23.317-4.469-32.264-13.421c-8.945-8.946-13.417-19.698-13.417-32.258V123.335c0-12.562,4.471-23.313,13.417-32.259c8.947-8.947,19.702-13.422,32.264-13.422h91.361c2.475,0,4.421-0.614,5.852-1.854c1.425-1.237,2.375-3.094,2.853-5.568c0.476-2.474,0.763-4.708,0.859-6.707c0.094-1.997,0.048-4.521-0.144-7.566c-0.189-3.044-0.284-4.947-0.284-5.712c0-2.474-0.905-4.611-2.712-6.423c-1.809-1.804-3.949-2.709-6.423-2.709H82.224c-22.648,0-42.016,8.042-58.101,24.125C8.042,81.323,0,100.688,0,123.338v200.994c0,22.648,8.042,42.018,24.123,58.095c16.085,16.091,35.453,24.133,58.101,24.133h91.365c2.475,0,4.422-0.622,5.852-1.854c1.425-1.239,2.375-3.094,2.853-5.571c0.476-2.471,0.763-4.716,0.859-6.707c0.094-1.999,0.048-4.518-0.144-7.563C182.818,381.817,182.725,379.915,182.725,379.151z'/%3E%3Cpath d='M442.249,210.989L286.935,55.67c-3.614-3.612-7.898-5.424-12.847-5.424c-4.949,0-9.233,1.812-12.851,5.424c-3.617,3.617-5.424,7.904-5.424,12.85v82.226H127.907c-4.952,0-9.233,1.812-12.85,5.424c-3.617,3.617-5.424,7.901-5.424,12.85v109.636c0,4.948,1.807,9.232,5.424,12.847c3.621,3.61,7.901,5.427,12.85,5.427h127.907v82.225c0,4.945,1.807,9.233,5.424,12.847c3.617,3.617,7.901,5.428,12.851,5.428c4.948,0,9.232-1.811,12.847-5.428L442.249,236.69c3.617-3.62,5.425-7.898,5.425-12.848C447.674,218.894,445.866,214.606,442.249,210.989z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-logout-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='447.674px' height='447.674px' viewBox='0 0 447.674 447.674' style='enable-background:new 0 0 447.674 447.674;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M182.725,379.151c-0.572-1.522-0.769-2.816-0.575-3.863c0.193-1.04-0.472-1.902-1.997-2.566c-1.525-0.664-2.286-1.191-2.286-1.567c0-0.38-1.093-0.667-3.284-0.855c-2.19-0.191-3.283-0.288-3.283-0.288h-3.71h-3.14H82.224c-12.562,0-23.317-4.469-32.264-13.421c-8.945-8.946-13.417-19.698-13.417-32.258V123.335c0-12.562,4.471-23.313,13.417-32.259c8.947-8.947,19.702-13.422,32.264-13.422h91.361c2.475,0,4.421-0.614,5.852-1.854c1.425-1.237,2.375-3.094,2.853-5.568c0.476-2.474,0.763-4.708,0.859-6.707c0.094-1.997,0.048-4.521-0.144-7.566c-0.189-3.044-0.284-4.947-0.284-5.712c0-2.474-0.905-4.611-2.712-6.423c-1.809-1.804-3.949-2.709-6.423-2.709H82.224c-22.648,0-42.016,8.042-58.101,24.125C8.042,81.323,0,100.688,0,123.338v200.994c0,22.648,8.042,42.018,24.123,58.095c16.085,16.091,35.453,24.133,58.101,24.133h91.365c2.475,0,4.422-0.622,5.852-1.854c1.425-1.239,2.375-3.094,2.853-5.571c0.476-2.471,0.763-4.716,0.859-6.707c0.094-1.999,0.048-4.518-0.144-7.563C182.818,381.817,182.725,379.915,182.725,379.151z'/%3E%3Cpath d='M442.249,210.989L286.935,55.67c-3.614-3.612-7.898-5.424-12.847-5.424c-4.949,0-9.233,1.812-12.851,5.424c-3.617,3.617-5.424,7.904-5.424,12.85v82.226H127.907c-4.952,0-9.233,1.812-12.85,5.424c-3.617,3.617-5.424,7.901-5.424,12.85v109.636c0,4.948,1.807,9.232,5.424,12.847c3.621,3.61,7.901,5.427,12.85,5.427h127.907v82.225c0,4.945,1.807,9.233,5.424,12.847c3.617,3.617,7.901,5.428,12.851,5.428c4.948,0,9.232-1.811,12.847-5.428L442.249,236.69c3.617-3.62,5.425-7.898,5.425-12.848C447.674,218.894,445.866,214.606,442.249,210.989z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchro-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-green'%3E%3Cpath d='M0,204c0,56.1,22.95,107.1,61.2,142.8L0,408h153V255l-56.1,56.1C68.85,285.6,51,247.35,51,204c0-66.3,43.35-122.4,102-145.35v-51C66.3,30.6,0,109.65,0,204z M408,0H255v153l56.1-56.1C339.15,122.4,357,160.65,357,204c0,66.3-43.35,122.4-102,145.35V402.9c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L408,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchro-brown, .button.button-refresh:hover, .button-refresh.button--3D:hover, .button-refresh.button--wide:hover, .button-refresh.button--caracteristic:hover, .button-refresh.button--input:hover, .button-refresh.maplist-item--fullbutton:hover, .maplist-item--map .button-refresh.maplist-item-mapbtn:hover, .maplist-item--map .button-refresh.maplist-item-morebtn:hover, .maplist-item--import .button-refresh.maplist-item--importbtn:hover, .maplist-item--logins .button-refresh.maplist-item--loginbtn:hover, .maplist-item--logins .button-refresh.maplist-item--registerbtn:hover, .maplist-item--profil .button-refresh.maplist-item-profilname:hover, .maplist-item--profil .button-refresh.maplist-item-morebtn:hover, .button.button-refresh.active, .button-refresh.active.button--3D, .button-refresh.active.button--wide, .button-refresh.active.button--caracteristic, .button-refresh.active.button--input, .button-refresh.active.maplist-item--fullbutton, .maplist-item--map .button-refresh.active.maplist-item-mapbtn, .maplist-item--map .button-refresh.active.maplist-item-morebtn, .maplist-item--import .button-refresh.active.maplist-item--importbtn, .maplist-item--logins .button-refresh.active.maplist-item--loginbtn, .maplist-item--logins .button-refresh.active.maplist-item--registerbtn, .maplist-item--profil .button-refresh.active.maplist-item-profilname, .maplist-item--profil .button-refresh.active.maplist-item-morebtn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-green'%3E%3Cpath d='M0,204c0,56.1,22.95,107.1,61.2,142.8L0,408h153V255l-56.1,56.1C68.85,285.6,51,247.35,51,204c0-66.3,43.35-122.4,102-145.35v-51C66.3,30.6,0,109.65,0,204z M408,0H255v153l56.1-56.1C339.15,122.4,357,160.65,357,204c0,66.3-43.35,122.4-102,145.35V402.9c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L408,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchro-black, .button.button-refresh, .button-refresh.button--3D, .button-refresh.button--wide, .button-refresh.button--caracteristic, .button-refresh.button--input, .button-refresh.maplist-item--fullbutton, .maplist-item--map .button-refresh.maplist-item-mapbtn, .maplist-item--map .button-refresh.maplist-item-morebtn, .maplist-item--import .button-refresh.maplist-item--importbtn, .maplist-item--logins .button-refresh.maplist-item--loginbtn, .maplist-item--logins .button-refresh.maplist-item--registerbtn, .maplist-item--profil .button-refresh.maplist-item-profilname, .maplist-item--profil .button-refresh.maplist-item-morebtn, #refresh-alert {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-green'%3E%3Cpath d='M0,204c0,56.1,22.95,107.1,61.2,142.8L0,408h153V255l-56.1,56.1C68.85,285.6,51,247.35,51,204c0-66.3,43.35-122.4,102-145.35v-51C66.3,30.6,0,109.65,0,204z M408,0H255v153l56.1-56.1C339.15,122.4,357,160.65,357,204c0,66.3-43.35,122.4-102,145.35V402.9c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L408,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchro-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-green'%3E%3Cpath d='M0,204c0,56.1,22.95,107.1,61.2,142.8L0,408h153V255l-56.1,56.1C68.85,285.6,51,247.35,51,204c0-66.3,43.35-122.4,102-145.35v-51C66.3,30.6,0,109.65,0,204z M408,0H255v153l56.1-56.1C339.15,122.4,357,160.65,357,204c0,66.3-43.35,122.4-102,145.35V402.9c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L408,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchro-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-green'%3E%3Cpath d='M0,204c0,56.1,22.95,107.1,61.2,142.8L0,408h153V255l-56.1,56.1C68.85,285.6,51,247.35,51,204c0-66.3,43.35-122.4,102-145.35v-51C66.3,30.6,0,109.65,0,204z M408,0H255v153l56.1-56.1C339.15,122.4,357,160.65,357,204c0,66.3-43.35,122.4-102,145.35V402.9c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L408,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-synchro-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='408px' height='408px' viewBox='0 0 408 408' style='enable-background:new 0 0 408 408;' xml:space='preserve'%3E%3Cg%3E%3Cg id='sync-green'%3E%3Cpath d='M0,204c0,56.1,22.95,107.1,61.2,142.8L0,408h153V255l-56.1,56.1C68.85,285.6,51,247.35,51,204c0-66.3,43.35-122.4,102-145.35v-51C66.3,30.6,0,109.65,0,204z M408,0H255v153l56.1-56.1C339.15,122.4,357,160.65,357,204c0,66.3-43.35,122.4-102,145.35V402.9c86.7-22.95,153-102,153-196.351c0-56.1-22.95-107.1-61.2-142.8L408,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-like-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='176.104px' height='176.104px' viewBox='0 0 176.104 176.104' style='enable-background:new 0 0 176.104 176.104;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M150.383,18.301c-7.13-3.928-15.308-6.187-24.033-6.187c-15.394,0-29.18,7.015-38.283,18.015c-9.146-11-22.919-18.015-38.334-18.015c-8.704,0-16.867,2.259-24.013,6.187C10.388,26.792,0,43.117,0,61.878C0,67.249,0.874,72.4,2.457,77.219c8.537,38.374,85.61,86.771,85.61,86.771s77.022-48.396,85.571-86.771c1.583-4.819,2.466-9.977,2.466-15.341C176.104,43.124,165.716,26.804,150.383,18.301z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-like-brown, #itemsheet .itemsheet-associations .associations.associations-friends .icon-like-black:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='176.104px' height='176.104px' viewBox='0 0 176.104 176.104' style='enable-background:new 0 0 176.104 176.104;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M150.383,18.301c-7.13-3.928-15.308-6.187-24.033-6.187c-15.394,0-29.18,7.015-38.283,18.015c-9.146-11-22.919-18.015-38.334-18.015c-8.704,0-16.867,2.259-24.013,6.187C10.388,26.792,0,43.117,0,61.878C0,67.249,0.874,72.4,2.457,77.219c8.537,38.374,85.61,86.771,85.61,86.771s77.022-48.396,85.571-86.771c1.583-4.819,2.466-9.977,2.466-15.341C176.104,43.124,165.716,26.804,150.383,18.301z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-like-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='176.104px' height='176.104px' viewBox='0 0 176.104 176.104' style='enable-background:new 0 0 176.104 176.104;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M150.383,18.301c-7.13-3.928-15.308-6.187-24.033-6.187c-15.394,0-29.18,7.015-38.283,18.015c-9.146-11-22.919-18.015-38.334-18.015c-8.704,0-16.867,2.259-24.013,6.187C10.388,26.792,0,43.117,0,61.878C0,67.249,0.874,72.4,2.457,77.219c8.537,38.374,85.61,86.771,85.61,86.771s77.022-48.396,85.571-86.771c1.583-4.819,2.466-9.977,2.466-15.341C176.104,43.124,165.716,26.804,150.383,18.301z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-like-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='176.104px' height='176.104px' viewBox='0 0 176.104 176.104' style='enable-background:new 0 0 176.104 176.104;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M150.383,18.301c-7.13-3.928-15.308-6.187-24.033-6.187c-15.394,0-29.18,7.015-38.283,18.015c-9.146-11-22.919-18.015-38.334-18.015c-8.704,0-16.867,2.259-24.013,6.187C10.388,26.792,0,43.117,0,61.878C0,67.249,0.874,72.4,2.457,77.219c8.537,38.374,85.61,86.771,85.61,86.771s77.022-48.396,85.571-86.771c1.583-4.819,2.466-9.977,2.466-15.341C176.104,43.124,165.716,26.804,150.383,18.301z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-like-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='176.104px' height='176.104px' viewBox='0 0 176.104 176.104' style='enable-background:new 0 0 176.104 176.104;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M150.383,18.301c-7.13-3.928-15.308-6.187-24.033-6.187c-15.394,0-29.18,7.015-38.283,18.015c-9.146-11-22.919-18.015-38.334-18.015c-8.704,0-16.867,2.259-24.013,6.187C10.388,26.792,0,43.117,0,61.878C0,67.249,0.874,72.4,2.457,77.219c8.537,38.374,85.61,86.771,85.61,86.771s77.022-48.396,85.571-86.771c1.583-4.819,2.466-9.977,2.466-15.341C176.104,43.124,165.716,26.804,150.383,18.301z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-like-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='176.104px' height='176.104px' viewBox='0 0 176.104 176.104' style='enable-background:new 0 0 176.104 176.104;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M150.383,18.301c-7.13-3.928-15.308-6.187-24.033-6.187c-15.394,0-29.18,7.015-38.283,18.015c-9.146-11-22.919-18.015-38.334-18.015c-8.704,0-16.867,2.259-24.013,6.187C10.388,26.792,0,43.117,0,61.878C0,67.249,0.874,72.4,2.457,77.219c8.537,38.374,85.61,86.771,85.61,86.771s77.022-48.396,85.571-86.771c1.583-4.819,2.466-9.977,2.466-15.341C176.104,43.124,165.716,26.804,150.383,18.301z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dislike-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='343.423px' height='343.423px' viewBox='0 0 343.423 343.423' style='enable-background:new 0 0 343.423 343.423;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Artwork_92_'%3E%3Cg id='Layer_5_92_'%3E%3Cg%3E%3Cpath d='M194.941,266.801c1.199-1.521,1.084-4.527-0.227-5.955l-45.874-49.902c-3.933-4.278-5.894-9.801-5.52-15.549c0.373-5.748,3.032-10.972,7.485-14.705l46.609-39.08c1.453-1.219,1.928-4.108,0.939-5.728c0,0-23.725-41.677-33.237-54.487c-10.782-14.522-37.867-46.193-76.488-46.193c-47.313,0-85.947,39.021-88.476,86.27c-1.426,26.691,7.177,47.002,19.304,65.402c21.088,32.002,104.095,103.213,139.919,121.103c0.78,0.391,2.461,0.702,4.961-2.298L194.941,266.801z'/%3E%3Cpath d='M343.268,121.471c-2.528-47.249-41.159-86.27-88.476-86.27c-31.024,0-54.488,23.046-68.76,38.424c-0.703,0.758-2.191,2.554,0.309,6.179l28.236,46.184c5.891,9.656,3.715,22.913-4.953,30.181l-46.61,39.08c-0.561,0.472-0.708,1.009-0.732,1.377c-0.024,0.367,0.052,0.919,0.548,1.46l45.873,49.902c7.622,8.293,8.135,21.722,1.165,30.57l-19.466,24.87c-1.625,1.845-0.96,1.933-0.338,1.579c38.263-21.691,113.708-87.431,133.899-118.135C336.117,168.391,344.695,148.162,343.268,121.471z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dislike-brown, #itemsheet .itemsheet-associations .associations.associations-ennemies .icon-dislike-black:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='343.423px' height='343.423px' viewBox='0 0 343.423 343.423' style='enable-background:new 0 0 343.423 343.423;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Artwork_92_'%3E%3Cg id='Layer_5_92_'%3E%3Cg%3E%3Cpath d='M194.941,266.801c1.199-1.521,1.084-4.527-0.227-5.955l-45.874-49.902c-3.933-4.278-5.894-9.801-5.52-15.549c0.373-5.748,3.032-10.972,7.485-14.705l46.609-39.08c1.453-1.219,1.928-4.108,0.939-5.728c0,0-23.725-41.677-33.237-54.487c-10.782-14.522-37.867-46.193-76.488-46.193c-47.313,0-85.947,39.021-88.476,86.27c-1.426,26.691,7.177,47.002,19.304,65.402c21.088,32.002,104.095,103.213,139.919,121.103c0.78,0.391,2.461,0.702,4.961-2.298L194.941,266.801z'/%3E%3Cpath d='M343.268,121.471c-2.528-47.249-41.159-86.27-88.476-86.27c-31.024,0-54.488,23.046-68.76,38.424c-0.703,0.758-2.191,2.554,0.309,6.179l28.236,46.184c5.891,9.656,3.715,22.913-4.953,30.181l-46.61,39.08c-0.561,0.472-0.708,1.009-0.732,1.377c-0.024,0.367,0.052,0.919,0.548,1.46l45.873,49.902c7.622,8.293,8.135,21.722,1.165,30.57l-19.466,24.87c-1.625,1.845-0.96,1.933-0.338,1.579c38.263-21.691,113.708-87.431,133.899-118.135C336.117,168.391,344.695,148.162,343.268,121.471z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dislike-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='343.423px' height='343.423px' viewBox='0 0 343.423 343.423' style='enable-background:new 0 0 343.423 343.423;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Artwork_92_'%3E%3Cg id='Layer_5_92_'%3E%3Cg%3E%3Cpath d='M194.941,266.801c1.199-1.521,1.084-4.527-0.227-5.955l-45.874-49.902c-3.933-4.278-5.894-9.801-5.52-15.549c0.373-5.748,3.032-10.972,7.485-14.705l46.609-39.08c1.453-1.219,1.928-4.108,0.939-5.728c0,0-23.725-41.677-33.237-54.487c-10.782-14.522-37.867-46.193-76.488-46.193c-47.313,0-85.947,39.021-88.476,86.27c-1.426,26.691,7.177,47.002,19.304,65.402c21.088,32.002,104.095,103.213,139.919,121.103c0.78,0.391,2.461,0.702,4.961-2.298L194.941,266.801z'/%3E%3Cpath d='M343.268,121.471c-2.528-47.249-41.159-86.27-88.476-86.27c-31.024,0-54.488,23.046-68.76,38.424c-0.703,0.758-2.191,2.554,0.309,6.179l28.236,46.184c5.891,9.656,3.715,22.913-4.953,30.181l-46.61,39.08c-0.561,0.472-0.708,1.009-0.732,1.377c-0.024,0.367,0.052,0.919,0.548,1.46l45.873,49.902c7.622,8.293,8.135,21.722,1.165,30.57l-19.466,24.87c-1.625,1.845-0.96,1.933-0.338,1.579c38.263-21.691,113.708-87.431,133.899-118.135C336.117,168.391,344.695,148.162,343.268,121.471z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dislike-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='343.423px' height='343.423px' viewBox='0 0 343.423 343.423' style='enable-background:new 0 0 343.423 343.423;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Artwork_92_'%3E%3Cg id='Layer_5_92_'%3E%3Cg%3E%3Cpath d='M194.941,266.801c1.199-1.521,1.084-4.527-0.227-5.955l-45.874-49.902c-3.933-4.278-5.894-9.801-5.52-15.549c0.373-5.748,3.032-10.972,7.485-14.705l46.609-39.08c1.453-1.219,1.928-4.108,0.939-5.728c0,0-23.725-41.677-33.237-54.487c-10.782-14.522-37.867-46.193-76.488-46.193c-47.313,0-85.947,39.021-88.476,86.27c-1.426,26.691,7.177,47.002,19.304,65.402c21.088,32.002,104.095,103.213,139.919,121.103c0.78,0.391,2.461,0.702,4.961-2.298L194.941,266.801z'/%3E%3Cpath d='M343.268,121.471c-2.528-47.249-41.159-86.27-88.476-86.27c-31.024,0-54.488,23.046-68.76,38.424c-0.703,0.758-2.191,2.554,0.309,6.179l28.236,46.184c5.891,9.656,3.715,22.913-4.953,30.181l-46.61,39.08c-0.561,0.472-0.708,1.009-0.732,1.377c-0.024,0.367,0.052,0.919,0.548,1.46l45.873,49.902c7.622,8.293,8.135,21.722,1.165,30.57l-19.466,24.87c-1.625,1.845-0.96,1.933-0.338,1.579c38.263-21.691,113.708-87.431,133.899-118.135C336.117,168.391,344.695,148.162,343.268,121.471z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dislike-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='343.423px' height='343.423px' viewBox='0 0 343.423 343.423' style='enable-background:new 0 0 343.423 343.423;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Artwork_92_'%3E%3Cg id='Layer_5_92_'%3E%3Cg%3E%3Cpath d='M194.941,266.801c1.199-1.521,1.084-4.527-0.227-5.955l-45.874-49.902c-3.933-4.278-5.894-9.801-5.52-15.549c0.373-5.748,3.032-10.972,7.485-14.705l46.609-39.08c1.453-1.219,1.928-4.108,0.939-5.728c0,0-23.725-41.677-33.237-54.487c-10.782-14.522-37.867-46.193-76.488-46.193c-47.313,0-85.947,39.021-88.476,86.27c-1.426,26.691,7.177,47.002,19.304,65.402c21.088,32.002,104.095,103.213,139.919,121.103c0.78,0.391,2.461,0.702,4.961-2.298L194.941,266.801z'/%3E%3Cpath d='M343.268,121.471c-2.528-47.249-41.159-86.27-88.476-86.27c-31.024,0-54.488,23.046-68.76,38.424c-0.703,0.758-2.191,2.554,0.309,6.179l28.236,46.184c5.891,9.656,3.715,22.913-4.953,30.181l-46.61,39.08c-0.561,0.472-0.708,1.009-0.732,1.377c-0.024,0.367,0.052,0.919,0.548,1.46l45.873,49.902c7.622,8.293,8.135,21.722,1.165,30.57l-19.466,24.87c-1.625,1.845-0.96,1.933-0.338,1.579c38.263-21.691,113.708-87.431,133.899-118.135C336.117,168.391,344.695,148.162,343.268,121.471z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dislike-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='343.423px' height='343.423px' viewBox='0 0 343.423 343.423' style='enable-background:new 0 0 343.423 343.423;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Artwork_92_'%3E%3Cg id='Layer_5_92_'%3E%3Cg%3E%3Cpath d='M194.941,266.801c1.199-1.521,1.084-4.527-0.227-5.955l-45.874-49.902c-3.933-4.278-5.894-9.801-5.52-15.549c0.373-5.748,3.032-10.972,7.485-14.705l46.609-39.08c1.453-1.219,1.928-4.108,0.939-5.728c0,0-23.725-41.677-33.237-54.487c-10.782-14.522-37.867-46.193-76.488-46.193c-47.313,0-85.947,39.021-88.476,86.27c-1.426,26.691,7.177,47.002,19.304,65.402c21.088,32.002,104.095,103.213,139.919,121.103c0.78,0.391,2.461,0.702,4.961-2.298L194.941,266.801z'/%3E%3Cpath d='M343.268,121.471c-2.528-47.249-41.159-86.27-88.476-86.27c-31.024,0-54.488,23.046-68.76,38.424c-0.703,0.758-2.191,2.554,0.309,6.179l28.236,46.184c5.891,9.656,3.715,22.913-4.953,30.181l-46.61,39.08c-0.561,0.472-0.708,1.009-0.732,1.377c-0.024,0.367,0.052,0.919,0.548,1.46l45.873,49.902c7.622,8.293,8.135,21.722,1.165,30.57l-19.466,24.87c-1.625,1.845-0.96,1.933-0.338,1.579c38.263-21.691,113.708-87.431,133.899-118.135C336.117,168.391,344.695,148.162,343.268,121.471z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensright-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M322.355,351.957c4.773,1.711,8.562,7.418,8.562,12.488v27.846c0,5.07,2.906,6.273,6.49,2.691l134.508-134.509c3.586-3.586,3.586-9.397,0-12.983L337.408,112.981c-3.586-3.586-6.49-2.38-6.49,2.69v30.906c0,5.071-4.113,9.156-9.178,9.407c-114.894,5.686-207.208,120.42-211.877,236.312c-0.205,5.066,2.071,5.74,5.116,1.686C179.126,308.645,290.748,340.629,322.355,351.957z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensright-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M322.355,351.957c4.773,1.711,8.562,7.418,8.562,12.488v27.846c0,5.07,2.906,6.273,6.49,2.691l134.508-134.509c3.586-3.586,3.586-9.397,0-12.983L337.408,112.981c-3.586-3.586-6.49-2.38-6.49,2.69v30.906c0,5.071-4.113,9.156-9.178,9.407c-114.894,5.686-207.208,120.42-211.877,236.312c-0.205,5.066,2.071,5.74,5.116,1.686C179.126,308.645,290.748,340.629,322.355,351.957z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensright-black, .association-item .association-sens.icon-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M322.355,351.957c4.773,1.711,8.562,7.418,8.562,12.488v27.846c0,5.07,2.906,6.273,6.49,2.691l134.508-134.509c3.586-3.586,3.586-9.397,0-12.983L337.408,112.981c-3.586-3.586-6.49-2.38-6.49,2.69v30.906c0,5.071-4.113,9.156-9.178,9.407c-114.894,5.686-207.208,120.42-211.877,236.312c-0.205,5.066,2.071,5.74,5.116,1.686C179.126,308.645,290.748,340.629,322.355,351.957z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensright-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M322.355,351.957c4.773,1.711,8.562,7.418,8.562,12.488v27.846c0,5.07,2.906,6.273,6.49,2.691l134.508-134.509c3.586-3.586,3.586-9.397,0-12.983L337.408,112.981c-3.586-3.586-6.49-2.38-6.49,2.69v30.906c0,5.071-4.113,9.156-9.178,9.407c-114.894,5.686-207.208,120.42-211.877,236.312c-0.205,5.066,2.071,5.74,5.116,1.686C179.126,308.645,290.748,340.629,322.355,351.957z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensright-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M322.355,351.957c4.773,1.711,8.562,7.418,8.562,12.488v27.846c0,5.07,2.906,6.273,6.49,2.691l134.508-134.509c3.586-3.586,3.586-9.397,0-12.983L337.408,112.981c-3.586-3.586-6.49-2.38-6.49,2.69v30.906c0,5.071-4.113,9.156-9.178,9.407c-114.894,5.686-207.208,120.42-211.877,236.312c-0.205,5.066,2.071,5.74,5.116,1.686C179.126,308.645,290.748,340.629,322.355,351.957z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensright-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M322.355,351.957c4.773,1.711,8.562,7.418,8.562,12.488v27.846c0,5.07,2.906,6.273,6.49,2.691l134.508-134.509c3.586-3.586,3.586-9.397,0-12.983L337.408,112.981c-3.586-3.586-6.49-2.38-6.49,2.69v30.906c0,5.071-4.113,9.156-9.178,9.407c-114.894,5.686-207.208,120.42-211.877,236.312c-0.205,5.066,2.071,5.74,5.116,1.686C179.126,308.645,290.748,340.629,322.355,351.957z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensleft-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M241.302,392.291v-27.846c0-5.07,3.788-10.777,8.562-12.488c31.61-11.324,143.229-43.311,207.372,42.023c3.049,4.053,5.322,3.379,5.117-1.686c-4.67-115.892-96.984-230.626-211.877-236.312c-5.064-0.251-9.177-4.336-9.177-9.407v-30.909c0-5.071-2.907-6.273-6.49-2.69L100.3,247.49c-3.586,3.586-3.586,9.397,0,12.983l134.509,134.509C238.395,398.564,241.302,397.361,241.302,392.291z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensleft-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M241.302,392.291v-27.846c0-5.07,3.788-10.777,8.562-12.488c31.61-11.324,143.229-43.311,207.372,42.023c3.049,4.053,5.322,3.379,5.117-1.686c-4.67-115.892-96.984-230.626-211.877-236.312c-5.064-0.251-9.177-4.336-9.177-9.407v-30.909c0-5.071-2.907-6.273-6.49-2.69L100.3,247.49c-3.586,3.586-3.586,9.397,0,12.983l134.509,134.509C238.395,398.564,241.302,397.361,241.302,392.291z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensleft-black, .association-item .association-sens.icon-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M241.302,392.291v-27.846c0-5.07,3.788-10.777,8.562-12.488c31.61-11.324,143.229-43.311,207.372,42.023c3.049,4.053,5.322,3.379,5.117-1.686c-4.67-115.892-96.984-230.626-211.877-236.312c-5.064-0.251-9.177-4.336-9.177-9.407v-30.909c0-5.071-2.907-6.273-6.49-2.69L100.3,247.49c-3.586,3.586-3.586,9.397,0,12.983l134.509,134.509C238.395,398.564,241.302,397.361,241.302,392.291z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensleft-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M241.302,392.291v-27.846c0-5.07,3.788-10.777,8.562-12.488c31.61-11.324,143.229-43.311,207.372,42.023c3.049,4.053,5.322,3.379,5.117-1.686c-4.67-115.892-96.984-230.626-211.877-236.312c-5.064-0.251-9.177-4.336-9.177-9.407v-30.909c0-5.071-2.907-6.273-6.49-2.69L100.3,247.49c-3.586,3.586-3.586,9.397,0,12.983l134.509,134.509C238.395,398.564,241.302,397.361,241.302,392.291z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensleft-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M241.302,392.291v-27.846c0-5.07,3.788-10.777,8.562-12.488c31.61-11.324,143.229-43.311,207.372,42.023c3.049,4.053,5.322,3.379,5.117-1.686c-4.67-115.892-96.984-230.626-211.877-236.312c-5.064-0.251-9.177-4.336-9.177-9.407v-30.909c0-5.071-2.907-6.273-6.49-2.69L100.3,247.49c-3.586,3.586-3.586,9.397,0,12.983l134.509,134.509C238.395,398.564,241.302,397.361,241.302,392.291z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sensleft-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='572.221px' height='572.221px' viewBox='0 0 572.221 572.221' style='enable-background:new 0 0 572.221 572.221;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M286.11,572.221c157.761,0,286.111-128.35,286.111-286.111S443.871,0,286.11,0S0,128.349,0,286.11S128.349,572.221,286.11,572.221z M286.11,45.9c132.453,0,240.21,107.758,240.21,240.21c0,132.453-107.758,240.21-240.21,240.21c-132.452,0-240.21-107.758-240.21-240.21C45.9,153.658,153.658,45.9,286.11,45.9z'/%3E%3Cpath d='M241.302,392.291v-27.846c0-5.07,3.788-10.777,8.562-12.488c31.61-11.324,143.229-43.311,207.372,42.023c3.049,4.053,5.322,3.379,5.117-1.686c-4.67-115.892-96.984-230.626-211.877-236.312c-5.064-0.251-9.177-4.336-9.177-9.407v-30.909c0-5.071-2.907-6.273-6.49-2.69L100.3,247.49c-3.586,3.586-3.586,9.397,0,12.983l134.509,134.509C238.395,398.564,241.302,397.361,241.302,392.291z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-ok-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-ok-brown, .button-round.button-ok:hover, .button-round.button-ok.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-ok-black, .button-round.button-ok {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-ok-green, .association-item .association-ok, #itemsheet .itemsheet-associations .associations .association-ok {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-ok-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-ok-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-excl-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246.027 246.027' style='enable-background:new 0 0 246.027 246.027;' xml:space='preserve'%3E%3Cpath d='M242.751,196.508L143.937,25.358c-4.367-7.564-12.189-12.081-20.924-12.081c-8.735,0-16.557,4.516-20.924,12.081L3.276,196.508c-4.368,7.564-4.368,16.596,0,24.161s12.189,12.081,20.924,12.081h197.629c8.734,0,16.556-4.516,20.923-12.08C247.119,213.105,247.118,204.073,242.751,196.508z M123.014,204.906c-8.672,0-15.727-7.055-15.727-15.727c0-8.671,7.055-15.726,15.727-15.726s15.727,7.055,15.727,15.726C138.74,197.852,131.685,204.906,123.014,204.906z M138.847,137.68c0,8.73-7.103,15.833-15.833,15.833s-15.833-7.103-15.833-15.833V65.013c0-4.142,3.358-7.5,7.5-7.5h16.667c4.143,0,7.5,3.358,7.5,7.5V137.68z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-excl-brown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246.027 246.027' style='enable-background:new 0 0 246.027 246.027;' xml:space='preserve'%3E%3Cpath d='M242.751,196.508L143.937,25.358c-4.367-7.564-12.189-12.081-20.924-12.081c-8.735,0-16.557,4.516-20.924,12.081L3.276,196.508c-4.368,7.564-4.368,16.596,0,24.161s12.189,12.081,20.924,12.081h197.629c8.734,0,16.556-4.516,20.923-12.08C247.119,213.105,247.118,204.073,242.751,196.508z M123.014,204.906c-8.672,0-15.727-7.055-15.727-15.727c0-8.671,7.055-15.726,15.727-15.726s15.727,7.055,15.727,15.726C138.74,197.852,131.685,204.906,123.014,204.906z M138.847,137.68c0,8.73-7.103,15.833-15.833,15.833s-15.833-7.103-15.833-15.833V65.013c0-4.142,3.358-7.5,7.5-7.5h16.667c4.143,0,7.5,3.358,7.5,7.5V137.68z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-excl-black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246.027 246.027' style='enable-background:new 0 0 246.027 246.027;' xml:space='preserve'%3E%3Cpath d='M242.751,196.508L143.937,25.358c-4.367-7.564-12.189-12.081-20.924-12.081c-8.735,0-16.557,4.516-20.924,12.081L3.276,196.508c-4.368,7.564-4.368,16.596,0,24.161s12.189,12.081,20.924,12.081h197.629c8.734,0,16.556-4.516,20.923-12.08C247.119,213.105,247.118,204.073,242.751,196.508z M123.014,204.906c-8.672,0-15.727-7.055-15.727-15.727c0-8.671,7.055-15.726,15.727-15.726s15.727,7.055,15.727,15.726C138.74,197.852,131.685,204.906,123.014,204.906z M138.847,137.68c0,8.73-7.103,15.833-15.833,15.833s-15.833-7.103-15.833-15.833V65.013c0-4.142,3.358-7.5,7.5-7.5h16.667c4.143,0,7.5,3.358,7.5,7.5V137.68z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-excl-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246.027 246.027' style='enable-background:new 0 0 246.027 246.027;' xml:space='preserve'%3E%3Cpath d='M242.751,196.508L143.937,25.358c-4.367-7.564-12.189-12.081-20.924-12.081c-8.735,0-16.557,4.516-20.924,12.081L3.276,196.508c-4.368,7.564-4.368,16.596,0,24.161s12.189,12.081,20.924,12.081h197.629c8.734,0,16.556-4.516,20.923-12.08C247.119,213.105,247.118,204.073,242.751,196.508z M123.014,204.906c-8.672,0-15.727-7.055-15.727-15.727c0-8.671,7.055-15.726,15.727-15.726s15.727,7.055,15.727,15.726C138.74,197.852,131.685,204.906,123.014,204.906z M138.847,137.68c0,8.73-7.103,15.833-15.833,15.833s-15.833-7.103-15.833-15.833V65.013c0-4.142,3.358-7.5,7.5-7.5h16.667c4.143,0,7.5,3.358,7.5,7.5V137.68z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-excl-red, .association-item .association-excl, #itemsheet .itemsheet-associations .associations .association-excl {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246.027 246.027' style='enable-background:new 0 0 246.027 246.027;' xml:space='preserve'%3E%3Cpath d='M242.751,196.508L143.937,25.358c-4.367-7.564-12.189-12.081-20.924-12.081c-8.735,0-16.557,4.516-20.924,12.081L3.276,196.508c-4.368,7.564-4.368,16.596,0,24.161s12.189,12.081,20.924,12.081h197.629c8.734,0,16.556-4.516,20.923-12.08C247.119,213.105,247.118,204.073,242.751,196.508z M123.014,204.906c-8.672,0-15.727-7.055-15.727-15.727c0-8.671,7.055-15.726,15.727-15.726s15.727,7.055,15.727,15.726C138.74,197.852,131.685,204.906,123.014,204.906z M138.847,137.68c0,8.73-7.103,15.833-15.833,15.833s-15.833-7.103-15.833-15.833V65.013c0-4.142,3.358-7.5,7.5-7.5h16.667c4.143,0,7.5,3.358,7.5,7.5V137.68z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-excl-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246.027 246.027' style='enable-background:new 0 0 246.027 246.027;' xml:space='preserve'%3E%3Cpath d='M242.751,196.508L143.937,25.358c-4.367-7.564-12.189-12.081-20.924-12.081c-8.735,0-16.557,4.516-20.924,12.081L3.276,196.508c-4.368,7.564-4.368,16.596,0,24.161s12.189,12.081,20.924,12.081h197.629c8.734,0,16.556-4.516,20.923-12.08C247.119,213.105,247.118,204.073,242.751,196.508z M123.014,204.906c-8.672,0-15.727-7.055-15.727-15.727c0-8.671,7.055-15.726,15.727-15.726s15.727,7.055,15.727,15.726C138.74,197.852,131.685,204.906,123.014,204.906z M138.847,137.68c0,8.73-7.103,15.833-15.833,15.833s-15.833-7.103-15.833-15.833V65.013c0-4.142,3.358-7.5,7.5-7.5h16.667c4.143,0,7.5,3.358,7.5,7.5V137.68z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sun-grey, .button--input.icon-sun {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.16px' height='45.16px' viewBox='0 0 45.16 45.16' style='enable-background:new 0 0 45.16 45.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,11.269c-6.237,0-11.311,5.075-11.311,11.312s5.074,11.312,11.311,11.312c6.236,0,11.311-5.074,11.311-11.312S28.816,11.269,22.58,11.269z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,7.944c-1.219,0-2.207-0.988-2.207-2.206V2.207C20.373,0.988,21.361,0,22.58,0c1.219,0,2.207,0.988,2.207,2.207v3.531C24.787,6.956,23.798,7.944,22.58,7.944z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.58,37.215c-1.219,0-2.207,0.988-2.207,2.207v3.53c0,1.22,0.988,2.208,2.207,2.208c1.219,0,2.207-0.988,2.207-2.208v-3.53C24.787,38.203,23.798,37.215,22.58,37.215z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,12.231c-0.861-0.862-0.861-2.259,0-3.121l2.497-2.497c0.861-0.861,2.259-0.861,3.121,0c0.862,0.862,0.862,2.26,0,3.121l-2.497,2.497C35.188,13.093,33.791,13.093,32.928,12.231z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,32.93c-0.862-0.863-2.259-0.863-3.121,0l-2.497,2.496c-0.861,0.861-0.862,2.26,0,3.121c0.862,0.861,2.26,0.861,3.121,0l2.497-2.498C13.093,35.188,13.093,33.79,12.231,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M37.215,22.58c0-1.219,0.988-2.207,2.207-2.207h3.531c1.219,0,2.207,0.988,2.207,2.207c0,1.219-0.988,2.206-2.207,2.206h-3.531C38.203,24.786,37.215,23.799,37.215,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M7.944,22.58c0-1.219-0.988-2.207-2.207-2.207h-3.53C0.988,20.373,0,21.361,0,22.58c0,1.219,0.988,2.206,2.207,2.206h3.531C6.956,24.786,7.944,23.799,7.944,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,32.93c0.862-0.861,2.26-0.861,3.121,0l2.497,2.497c0.862,0.86,0.862,2.259,0,3.12s-2.259,0.861-3.121,0l-2.497-2.497C32.066,35.188,32.066,33.791,32.928,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,12.231c0.862-0.862,0.862-2.259,0-3.121L9.734,6.614c-0.862-0.862-2.259-0.862-3.121,0c-0.862,0.861-0.862,2.259,0,3.12l2.497,2.497C9.972,13.094,11.369,13.094,12.231,12.231z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sun-brown, .no-touch .panel-menu-action.panel-menu-action--sun:hover, .panel-menu-action.panel-menu-action--sun.active, .button--caracteristic.icon-sun:hover, .button--caracteristic.icon-sun.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.16px' height='45.16px' viewBox='0 0 45.16 45.16' style='enable-background:new 0 0 45.16 45.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,11.269c-6.237,0-11.311,5.075-11.311,11.312s5.074,11.312,11.311,11.312c6.236,0,11.311-5.074,11.311-11.312S28.816,11.269,22.58,11.269z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,7.944c-1.219,0-2.207-0.988-2.207-2.206V2.207C20.373,0.988,21.361,0,22.58,0c1.219,0,2.207,0.988,2.207,2.207v3.531C24.787,6.956,23.798,7.944,22.58,7.944z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.58,37.215c-1.219,0-2.207,0.988-2.207,2.207v3.53c0,1.22,0.988,2.208,2.207,2.208c1.219,0,2.207-0.988,2.207-2.208v-3.53C24.787,38.203,23.798,37.215,22.58,37.215z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,12.231c-0.861-0.862-0.861-2.259,0-3.121l2.497-2.497c0.861-0.861,2.259-0.861,3.121,0c0.862,0.862,0.862,2.26,0,3.121l-2.497,2.497C35.188,13.093,33.791,13.093,32.928,12.231z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,32.93c-0.862-0.863-2.259-0.863-3.121,0l-2.497,2.496c-0.861,0.861-0.862,2.26,0,3.121c0.862,0.861,2.26,0.861,3.121,0l2.497-2.498C13.093,35.188,13.093,33.79,12.231,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M37.215,22.58c0-1.219,0.988-2.207,2.207-2.207h3.531c1.219,0,2.207,0.988,2.207,2.207c0,1.219-0.988,2.206-2.207,2.206h-3.531C38.203,24.786,37.215,23.799,37.215,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M7.944,22.58c0-1.219-0.988-2.207-2.207-2.207h-3.53C0.988,20.373,0,21.361,0,22.58c0,1.219,0.988,2.206,2.207,2.206h3.531C6.956,24.786,7.944,23.799,7.944,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,32.93c0.862-0.861,2.26-0.861,3.121,0l2.497,2.497c0.862,0.86,0.862,2.259,0,3.12s-2.259,0.861-3.121,0l-2.497-2.497C32.066,35.188,32.066,33.791,32.928,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,12.231c0.862-0.862,0.862-2.259,0-3.121L9.734,6.614c-0.862-0.862-2.259-0.862-3.121,0c-0.862,0.861-0.862,2.259,0,3.12l2.497,2.497C9.972,13.094,11.369,13.094,12.231,12.231z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sun-black, .icon-sun, .panel-menu-action.panel-menu-action--sun, .button--3D.button--medium .icon-sun, .button--3D.button--green .icon-sun, .button--input.icon-sun:hover, .button--input.icon-sun.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.16px' height='45.16px' viewBox='0 0 45.16 45.16' style='enable-background:new 0 0 45.16 45.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,11.269c-6.237,0-11.311,5.075-11.311,11.312s5.074,11.312,11.311,11.312c6.236,0,11.311-5.074,11.311-11.312S28.816,11.269,22.58,11.269z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,7.944c-1.219,0-2.207-0.988-2.207-2.206V2.207C20.373,0.988,21.361,0,22.58,0c1.219,0,2.207,0.988,2.207,2.207v3.531C24.787,6.956,23.798,7.944,22.58,7.944z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.58,37.215c-1.219,0-2.207,0.988-2.207,2.207v3.53c0,1.22,0.988,2.208,2.207,2.208c1.219,0,2.207-0.988,2.207-2.208v-3.53C24.787,38.203,23.798,37.215,22.58,37.215z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,12.231c-0.861-0.862-0.861-2.259,0-3.121l2.497-2.497c0.861-0.861,2.259-0.861,3.121,0c0.862,0.862,0.862,2.26,0,3.121l-2.497,2.497C35.188,13.093,33.791,13.093,32.928,12.231z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,32.93c-0.862-0.863-2.259-0.863-3.121,0l-2.497,2.496c-0.861,0.861-0.862,2.26,0,3.121c0.862,0.861,2.26,0.861,3.121,0l2.497-2.498C13.093,35.188,13.093,33.79,12.231,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M37.215,22.58c0-1.219,0.988-2.207,2.207-2.207h3.531c1.219,0,2.207,0.988,2.207,2.207c0,1.219-0.988,2.206-2.207,2.206h-3.531C38.203,24.786,37.215,23.799,37.215,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M7.944,22.58c0-1.219-0.988-2.207-2.207-2.207h-3.53C0.988,20.373,0,21.361,0,22.58c0,1.219,0.988,2.206,2.207,2.206h3.531C6.956,24.786,7.944,23.799,7.944,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,32.93c0.862-0.861,2.26-0.861,3.121,0l2.497,2.497c0.862,0.86,0.862,2.259,0,3.12s-2.259,0.861-3.121,0l-2.497-2.497C32.066,35.188,32.066,33.791,32.928,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,12.231c0.862-0.862,0.862-2.259,0-3.121L9.734,6.614c-0.862-0.862-2.259-0.862-3.121,0c-0.862,0.861-0.862,2.259,0,3.12l2.497,2.497C9.972,13.094,11.369,13.094,12.231,12.231z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sun-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.16px' height='45.16px' viewBox='0 0 45.16 45.16' style='enable-background:new 0 0 45.16 45.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,11.269c-6.237,0-11.311,5.075-11.311,11.312s5.074,11.312,11.311,11.312c6.236,0,11.311-5.074,11.311-11.312S28.816,11.269,22.58,11.269z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,7.944c-1.219,0-2.207-0.988-2.207-2.206V2.207C20.373,0.988,21.361,0,22.58,0c1.219,0,2.207,0.988,2.207,2.207v3.531C24.787,6.956,23.798,7.944,22.58,7.944z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.58,37.215c-1.219,0-2.207,0.988-2.207,2.207v3.53c0,1.22,0.988,2.208,2.207,2.208c1.219,0,2.207-0.988,2.207-2.208v-3.53C24.787,38.203,23.798,37.215,22.58,37.215z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,12.231c-0.861-0.862-0.861-2.259,0-3.121l2.497-2.497c0.861-0.861,2.259-0.861,3.121,0c0.862,0.862,0.862,2.26,0,3.121l-2.497,2.497C35.188,13.093,33.791,13.093,32.928,12.231z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,32.93c-0.862-0.863-2.259-0.863-3.121,0l-2.497,2.496c-0.861,0.861-0.862,2.26,0,3.121c0.862,0.861,2.26,0.861,3.121,0l2.497-2.498C13.093,35.188,13.093,33.79,12.231,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M37.215,22.58c0-1.219,0.988-2.207,2.207-2.207h3.531c1.219,0,2.207,0.988,2.207,2.207c0,1.219-0.988,2.206-2.207,2.206h-3.531C38.203,24.786,37.215,23.799,37.215,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M7.944,22.58c0-1.219-0.988-2.207-2.207-2.207h-3.53C0.988,20.373,0,21.361,0,22.58c0,1.219,0.988,2.206,2.207,2.206h3.531C6.956,24.786,7.944,23.799,7.944,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,32.93c0.862-0.861,2.26-0.861,3.121,0l2.497,2.497c0.862,0.86,0.862,2.259,0,3.12s-2.259,0.861-3.121,0l-2.497-2.497C32.066,35.188,32.066,33.791,32.928,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,12.231c0.862-0.862,0.862-2.259,0-3.121L9.734,6.614c-0.862-0.862-2.259-0.862-3.121,0c-0.862,0.861-0.862,2.259,0,3.12l2.497,2.497C9.972,13.094,11.369,13.094,12.231,12.231z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sun-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.16px' height='45.16px' viewBox='0 0 45.16 45.16' style='enable-background:new 0 0 45.16 45.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,11.269c-6.237,0-11.311,5.075-11.311,11.312s5.074,11.312,11.311,11.312c6.236,0,11.311-5.074,11.311-11.312S28.816,11.269,22.58,11.269z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,7.944c-1.219,0-2.207-0.988-2.207-2.206V2.207C20.373,0.988,21.361,0,22.58,0c1.219,0,2.207,0.988,2.207,2.207v3.531C24.787,6.956,23.798,7.944,22.58,7.944z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.58,37.215c-1.219,0-2.207,0.988-2.207,2.207v3.53c0,1.22,0.988,2.208,2.207,2.208c1.219,0,2.207-0.988,2.207-2.208v-3.53C24.787,38.203,23.798,37.215,22.58,37.215z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,12.231c-0.861-0.862-0.861-2.259,0-3.121l2.497-2.497c0.861-0.861,2.259-0.861,3.121,0c0.862,0.862,0.862,2.26,0,3.121l-2.497,2.497C35.188,13.093,33.791,13.093,32.928,12.231z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,32.93c-0.862-0.863-2.259-0.863-3.121,0l-2.497,2.496c-0.861,0.861-0.862,2.26,0,3.121c0.862,0.861,2.26,0.861,3.121,0l2.497-2.498C13.093,35.188,13.093,33.79,12.231,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M37.215,22.58c0-1.219,0.988-2.207,2.207-2.207h3.531c1.219,0,2.207,0.988,2.207,2.207c0,1.219-0.988,2.206-2.207,2.206h-3.531C38.203,24.786,37.215,23.799,37.215,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M7.944,22.58c0-1.219-0.988-2.207-2.207-2.207h-3.53C0.988,20.373,0,21.361,0,22.58c0,1.219,0.988,2.206,2.207,2.206h3.531C6.956,24.786,7.944,23.799,7.944,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,32.93c0.862-0.861,2.26-0.861,3.121,0l2.497,2.497c0.862,0.86,0.862,2.259,0,3.12s-2.259,0.861-3.121,0l-2.497-2.497C32.066,35.188,32.066,33.791,32.928,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,12.231c0.862-0.862,0.862-2.259,0-3.121L9.734,6.614c-0.862-0.862-2.259-0.862-3.121,0c-0.862,0.861-0.862,2.259,0,3.12l2.497,2.497C9.972,13.094,11.369,13.094,12.231,12.231z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sun-orange, .button--3D.button--medium:hover .icon-sun, .button--3D.button--medium.active .icon-sun, .button--3D.button--green:hover .icon-sun, .button--3D.button--green.active .icon-sun, .button--medium:hover .button--caracteristic.icon-sun,
.button--medium.active .button--caracteristic.icon-sun {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.16px' height='45.16px' viewBox='0 0 45.16 45.16' style='enable-background:new 0 0 45.16 45.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,11.269c-6.237,0-11.311,5.075-11.311,11.312s5.074,11.312,11.311,11.312c6.236,0,11.311-5.074,11.311-11.312S28.816,11.269,22.58,11.269z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.58,7.944c-1.219,0-2.207-0.988-2.207-2.206V2.207C20.373,0.988,21.361,0,22.58,0c1.219,0,2.207,0.988,2.207,2.207v3.531C24.787,6.956,23.798,7.944,22.58,7.944z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.58,37.215c-1.219,0-2.207,0.988-2.207,2.207v3.53c0,1.22,0.988,2.208,2.207,2.208c1.219,0,2.207-0.988,2.207-2.208v-3.53C24.787,38.203,23.798,37.215,22.58,37.215z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,12.231c-0.861-0.862-0.861-2.259,0-3.121l2.497-2.497c0.861-0.861,2.259-0.861,3.121,0c0.862,0.862,0.862,2.26,0,3.121l-2.497,2.497C35.188,13.093,33.791,13.093,32.928,12.231z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,32.93c-0.862-0.863-2.259-0.863-3.121,0l-2.497,2.496c-0.861,0.861-0.862,2.26,0,3.121c0.862,0.861,2.26,0.861,3.121,0l2.497-2.498C13.093,35.188,13.093,33.79,12.231,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M37.215,22.58c0-1.219,0.988-2.207,2.207-2.207h3.531c1.219,0,2.207,0.988,2.207,2.207c0,1.219-0.988,2.206-2.207,2.206h-3.531C38.203,24.786,37.215,23.799,37.215,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M7.944,22.58c0-1.219-0.988-2.207-2.207-2.207h-3.53C0.988,20.373,0,21.361,0,22.58c0,1.219,0.988,2.206,2.207,2.206h3.531C6.956,24.786,7.944,23.799,7.944,22.58z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.928,32.93c0.862-0.861,2.26-0.861,3.121,0l2.497,2.497c0.862,0.86,0.862,2.259,0,3.12s-2.259,0.861-3.121,0l-2.497-2.497C32.066,35.188,32.066,33.791,32.928,32.93z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12.231,12.231c0.862-0.862,0.862-2.259,0-3.121L9.734,6.614c-0.862-0.862-2.259-0.862-3.121,0c-0.862,0.861-0.862,2.259,0,3.12l2.497,2.497C9.972,13.094,11.369,13.094,12.231,12.231z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sunandshadow-grey, .button--input.icon-sun_and_shadow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.846px' height='45.846px' viewBox='0 0 45.846 45.846' style='enable-background:new 0 0 45.846 45.846;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z'/%3E%3Cpath d='M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478V8.23C13.666,9.047,14.314,9.709,15.131,9.709z'/%3E%3Cpath d='M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z'/%3E%3Cpath d='M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465S4.659,18.026,3.843,18.026z'/%3E%3Cpath d='M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z'/%3E%3Cpath d='M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sunandshadow-brown, .no-touch .panel-menu-action.panel-menu-action--sun_and_shadow:hover, .panel-menu-action.panel-menu-action--sun_and_shadow.active, .button--caracteristic.icon-sun_and_shadow:hover, .button--caracteristic.icon-sun_and_shadow.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.846px' height='45.846px' viewBox='0 0 45.846 45.846' style='enable-background:new 0 0 45.846 45.846;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z'/%3E%3Cpath d='M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478V8.23C13.666,9.047,14.314,9.709,15.131,9.709z'/%3E%3Cpath d='M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z'/%3E%3Cpath d='M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465S4.659,18.026,3.843,18.026z'/%3E%3Cpath d='M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z'/%3E%3Cpath d='M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sunandshadow-black, .icon-sun_and_shadow, .panel-menu-action.panel-menu-action--sun_and_shadow, .button--3D.button--medium .icon-sun_and_shadow, .button--3D.button--green .icon-sun_and_shadow, .button--input.icon-sun_and_shadow:hover, .button--input.icon-sun_and_shadow.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.846px' height='45.846px' viewBox='0 0 45.846 45.846' style='enable-background:new 0 0 45.846 45.846;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z'/%3E%3Cpath d='M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478V8.23C13.666,9.047,14.314,9.709,15.131,9.709z'/%3E%3Cpath d='M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z'/%3E%3Cpath d='M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465S4.659,18.026,3.843,18.026z'/%3E%3Cpath d='M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z'/%3E%3Cpath d='M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sunandshadow-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.846px' height='45.846px' viewBox='0 0 45.846 45.846' style='enable-background:new 0 0 45.846 45.846;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z'/%3E%3Cpath d='M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478V8.23C13.666,9.047,14.314,9.709,15.131,9.709z'/%3E%3Cpath d='M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z'/%3E%3Cpath d='M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465S4.659,18.026,3.843,18.026z'/%3E%3Cpath d='M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z'/%3E%3Cpath d='M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sunandshadow-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.846px' height='45.846px' viewBox='0 0 45.846 45.846' style='enable-background:new 0 0 45.846 45.846;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z'/%3E%3Cpath d='M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478V8.23C13.666,9.047,14.314,9.709,15.131,9.709z'/%3E%3Cpath d='M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z'/%3E%3Cpath d='M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465S4.659,18.026,3.843,18.026z'/%3E%3Cpath d='M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z'/%3E%3Cpath d='M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-sunandshadow-orange, .button--3D.button--medium:hover .icon-sun_and_shadow, .button--3D.button--medium.active .icon-sun_and_shadow, .button--3D.button--green:hover .icon-sun_and_shadow, .button--3D.button--green.active .icon-sun_and_shadow, .button--medium:hover .button--caracteristic.icon-sun_and_shadow,
.button--medium.active .button--caracteristic.icon-sun_and_shadow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.846px' height='45.846px' viewBox='0 0 45.846 45.846' style='enable-background:new 0 0 45.846 45.846;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z'/%3E%3Cpath d='M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478V8.23C13.666,9.047,14.314,9.709,15.131,9.709z'/%3E%3Cpath d='M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z'/%3E%3Cpath d='M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465S4.659,18.026,3.843,18.026z'/%3E%3Cpath d='M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z'/%3E%3Cpath d='M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-shadow-grey, .button--input.icon-shadow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='490.976px' height='490.977px' viewBox='0 0 490.976 490.977' style='enable-background:new 0 0 490.976 490.977;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M257.924,420.096c-39.857,0-77.784-15.457-106.168-42.845c-13.772,6.203-28.766,9.434-44.087,9.434C48.305,386.685,0,338.395,0,279.031c0-45.427,27.886-84.914,69.379-100.569c4.576-60.093,54.959-107.582,116.202-107.582c35.621,0,68.992,16.198,91.03,43.763l18.009,3.398c0.384,0.069,0.75,0.142,1.116,0.246c27.935,7.077,52.83,21.608,72.616,42.268c5.074-0.733,10.178-1.12,15.307-1.12c59.171,0,107.317,48.146,107.317,107.333c0,59.183-48.146,107.329-107.317,107.329c-5.129,0-10.244-0.384-15.307-1.123C339.523,403.054,299.868,420.096,257.924,420.096z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-shadow-brown, .no-touch .panel-menu-action.panel-menu-action--shadow:hover, .panel-menu-action.panel-menu-action--shadow.active, .button--caracteristic.icon-shadow:hover, .button--caracteristic.icon-shadow.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='490.976px' height='490.977px' viewBox='0 0 490.976 490.977' style='enable-background:new 0 0 490.976 490.977;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M257.924,420.096c-39.857,0-77.784-15.457-106.168-42.845c-13.772,6.203-28.766,9.434-44.087,9.434C48.305,386.685,0,338.395,0,279.031c0-45.427,27.886-84.914,69.379-100.569c4.576-60.093,54.959-107.582,116.202-107.582c35.621,0,68.992,16.198,91.03,43.763l18.009,3.398c0.384,0.069,0.75,0.142,1.116,0.246c27.935,7.077,52.83,21.608,72.616,42.268c5.074-0.733,10.178-1.12,15.307-1.12c59.171,0,107.317,48.146,107.317,107.333c0,59.183-48.146,107.329-107.317,107.329c-5.129,0-10.244-0.384-15.307-1.123C339.523,403.054,299.868,420.096,257.924,420.096z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-shadow-black, .icon-shadow, .panel-menu-action.panel-menu-action--shadow, .button--3D.button--medium .icon-shadow, .button--3D.button--green .icon-shadow, .button--input.icon-shadow:hover, .button--input.icon-shadow.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='490.976px' height='490.977px' viewBox='0 0 490.976 490.977' style='enable-background:new 0 0 490.976 490.977;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M257.924,420.096c-39.857,0-77.784-15.457-106.168-42.845c-13.772,6.203-28.766,9.434-44.087,9.434C48.305,386.685,0,338.395,0,279.031c0-45.427,27.886-84.914,69.379-100.569c4.576-60.093,54.959-107.582,116.202-107.582c35.621,0,68.992,16.198,91.03,43.763l18.009,3.398c0.384,0.069,0.75,0.142,1.116,0.246c27.935,7.077,52.83,21.608,72.616,42.268c5.074-0.733,10.178-1.12,15.307-1.12c59.171,0,107.317,48.146,107.317,107.333c0,59.183-48.146,107.329-107.317,107.329c-5.129,0-10.244-0.384-15.307-1.123C339.523,403.054,299.868,420.096,257.924,420.096z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-shadow-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='490.976px' height='490.977px' viewBox='0 0 490.976 490.977' style='enable-background:new 0 0 490.976 490.977;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M257.924,420.096c-39.857,0-77.784-15.457-106.168-42.845c-13.772,6.203-28.766,9.434-44.087,9.434C48.305,386.685,0,338.395,0,279.031c0-45.427,27.886-84.914,69.379-100.569c4.576-60.093,54.959-107.582,116.202-107.582c35.621,0,68.992,16.198,91.03,43.763l18.009,3.398c0.384,0.069,0.75,0.142,1.116,0.246c27.935,7.077,52.83,21.608,72.616,42.268c5.074-0.733,10.178-1.12,15.307-1.12c59.171,0,107.317,48.146,107.317,107.333c0,59.183-48.146,107.329-107.317,107.329c-5.129,0-10.244-0.384-15.307-1.123C339.523,403.054,299.868,420.096,257.924,420.096z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-shadow-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='490.976px' height='490.977px' viewBox='0 0 490.976 490.977' style='enable-background:new 0 0 490.976 490.977;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M257.924,420.096c-39.857,0-77.784-15.457-106.168-42.845c-13.772,6.203-28.766,9.434-44.087,9.434C48.305,386.685,0,338.395,0,279.031c0-45.427,27.886-84.914,69.379-100.569c4.576-60.093,54.959-107.582,116.202-107.582c35.621,0,68.992,16.198,91.03,43.763l18.009,3.398c0.384,0.069,0.75,0.142,1.116,0.246c27.935,7.077,52.83,21.608,72.616,42.268c5.074-0.733,10.178-1.12,15.307-1.12c59.171,0,107.317,48.146,107.317,107.333c0,59.183-48.146,107.329-107.317,107.329c-5.129,0-10.244-0.384-15.307-1.123C339.523,403.054,299.868,420.096,257.924,420.096z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-shadow-orange, .button--3D.button--medium:hover .icon-shadow, .button--3D.button--medium.active .icon-shadow, .button--3D.button--green:hover .icon-shadow, .button--3D.button--green.active .icon-shadow, .button--medium:hover .button--caracteristic.icon-shadow,
.button--medium.active .button--caracteristic.icon-shadow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='490.976px' height='490.977px' viewBox='0 0 490.976 490.977' style='enable-background:new 0 0 490.976 490.977;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M257.924,420.096c-39.857,0-77.784-15.457-106.168-42.845c-13.772,6.203-28.766,9.434-44.087,9.434C48.305,386.685,0,338.395,0,279.031c0-45.427,27.886-84.914,69.379-100.569c4.576-60.093,54.959-107.582,116.202-107.582c35.621,0,68.992,16.198,91.03,43.763l18.009,3.398c0.384,0.069,0.75,0.142,1.116,0.246c27.935,7.077,52.83,21.608,72.616,42.268c5.074-0.733,10.178-1.12,15.307-1.12c59.171,0,107.317,48.146,107.317,107.333c0,59.183-48.146,107.329-107.317,107.329c-5.129,0-10.244-0.384-15.307-1.123C339.523,403.054,299.868,420.096,257.924,420.096z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-1goutte-grey, .button--input.icon-low {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M6,0c0,0-4,5.685-4,8.211C2,10.305,3.791,12,6,12s4-1.695,4-3.789C10,5.685,6,0,6,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-1goutte-brown, .no-touch .panel-menu-action.panel-menu-action--low:hover, .panel-menu-action.panel-menu-action--low.active, .button--caracteristic.icon-low:hover, .button--caracteristic.icon-low.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M6,0c0,0-4,5.685-4,8.211C2,10.305,3.791,12,6,12s4-1.695,4-3.789C10,5.685,6,0,6,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-1goutte-black, .icon-low, .panel-menu-action.panel-menu-action--low, .button--3D.button--medium .icon-low, .button--3D.button--green .icon-low, .button--input.icon-low:hover, .button--input.icon-low.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M6,0c0,0-4,5.685-4,8.211C2,10.305,3.791,12,6,12s4-1.695,4-3.789C10,5.685,6,0,6,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-1goutte-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M6,0c0,0-4,5.685-4,8.211C2,10.305,3.791,12,6,12s4-1.695,4-3.789C10,5.685,6,0,6,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-1goutte-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M6,0c0,0-4,5.685-4,8.211C2,10.305,3.791,12,6,12s4-1.695,4-3.789C10,5.685,6,0,6,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-1goutte-orange, .button--3D.button--medium:hover .icon-low, .button--3D.button--medium.active .icon-low, .button--3D.button--green:hover .icon-low, .button--3D.button--green.active .icon-low, .button--medium:hover .button--caracteristic.icon-low,
.button--medium.active .button--caracteristic.icon-low {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M6,0c0,0-4,5.685-4,8.211C2,10.305,3.791,12,6,12s4-1.695,4-3.789C10,5.685,6,0,6,0z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-2gouttes-grey, .button--input.icon-medium {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 296.773 296.773' style='enable-background:new 0 0 296.773 296.773;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M157.815,245.762c-12.965-15.225-20.803-34.943-20.803-56.461c0-18.895,5.912-41.121,17.625-66.391c3.994-8.617,8.664-17.59,14.005-26.906c-25.189-45.43-56.067-82.18-58.245-84.75L100.861,0l-9.536,11.254C87.61,15.639,0.345,119.504,0.345,196.256c0,55.426,45.091,100.518,100.516,100.518c30.167,0,57.269-13.359,75.71-34.471C169.553,257.707,163.236,252.129,157.815,245.762z'/%3E%3Cpath d='M224.221,41.002c-17.996,22.789-72.209,95.807-72.209,148.299c0,39.816,32.392,72.207,72.207,72.207c39.816,0,72.209-32.391,72.209-72.207C296.428,136.762,242.217,63.777,224.221,41.002z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-2gouttes-brown, .no-touch .panel-menu-action.panel-menu-action--medium:hover, .panel-menu-action.panel-menu-action--medium.active, .button--caracteristic.icon-medium:hover, .button--caracteristic.icon-medium.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 296.773 296.773' style='enable-background:new 0 0 296.773 296.773;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M157.815,245.762c-12.965-15.225-20.803-34.943-20.803-56.461c0-18.895,5.912-41.121,17.625-66.391c3.994-8.617,8.664-17.59,14.005-26.906c-25.189-45.43-56.067-82.18-58.245-84.75L100.861,0l-9.536,11.254C87.61,15.639,0.345,119.504,0.345,196.256c0,55.426,45.091,100.518,100.516,100.518c30.167,0,57.269-13.359,75.71-34.471C169.553,257.707,163.236,252.129,157.815,245.762z'/%3E%3Cpath d='M224.221,41.002c-17.996,22.789-72.209,95.807-72.209,148.299c0,39.816,32.392,72.207,72.207,72.207c39.816,0,72.209-32.391,72.209-72.207C296.428,136.762,242.217,63.777,224.221,41.002z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-2gouttes-black, .icon-medium, .panel-menu-action.panel-menu-action--medium, .button--3D.button--medium .icon-medium, .button--3D.button--green .icon-medium, .button--input.icon-medium:hover, .button--input.icon-medium.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 296.773 296.773' style='enable-background:new 0 0 296.773 296.773;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M157.815,245.762c-12.965-15.225-20.803-34.943-20.803-56.461c0-18.895,5.912-41.121,17.625-66.391c3.994-8.617,8.664-17.59,14.005-26.906c-25.189-45.43-56.067-82.18-58.245-84.75L100.861,0l-9.536,11.254C87.61,15.639,0.345,119.504,0.345,196.256c0,55.426,45.091,100.518,100.516,100.518c30.167,0,57.269-13.359,75.71-34.471C169.553,257.707,163.236,252.129,157.815,245.762z'/%3E%3Cpath d='M224.221,41.002c-17.996,22.789-72.209,95.807-72.209,148.299c0,39.816,32.392,72.207,72.207,72.207c39.816,0,72.209-32.391,72.209-72.207C296.428,136.762,242.217,63.777,224.221,41.002z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-2gouttes-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 296.773 296.773' style='enable-background:new 0 0 296.773 296.773;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M157.815,245.762c-12.965-15.225-20.803-34.943-20.803-56.461c0-18.895,5.912-41.121,17.625-66.391c3.994-8.617,8.664-17.59,14.005-26.906c-25.189-45.43-56.067-82.18-58.245-84.75L100.861,0l-9.536,11.254C87.61,15.639,0.345,119.504,0.345,196.256c0,55.426,45.091,100.518,100.516,100.518c30.167,0,57.269-13.359,75.71-34.471C169.553,257.707,163.236,252.129,157.815,245.762z'/%3E%3Cpath d='M224.221,41.002c-17.996,22.789-72.209,95.807-72.209,148.299c0,39.816,32.392,72.207,72.207,72.207c39.816,0,72.209-32.391,72.209-72.207C296.428,136.762,242.217,63.777,224.221,41.002z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-2gouttes-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 296.773 296.773' style='enable-background:new 0 0 296.773 296.773;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M157.815,245.762c-12.965-15.225-20.803-34.943-20.803-56.461c0-18.895,5.912-41.121,17.625-66.391c3.994-8.617,8.664-17.59,14.005-26.906c-25.189-45.43-56.067-82.18-58.245-84.75L100.861,0l-9.536,11.254C87.61,15.639,0.345,119.504,0.345,196.256c0,55.426,45.091,100.518,100.516,100.518c30.167,0,57.269-13.359,75.71-34.471C169.553,257.707,163.236,252.129,157.815,245.762z'/%3E%3Cpath d='M224.221,41.002c-17.996,22.789-72.209,95.807-72.209,148.299c0,39.816,32.392,72.207,72.207,72.207c39.816,0,72.209-32.391,72.209-72.207C296.428,136.762,242.217,63.777,224.221,41.002z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-2gouttes-orange, .button--3D.button--medium:hover .icon-medium, .button--3D.button--medium.active .icon-medium, .button--3D.button--green:hover .icon-medium, .button--3D.button--green.active .icon-medium, .button--medium:hover .button--caracteristic.icon-medium,
.button--medium.active .button--caracteristic.icon-medium {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 296.773 296.773' style='enable-background:new 0 0 296.773 296.773;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M157.815,245.762c-12.965-15.225-20.803-34.943-20.803-56.461c0-18.895,5.912-41.121,17.625-66.391c3.994-8.617,8.664-17.59,14.005-26.906c-25.189-45.43-56.067-82.18-58.245-84.75L100.861,0l-9.536,11.254C87.61,15.639,0.345,119.504,0.345,196.256c0,55.426,45.091,100.518,100.516,100.518c30.167,0,57.269-13.359,75.71-34.471C169.553,257.707,163.236,252.129,157.815,245.762z'/%3E%3Cpath d='M224.221,41.002c-17.996,22.789-72.209,95.807-72.209,148.299c0,39.816,32.392,72.207,72.207,72.207c39.816,0,72.209-32.391,72.209-72.207C296.428,136.762,242.217,63.777,224.221,41.002z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-3gouttes-grey, .button--input.icon-hight {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,5.474C8,3.789,5,0,5,0S2,3.789,2,5.474C2,6.869,3.343,8,5,8S8,6.869,8,5.474z'/%3E%3Cpath d='M5,17.475C5,18.869,6.343,20,8,20s3-1.131,3-2.525C11,15.789,8,12,8,12S5,15.789,5,17.475z'/%3E%3Cpath d='M15,4c0,0-3,3.789-3,5.474C12,10.869,13.343,12,15,12s3-1.131,3-2.526C18,7.789,15,4,15,4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-3gouttes-brown, .no-touch .panel-menu-action.panel-menu-action--hight:hover, .panel-menu-action.panel-menu-action--hight.active, .button--caracteristic.icon-hight:hover, .button--caracteristic.icon-hight.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,5.474C8,3.789,5,0,5,0S2,3.789,2,5.474C2,6.869,3.343,8,5,8S8,6.869,8,5.474z'/%3E%3Cpath d='M5,17.475C5,18.869,6.343,20,8,20s3-1.131,3-2.525C11,15.789,8,12,8,12S5,15.789,5,17.475z'/%3E%3Cpath d='M15,4c0,0-3,3.789-3,5.474C12,10.869,13.343,12,15,12s3-1.131,3-2.526C18,7.789,15,4,15,4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-3gouttes-black, .icon-hight, .panel-menu-action.panel-menu-action--hight, .button--3D.button--medium .icon-hight, .button--3D.button--green .icon-hight, .button--input.icon-hight:hover, .button--input.icon-hight.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,5.474C8,3.789,5,0,5,0S2,3.789,2,5.474C2,6.869,3.343,8,5,8S8,6.869,8,5.474z'/%3E%3Cpath d='M5,17.475C5,18.869,6.343,20,8,20s3-1.131,3-2.525C11,15.789,8,12,8,12S5,15.789,5,17.475z'/%3E%3Cpath d='M15,4c0,0-3,3.789-3,5.474C12,10.869,13.343,12,15,12s3-1.131,3-2.526C18,7.789,15,4,15,4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-3gouttes-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,5.474C8,3.789,5,0,5,0S2,3.789,2,5.474C2,6.869,3.343,8,5,8S8,6.869,8,5.474z'/%3E%3Cpath d='M5,17.475C5,18.869,6.343,20,8,20s3-1.131,3-2.525C11,15.789,8,12,8,12S5,15.789,5,17.475z'/%3E%3Cpath d='M15,4c0,0-3,3.789-3,5.474C12,10.869,13.343,12,15,12s3-1.131,3-2.526C18,7.789,15,4,15,4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-3gouttes-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,5.474C8,3.789,5,0,5,0S2,3.789,2,5.474C2,6.869,3.343,8,5,8S8,6.869,8,5.474z'/%3E%3Cpath d='M5,17.475C5,18.869,6.343,20,8,20s3-1.131,3-2.525C11,15.789,8,12,8,12S5,15.789,5,17.475z'/%3E%3Cpath d='M15,4c0,0-3,3.789-3,5.474C12,10.869,13.343,12,15,12s3-1.131,3-2.526C18,7.789,15,4,15,4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-3gouttes-orange, .button--3D.button--medium:hover .icon-hight, .button--3D.button--medium.active .icon-hight, .button--3D.button--green:hover .icon-hight, .button--3D.button--green.active .icon-hight, .button--medium:hover .button--caracteristic.icon-hight,
.button--medium.active .button--caracteristic.icon-hight {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,5.474C8,3.789,5,0,5,0S2,3.789,2,5.474C2,6.869,3.343,8,5,8S8,6.869,8,5.474z'/%3E%3Cpath d='M5,17.475C5,18.869,6.343,20,8,20s3-1.131,3-2.525C11,15.789,8,12,8,12S5,15.789,5,17.475z'/%3E%3Cpath d='M15,4c0,0-3,3.789-3,5.474C12,10.869,13.343,12,15,12s3-1.131,3-2.526C18,7.789,15,4,15,4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterlove-grey, .button--input.icon-rustic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.85 26.85' style='enable-background:new 0 0 26.85 26.85;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.524,8.859c0.143-0.015,0.291-0.022,0.443-0.022c0.528,0,1.08,0.092,1.619,0.266h2.513l0.975,0.974c0.15-0.124,0.308-0.24,0.471-0.346l-0.629-0.628h1.639V8.524h-1.687l1.698-1.697l-0.409-0.409L16.05,8.524h-2.96l-0.938-1.623l2.092-2.093h2.979V4.23h-2.4l1.406-1.406L15.82,2.416l-1.439,1.44V1.455h-0.578v2.979l-1.947,1.949l-0.371-0.641h-1.454V2.806l2.105-2.104l-0.407-0.409l-1.698,1.696V0H9.453v2.037L7.755,0.339L7.347,0.747l2.106,2.107v2.888H7.855L7.576,6.227L5.4,4.05V1.071H4.822l0.001,2.401L3.766,2.416L3.358,2.824l1.089,1.09H2.046v0.578h2.979l2.252,2.252l-1.028,1.78h-3.01L1.134,6.418L0.726,6.827l1.697,1.697H0.93v0.578h1.542L0.773,10.8l0.409,0.407l2.105-2.104h2.877l1.088,1.881l-2.218,2.218H2.055v0.578h2.402l-1.099,1.099l0.407,0.41l1.133-1.133v2.399h0.578v-2.979l1.627-1.626c0.142-0.481,0.357-0.915,0.647-1.296C8.528,9.634,9.761,9.049,11.524,8.859z M11.88,7.173l0.78,1.352h-2.131L11.88,7.173z M10.031,6.114h1.238l0.312,0.541l-1.55,1.55V6.114z M8.069,6.114h1.384v1.988L7.849,6.498L8.069,6.114z M7.55,7.016l1.507,1.509H6.68L7.55,7.016z M6.596,9.103h2.539l-1.61,1.607L6.596,9.103z M25.275,11.404c-0.779-1.021-2.013-1.607-3.774-1.797c-0.143-0.015-0.291-0.021-0.443-0.021c-1.526,0-3.253,0.738-4.262,2.136c-1.008-1.397-2.734-2.136-4.259-2.136c-0.152,0-0.301,0.007-0.442,0.021c-1.762,0.189-2.998,0.775-3.774,1.797C7.55,12.414,7.3,13.798,7.58,15.515c0.684,4.168,8.402,10.86,8.73,11.143c0.149,0.129,0.334,0.192,0.52,0.192s0.372-0.064,0.52-0.194c0.327-0.283,7.98-6.974,8.661-11.144C26.293,13.798,26.045,12.415,25.275,11.404z M24.912,16.16c0,0-0.299-4.475-4.276-5.071C20.636,11.089,25.408,10.393,24.912,16.16z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterlove-brown, .no-touch .panel-menu-action.panel-menu-action--rustic:hover, .panel-menu-action.panel-menu-action--rustic.active, .button--caracteristic.icon-rustic:hover, .button--caracteristic.icon-rustic.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.85 26.85' style='enable-background:new 0 0 26.85 26.85;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.524,8.859c0.143-0.015,0.291-0.022,0.443-0.022c0.528,0,1.08,0.092,1.619,0.266h2.513l0.975,0.974c0.15-0.124,0.308-0.24,0.471-0.346l-0.629-0.628h1.639V8.524h-1.687l1.698-1.697l-0.409-0.409L16.05,8.524h-2.96l-0.938-1.623l2.092-2.093h2.979V4.23h-2.4l1.406-1.406L15.82,2.416l-1.439,1.44V1.455h-0.578v2.979l-1.947,1.949l-0.371-0.641h-1.454V2.806l2.105-2.104l-0.407-0.409l-1.698,1.696V0H9.453v2.037L7.755,0.339L7.347,0.747l2.106,2.107v2.888H7.855L7.576,6.227L5.4,4.05V1.071H4.822l0.001,2.401L3.766,2.416L3.358,2.824l1.089,1.09H2.046v0.578h2.979l2.252,2.252l-1.028,1.78h-3.01L1.134,6.418L0.726,6.827l1.697,1.697H0.93v0.578h1.542L0.773,10.8l0.409,0.407l2.105-2.104h2.877l1.088,1.881l-2.218,2.218H2.055v0.578h2.402l-1.099,1.099l0.407,0.41l1.133-1.133v2.399h0.578v-2.979l1.627-1.626c0.142-0.481,0.357-0.915,0.647-1.296C8.528,9.634,9.761,9.049,11.524,8.859z M11.88,7.173l0.78,1.352h-2.131L11.88,7.173z M10.031,6.114h1.238l0.312,0.541l-1.55,1.55V6.114z M8.069,6.114h1.384v1.988L7.849,6.498L8.069,6.114z M7.55,7.016l1.507,1.509H6.68L7.55,7.016z M6.596,9.103h2.539l-1.61,1.607L6.596,9.103z M25.275,11.404c-0.779-1.021-2.013-1.607-3.774-1.797c-0.143-0.015-0.291-0.021-0.443-0.021c-1.526,0-3.253,0.738-4.262,2.136c-1.008-1.397-2.734-2.136-4.259-2.136c-0.152,0-0.301,0.007-0.442,0.021c-1.762,0.189-2.998,0.775-3.774,1.797C7.55,12.414,7.3,13.798,7.58,15.515c0.684,4.168,8.402,10.86,8.73,11.143c0.149,0.129,0.334,0.192,0.52,0.192s0.372-0.064,0.52-0.194c0.327-0.283,7.98-6.974,8.661-11.144C26.293,13.798,26.045,12.415,25.275,11.404z M24.912,16.16c0,0-0.299-4.475-4.276-5.071C20.636,11.089,25.408,10.393,24.912,16.16z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterlove-black, .icon-rustic, .panel-menu-action.panel-menu-action--rustic, .button--3D.button--medium .icon-rustic, .button--3D.button--green .icon-rustic, .button--input.icon-rustic:hover, .button--input.icon-rustic.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.85 26.85' style='enable-background:new 0 0 26.85 26.85;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.524,8.859c0.143-0.015,0.291-0.022,0.443-0.022c0.528,0,1.08,0.092,1.619,0.266h2.513l0.975,0.974c0.15-0.124,0.308-0.24,0.471-0.346l-0.629-0.628h1.639V8.524h-1.687l1.698-1.697l-0.409-0.409L16.05,8.524h-2.96l-0.938-1.623l2.092-2.093h2.979V4.23h-2.4l1.406-1.406L15.82,2.416l-1.439,1.44V1.455h-0.578v2.979l-1.947,1.949l-0.371-0.641h-1.454V2.806l2.105-2.104l-0.407-0.409l-1.698,1.696V0H9.453v2.037L7.755,0.339L7.347,0.747l2.106,2.107v2.888H7.855L7.576,6.227L5.4,4.05V1.071H4.822l0.001,2.401L3.766,2.416L3.358,2.824l1.089,1.09H2.046v0.578h2.979l2.252,2.252l-1.028,1.78h-3.01L1.134,6.418L0.726,6.827l1.697,1.697H0.93v0.578h1.542L0.773,10.8l0.409,0.407l2.105-2.104h2.877l1.088,1.881l-2.218,2.218H2.055v0.578h2.402l-1.099,1.099l0.407,0.41l1.133-1.133v2.399h0.578v-2.979l1.627-1.626c0.142-0.481,0.357-0.915,0.647-1.296C8.528,9.634,9.761,9.049,11.524,8.859z M11.88,7.173l0.78,1.352h-2.131L11.88,7.173z M10.031,6.114h1.238l0.312,0.541l-1.55,1.55V6.114z M8.069,6.114h1.384v1.988L7.849,6.498L8.069,6.114z M7.55,7.016l1.507,1.509H6.68L7.55,7.016z M6.596,9.103h2.539l-1.61,1.607L6.596,9.103z M25.275,11.404c-0.779-1.021-2.013-1.607-3.774-1.797c-0.143-0.015-0.291-0.021-0.443-0.021c-1.526,0-3.253,0.738-4.262,2.136c-1.008-1.397-2.734-2.136-4.259-2.136c-0.152,0-0.301,0.007-0.442,0.021c-1.762,0.189-2.998,0.775-3.774,1.797C7.55,12.414,7.3,13.798,7.58,15.515c0.684,4.168,8.402,10.86,8.73,11.143c0.149,0.129,0.334,0.192,0.52,0.192s0.372-0.064,0.52-0.194c0.327-0.283,7.98-6.974,8.661-11.144C26.293,13.798,26.045,12.415,25.275,11.404z M24.912,16.16c0,0-0.299-4.475-4.276-5.071C20.636,11.089,25.408,10.393,24.912,16.16z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterlove-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.85 26.85' style='enable-background:new 0 0 26.85 26.85;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.524,8.859c0.143-0.015,0.291-0.022,0.443-0.022c0.528,0,1.08,0.092,1.619,0.266h2.513l0.975,0.974c0.15-0.124,0.308-0.24,0.471-0.346l-0.629-0.628h1.639V8.524h-1.687l1.698-1.697l-0.409-0.409L16.05,8.524h-2.96l-0.938-1.623l2.092-2.093h2.979V4.23h-2.4l1.406-1.406L15.82,2.416l-1.439,1.44V1.455h-0.578v2.979l-1.947,1.949l-0.371-0.641h-1.454V2.806l2.105-2.104l-0.407-0.409l-1.698,1.696V0H9.453v2.037L7.755,0.339L7.347,0.747l2.106,2.107v2.888H7.855L7.576,6.227L5.4,4.05V1.071H4.822l0.001,2.401L3.766,2.416L3.358,2.824l1.089,1.09H2.046v0.578h2.979l2.252,2.252l-1.028,1.78h-3.01L1.134,6.418L0.726,6.827l1.697,1.697H0.93v0.578h1.542L0.773,10.8l0.409,0.407l2.105-2.104h2.877l1.088,1.881l-2.218,2.218H2.055v0.578h2.402l-1.099,1.099l0.407,0.41l1.133-1.133v2.399h0.578v-2.979l1.627-1.626c0.142-0.481,0.357-0.915,0.647-1.296C8.528,9.634,9.761,9.049,11.524,8.859z M11.88,7.173l0.78,1.352h-2.131L11.88,7.173z M10.031,6.114h1.238l0.312,0.541l-1.55,1.55V6.114z M8.069,6.114h1.384v1.988L7.849,6.498L8.069,6.114z M7.55,7.016l1.507,1.509H6.68L7.55,7.016z M6.596,9.103h2.539l-1.61,1.607L6.596,9.103z M25.275,11.404c-0.779-1.021-2.013-1.607-3.774-1.797c-0.143-0.015-0.291-0.021-0.443-0.021c-1.526,0-3.253,0.738-4.262,2.136c-1.008-1.397-2.734-2.136-4.259-2.136c-0.152,0-0.301,0.007-0.442,0.021c-1.762,0.189-2.998,0.775-3.774,1.797C7.55,12.414,7.3,13.798,7.58,15.515c0.684,4.168,8.402,10.86,8.73,11.143c0.149,0.129,0.334,0.192,0.52,0.192s0.372-0.064,0.52-0.194c0.327-0.283,7.98-6.974,8.661-11.144C26.293,13.798,26.045,12.415,25.275,11.404z M24.912,16.16c0,0-0.299-4.475-4.276-5.071C20.636,11.089,25.408,10.393,24.912,16.16z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterlove-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.85 26.85' style='enable-background:new 0 0 26.85 26.85;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.524,8.859c0.143-0.015,0.291-0.022,0.443-0.022c0.528,0,1.08,0.092,1.619,0.266h2.513l0.975,0.974c0.15-0.124,0.308-0.24,0.471-0.346l-0.629-0.628h1.639V8.524h-1.687l1.698-1.697l-0.409-0.409L16.05,8.524h-2.96l-0.938-1.623l2.092-2.093h2.979V4.23h-2.4l1.406-1.406L15.82,2.416l-1.439,1.44V1.455h-0.578v2.979l-1.947,1.949l-0.371-0.641h-1.454V2.806l2.105-2.104l-0.407-0.409l-1.698,1.696V0H9.453v2.037L7.755,0.339L7.347,0.747l2.106,2.107v2.888H7.855L7.576,6.227L5.4,4.05V1.071H4.822l0.001,2.401L3.766,2.416L3.358,2.824l1.089,1.09H2.046v0.578h2.979l2.252,2.252l-1.028,1.78h-3.01L1.134,6.418L0.726,6.827l1.697,1.697H0.93v0.578h1.542L0.773,10.8l0.409,0.407l2.105-2.104h2.877l1.088,1.881l-2.218,2.218H2.055v0.578h2.402l-1.099,1.099l0.407,0.41l1.133-1.133v2.399h0.578v-2.979l1.627-1.626c0.142-0.481,0.357-0.915,0.647-1.296C8.528,9.634,9.761,9.049,11.524,8.859z M11.88,7.173l0.78,1.352h-2.131L11.88,7.173z M10.031,6.114h1.238l0.312,0.541l-1.55,1.55V6.114z M8.069,6.114h1.384v1.988L7.849,6.498L8.069,6.114z M7.55,7.016l1.507,1.509H6.68L7.55,7.016z M6.596,9.103h2.539l-1.61,1.607L6.596,9.103z M25.275,11.404c-0.779-1.021-2.013-1.607-3.774-1.797c-0.143-0.015-0.291-0.021-0.443-0.021c-1.526,0-3.253,0.738-4.262,2.136c-1.008-1.397-2.734-2.136-4.259-2.136c-0.152,0-0.301,0.007-0.442,0.021c-1.762,0.189-2.998,0.775-3.774,1.797C7.55,12.414,7.3,13.798,7.58,15.515c0.684,4.168,8.402,10.86,8.73,11.143c0.149,0.129,0.334,0.192,0.52,0.192s0.372-0.064,0.52-0.194c0.327-0.283,7.98-6.974,8.661-11.144C26.293,13.798,26.045,12.415,25.275,11.404z M24.912,16.16c0,0-0.299-4.475-4.276-5.071C20.636,11.089,25.408,10.393,24.912,16.16z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterlove-orange, .button--3D.button--medium:hover .icon-rustic, .button--3D.button--medium.active .icon-rustic, .button--3D.button--green:hover .icon-rustic, .button--3D.button--green.active .icon-rustic, .button--medium:hover .button--caracteristic.icon-rustic,
.button--medium.active .button--caracteristic.icon-rustic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.85 26.85' style='enable-background:new 0 0 26.85 26.85;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.524,8.859c0.143-0.015,0.291-0.022,0.443-0.022c0.528,0,1.08,0.092,1.619,0.266h2.513l0.975,0.974c0.15-0.124,0.308-0.24,0.471-0.346l-0.629-0.628h1.639V8.524h-1.687l1.698-1.697l-0.409-0.409L16.05,8.524h-2.96l-0.938-1.623l2.092-2.093h2.979V4.23h-2.4l1.406-1.406L15.82,2.416l-1.439,1.44V1.455h-0.578v2.979l-1.947,1.949l-0.371-0.641h-1.454V2.806l2.105-2.104l-0.407-0.409l-1.698,1.696V0H9.453v2.037L7.755,0.339L7.347,0.747l2.106,2.107v2.888H7.855L7.576,6.227L5.4,4.05V1.071H4.822l0.001,2.401L3.766,2.416L3.358,2.824l1.089,1.09H2.046v0.578h2.979l2.252,2.252l-1.028,1.78h-3.01L1.134,6.418L0.726,6.827l1.697,1.697H0.93v0.578h1.542L0.773,10.8l0.409,0.407l2.105-2.104h2.877l1.088,1.881l-2.218,2.218H2.055v0.578h2.402l-1.099,1.099l0.407,0.41l1.133-1.133v2.399h0.578v-2.979l1.627-1.626c0.142-0.481,0.357-0.915,0.647-1.296C8.528,9.634,9.761,9.049,11.524,8.859z M11.88,7.173l0.78,1.352h-2.131L11.88,7.173z M10.031,6.114h1.238l0.312,0.541l-1.55,1.55V6.114z M8.069,6.114h1.384v1.988L7.849,6.498L8.069,6.114z M7.55,7.016l1.507,1.509H6.68L7.55,7.016z M6.596,9.103h2.539l-1.61,1.607L6.596,9.103z M25.275,11.404c-0.779-1.021-2.013-1.607-3.774-1.797c-0.143-0.015-0.291-0.021-0.443-0.021c-1.526,0-3.253,0.738-4.262,2.136c-1.008-1.397-2.734-2.136-4.259-2.136c-0.152,0-0.301,0.007-0.442,0.021c-1.762,0.189-2.998,0.775-3.774,1.797C7.55,12.414,7.3,13.798,7.58,15.515c0.684,4.168,8.402,10.86,8.73,11.143c0.149,0.129,0.334,0.192,0.52,0.192s0.372-0.064,0.52-0.194c0.327-0.283,7.98-6.974,8.661-11.144C26.293,13.798,26.045,12.415,25.275,11.404z M24.912,16.16c0,0-0.299-4.475-4.276-5.071C20.636,11.089,25.408,10.393,24.912,16.16z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterprotect-grey, .button--input.icon-to_protect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='371.207px' height='371.207px' viewBox='0 0 371.207 371.207' style='enable-background:new 0 0 371.207 371.207;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.36,254.359c0.61,0,1.224-1.224,1.224-1.836c-4.896-38.556-12.852-80.172-38.556-110.771c-25.704-30.6-66.098-43.452-105.265-44.064c3.061-4.284,1.835-11.016-0.612-14.688c-3.06-5.508-9.18-8.568-15.912-7.956c-13.464,1.224-20.196,14.688-17.136,26.316c-70.38,14.688-127.908,77.112-117.504,153c0,0.611,0.612,1.225,1.224,1.225c0,1.224,0.612,1.836,1.836,2.447c48.96,7.956,98.532,12.853,148.104,15.301c45.9,2.447,97.309,5.508,141.372-11.628C331.419,260.479,331.419,256.195,328.36,254.359z M169.24,83.611c3.672-0.612,6.732,0,9.18,3.672c1.836,3.672,0,6.12,0.612,9.792c0,0.612,0,0.612,0.612,1.224c-6.12,0-12.24,0.612-17.748,1.836C159.447,92.792,161.284,85.447,169.24,83.611z M325.299,253.748c-95.472,16.522-189.108,6.12-285.192,0c-1.224-83.232,64.26-149.328,148.717-145.656c41.616,1.836,80.172,18.36,102.814,54.468c17.138,26.929,24.48,59.978,33.66,90.576V253.748L325.299,253.748z'/%3E%3Cpath d='M332.643,227.431c-5.508,0-5.508,7.956,0,7.956c18.974-2.448,23.868,7.344,14.688,30.601c-8.568,4.896-17.748,8.567-27.54,11.017c-12.852,3.672-26.316,5.508-39.168,6.73c-23.256,1.837-46.512,1.226-69.768,0.612c-48.35-1.224-96.697-6.12-144.434-4.284c-0.612-1.224-1.224-1.836-2.448-1.836c-11.628-4.284-25.092-4.284-37.332-8.566c-9.18-3.062-21.42-9.182-12.852-20.196c2.448-3.062,12.852-12.854,17.136-10.404c1.224,0.612,2.448-0.611,1.224-1.836c-4.896-5.508-14.076-1.224-18.972,1.225C4.61,242.732-1.51,251.301,0.327,261.093c1.836,11.016,12.24,14.076,21.42,17.136c10.404,3.672,23.868,7.956,35.496,7.345c42.84,7.345,86.904,7.955,130.355,9.181c41.616,1.224,85.068,4.284,125.46-4.896c17.748-4.283,58.752-14.075,58.142-39.168C370.587,231.715,347.332,228.043,332.643,227.431z'/%3E%3Cpath d='M213.916,149.095c-7.956-7.344-20.808-6.732-29.376-0.612c-7.344,4.896-11.628,12.852-14.076,21.42c-10.404-15.912-35.496-23.256-45.288-2.448c-12.852,28.764,26.928,54.468,50.184,55.691c0.612,0,0.612,0,1.224,0c1.836,0.612,3.672,0,5.508-1.836c11.628-12.238,26.317-26.314,34.273-41.004C221.872,169.903,222.484,157.051,213.916,149.095zM207.183,171.127c-2.446,7.956-9.792,14.688-15.3,20.808c-6.12,6.732-12.24,13.464-17.749,20.81c-0.612,1.224-1.224,1.836-1.224,3.06c-14.688-5.508-29.988-15.3-35.496-30.6c-4.896-12.852,4.896-24.48,17.748-17.136c8.568,4.284,9.18,13.464,13.464,20.808c1.836,3.672,7.344,1.836,7.344-1.836c0-1.836,0-3.672-0.612-5.508c3.06-6.732,5.508-14.076,10.404-19.584C194.944,151.543,212.692,154.604,207.183,171.127z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterprotect-brown, .no-touch .panel-menu-action.panel-menu-action--to_protect:hover, .panel-menu-action.panel-menu-action--to_protect.active, .button--caracteristic.icon-to_protect:hover, .button--caracteristic.icon-to_protect.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='371.207px' height='371.207px' viewBox='0 0 371.207 371.207' style='enable-background:new 0 0 371.207 371.207;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.36,254.359c0.61,0,1.224-1.224,1.224-1.836c-4.896-38.556-12.852-80.172-38.556-110.771c-25.704-30.6-66.098-43.452-105.265-44.064c3.061-4.284,1.835-11.016-0.612-14.688c-3.06-5.508-9.18-8.568-15.912-7.956c-13.464,1.224-20.196,14.688-17.136,26.316c-70.38,14.688-127.908,77.112-117.504,153c0,0.611,0.612,1.225,1.224,1.225c0,1.224,0.612,1.836,1.836,2.447c48.96,7.956,98.532,12.853,148.104,15.301c45.9,2.447,97.309,5.508,141.372-11.628C331.419,260.479,331.419,256.195,328.36,254.359z M169.24,83.611c3.672-0.612,6.732,0,9.18,3.672c1.836,3.672,0,6.12,0.612,9.792c0,0.612,0,0.612,0.612,1.224c-6.12,0-12.24,0.612-17.748,1.836C159.447,92.792,161.284,85.447,169.24,83.611z M325.299,253.748c-95.472,16.522-189.108,6.12-285.192,0c-1.224-83.232,64.26-149.328,148.717-145.656c41.616,1.836,80.172,18.36,102.814,54.468c17.138,26.929,24.48,59.978,33.66,90.576V253.748L325.299,253.748z'/%3E%3Cpath d='M332.643,227.431c-5.508,0-5.508,7.956,0,7.956c18.974-2.448,23.868,7.344,14.688,30.601c-8.568,4.896-17.748,8.567-27.54,11.017c-12.852,3.672-26.316,5.508-39.168,6.73c-23.256,1.837-46.512,1.226-69.768,0.612c-48.35-1.224-96.697-6.12-144.434-4.284c-0.612-1.224-1.224-1.836-2.448-1.836c-11.628-4.284-25.092-4.284-37.332-8.566c-9.18-3.062-21.42-9.182-12.852-20.196c2.448-3.062,12.852-12.854,17.136-10.404c1.224,0.612,2.448-0.611,1.224-1.836c-4.896-5.508-14.076-1.224-18.972,1.225C4.61,242.732-1.51,251.301,0.327,261.093c1.836,11.016,12.24,14.076,21.42,17.136c10.404,3.672,23.868,7.956,35.496,7.345c42.84,7.345,86.904,7.955,130.355,9.181c41.616,1.224,85.068,4.284,125.46-4.896c17.748-4.283,58.752-14.075,58.142-39.168C370.587,231.715,347.332,228.043,332.643,227.431z'/%3E%3Cpath d='M213.916,149.095c-7.956-7.344-20.808-6.732-29.376-0.612c-7.344,4.896-11.628,12.852-14.076,21.42c-10.404-15.912-35.496-23.256-45.288-2.448c-12.852,28.764,26.928,54.468,50.184,55.691c0.612,0,0.612,0,1.224,0c1.836,0.612,3.672,0,5.508-1.836c11.628-12.238,26.317-26.314,34.273-41.004C221.872,169.903,222.484,157.051,213.916,149.095zM207.183,171.127c-2.446,7.956-9.792,14.688-15.3,20.808c-6.12,6.732-12.24,13.464-17.749,20.81c-0.612,1.224-1.224,1.836-1.224,3.06c-14.688-5.508-29.988-15.3-35.496-30.6c-4.896-12.852,4.896-24.48,17.748-17.136c8.568,4.284,9.18,13.464,13.464,20.808c1.836,3.672,7.344,1.836,7.344-1.836c0-1.836,0-3.672-0.612-5.508c3.06-6.732,5.508-14.076,10.404-19.584C194.944,151.543,212.692,154.604,207.183,171.127z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterprotect-black, .icon-to_protect, .panel-menu-action.panel-menu-action--to_protect, .button--3D.button--medium .icon-to_protect, .button--3D.button--green .icon-to_protect, .button--input.icon-to_protect:hover, .button--input.icon-to_protect.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='371.207px' height='371.207px' viewBox='0 0 371.207 371.207' style='enable-background:new 0 0 371.207 371.207;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.36,254.359c0.61,0,1.224-1.224,1.224-1.836c-4.896-38.556-12.852-80.172-38.556-110.771c-25.704-30.6-66.098-43.452-105.265-44.064c3.061-4.284,1.835-11.016-0.612-14.688c-3.06-5.508-9.18-8.568-15.912-7.956c-13.464,1.224-20.196,14.688-17.136,26.316c-70.38,14.688-127.908,77.112-117.504,153c0,0.611,0.612,1.225,1.224,1.225c0,1.224,0.612,1.836,1.836,2.447c48.96,7.956,98.532,12.853,148.104,15.301c45.9,2.447,97.309,5.508,141.372-11.628C331.419,260.479,331.419,256.195,328.36,254.359z M169.24,83.611c3.672-0.612,6.732,0,9.18,3.672c1.836,3.672,0,6.12,0.612,9.792c0,0.612,0,0.612,0.612,1.224c-6.12,0-12.24,0.612-17.748,1.836C159.447,92.792,161.284,85.447,169.24,83.611z M325.299,253.748c-95.472,16.522-189.108,6.12-285.192,0c-1.224-83.232,64.26-149.328,148.717-145.656c41.616,1.836,80.172,18.36,102.814,54.468c17.138,26.929,24.48,59.978,33.66,90.576V253.748L325.299,253.748z'/%3E%3Cpath d='M332.643,227.431c-5.508,0-5.508,7.956,0,7.956c18.974-2.448,23.868,7.344,14.688,30.601c-8.568,4.896-17.748,8.567-27.54,11.017c-12.852,3.672-26.316,5.508-39.168,6.73c-23.256,1.837-46.512,1.226-69.768,0.612c-48.35-1.224-96.697-6.12-144.434-4.284c-0.612-1.224-1.224-1.836-2.448-1.836c-11.628-4.284-25.092-4.284-37.332-8.566c-9.18-3.062-21.42-9.182-12.852-20.196c2.448-3.062,12.852-12.854,17.136-10.404c1.224,0.612,2.448-0.611,1.224-1.836c-4.896-5.508-14.076-1.224-18.972,1.225C4.61,242.732-1.51,251.301,0.327,261.093c1.836,11.016,12.24,14.076,21.42,17.136c10.404,3.672,23.868,7.956,35.496,7.345c42.84,7.345,86.904,7.955,130.355,9.181c41.616,1.224,85.068,4.284,125.46-4.896c17.748-4.283,58.752-14.075,58.142-39.168C370.587,231.715,347.332,228.043,332.643,227.431z'/%3E%3Cpath d='M213.916,149.095c-7.956-7.344-20.808-6.732-29.376-0.612c-7.344,4.896-11.628,12.852-14.076,21.42c-10.404-15.912-35.496-23.256-45.288-2.448c-12.852,28.764,26.928,54.468,50.184,55.691c0.612,0,0.612,0,1.224,0c1.836,0.612,3.672,0,5.508-1.836c11.628-12.238,26.317-26.314,34.273-41.004C221.872,169.903,222.484,157.051,213.916,149.095zM207.183,171.127c-2.446,7.956-9.792,14.688-15.3,20.808c-6.12,6.732-12.24,13.464-17.749,20.81c-0.612,1.224-1.224,1.836-1.224,3.06c-14.688-5.508-29.988-15.3-35.496-30.6c-4.896-12.852,4.896-24.48,17.748-17.136c8.568,4.284,9.18,13.464,13.464,20.808c1.836,3.672,7.344,1.836,7.344-1.836c0-1.836,0-3.672-0.612-5.508c3.06-6.732,5.508-14.076,10.404-19.584C194.944,151.543,212.692,154.604,207.183,171.127z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterprotect-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='371.207px' height='371.207px' viewBox='0 0 371.207 371.207' style='enable-background:new 0 0 371.207 371.207;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.36,254.359c0.61,0,1.224-1.224,1.224-1.836c-4.896-38.556-12.852-80.172-38.556-110.771c-25.704-30.6-66.098-43.452-105.265-44.064c3.061-4.284,1.835-11.016-0.612-14.688c-3.06-5.508-9.18-8.568-15.912-7.956c-13.464,1.224-20.196,14.688-17.136,26.316c-70.38,14.688-127.908,77.112-117.504,153c0,0.611,0.612,1.225,1.224,1.225c0,1.224,0.612,1.836,1.836,2.447c48.96,7.956,98.532,12.853,148.104,15.301c45.9,2.447,97.309,5.508,141.372-11.628C331.419,260.479,331.419,256.195,328.36,254.359z M169.24,83.611c3.672-0.612,6.732,0,9.18,3.672c1.836,3.672,0,6.12,0.612,9.792c0,0.612,0,0.612,0.612,1.224c-6.12,0-12.24,0.612-17.748,1.836C159.447,92.792,161.284,85.447,169.24,83.611z M325.299,253.748c-95.472,16.522-189.108,6.12-285.192,0c-1.224-83.232,64.26-149.328,148.717-145.656c41.616,1.836,80.172,18.36,102.814,54.468c17.138,26.929,24.48,59.978,33.66,90.576V253.748L325.299,253.748z'/%3E%3Cpath d='M332.643,227.431c-5.508,0-5.508,7.956,0,7.956c18.974-2.448,23.868,7.344,14.688,30.601c-8.568,4.896-17.748,8.567-27.54,11.017c-12.852,3.672-26.316,5.508-39.168,6.73c-23.256,1.837-46.512,1.226-69.768,0.612c-48.35-1.224-96.697-6.12-144.434-4.284c-0.612-1.224-1.224-1.836-2.448-1.836c-11.628-4.284-25.092-4.284-37.332-8.566c-9.18-3.062-21.42-9.182-12.852-20.196c2.448-3.062,12.852-12.854,17.136-10.404c1.224,0.612,2.448-0.611,1.224-1.836c-4.896-5.508-14.076-1.224-18.972,1.225C4.61,242.732-1.51,251.301,0.327,261.093c1.836,11.016,12.24,14.076,21.42,17.136c10.404,3.672,23.868,7.956,35.496,7.345c42.84,7.345,86.904,7.955,130.355,9.181c41.616,1.224,85.068,4.284,125.46-4.896c17.748-4.283,58.752-14.075,58.142-39.168C370.587,231.715,347.332,228.043,332.643,227.431z'/%3E%3Cpath d='M213.916,149.095c-7.956-7.344-20.808-6.732-29.376-0.612c-7.344,4.896-11.628,12.852-14.076,21.42c-10.404-15.912-35.496-23.256-45.288-2.448c-12.852,28.764,26.928,54.468,50.184,55.691c0.612,0,0.612,0,1.224,0c1.836,0.612,3.672,0,5.508-1.836c11.628-12.238,26.317-26.314,34.273-41.004C221.872,169.903,222.484,157.051,213.916,149.095zM207.183,171.127c-2.446,7.956-9.792,14.688-15.3,20.808c-6.12,6.732-12.24,13.464-17.749,20.81c-0.612,1.224-1.224,1.836-1.224,3.06c-14.688-5.508-29.988-15.3-35.496-30.6c-4.896-12.852,4.896-24.48,17.748-17.136c8.568,4.284,9.18,13.464,13.464,20.808c1.836,3.672,7.344,1.836,7.344-1.836c0-1.836,0-3.672-0.612-5.508c3.06-6.732,5.508-14.076,10.404-19.584C194.944,151.543,212.692,154.604,207.183,171.127z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterprotect-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='371.207px' height='371.207px' viewBox='0 0 371.207 371.207' style='enable-background:new 0 0 371.207 371.207;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.36,254.359c0.61,0,1.224-1.224,1.224-1.836c-4.896-38.556-12.852-80.172-38.556-110.771c-25.704-30.6-66.098-43.452-105.265-44.064c3.061-4.284,1.835-11.016-0.612-14.688c-3.06-5.508-9.18-8.568-15.912-7.956c-13.464,1.224-20.196,14.688-17.136,26.316c-70.38,14.688-127.908,77.112-117.504,153c0,0.611,0.612,1.225,1.224,1.225c0,1.224,0.612,1.836,1.836,2.447c48.96,7.956,98.532,12.853,148.104,15.301c45.9,2.447,97.309,5.508,141.372-11.628C331.419,260.479,331.419,256.195,328.36,254.359z M169.24,83.611c3.672-0.612,6.732,0,9.18,3.672c1.836,3.672,0,6.12,0.612,9.792c0,0.612,0,0.612,0.612,1.224c-6.12,0-12.24,0.612-17.748,1.836C159.447,92.792,161.284,85.447,169.24,83.611z M325.299,253.748c-95.472,16.522-189.108,6.12-285.192,0c-1.224-83.232,64.26-149.328,148.717-145.656c41.616,1.836,80.172,18.36,102.814,54.468c17.138,26.929,24.48,59.978,33.66,90.576V253.748L325.299,253.748z'/%3E%3Cpath d='M332.643,227.431c-5.508,0-5.508,7.956,0,7.956c18.974-2.448,23.868,7.344,14.688,30.601c-8.568,4.896-17.748,8.567-27.54,11.017c-12.852,3.672-26.316,5.508-39.168,6.73c-23.256,1.837-46.512,1.226-69.768,0.612c-48.35-1.224-96.697-6.12-144.434-4.284c-0.612-1.224-1.224-1.836-2.448-1.836c-11.628-4.284-25.092-4.284-37.332-8.566c-9.18-3.062-21.42-9.182-12.852-20.196c2.448-3.062,12.852-12.854,17.136-10.404c1.224,0.612,2.448-0.611,1.224-1.836c-4.896-5.508-14.076-1.224-18.972,1.225C4.61,242.732-1.51,251.301,0.327,261.093c1.836,11.016,12.24,14.076,21.42,17.136c10.404,3.672,23.868,7.956,35.496,7.345c42.84,7.345,86.904,7.955,130.355,9.181c41.616,1.224,85.068,4.284,125.46-4.896c17.748-4.283,58.752-14.075,58.142-39.168C370.587,231.715,347.332,228.043,332.643,227.431z'/%3E%3Cpath d='M213.916,149.095c-7.956-7.344-20.808-6.732-29.376-0.612c-7.344,4.896-11.628,12.852-14.076,21.42c-10.404-15.912-35.496-23.256-45.288-2.448c-12.852,28.764,26.928,54.468,50.184,55.691c0.612,0,0.612,0,1.224,0c1.836,0.612,3.672,0,5.508-1.836c11.628-12.238,26.317-26.314,34.273-41.004C221.872,169.903,222.484,157.051,213.916,149.095zM207.183,171.127c-2.446,7.956-9.792,14.688-15.3,20.808c-6.12,6.732-12.24,13.464-17.749,20.81c-0.612,1.224-1.224,1.836-1.224,3.06c-14.688-5.508-29.988-15.3-35.496-30.6c-4.896-12.852,4.896-24.48,17.748-17.136c8.568,4.284,9.18,13.464,13.464,20.808c1.836,3.672,7.344,1.836,7.344-1.836c0-1.836,0-3.672-0.612-5.508c3.06-6.732,5.508-14.076,10.404-19.584C194.944,151.543,212.692,154.604,207.183,171.127z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterprotect-orange, .button--3D.button--medium:hover .icon-to_protect, .button--3D.button--medium.active .icon-to_protect, .button--3D.button--green:hover .icon-to_protect, .button--3D.button--green.active .icon-to_protect, .button--medium:hover .button--caracteristic.icon-to_protect,
.button--medium.active .button--caracteristic.icon-to_protect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='371.207px' height='371.207px' viewBox='0 0 371.207 371.207' style='enable-background:new 0 0 371.207 371.207;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.36,254.359c0.61,0,1.224-1.224,1.224-1.836c-4.896-38.556-12.852-80.172-38.556-110.771c-25.704-30.6-66.098-43.452-105.265-44.064c3.061-4.284,1.835-11.016-0.612-14.688c-3.06-5.508-9.18-8.568-15.912-7.956c-13.464,1.224-20.196,14.688-17.136,26.316c-70.38,14.688-127.908,77.112-117.504,153c0,0.611,0.612,1.225,1.224,1.225c0,1.224,0.612,1.836,1.836,2.447c48.96,7.956,98.532,12.853,148.104,15.301c45.9,2.447,97.309,5.508,141.372-11.628C331.419,260.479,331.419,256.195,328.36,254.359z M169.24,83.611c3.672-0.612,6.732,0,9.18,3.672c1.836,3.672,0,6.12,0.612,9.792c0,0.612,0,0.612,0.612,1.224c-6.12,0-12.24,0.612-17.748,1.836C159.447,92.792,161.284,85.447,169.24,83.611z M325.299,253.748c-95.472,16.522-189.108,6.12-285.192,0c-1.224-83.232,64.26-149.328,148.717-145.656c41.616,1.836,80.172,18.36,102.814,54.468c17.138,26.929,24.48,59.978,33.66,90.576V253.748L325.299,253.748z'/%3E%3Cpath d='M332.643,227.431c-5.508,0-5.508,7.956,0,7.956c18.974-2.448,23.868,7.344,14.688,30.601c-8.568,4.896-17.748,8.567-27.54,11.017c-12.852,3.672-26.316,5.508-39.168,6.73c-23.256,1.837-46.512,1.226-69.768,0.612c-48.35-1.224-96.697-6.12-144.434-4.284c-0.612-1.224-1.224-1.836-2.448-1.836c-11.628-4.284-25.092-4.284-37.332-8.566c-9.18-3.062-21.42-9.182-12.852-20.196c2.448-3.062,12.852-12.854,17.136-10.404c1.224,0.612,2.448-0.611,1.224-1.836c-4.896-5.508-14.076-1.224-18.972,1.225C4.61,242.732-1.51,251.301,0.327,261.093c1.836,11.016,12.24,14.076,21.42,17.136c10.404,3.672,23.868,7.956,35.496,7.345c42.84,7.345,86.904,7.955,130.355,9.181c41.616,1.224,85.068,4.284,125.46-4.896c17.748-4.283,58.752-14.075,58.142-39.168C370.587,231.715,347.332,228.043,332.643,227.431z'/%3E%3Cpath d='M213.916,149.095c-7.956-7.344-20.808-6.732-29.376-0.612c-7.344,4.896-11.628,12.852-14.076,21.42c-10.404-15.912-35.496-23.256-45.288-2.448c-12.852,28.764,26.928,54.468,50.184,55.691c0.612,0,0.612,0,1.224,0c1.836,0.612,3.672,0,5.508-1.836c11.628-12.238,26.317-26.314,34.273-41.004C221.872,169.903,222.484,157.051,213.916,149.095zM207.183,171.127c-2.446,7.956-9.792,14.688-15.3,20.808c-6.12,6.732-12.24,13.464-17.749,20.81c-0.612,1.224-1.224,1.836-1.224,3.06c-14.688-5.508-29.988-15.3-35.496-30.6c-4.896-12.852,4.896-24.48,17.748-17.136c8.568,4.284,9.18,13.464,13.464,20.808c1.836,3.672,7.344,1.836,7.344-1.836c0-1.836,0-3.672-0.612-5.508c3.06-6.732,5.508-14.076,10.404-19.584C194.944,151.543,212.692,154.604,207.183,171.127z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterinhouse-grey, .button--input.icon-to_get_in {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.677px' height='68.677px' viewBox='0 0 68.677 68.677' style='enable-background:new 0 0 68.677 68.677;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M67.684,30.15L35.889,5.67c-0.914-0.704-2.188-0.704-3.104,0L0.992,30.15c-1.113,0.856-1.321,2.454-0.463,3.566c0.857,1.112,2.454,1.319,3.567,0.464l2.793-2.151v28.963c0,1.402,1.139,2.543,2.543,2.543h49.493c1.404,0,2.545-1.141,2.545-2.543V31.785l3.109,2.396c0.463,0.355,1.01,0.528,1.551,0.528c0.762,0,1.518-0.342,2.019-0.992C69.005,32.604,68.798,31.008,67.684,30.15z M56.382,58.449H33.227c-0.224-1.088-0.431-2.416-0.496-3.838c0.512,0.238,1.338,0.523,2.365,0.523c1.633,0,4.037-0.729,6.213-4.205c0.363-0.58,0.203-1.344-0.363-1.729c-0.139-0.094-1.396-0.912-3.147-0.912c-1.351,0-3.169,0.492-4.841,2.557c0.302-1.646,0.917-3.24,2.019-4.569c1.447-0.309,9.402-2.371,10.783-10.645c0.058-0.342-0.026-0.689-0.231-0.968c-0.205-0.277-0.517-0.459-0.855-0.504c-0.051-0.006-0.5-0.062-1.205-0.062c-1.752,0-5.447,0.366-7.937,3.17c-1.278-3.779-4.402-8.168-10.727-8.729c-0.591-0.054-1.143,0.313-1.324,0.882c-0.074,0.23-1.779,5.734,1.04,10.602c1.552,2.68,4.138,4.604,7.697,5.738c-2.572,4.039-2.23,9.264-1.586,12.688H11.976V28.113l22.362-17.219l22.043,16.975L56.382,58.449L56.382,58.449z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterinhouse-brown, .no-touch .panel-menu-action.panel-menu-action--to_get_in:hover, .panel-menu-action.panel-menu-action--to_get_in.active, .button--caracteristic.icon-to_get_in:hover, .button--caracteristic.icon-to_get_in.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.677px' height='68.677px' viewBox='0 0 68.677 68.677' style='enable-background:new 0 0 68.677 68.677;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M67.684,30.15L35.889,5.67c-0.914-0.704-2.188-0.704-3.104,0L0.992,30.15c-1.113,0.856-1.321,2.454-0.463,3.566c0.857,1.112,2.454,1.319,3.567,0.464l2.793-2.151v28.963c0,1.402,1.139,2.543,2.543,2.543h49.493c1.404,0,2.545-1.141,2.545-2.543V31.785l3.109,2.396c0.463,0.355,1.01,0.528,1.551,0.528c0.762,0,1.518-0.342,2.019-0.992C69.005,32.604,68.798,31.008,67.684,30.15z M56.382,58.449H33.227c-0.224-1.088-0.431-2.416-0.496-3.838c0.512,0.238,1.338,0.523,2.365,0.523c1.633,0,4.037-0.729,6.213-4.205c0.363-0.58,0.203-1.344-0.363-1.729c-0.139-0.094-1.396-0.912-3.147-0.912c-1.351,0-3.169,0.492-4.841,2.557c0.302-1.646,0.917-3.24,2.019-4.569c1.447-0.309,9.402-2.371,10.783-10.645c0.058-0.342-0.026-0.689-0.231-0.968c-0.205-0.277-0.517-0.459-0.855-0.504c-0.051-0.006-0.5-0.062-1.205-0.062c-1.752,0-5.447,0.366-7.937,3.17c-1.278-3.779-4.402-8.168-10.727-8.729c-0.591-0.054-1.143,0.313-1.324,0.882c-0.074,0.23-1.779,5.734,1.04,10.602c1.552,2.68,4.138,4.604,7.697,5.738c-2.572,4.039-2.23,9.264-1.586,12.688H11.976V28.113l22.362-17.219l22.043,16.975L56.382,58.449L56.382,58.449z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterinhouse-black, .icon-to_get_in, .panel-menu-action.panel-menu-action--to_get_in, .button--3D.button--medium .icon-to_get_in, .button--3D.button--green .icon-to_get_in, .button--input.icon-to_get_in:hover, .button--input.icon-to_get_in.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.677px' height='68.677px' viewBox='0 0 68.677 68.677' style='enable-background:new 0 0 68.677 68.677;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M67.684,30.15L35.889,5.67c-0.914-0.704-2.188-0.704-3.104,0L0.992,30.15c-1.113,0.856-1.321,2.454-0.463,3.566c0.857,1.112,2.454,1.319,3.567,0.464l2.793-2.151v28.963c0,1.402,1.139,2.543,2.543,2.543h49.493c1.404,0,2.545-1.141,2.545-2.543V31.785l3.109,2.396c0.463,0.355,1.01,0.528,1.551,0.528c0.762,0,1.518-0.342,2.019-0.992C69.005,32.604,68.798,31.008,67.684,30.15z M56.382,58.449H33.227c-0.224-1.088-0.431-2.416-0.496-3.838c0.512,0.238,1.338,0.523,2.365,0.523c1.633,0,4.037-0.729,6.213-4.205c0.363-0.58,0.203-1.344-0.363-1.729c-0.139-0.094-1.396-0.912-3.147-0.912c-1.351,0-3.169,0.492-4.841,2.557c0.302-1.646,0.917-3.24,2.019-4.569c1.447-0.309,9.402-2.371,10.783-10.645c0.058-0.342-0.026-0.689-0.231-0.968c-0.205-0.277-0.517-0.459-0.855-0.504c-0.051-0.006-0.5-0.062-1.205-0.062c-1.752,0-5.447,0.366-7.937,3.17c-1.278-3.779-4.402-8.168-10.727-8.729c-0.591-0.054-1.143,0.313-1.324,0.882c-0.074,0.23-1.779,5.734,1.04,10.602c1.552,2.68,4.138,4.604,7.697,5.738c-2.572,4.039-2.23,9.264-1.586,12.688H11.976V28.113l22.362-17.219l22.043,16.975L56.382,58.449L56.382,58.449z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterinhouse-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.677px' height='68.677px' viewBox='0 0 68.677 68.677' style='enable-background:new 0 0 68.677 68.677;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M67.684,30.15L35.889,5.67c-0.914-0.704-2.188-0.704-3.104,0L0.992,30.15c-1.113,0.856-1.321,2.454-0.463,3.566c0.857,1.112,2.454,1.319,3.567,0.464l2.793-2.151v28.963c0,1.402,1.139,2.543,2.543,2.543h49.493c1.404,0,2.545-1.141,2.545-2.543V31.785l3.109,2.396c0.463,0.355,1.01,0.528,1.551,0.528c0.762,0,1.518-0.342,2.019-0.992C69.005,32.604,68.798,31.008,67.684,30.15z M56.382,58.449H33.227c-0.224-1.088-0.431-2.416-0.496-3.838c0.512,0.238,1.338,0.523,2.365,0.523c1.633,0,4.037-0.729,6.213-4.205c0.363-0.58,0.203-1.344-0.363-1.729c-0.139-0.094-1.396-0.912-3.147-0.912c-1.351,0-3.169,0.492-4.841,2.557c0.302-1.646,0.917-3.24,2.019-4.569c1.447-0.309,9.402-2.371,10.783-10.645c0.058-0.342-0.026-0.689-0.231-0.968c-0.205-0.277-0.517-0.459-0.855-0.504c-0.051-0.006-0.5-0.062-1.205-0.062c-1.752,0-5.447,0.366-7.937,3.17c-1.278-3.779-4.402-8.168-10.727-8.729c-0.591-0.054-1.143,0.313-1.324,0.882c-0.074,0.23-1.779,5.734,1.04,10.602c1.552,2.68,4.138,4.604,7.697,5.738c-2.572,4.039-2.23,9.264-1.586,12.688H11.976V28.113l22.362-17.219l22.043,16.975L56.382,58.449L56.382,58.449z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterinhouse-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.677px' height='68.677px' viewBox='0 0 68.677 68.677' style='enable-background:new 0 0 68.677 68.677;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M67.684,30.15L35.889,5.67c-0.914-0.704-2.188-0.704-3.104,0L0.992,30.15c-1.113,0.856-1.321,2.454-0.463,3.566c0.857,1.112,2.454,1.319,3.567,0.464l2.793-2.151v28.963c0,1.402,1.139,2.543,2.543,2.543h49.493c1.404,0,2.545-1.141,2.545-2.543V31.785l3.109,2.396c0.463,0.355,1.01,0.528,1.551,0.528c0.762,0,1.518-0.342,2.019-0.992C69.005,32.604,68.798,31.008,67.684,30.15z M56.382,58.449H33.227c-0.224-1.088-0.431-2.416-0.496-3.838c0.512,0.238,1.338,0.523,2.365,0.523c1.633,0,4.037-0.729,6.213-4.205c0.363-0.58,0.203-1.344-0.363-1.729c-0.139-0.094-1.396-0.912-3.147-0.912c-1.351,0-3.169,0.492-4.841,2.557c0.302-1.646,0.917-3.24,2.019-4.569c1.447-0.309,9.402-2.371,10.783-10.645c0.058-0.342-0.026-0.689-0.231-0.968c-0.205-0.277-0.517-0.459-0.855-0.504c-0.051-0.006-0.5-0.062-1.205-0.062c-1.752,0-5.447,0.366-7.937,3.17c-1.278-3.779-4.402-8.168-10.727-8.729c-0.591-0.054-1.143,0.313-1.324,0.882c-0.074,0.23-1.779,5.734,1.04,10.602c1.552,2.68,4.138,4.604,7.697,5.738c-2.572,4.039-2.23,9.264-1.586,12.688H11.976V28.113l22.362-17.219l22.043,16.975L56.382,58.449L56.382,58.449z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-winterinhouse-orange, .button--3D.button--medium:hover .icon-to_get_in, .button--3D.button--medium.active .icon-to_get_in, .button--3D.button--green:hover .icon-to_get_in, .button--3D.button--green.active .icon-to_get_in, .button--medium:hover .button--caracteristic.icon-to_get_in,
.button--medium.active .button--caracteristic.icon-to_get_in {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='68.677px' height='68.677px' viewBox='0 0 68.677 68.677' style='enable-background:new 0 0 68.677 68.677;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M67.684,30.15L35.889,5.67c-0.914-0.704-2.188-0.704-3.104,0L0.992,30.15c-1.113,0.856-1.321,2.454-0.463,3.566c0.857,1.112,2.454,1.319,3.567,0.464l2.793-2.151v28.963c0,1.402,1.139,2.543,2.543,2.543h49.493c1.404,0,2.545-1.141,2.545-2.543V31.785l3.109,2.396c0.463,0.355,1.01,0.528,1.551,0.528c0.762,0,1.518-0.342,2.019-0.992C69.005,32.604,68.798,31.008,67.684,30.15z M56.382,58.449H33.227c-0.224-1.088-0.431-2.416-0.496-3.838c0.512,0.238,1.338,0.523,2.365,0.523c1.633,0,4.037-0.729,6.213-4.205c0.363-0.58,0.203-1.344-0.363-1.729c-0.139-0.094-1.396-0.912-3.147-0.912c-1.351,0-3.169,0.492-4.841,2.557c0.302-1.646,0.917-3.24,2.019-4.569c1.447-0.309,9.402-2.371,10.783-10.645c0.058-0.342-0.026-0.689-0.231-0.968c-0.205-0.277-0.517-0.459-0.855-0.504c-0.051-0.006-0.5-0.062-1.205-0.062c-1.752,0-5.447,0.366-7.937,3.17c-1.278-3.779-4.402-8.168-10.727-8.729c-0.591-0.054-1.143,0.313-1.324,0.882c-0.074,0.23-1.779,5.734,1.04,10.602c1.552,2.68,4.138,4.604,7.697,5.738c-2.572,4.039-2.23,9.264-1.586,12.688H11.976V28.113l22.362-17.219l22.043,16.975L56.382,58.449L56.382,58.449z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star1-grey, .button--input.icon-easy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star1-brown, .no-touch .panel-menu-action.panel-menu-action--easy:hover, .panel-menu-action.panel-menu-action--easy.active, .button--caracteristic.icon-easy:hover, .button--caracteristic.icon-easy.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star1-black, .icon-easy, .panel-menu-action.panel-menu-action--easy, .button--3D.button--medium .icon-easy, .button--3D.button--green .icon-easy, .button--input.icon-easy:hover, .button--input.icon-easy.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star1-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star1-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star1-orange, .button--3D.button--medium:hover .icon-easy, .button--3D.button--medium.active .icon-easy, .button--3D.button--green:hover .icon-easy, .button--3D.button--green.active .icon-easy, .button--medium:hover .button--caracteristic.icon-easy,
.button--medium.active .button--caracteristic.icon-easy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star2-grey, .button--input.icon-workmedium {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star2-brown, .no-touch .panel-menu-action.panel-menu-action--workmedium:hover, .panel-menu-action.panel-menu-action--workmedium.active, .button--caracteristic.icon-workmedium:hover, .button--caracteristic.icon-workmedium.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star2-black, .icon-workmedium, .panel-menu-action.panel-menu-action--workmedium, .button--3D.button--medium .icon-workmedium, .button--3D.button--green .icon-workmedium, .button--input.icon-workmedium:hover, .button--input.icon-workmedium.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star2-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star2-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star2-orange, .button--3D.button--medium:hover .icon-workmedium, .button--3D.button--medium.active .icon-workmedium, .button--3D.button--green:hover .icon-workmedium, .button--3D.button--green.active .icon-workmedium, .button--medium:hover .button--caracteristic.icon-workmedium,
.button--medium.active .button--caracteristic.icon-workmedium {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.933px' height='264.933px' viewBox='0 0 264.933 264.933' style='enable-background:new 0 0 264.933 264.933;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.667,125.938c5.881-7.736,7.733-16.61,5.088-24.344c-2.656-7.729-9.559-13.602-18.949-16.101L181.59,75.299l-27.56-55.456l-0.42-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.728,4.259-21.363,11.98L77.761,75.291l-57.087,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.595,7.799-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.042,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.539,6.786,17.196,8.148,27.771,3.379l56.633-30.831l56.151,30.589l0.481,0.242c4.261,1.918,8.461,2.894,12.479,2.894c5.96,0,11.393-2.23,15.289-6.272c4.588-4.761,6.856-11.574,6.553-19.695l-7.43-63.099l42.087-43.248L258.667,125.938z M247.494,116.935l-46.53,47.805l8.144,69.007c0.103,3.948-0.803,7.122-2.562,8.942c-2.292,2.381-6.507,2.469-11.313,0.359l-62.761-34.187l-62.753,34.191c-4.798,2.104-9.019,2.025-11.318-0.354c-1.759-1.83-2.662-4.994-2.562-8.942l8.144-69.013l-46.524-47.804c-2.81-3.843-3.775-7.694-2.709-10.893c1.064-3.202,4.156-5.715,8.725-7.096l63.391-10.653l35.323-62.156c5.759-7.642,13.837-7.446,19.209,0.488l30.645,61.655l69.408,11.149c4.583,1.295,7.678,3.703,8.746,6.809C251.247,109.336,250.29,113.122,247.494,116.935z'/%3E%3Cpath d='M131.788,91.958c-0.763,2.635-1.897,4.737-3.393,6.317c-2.179,2.31-5.008,3.848-8.482,4.618c-2.179,0.488-5.997,0.85-11.446,1.095v11.78h20.708V176.5h17.734V88.438h-14.451C132.458,89.205,132.233,90.381,131.788,91.958z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star3-grey, .button--input.icon-hard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.934px' height='264.934px' viewBox='0 0 264.934 264.934' style='enable-background:new 0 0 264.934 264.934;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.673,125.938c5.876-7.736,7.729-16.617,5.078-24.344c-2.651-7.729-9.559-13.602-18.944-16.101L181.592,75.3l-27.56-55.456l-0.415-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.733,4.259-21.364,11.98L77.768,75.291l-57.092,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.6,7.803-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.047,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.524,6.786,17.201,8.148,27.767,3.379l56.638-30.831l56.156,30.589l0.481,0.242c4.266,1.918,8.461,2.894,12.479,2.894c5.96,0,11.388-2.226,15.284-6.272c4.593-4.761,6.856-11.574,6.558-19.695l-7.43-63.099l42.097-43.248L258.673,125.938z M247.496,116.935l-46.521,47.805l8.145,69.007c0.098,3.948-0.803,7.122-2.562,8.942c-2.296,2.381-6.516,2.469-11.313,0.359l-62.765-34.187l-62.763,34.187c-4.805,2.105-9.024,2.021-11.313-0.359c-1.755-1.82-2.662-4.984-2.558-8.942l8.145-69.007l-46.524-47.805c-2.814-3.838-3.776-7.689-2.709-10.888c1.064-3.202,4.151-5.715,8.721-7.096l63.395-10.653l35.323-62.156c5.743-7.642,13.843-7.456,19.21,0.488l30.64,61.655l69.404,11.149c4.582,1.295,7.687,3.703,8.75,6.809C251.249,109.337,250.292,113.122,247.496,116.935z'/%3E%3Cpath d='M149.473,129.06c2.109-0.807,4.131-2.329,6.076-4.555c3.076-3.561,4.616-7.934,4.616-13.119c0-7.327-2.576-13.166-7.733-17.52s-11.943-6.527-20.355-6.527c-4.529,0-8.35,0.544-11.469,1.638c-3.111,1.094-5.801,2.672-8.067,4.737c-3.031,2.915-5.257,6.093-6.676,9.533c-1.334,3.93-2.079,8.079-2.242,12.45h16.155c-0.082-4.329,0.835-7.794,2.751-10.385c1.916-2.59,4.919-3.885,9-3.885c3.551,0,6.305,1.053,8.27,3.16c1.951,2.103,2.931,4.835,2.931,8.2c0,5.181-1.913,8.622-5.75,10.323c-2.221,1.013-6.13,1.559-11.742,1.639v12.391c5.731,0,9.932,0.546,12.597,1.643c4.681,1.942,7.024,5.811,7.024,11.598c0,4.373-1.266,7.725-3.785,10.049c-2.525,2.329-5.489,3.495-8.877,3.495c-5.538,0-9.353-2.128-11.451-6.375c-1.127-2.31-1.696-5.223-1.696-8.746h-17.004c0.282,7.006,1.704,12.671,4.245,17.002c4.856,8.14,13.507,12.21,25.97,12.21c10.111,0,17.747-2.829,22.908-8.476c5.153-5.647,7.733-12.195,7.733-19.648c0-7.08-2.212-12.671-6.622-16.76C153.319,130.418,151.055,129.06,149.473,129.06z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star3-brown, .no-touch .panel-menu-action.panel-menu-action--hard:hover, .panel-menu-action.panel-menu-action--hard.active, .button--caracteristic.icon-hard:hover, .button--caracteristic.icon-hard.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.934px' height='264.934px' viewBox='0 0 264.934 264.934' style='enable-background:new 0 0 264.934 264.934;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.673,125.938c5.876-7.736,7.729-16.617,5.078-24.344c-2.651-7.729-9.559-13.602-18.944-16.101L181.592,75.3l-27.56-55.456l-0.415-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.733,4.259-21.364,11.98L77.768,75.291l-57.092,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.6,7.803-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.047,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.524,6.786,17.201,8.148,27.767,3.379l56.638-30.831l56.156,30.589l0.481,0.242c4.266,1.918,8.461,2.894,12.479,2.894c5.96,0,11.388-2.226,15.284-6.272c4.593-4.761,6.856-11.574,6.558-19.695l-7.43-63.099l42.097-43.248L258.673,125.938z M247.496,116.935l-46.521,47.805l8.145,69.007c0.098,3.948-0.803,7.122-2.562,8.942c-2.296,2.381-6.516,2.469-11.313,0.359l-62.765-34.187l-62.763,34.187c-4.805,2.105-9.024,2.021-11.313-0.359c-1.755-1.82-2.662-4.984-2.558-8.942l8.145-69.007l-46.524-47.805c-2.814-3.838-3.776-7.689-2.709-10.888c1.064-3.202,4.151-5.715,8.721-7.096l63.395-10.653l35.323-62.156c5.743-7.642,13.843-7.456,19.21,0.488l30.64,61.655l69.404,11.149c4.582,1.295,7.687,3.703,8.75,6.809C251.249,109.337,250.292,113.122,247.496,116.935z'/%3E%3Cpath d='M149.473,129.06c2.109-0.807,4.131-2.329,6.076-4.555c3.076-3.561,4.616-7.934,4.616-13.119c0-7.327-2.576-13.166-7.733-17.52s-11.943-6.527-20.355-6.527c-4.529,0-8.35,0.544-11.469,1.638c-3.111,1.094-5.801,2.672-8.067,4.737c-3.031,2.915-5.257,6.093-6.676,9.533c-1.334,3.93-2.079,8.079-2.242,12.45h16.155c-0.082-4.329,0.835-7.794,2.751-10.385c1.916-2.59,4.919-3.885,9-3.885c3.551,0,6.305,1.053,8.27,3.16c1.951,2.103,2.931,4.835,2.931,8.2c0,5.181-1.913,8.622-5.75,10.323c-2.221,1.013-6.13,1.559-11.742,1.639v12.391c5.731,0,9.932,0.546,12.597,1.643c4.681,1.942,7.024,5.811,7.024,11.598c0,4.373-1.266,7.725-3.785,10.049c-2.525,2.329-5.489,3.495-8.877,3.495c-5.538,0-9.353-2.128-11.451-6.375c-1.127-2.31-1.696-5.223-1.696-8.746h-17.004c0.282,7.006,1.704,12.671,4.245,17.002c4.856,8.14,13.507,12.21,25.97,12.21c10.111,0,17.747-2.829,22.908-8.476c5.153-5.647,7.733-12.195,7.733-19.648c0-7.08-2.212-12.671-6.622-16.76C153.319,130.418,151.055,129.06,149.473,129.06z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star3-black, .icon-hard, .panel-menu-action.panel-menu-action--hard, .button--3D.button--medium .icon-hard, .button--3D.button--green .icon-hard, .button--input.icon-hard:hover, .button--input.icon-hard.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.934px' height='264.934px' viewBox='0 0 264.934 264.934' style='enable-background:new 0 0 264.934 264.934;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.673,125.938c5.876-7.736,7.729-16.617,5.078-24.344c-2.651-7.729-9.559-13.602-18.944-16.101L181.592,75.3l-27.56-55.456l-0.415-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.733,4.259-21.364,11.98L77.768,75.291l-57.092,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.6,7.803-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.047,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.524,6.786,17.201,8.148,27.767,3.379l56.638-30.831l56.156,30.589l0.481,0.242c4.266,1.918,8.461,2.894,12.479,2.894c5.96,0,11.388-2.226,15.284-6.272c4.593-4.761,6.856-11.574,6.558-19.695l-7.43-63.099l42.097-43.248L258.673,125.938z M247.496,116.935l-46.521,47.805l8.145,69.007c0.098,3.948-0.803,7.122-2.562,8.942c-2.296,2.381-6.516,2.469-11.313,0.359l-62.765-34.187l-62.763,34.187c-4.805,2.105-9.024,2.021-11.313-0.359c-1.755-1.82-2.662-4.984-2.558-8.942l8.145-69.007l-46.524-47.805c-2.814-3.838-3.776-7.689-2.709-10.888c1.064-3.202,4.151-5.715,8.721-7.096l63.395-10.653l35.323-62.156c5.743-7.642,13.843-7.456,19.21,0.488l30.64,61.655l69.404,11.149c4.582,1.295,7.687,3.703,8.75,6.809C251.249,109.337,250.292,113.122,247.496,116.935z'/%3E%3Cpath d='M149.473,129.06c2.109-0.807,4.131-2.329,6.076-4.555c3.076-3.561,4.616-7.934,4.616-13.119c0-7.327-2.576-13.166-7.733-17.52s-11.943-6.527-20.355-6.527c-4.529,0-8.35,0.544-11.469,1.638c-3.111,1.094-5.801,2.672-8.067,4.737c-3.031,2.915-5.257,6.093-6.676,9.533c-1.334,3.93-2.079,8.079-2.242,12.45h16.155c-0.082-4.329,0.835-7.794,2.751-10.385c1.916-2.59,4.919-3.885,9-3.885c3.551,0,6.305,1.053,8.27,3.16c1.951,2.103,2.931,4.835,2.931,8.2c0,5.181-1.913,8.622-5.75,10.323c-2.221,1.013-6.13,1.559-11.742,1.639v12.391c5.731,0,9.932,0.546,12.597,1.643c4.681,1.942,7.024,5.811,7.024,11.598c0,4.373-1.266,7.725-3.785,10.049c-2.525,2.329-5.489,3.495-8.877,3.495c-5.538,0-9.353-2.128-11.451-6.375c-1.127-2.31-1.696-5.223-1.696-8.746h-17.004c0.282,7.006,1.704,12.671,4.245,17.002c4.856,8.14,13.507,12.21,25.97,12.21c10.111,0,17.747-2.829,22.908-8.476c5.153-5.647,7.733-12.195,7.733-19.648c0-7.08-2.212-12.671-6.622-16.76C153.319,130.418,151.055,129.06,149.473,129.06z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star3-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.934px' height='264.934px' viewBox='0 0 264.934 264.934' style='enable-background:new 0 0 264.934 264.934;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.673,125.938c5.876-7.736,7.729-16.617,5.078-24.344c-2.651-7.729-9.559-13.602-18.944-16.101L181.592,75.3l-27.56-55.456l-0.415-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.733,4.259-21.364,11.98L77.768,75.291l-57.092,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.6,7.803-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.047,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.524,6.786,17.201,8.148,27.767,3.379l56.638-30.831l56.156,30.589l0.481,0.242c4.266,1.918,8.461,2.894,12.479,2.894c5.96,0,11.388-2.226,15.284-6.272c4.593-4.761,6.856-11.574,6.558-19.695l-7.43-63.099l42.097-43.248L258.673,125.938z M247.496,116.935l-46.521,47.805l8.145,69.007c0.098,3.948-0.803,7.122-2.562,8.942c-2.296,2.381-6.516,2.469-11.313,0.359l-62.765-34.187l-62.763,34.187c-4.805,2.105-9.024,2.021-11.313-0.359c-1.755-1.82-2.662-4.984-2.558-8.942l8.145-69.007l-46.524-47.805c-2.814-3.838-3.776-7.689-2.709-10.888c1.064-3.202,4.151-5.715,8.721-7.096l63.395-10.653l35.323-62.156c5.743-7.642,13.843-7.456,19.21,0.488l30.64,61.655l69.404,11.149c4.582,1.295,7.687,3.703,8.75,6.809C251.249,109.337,250.292,113.122,247.496,116.935z'/%3E%3Cpath d='M149.473,129.06c2.109-0.807,4.131-2.329,6.076-4.555c3.076-3.561,4.616-7.934,4.616-13.119c0-7.327-2.576-13.166-7.733-17.52s-11.943-6.527-20.355-6.527c-4.529,0-8.35,0.544-11.469,1.638c-3.111,1.094-5.801,2.672-8.067,4.737c-3.031,2.915-5.257,6.093-6.676,9.533c-1.334,3.93-2.079,8.079-2.242,12.45h16.155c-0.082-4.329,0.835-7.794,2.751-10.385c1.916-2.59,4.919-3.885,9-3.885c3.551,0,6.305,1.053,8.27,3.16c1.951,2.103,2.931,4.835,2.931,8.2c0,5.181-1.913,8.622-5.75,10.323c-2.221,1.013-6.13,1.559-11.742,1.639v12.391c5.731,0,9.932,0.546,12.597,1.643c4.681,1.942,7.024,5.811,7.024,11.598c0,4.373-1.266,7.725-3.785,10.049c-2.525,2.329-5.489,3.495-8.877,3.495c-5.538,0-9.353-2.128-11.451-6.375c-1.127-2.31-1.696-5.223-1.696-8.746h-17.004c0.282,7.006,1.704,12.671,4.245,17.002c4.856,8.14,13.507,12.21,25.97,12.21c10.111,0,17.747-2.829,22.908-8.476c5.153-5.647,7.733-12.195,7.733-19.648c0-7.08-2.212-12.671-6.622-16.76C153.319,130.418,151.055,129.06,149.473,129.06z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star3-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.934px' height='264.934px' viewBox='0 0 264.934 264.934' style='enable-background:new 0 0 264.934 264.934;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.673,125.938c5.876-7.736,7.729-16.617,5.078-24.344c-2.651-7.729-9.559-13.602-18.944-16.101L181.592,75.3l-27.56-55.456l-0.415-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.733,4.259-21.364,11.98L77.768,75.291l-57.092,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.6,7.803-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.047,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.524,6.786,17.201,8.148,27.767,3.379l56.638-30.831l56.156,30.589l0.481,0.242c4.266,1.918,8.461,2.894,12.479,2.894c5.96,0,11.388-2.226,15.284-6.272c4.593-4.761,6.856-11.574,6.558-19.695l-7.43-63.099l42.097-43.248L258.673,125.938z M247.496,116.935l-46.521,47.805l8.145,69.007c0.098,3.948-0.803,7.122-2.562,8.942c-2.296,2.381-6.516,2.469-11.313,0.359l-62.765-34.187l-62.763,34.187c-4.805,2.105-9.024,2.021-11.313-0.359c-1.755-1.82-2.662-4.984-2.558-8.942l8.145-69.007l-46.524-47.805c-2.814-3.838-3.776-7.689-2.709-10.888c1.064-3.202,4.151-5.715,8.721-7.096l63.395-10.653l35.323-62.156c5.743-7.642,13.843-7.456,19.21,0.488l30.64,61.655l69.404,11.149c4.582,1.295,7.687,3.703,8.75,6.809C251.249,109.337,250.292,113.122,247.496,116.935z'/%3E%3Cpath d='M149.473,129.06c2.109-0.807,4.131-2.329,6.076-4.555c3.076-3.561,4.616-7.934,4.616-13.119c0-7.327-2.576-13.166-7.733-17.52s-11.943-6.527-20.355-6.527c-4.529,0-8.35,0.544-11.469,1.638c-3.111,1.094-5.801,2.672-8.067,4.737c-3.031,2.915-5.257,6.093-6.676,9.533c-1.334,3.93-2.079,8.079-2.242,12.45h16.155c-0.082-4.329,0.835-7.794,2.751-10.385c1.916-2.59,4.919-3.885,9-3.885c3.551,0,6.305,1.053,8.27,3.16c1.951,2.103,2.931,4.835,2.931,8.2c0,5.181-1.913,8.622-5.75,10.323c-2.221,1.013-6.13,1.559-11.742,1.639v12.391c5.731,0,9.932,0.546,12.597,1.643c4.681,1.942,7.024,5.811,7.024,11.598c0,4.373-1.266,7.725-3.785,10.049c-2.525,2.329-5.489,3.495-8.877,3.495c-5.538,0-9.353-2.128-11.451-6.375c-1.127-2.31-1.696-5.223-1.696-8.746h-17.004c0.282,7.006,1.704,12.671,4.245,17.002c4.856,8.14,13.507,12.21,25.97,12.21c10.111,0,17.747-2.829,22.908-8.476c5.153-5.647,7.733-12.195,7.733-19.648c0-7.08-2.212-12.671-6.622-16.76C153.319,130.418,151.055,129.06,149.473,129.06z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-star3-orange, .button--3D.button--medium:hover .icon-hard, .button--3D.button--medium.active .icon-hard, .button--3D.button--green:hover .icon-hard, .button--3D.button--green.active .icon-hard, .button--medium:hover .button--caracteristic.icon-hard,
.button--medium.active .button--caracteristic.icon-hard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='264.934px' height='264.934px' viewBox='0 0 264.934 264.934' style='enable-background:new 0 0 264.934 264.934;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.673,125.938c5.876-7.736,7.729-16.617,5.078-24.344c-2.651-7.729-9.559-13.602-18.944-16.101L181.592,75.3l-27.56-55.456l-0.415-0.729c-5.433-8.319-13.408-13.093-21.879-13.093c-8.144,0-15.733,4.259-21.364,11.98L77.768,75.291l-57.092,9.586l-0.784,0.177c-9.318,2.665-16.153,8.66-18.748,16.463c-2.6,7.803-0.721,16.703,5.143,24.416l42.662,43.913l-7.378,62.529l-0.047,0.569c-0.301,8.121,1.962,14.935,6.55,19.695c6.524,6.786,17.201,8.148,27.767,3.379l56.638-30.831l56.156,30.589l0.481,0.242c4.266,1.918,8.461,2.894,12.479,2.894c5.96,0,11.388-2.226,15.284-6.272c4.593-4.761,6.856-11.574,6.558-19.695l-7.43-63.099l42.097-43.248L258.673,125.938z M247.496,116.935l-46.521,47.805l8.145,69.007c0.098,3.948-0.803,7.122-2.562,8.942c-2.296,2.381-6.516,2.469-11.313,0.359l-62.765-34.187l-62.763,34.187c-4.805,2.105-9.024,2.021-11.313-0.359c-1.755-1.82-2.662-4.984-2.558-8.942l8.145-69.007l-46.524-47.805c-2.814-3.838-3.776-7.689-2.709-10.888c1.064-3.202,4.151-5.715,8.721-7.096l63.395-10.653l35.323-62.156c5.743-7.642,13.843-7.456,19.21,0.488l30.64,61.655l69.404,11.149c4.582,1.295,7.687,3.703,8.75,6.809C251.249,109.337,250.292,113.122,247.496,116.935z'/%3E%3Cpath d='M149.473,129.06c2.109-0.807,4.131-2.329,6.076-4.555c3.076-3.561,4.616-7.934,4.616-13.119c0-7.327-2.576-13.166-7.733-17.52s-11.943-6.527-20.355-6.527c-4.529,0-8.35,0.544-11.469,1.638c-3.111,1.094-5.801,2.672-8.067,4.737c-3.031,2.915-5.257,6.093-6.676,9.533c-1.334,3.93-2.079,8.079-2.242,12.45h16.155c-0.082-4.329,0.835-7.794,2.751-10.385c1.916-2.59,4.919-3.885,9-3.885c3.551,0,6.305,1.053,8.27,3.16c1.951,2.103,2.931,4.835,2.931,8.2c0,5.181-1.913,8.622-5.75,10.323c-2.221,1.013-6.13,1.559-11.742,1.639v12.391c5.731,0,9.932,0.546,12.597,1.643c4.681,1.942,7.024,5.811,7.024,11.598c0,4.373-1.266,7.725-3.785,10.049c-2.525,2.329-5.489,3.495-8.877,3.495c-5.538,0-9.353-2.128-11.451-6.375c-1.127-2.31-1.696-5.223-1.696-8.746h-17.004c0.282,7.006,1.704,12.671,4.245,17.002c4.856,8.14,13.507,12.21,25.97,12.21c10.111,0,17.747-2.829,22.908-8.476c5.153-5.647,7.733-12.195,7.733-19.648c0-7.08-2.212-12.671-6.622-16.76C153.319,130.418,151.055,129.06,149.473,129.06z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loopinfini-grey, .button--input.icon-perennial {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='488.022px' height='488.022px' viewBox='0 0 488.022 488.022' style='enable-background:new 0 0 488.022 488.022;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_2_21_'%3E%3Cg%3E%3Cpath d='M408.871,206.974l21.833-53.701c2.447-6.023-0.619-9.328-6.807-7.355l-21.717,6.921c-24.075-50.386-66.184-88.565-118.759-107.589c-53.09-19.216-110.488-16.603-161.617,7.35C70.68,76.555,31.939,118.988,12.723,172.079c-13.64,37.707-16.278,77.577-8.08,115.838c3.346,15.615,8.495,30.958,15.438,45.774c23.958,51.127,66.384,89.868,119.474,109.081c53.093,19.217,110.491,16.604,161.617-7.354c7.252-3.396,14.491-6.814,20.985-11.325c8.619-5.987,17.692-11.305,8.786-24.34c-9.014-13.19-26.874-3.275-44.197,4.883c-42.862,20.184-91.064,22.295-135.622,6.171c-44.549-16.122-80.154-48.633-100.26-91.538c-5.825-12.438-10.147-25.31-12.956-38.414c-6.873-32.104-4.664-65.573,6.788-97.208c16.124-44.554,48.63-80.164,91.532-100.263c42.906-20.104,91.072-22.292,135.628-6.176c42.629,15.441,77.037,45.892,97.536,86.083l-22.52,7.184c-6.19,1.974-6.774,6.445-1.296,9.942l48.878,31.154C399.939,215.061,406.425,212.991,408.871,206.974z'/%3E%3Cpath d='M200.435,120.945v122.212l-82.918,67.61c-5.891,4.802-6.772,13.474-1.968,19.362c2.718,3.336,6.68,5.063,10.676,5.063c3.058,0,6.135-1.013,8.688-3.099l93.048-75.863V120.945c0-7.603-6.164-13.765-13.762-13.765C206.589,107.18,200.435,113.342,200.435,120.945z'/%3E%3Cpath d='M432.902,253.705c-14.729,0-28.564,5.734-38.756,15.903l-17.808,17.097l-17.546-16.837c-10.403-10.428-24.26-16.163-38.988-16.163c-14.726,0-28.569,5.761-38.957,16.163c-10.428,10.407-16.167,24.239-16.167,38.981c0,14.704,5.732,28.56,16.155,38.957c10.383,10.417,24.23,16.162,38.969,16.162c14.717,0,28.577-5.731,38.744-15.926l17.799-17.075l17.562,16.839c10.404,10.417,24.265,16.162,38.994,16.162c14.716,0,28.549-5.731,38.952-16.162c10.42-10.381,16.167-24.241,16.167-38.982s-5.724-28.562-16.167-38.979C461.439,259.439,447.606,253.705,432.902,253.705zM336.217,325.236c-8.77,8.773-24.04,8.773-32.817,0c-4.393-4.387-6.807-10.221-6.807-16.4c0-6.205,2.414-12.013,6.832-16.424c4.362-4.387,10.191-6.804,16.38-6.804c6.191,0,12.025,2.417,16.656,7.026l16.853,16.215L336.217,325.236z M449.302,325.236c-8.773,8.784-23.827,8.997-33.062-0.226l-16.86-16.213l17.097-16.398c8.772-8.786,24.052-8.786,32.825-0.025c4.388,4.411,6.8,10.221,6.8,16.425C456.102,314.992,453.689,320.85,449.302,325.236z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loopinfini-brown, .no-touch .panel-menu-action.panel-menu-action--perennial:hover, .panel-menu-action.panel-menu-action--perennial.active, .button--caracteristic.icon-perennial:hover, .button--caracteristic.icon-perennial.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='488.022px' height='488.022px' viewBox='0 0 488.022 488.022' style='enable-background:new 0 0 488.022 488.022;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_2_21_'%3E%3Cg%3E%3Cpath d='M408.871,206.974l21.833-53.701c2.447-6.023-0.619-9.328-6.807-7.355l-21.717,6.921c-24.075-50.386-66.184-88.565-118.759-107.589c-53.09-19.216-110.488-16.603-161.617,7.35C70.68,76.555,31.939,118.988,12.723,172.079c-13.64,37.707-16.278,77.577-8.08,115.838c3.346,15.615,8.495,30.958,15.438,45.774c23.958,51.127,66.384,89.868,119.474,109.081c53.093,19.217,110.491,16.604,161.617-7.354c7.252-3.396,14.491-6.814,20.985-11.325c8.619-5.987,17.692-11.305,8.786-24.34c-9.014-13.19-26.874-3.275-44.197,4.883c-42.862,20.184-91.064,22.295-135.622,6.171c-44.549-16.122-80.154-48.633-100.26-91.538c-5.825-12.438-10.147-25.31-12.956-38.414c-6.873-32.104-4.664-65.573,6.788-97.208c16.124-44.554,48.63-80.164,91.532-100.263c42.906-20.104,91.072-22.292,135.628-6.176c42.629,15.441,77.037,45.892,97.536,86.083l-22.52,7.184c-6.19,1.974-6.774,6.445-1.296,9.942l48.878,31.154C399.939,215.061,406.425,212.991,408.871,206.974z'/%3E%3Cpath d='M200.435,120.945v122.212l-82.918,67.61c-5.891,4.802-6.772,13.474-1.968,19.362c2.718,3.336,6.68,5.063,10.676,5.063c3.058,0,6.135-1.013,8.688-3.099l93.048-75.863V120.945c0-7.603-6.164-13.765-13.762-13.765C206.589,107.18,200.435,113.342,200.435,120.945z'/%3E%3Cpath d='M432.902,253.705c-14.729,0-28.564,5.734-38.756,15.903l-17.808,17.097l-17.546-16.837c-10.403-10.428-24.26-16.163-38.988-16.163c-14.726,0-28.569,5.761-38.957,16.163c-10.428,10.407-16.167,24.239-16.167,38.981c0,14.704,5.732,28.56,16.155,38.957c10.383,10.417,24.23,16.162,38.969,16.162c14.717,0,28.577-5.731,38.744-15.926l17.799-17.075l17.562,16.839c10.404,10.417,24.265,16.162,38.994,16.162c14.716,0,28.549-5.731,38.952-16.162c10.42-10.381,16.167-24.241,16.167-38.982s-5.724-28.562-16.167-38.979C461.439,259.439,447.606,253.705,432.902,253.705zM336.217,325.236c-8.77,8.773-24.04,8.773-32.817,0c-4.393-4.387-6.807-10.221-6.807-16.4c0-6.205,2.414-12.013,6.832-16.424c4.362-4.387,10.191-6.804,16.38-6.804c6.191,0,12.025,2.417,16.656,7.026l16.853,16.215L336.217,325.236z M449.302,325.236c-8.773,8.784-23.827,8.997-33.062-0.226l-16.86-16.213l17.097-16.398c8.772-8.786,24.052-8.786,32.825-0.025c4.388,4.411,6.8,10.221,6.8,16.425C456.102,314.992,453.689,320.85,449.302,325.236z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loopinfini-black, .icon-perennial, .panel-menu-action.panel-menu-action--perennial, .button--3D.button--medium .icon-perennial, .button--3D.button--green .icon-perennial, .button--input.icon-perennial:hover, .button--input.icon-perennial.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='488.022px' height='488.022px' viewBox='0 0 488.022 488.022' style='enable-background:new 0 0 488.022 488.022;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_2_21_'%3E%3Cg%3E%3Cpath d='M408.871,206.974l21.833-53.701c2.447-6.023-0.619-9.328-6.807-7.355l-21.717,6.921c-24.075-50.386-66.184-88.565-118.759-107.589c-53.09-19.216-110.488-16.603-161.617,7.35C70.68,76.555,31.939,118.988,12.723,172.079c-13.64,37.707-16.278,77.577-8.08,115.838c3.346,15.615,8.495,30.958,15.438,45.774c23.958,51.127,66.384,89.868,119.474,109.081c53.093,19.217,110.491,16.604,161.617-7.354c7.252-3.396,14.491-6.814,20.985-11.325c8.619-5.987,17.692-11.305,8.786-24.34c-9.014-13.19-26.874-3.275-44.197,4.883c-42.862,20.184-91.064,22.295-135.622,6.171c-44.549-16.122-80.154-48.633-100.26-91.538c-5.825-12.438-10.147-25.31-12.956-38.414c-6.873-32.104-4.664-65.573,6.788-97.208c16.124-44.554,48.63-80.164,91.532-100.263c42.906-20.104,91.072-22.292,135.628-6.176c42.629,15.441,77.037,45.892,97.536,86.083l-22.52,7.184c-6.19,1.974-6.774,6.445-1.296,9.942l48.878,31.154C399.939,215.061,406.425,212.991,408.871,206.974z'/%3E%3Cpath d='M200.435,120.945v122.212l-82.918,67.61c-5.891,4.802-6.772,13.474-1.968,19.362c2.718,3.336,6.68,5.063,10.676,5.063c3.058,0,6.135-1.013,8.688-3.099l93.048-75.863V120.945c0-7.603-6.164-13.765-13.762-13.765C206.589,107.18,200.435,113.342,200.435,120.945z'/%3E%3Cpath d='M432.902,253.705c-14.729,0-28.564,5.734-38.756,15.903l-17.808,17.097l-17.546-16.837c-10.403-10.428-24.26-16.163-38.988-16.163c-14.726,0-28.569,5.761-38.957,16.163c-10.428,10.407-16.167,24.239-16.167,38.981c0,14.704,5.732,28.56,16.155,38.957c10.383,10.417,24.23,16.162,38.969,16.162c14.717,0,28.577-5.731,38.744-15.926l17.799-17.075l17.562,16.839c10.404,10.417,24.265,16.162,38.994,16.162c14.716,0,28.549-5.731,38.952-16.162c10.42-10.381,16.167-24.241,16.167-38.982s-5.724-28.562-16.167-38.979C461.439,259.439,447.606,253.705,432.902,253.705zM336.217,325.236c-8.77,8.773-24.04,8.773-32.817,0c-4.393-4.387-6.807-10.221-6.807-16.4c0-6.205,2.414-12.013,6.832-16.424c4.362-4.387,10.191-6.804,16.38-6.804c6.191,0,12.025,2.417,16.656,7.026l16.853,16.215L336.217,325.236z M449.302,325.236c-8.773,8.784-23.827,8.997-33.062-0.226l-16.86-16.213l17.097-16.398c8.772-8.786,24.052-8.786,32.825-0.025c4.388,4.411,6.8,10.221,6.8,16.425C456.102,314.992,453.689,320.85,449.302,325.236z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loopinfini-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='488.022px' height='488.022px' viewBox='0 0 488.022 488.022' style='enable-background:new 0 0 488.022 488.022;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_2_21_'%3E%3Cg%3E%3Cpath d='M408.871,206.974l21.833-53.701c2.447-6.023-0.619-9.328-6.807-7.355l-21.717,6.921c-24.075-50.386-66.184-88.565-118.759-107.589c-53.09-19.216-110.488-16.603-161.617,7.35C70.68,76.555,31.939,118.988,12.723,172.079c-13.64,37.707-16.278,77.577-8.08,115.838c3.346,15.615,8.495,30.958,15.438,45.774c23.958,51.127,66.384,89.868,119.474,109.081c53.093,19.217,110.491,16.604,161.617-7.354c7.252-3.396,14.491-6.814,20.985-11.325c8.619-5.987,17.692-11.305,8.786-24.34c-9.014-13.19-26.874-3.275-44.197,4.883c-42.862,20.184-91.064,22.295-135.622,6.171c-44.549-16.122-80.154-48.633-100.26-91.538c-5.825-12.438-10.147-25.31-12.956-38.414c-6.873-32.104-4.664-65.573,6.788-97.208c16.124-44.554,48.63-80.164,91.532-100.263c42.906-20.104,91.072-22.292,135.628-6.176c42.629,15.441,77.037,45.892,97.536,86.083l-22.52,7.184c-6.19,1.974-6.774,6.445-1.296,9.942l48.878,31.154C399.939,215.061,406.425,212.991,408.871,206.974z'/%3E%3Cpath d='M200.435,120.945v122.212l-82.918,67.61c-5.891,4.802-6.772,13.474-1.968,19.362c2.718,3.336,6.68,5.063,10.676,5.063c3.058,0,6.135-1.013,8.688-3.099l93.048-75.863V120.945c0-7.603-6.164-13.765-13.762-13.765C206.589,107.18,200.435,113.342,200.435,120.945z'/%3E%3Cpath d='M432.902,253.705c-14.729,0-28.564,5.734-38.756,15.903l-17.808,17.097l-17.546-16.837c-10.403-10.428-24.26-16.163-38.988-16.163c-14.726,0-28.569,5.761-38.957,16.163c-10.428,10.407-16.167,24.239-16.167,38.981c0,14.704,5.732,28.56,16.155,38.957c10.383,10.417,24.23,16.162,38.969,16.162c14.717,0,28.577-5.731,38.744-15.926l17.799-17.075l17.562,16.839c10.404,10.417,24.265,16.162,38.994,16.162c14.716,0,28.549-5.731,38.952-16.162c10.42-10.381,16.167-24.241,16.167-38.982s-5.724-28.562-16.167-38.979C461.439,259.439,447.606,253.705,432.902,253.705zM336.217,325.236c-8.77,8.773-24.04,8.773-32.817,0c-4.393-4.387-6.807-10.221-6.807-16.4c0-6.205,2.414-12.013,6.832-16.424c4.362-4.387,10.191-6.804,16.38-6.804c6.191,0,12.025,2.417,16.656,7.026l16.853,16.215L336.217,325.236z M449.302,325.236c-8.773,8.784-23.827,8.997-33.062-0.226l-16.86-16.213l17.097-16.398c8.772-8.786,24.052-8.786,32.825-0.025c4.388,4.411,6.8,10.221,6.8,16.425C456.102,314.992,453.689,320.85,449.302,325.236z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loopinfini-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='488.022px' height='488.022px' viewBox='0 0 488.022 488.022' style='enable-background:new 0 0 488.022 488.022;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_2_21_'%3E%3Cg%3E%3Cpath d='M408.871,206.974l21.833-53.701c2.447-6.023-0.619-9.328-6.807-7.355l-21.717,6.921c-24.075-50.386-66.184-88.565-118.759-107.589c-53.09-19.216-110.488-16.603-161.617,7.35C70.68,76.555,31.939,118.988,12.723,172.079c-13.64,37.707-16.278,77.577-8.08,115.838c3.346,15.615,8.495,30.958,15.438,45.774c23.958,51.127,66.384,89.868,119.474,109.081c53.093,19.217,110.491,16.604,161.617-7.354c7.252-3.396,14.491-6.814,20.985-11.325c8.619-5.987,17.692-11.305,8.786-24.34c-9.014-13.19-26.874-3.275-44.197,4.883c-42.862,20.184-91.064,22.295-135.622,6.171c-44.549-16.122-80.154-48.633-100.26-91.538c-5.825-12.438-10.147-25.31-12.956-38.414c-6.873-32.104-4.664-65.573,6.788-97.208c16.124-44.554,48.63-80.164,91.532-100.263c42.906-20.104,91.072-22.292,135.628-6.176c42.629,15.441,77.037,45.892,97.536,86.083l-22.52,7.184c-6.19,1.974-6.774,6.445-1.296,9.942l48.878,31.154C399.939,215.061,406.425,212.991,408.871,206.974z'/%3E%3Cpath d='M200.435,120.945v122.212l-82.918,67.61c-5.891,4.802-6.772,13.474-1.968,19.362c2.718,3.336,6.68,5.063,10.676,5.063c3.058,0,6.135-1.013,8.688-3.099l93.048-75.863V120.945c0-7.603-6.164-13.765-13.762-13.765C206.589,107.18,200.435,113.342,200.435,120.945z'/%3E%3Cpath d='M432.902,253.705c-14.729,0-28.564,5.734-38.756,15.903l-17.808,17.097l-17.546-16.837c-10.403-10.428-24.26-16.163-38.988-16.163c-14.726,0-28.569,5.761-38.957,16.163c-10.428,10.407-16.167,24.239-16.167,38.981c0,14.704,5.732,28.56,16.155,38.957c10.383,10.417,24.23,16.162,38.969,16.162c14.717,0,28.577-5.731,38.744-15.926l17.799-17.075l17.562,16.839c10.404,10.417,24.265,16.162,38.994,16.162c14.716,0,28.549-5.731,38.952-16.162c10.42-10.381,16.167-24.241,16.167-38.982s-5.724-28.562-16.167-38.979C461.439,259.439,447.606,253.705,432.902,253.705zM336.217,325.236c-8.77,8.773-24.04,8.773-32.817,0c-4.393-4.387-6.807-10.221-6.807-16.4c0-6.205,2.414-12.013,6.832-16.424c4.362-4.387,10.191-6.804,16.38-6.804c6.191,0,12.025,2.417,16.656,7.026l16.853,16.215L336.217,325.236z M449.302,325.236c-8.773,8.784-23.827,8.997-33.062-0.226l-16.86-16.213l17.097-16.398c8.772-8.786,24.052-8.786,32.825-0.025c4.388,4.411,6.8,10.221,6.8,16.425C456.102,314.992,453.689,320.85,449.302,325.236z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loopinfini-orange, .button--3D.button--medium:hover .icon-perennial, .button--3D.button--medium.active .icon-perennial, .button--3D.button--green:hover .icon-perennial, .button--3D.button--green.active .icon-perennial, .button--medium:hover .button--caracteristic.icon-perennial,
.button--medium.active .button--caracteristic.icon-perennial {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='488.022px' height='488.022px' viewBox='0 0 488.022 488.022' style='enable-background:new 0 0 488.022 488.022;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_2_21_'%3E%3Cg%3E%3Cpath d='M408.871,206.974l21.833-53.701c2.447-6.023-0.619-9.328-6.807-7.355l-21.717,6.921c-24.075-50.386-66.184-88.565-118.759-107.589c-53.09-19.216-110.488-16.603-161.617,7.35C70.68,76.555,31.939,118.988,12.723,172.079c-13.64,37.707-16.278,77.577-8.08,115.838c3.346,15.615,8.495,30.958,15.438,45.774c23.958,51.127,66.384,89.868,119.474,109.081c53.093,19.217,110.491,16.604,161.617-7.354c7.252-3.396,14.491-6.814,20.985-11.325c8.619-5.987,17.692-11.305,8.786-24.34c-9.014-13.19-26.874-3.275-44.197,4.883c-42.862,20.184-91.064,22.295-135.622,6.171c-44.549-16.122-80.154-48.633-100.26-91.538c-5.825-12.438-10.147-25.31-12.956-38.414c-6.873-32.104-4.664-65.573,6.788-97.208c16.124-44.554,48.63-80.164,91.532-100.263c42.906-20.104,91.072-22.292,135.628-6.176c42.629,15.441,77.037,45.892,97.536,86.083l-22.52,7.184c-6.19,1.974-6.774,6.445-1.296,9.942l48.878,31.154C399.939,215.061,406.425,212.991,408.871,206.974z'/%3E%3Cpath d='M200.435,120.945v122.212l-82.918,67.61c-5.891,4.802-6.772,13.474-1.968,19.362c2.718,3.336,6.68,5.063,10.676,5.063c3.058,0,6.135-1.013,8.688-3.099l93.048-75.863V120.945c0-7.603-6.164-13.765-13.762-13.765C206.589,107.18,200.435,113.342,200.435,120.945z'/%3E%3Cpath d='M432.902,253.705c-14.729,0-28.564,5.734-38.756,15.903l-17.808,17.097l-17.546-16.837c-10.403-10.428-24.26-16.163-38.988-16.163c-14.726,0-28.569,5.761-38.957,16.163c-10.428,10.407-16.167,24.239-16.167,38.981c0,14.704,5.732,28.56,16.155,38.957c10.383,10.417,24.23,16.162,38.969,16.162c14.717,0,28.577-5.731,38.744-15.926l17.799-17.075l17.562,16.839c10.404,10.417,24.265,16.162,38.994,16.162c14.716,0,28.549-5.731,38.952-16.162c10.42-10.381,16.167-24.241,16.167-38.982s-5.724-28.562-16.167-38.979C461.439,259.439,447.606,253.705,432.902,253.705zM336.217,325.236c-8.77,8.773-24.04,8.773-32.817,0c-4.393-4.387-6.807-10.221-6.807-16.4c0-6.205,2.414-12.013,6.832-16.424c4.362-4.387,10.191-6.804,16.38-6.804c6.191,0,12.025,2.417,16.656,7.026l16.853,16.215L336.217,325.236z M449.302,325.236c-8.773,8.784-23.827,8.997-33.062-0.226l-16.86-16.213l17.097-16.398c8.772-8.786,24.052-8.786,32.825-0.025c4.388,4.411,6.8,10.221,6.8,16.425C456.102,314.992,453.689,320.85,449.302,325.236z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop1-grey, .button--input.icon-annual {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='400px' height='399.999px' viewBox='0 0 400 399.999' style='enable-background:new 0 0 400 399.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M361.796,209.654c-7.887,0-14.279,6.393-14.279,14.275c0,81.342-66.172,147.518-147.519,147.518c-81.342,0-147.515-66.176-147.515-147.518c0-76.521,58.575-139.585,133.239-146.796v32.863c0,5.099,2.725,9.812,7.137,12.362c2.21,1.274,4.677,1.914,7.139,1.914c2.466,0,4.927-0.639,7.136-1.914l82.904-47.857c4.42-2.548,7.137-7.26,7.137-12.361c0-5.1-2.717-9.815-7.137-12.363L207.134,1.913c-4.418-2.551-9.855-2.551-14.275,0c-4.412,2.548-7.137,7.264-7.137,12.363v34.212c-90.426,7.298-161.791,83.167-161.791,175.44c0,97.085,78.984,176.07,176.066,176.07c97.088,0,176.071-78.985,176.071-176.07C376.068,216.047,369.679,209.654,361.796,209.654z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop1-brown, .no-touch .panel-menu-action.panel-menu-action--annual:hover, .panel-menu-action.panel-menu-action--annual.active, .button--caracteristic.icon-annual:hover, .button--caracteristic.icon-annual.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='400px' height='399.999px' viewBox='0 0 400 399.999' style='enable-background:new 0 0 400 399.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M361.796,209.654c-7.887,0-14.279,6.393-14.279,14.275c0,81.342-66.172,147.518-147.519,147.518c-81.342,0-147.515-66.176-147.515-147.518c0-76.521,58.575-139.585,133.239-146.796v32.863c0,5.099,2.725,9.812,7.137,12.362c2.21,1.274,4.677,1.914,7.139,1.914c2.466,0,4.927-0.639,7.136-1.914l82.904-47.857c4.42-2.548,7.137-7.26,7.137-12.361c0-5.1-2.717-9.815-7.137-12.363L207.134,1.913c-4.418-2.551-9.855-2.551-14.275,0c-4.412,2.548-7.137,7.264-7.137,12.363v34.212c-90.426,7.298-161.791,83.167-161.791,175.44c0,97.085,78.984,176.07,176.066,176.07c97.088,0,176.071-78.985,176.071-176.07C376.068,216.047,369.679,209.654,361.796,209.654z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop1-black, .icon-annual, .panel-menu-action.panel-menu-action--annual, .button--3D.button--medium .icon-annual, .button--3D.button--green .icon-annual, .button--input.icon-annual:hover, .button--input.icon-annual.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='400px' height='399.999px' viewBox='0 0 400 399.999' style='enable-background:new 0 0 400 399.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M361.796,209.654c-7.887,0-14.279,6.393-14.279,14.275c0,81.342-66.172,147.518-147.519,147.518c-81.342,0-147.515-66.176-147.515-147.518c0-76.521,58.575-139.585,133.239-146.796v32.863c0,5.099,2.725,9.812,7.137,12.362c2.21,1.274,4.677,1.914,7.139,1.914c2.466,0,4.927-0.639,7.136-1.914l82.904-47.857c4.42-2.548,7.137-7.26,7.137-12.361c0-5.1-2.717-9.815-7.137-12.363L207.134,1.913c-4.418-2.551-9.855-2.551-14.275,0c-4.412,2.548-7.137,7.264-7.137,12.363v34.212c-90.426,7.298-161.791,83.167-161.791,175.44c0,97.085,78.984,176.07,176.066,176.07c97.088,0,176.071-78.985,176.071-176.07C376.068,216.047,369.679,209.654,361.796,209.654z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop1-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='400px' height='399.999px' viewBox='0 0 400 399.999' style='enable-background:new 0 0 400 399.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M361.796,209.654c-7.887,0-14.279,6.393-14.279,14.275c0,81.342-66.172,147.518-147.519,147.518c-81.342,0-147.515-66.176-147.515-147.518c0-76.521,58.575-139.585,133.239-146.796v32.863c0,5.099,2.725,9.812,7.137,12.362c2.21,1.274,4.677,1.914,7.139,1.914c2.466,0,4.927-0.639,7.136-1.914l82.904-47.857c4.42-2.548,7.137-7.26,7.137-12.361c0-5.1-2.717-9.815-7.137-12.363L207.134,1.913c-4.418-2.551-9.855-2.551-14.275,0c-4.412,2.548-7.137,7.264-7.137,12.363v34.212c-90.426,7.298-161.791,83.167-161.791,175.44c0,97.085,78.984,176.07,176.066,176.07c97.088,0,176.071-78.985,176.071-176.07C376.068,216.047,369.679,209.654,361.796,209.654z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop1-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='400px' height='399.999px' viewBox='0 0 400 399.999' style='enable-background:new 0 0 400 399.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M361.796,209.654c-7.887,0-14.279,6.393-14.279,14.275c0,81.342-66.172,147.518-147.519,147.518c-81.342,0-147.515-66.176-147.515-147.518c0-76.521,58.575-139.585,133.239-146.796v32.863c0,5.099,2.725,9.812,7.137,12.362c2.21,1.274,4.677,1.914,7.139,1.914c2.466,0,4.927-0.639,7.136-1.914l82.904-47.857c4.42-2.548,7.137-7.26,7.137-12.361c0-5.1-2.717-9.815-7.137-12.363L207.134,1.913c-4.418-2.551-9.855-2.551-14.275,0c-4.412,2.548-7.137,7.264-7.137,12.363v34.212c-90.426,7.298-161.791,83.167-161.791,175.44c0,97.085,78.984,176.07,176.066,176.07c97.088,0,176.071-78.985,176.071-176.07C376.068,216.047,369.679,209.654,361.796,209.654z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop1-orange, .button--3D.button--medium:hover .icon-annual, .button--3D.button--medium.active .icon-annual, .button--3D.button--green:hover .icon-annual, .button--3D.button--green.active .icon-annual, .button--medium:hover .button--caracteristic.icon-annual,
.button--medium.active .button--caracteristic.icon-annual {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='400px' height='399.999px' viewBox='0 0 400 399.999' style='enable-background:new 0 0 400 399.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M361.796,209.654c-7.887,0-14.279,6.393-14.279,14.275c0,81.342-66.172,147.518-147.519,147.518c-81.342,0-147.515-66.176-147.515-147.518c0-76.521,58.575-139.585,133.239-146.796v32.863c0,5.099,2.725,9.812,7.137,12.362c2.21,1.274,4.677,1.914,7.139,1.914c2.466,0,4.927-0.639,7.136-1.914l82.904-47.857c4.42-2.548,7.137-7.26,7.137-12.361c0-5.1-2.717-9.815-7.137-12.363L207.134,1.913c-4.418-2.551-9.855-2.551-14.275,0c-4.412,2.548-7.137,7.264-7.137,12.363v34.212c-90.426,7.298-161.791,83.167-161.791,175.44c0,97.085,78.984,176.07,176.066,176.07c97.088,0,176.071-78.985,176.071-176.07C376.068,216.047,369.679,209.654,361.796,209.654z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop2-grey, .button--input.icon-bisannual {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='344.37px' height='344.37px' viewBox='0 0 344.37 344.37' style='enable-background:new 0 0 344.37 344.37;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.485,37.463c-6.753-1.449-13.396,2.853-14.842,9.603l-9.084,42.391C281.637,40.117,228.551,9.155,170.368,9.155c-89.603,0-162.5,72.896-162.5,162.5c0,6.903,5.596,12.5,12.5,12.5c6.903,0,12.5-5.597,12.5-12.5c0-75.818,61.682-137.5,137.5-137.5c49.429,0,94.515,26.403,118.925,68.443l-41.674-8.931c-6.752-1.447-13.396,2.854-14.841,9.604c-1.446,6.75,2.854,13.396,9.604,14.842l71.536,15.33c1.215,0.261,2.449,0.336,3.666,0.234c2.027-0.171,4.003-0.836,5.743-1.962c2.784-1.801,4.738-4.634,5.433-7.875l15.331-71.536C345.535,45.555,341.235,38.911,334.485,37.463z'/%3E%3Cpath d='M321.907,155.271c-6.899,0.228-12.309,6.006-12.081,12.905c1.212,36.708-11.942,71.689-37.042,98.504c-25.099,26.812-59.137,42.248-95.844,43.46c-1.53,0.05-3.052,0.075-4.576,0.075c-47.896-0.002-92.018-24.877-116.936-65.18l43.447,11.65c6.668,1.787,13.523-2.168,15.311-8.837c1.788-6.668-2.168-13.522-8.836-15.312l-70.664-18.946c-3.202-0.857-6.615-0.409-9.485,1.247c-2.872,1.656-4.967,4.387-5.826,7.589L0.43,293.092c-1.788,6.668,2.168,13.522,8.836,15.311c1.085,0.291,2.173,0.431,3.245,0.431c5.518,0,10.569-3.684,12.066-9.267l10.649-39.717c29.624,46.647,81.189,75.367,137.132,75.365c1.797,0,3.604-0.029,5.408-0.089c43.381-1.434,83.608-19.674,113.271-51.362s45.209-73.031,43.776-116.413C334.586,160.453,328.805,155.026,321.907,155.271z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop2-brown, .no-touch .panel-menu-action.panel-menu-action--bisannual:hover, .panel-menu-action.panel-menu-action--bisannual.active, .button--caracteristic.icon-bisannual:hover, .button--caracteristic.icon-bisannual.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='344.37px' height='344.37px' viewBox='0 0 344.37 344.37' style='enable-background:new 0 0 344.37 344.37;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.485,37.463c-6.753-1.449-13.396,2.853-14.842,9.603l-9.084,42.391C281.637,40.117,228.551,9.155,170.368,9.155c-89.603,0-162.5,72.896-162.5,162.5c0,6.903,5.596,12.5,12.5,12.5c6.903,0,12.5-5.597,12.5-12.5c0-75.818,61.682-137.5,137.5-137.5c49.429,0,94.515,26.403,118.925,68.443l-41.674-8.931c-6.752-1.447-13.396,2.854-14.841,9.604c-1.446,6.75,2.854,13.396,9.604,14.842l71.536,15.33c1.215,0.261,2.449,0.336,3.666,0.234c2.027-0.171,4.003-0.836,5.743-1.962c2.784-1.801,4.738-4.634,5.433-7.875l15.331-71.536C345.535,45.555,341.235,38.911,334.485,37.463z'/%3E%3Cpath d='M321.907,155.271c-6.899,0.228-12.309,6.006-12.081,12.905c1.212,36.708-11.942,71.689-37.042,98.504c-25.099,26.812-59.137,42.248-95.844,43.46c-1.53,0.05-3.052,0.075-4.576,0.075c-47.896-0.002-92.018-24.877-116.936-65.18l43.447,11.65c6.668,1.787,13.523-2.168,15.311-8.837c1.788-6.668-2.168-13.522-8.836-15.312l-70.664-18.946c-3.202-0.857-6.615-0.409-9.485,1.247c-2.872,1.656-4.967,4.387-5.826,7.589L0.43,293.092c-1.788,6.668,2.168,13.522,8.836,15.311c1.085,0.291,2.173,0.431,3.245,0.431c5.518,0,10.569-3.684,12.066-9.267l10.649-39.717c29.624,46.647,81.189,75.367,137.132,75.365c1.797,0,3.604-0.029,5.408-0.089c43.381-1.434,83.608-19.674,113.271-51.362s45.209-73.031,43.776-116.413C334.586,160.453,328.805,155.026,321.907,155.271z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop2-black, .icon-bisannual, .panel-menu-action.panel-menu-action--bisannual, .button--3D.button--medium .icon-bisannual, .button--3D.button--green .icon-bisannual, .button--input.icon-bisannual:hover, .button--input.icon-bisannual.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='344.37px' height='344.37px' viewBox='0 0 344.37 344.37' style='enable-background:new 0 0 344.37 344.37;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.485,37.463c-6.753-1.449-13.396,2.853-14.842,9.603l-9.084,42.391C281.637,40.117,228.551,9.155,170.368,9.155c-89.603,0-162.5,72.896-162.5,162.5c0,6.903,5.596,12.5,12.5,12.5c6.903,0,12.5-5.597,12.5-12.5c0-75.818,61.682-137.5,137.5-137.5c49.429,0,94.515,26.403,118.925,68.443l-41.674-8.931c-6.752-1.447-13.396,2.854-14.841,9.604c-1.446,6.75,2.854,13.396,9.604,14.842l71.536,15.33c1.215,0.261,2.449,0.336,3.666,0.234c2.027-0.171,4.003-0.836,5.743-1.962c2.784-1.801,4.738-4.634,5.433-7.875l15.331-71.536C345.535,45.555,341.235,38.911,334.485,37.463z'/%3E%3Cpath d='M321.907,155.271c-6.899,0.228-12.309,6.006-12.081,12.905c1.212,36.708-11.942,71.689-37.042,98.504c-25.099,26.812-59.137,42.248-95.844,43.46c-1.53,0.05-3.052,0.075-4.576,0.075c-47.896-0.002-92.018-24.877-116.936-65.18l43.447,11.65c6.668,1.787,13.523-2.168,15.311-8.837c1.788-6.668-2.168-13.522-8.836-15.312l-70.664-18.946c-3.202-0.857-6.615-0.409-9.485,1.247c-2.872,1.656-4.967,4.387-5.826,7.589L0.43,293.092c-1.788,6.668,2.168,13.522,8.836,15.311c1.085,0.291,2.173,0.431,3.245,0.431c5.518,0,10.569-3.684,12.066-9.267l10.649-39.717c29.624,46.647,81.189,75.367,137.132,75.365c1.797,0,3.604-0.029,5.408-0.089c43.381-1.434,83.608-19.674,113.271-51.362s45.209-73.031,43.776-116.413C334.586,160.453,328.805,155.026,321.907,155.271z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop2-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='344.37px' height='344.37px' viewBox='0 0 344.37 344.37' style='enable-background:new 0 0 344.37 344.37;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.485,37.463c-6.753-1.449-13.396,2.853-14.842,9.603l-9.084,42.391C281.637,40.117,228.551,9.155,170.368,9.155c-89.603,0-162.5,72.896-162.5,162.5c0,6.903,5.596,12.5,12.5,12.5c6.903,0,12.5-5.597,12.5-12.5c0-75.818,61.682-137.5,137.5-137.5c49.429,0,94.515,26.403,118.925,68.443l-41.674-8.931c-6.752-1.447-13.396,2.854-14.841,9.604c-1.446,6.75,2.854,13.396,9.604,14.842l71.536,15.33c1.215,0.261,2.449,0.336,3.666,0.234c2.027-0.171,4.003-0.836,5.743-1.962c2.784-1.801,4.738-4.634,5.433-7.875l15.331-71.536C345.535,45.555,341.235,38.911,334.485,37.463z'/%3E%3Cpath d='M321.907,155.271c-6.899,0.228-12.309,6.006-12.081,12.905c1.212,36.708-11.942,71.689-37.042,98.504c-25.099,26.812-59.137,42.248-95.844,43.46c-1.53,0.05-3.052,0.075-4.576,0.075c-47.896-0.002-92.018-24.877-116.936-65.18l43.447,11.65c6.668,1.787,13.523-2.168,15.311-8.837c1.788-6.668-2.168-13.522-8.836-15.312l-70.664-18.946c-3.202-0.857-6.615-0.409-9.485,1.247c-2.872,1.656-4.967,4.387-5.826,7.589L0.43,293.092c-1.788,6.668,2.168,13.522,8.836,15.311c1.085,0.291,2.173,0.431,3.245,0.431c5.518,0,10.569-3.684,12.066-9.267l10.649-39.717c29.624,46.647,81.189,75.367,137.132,75.365c1.797,0,3.604-0.029,5.408-0.089c43.381-1.434,83.608-19.674,113.271-51.362s45.209-73.031,43.776-116.413C334.586,160.453,328.805,155.026,321.907,155.271z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop2-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='344.37px' height='344.37px' viewBox='0 0 344.37 344.37' style='enable-background:new 0 0 344.37 344.37;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.485,37.463c-6.753-1.449-13.396,2.853-14.842,9.603l-9.084,42.391C281.637,40.117,228.551,9.155,170.368,9.155c-89.603,0-162.5,72.896-162.5,162.5c0,6.903,5.596,12.5,12.5,12.5c6.903,0,12.5-5.597,12.5-12.5c0-75.818,61.682-137.5,137.5-137.5c49.429,0,94.515,26.403,118.925,68.443l-41.674-8.931c-6.752-1.447-13.396,2.854-14.841,9.604c-1.446,6.75,2.854,13.396,9.604,14.842l71.536,15.33c1.215,0.261,2.449,0.336,3.666,0.234c2.027-0.171,4.003-0.836,5.743-1.962c2.784-1.801,4.738-4.634,5.433-7.875l15.331-71.536C345.535,45.555,341.235,38.911,334.485,37.463z'/%3E%3Cpath d='M321.907,155.271c-6.899,0.228-12.309,6.006-12.081,12.905c1.212,36.708-11.942,71.689-37.042,98.504c-25.099,26.812-59.137,42.248-95.844,43.46c-1.53,0.05-3.052,0.075-4.576,0.075c-47.896-0.002-92.018-24.877-116.936-65.18l43.447,11.65c6.668,1.787,13.523-2.168,15.311-8.837c1.788-6.668-2.168-13.522-8.836-15.312l-70.664-18.946c-3.202-0.857-6.615-0.409-9.485,1.247c-2.872,1.656-4.967,4.387-5.826,7.589L0.43,293.092c-1.788,6.668,2.168,13.522,8.836,15.311c1.085,0.291,2.173,0.431,3.245,0.431c5.518,0,10.569-3.684,12.066-9.267l10.649-39.717c29.624,46.647,81.189,75.367,137.132,75.365c1.797,0,3.604-0.029,5.408-0.089c43.381-1.434,83.608-19.674,113.271-51.362s45.209-73.031,43.776-116.413C334.586,160.453,328.805,155.026,321.907,155.271z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-loop2-orange, .button--3D.button--medium:hover .icon-bisannual, .button--3D.button--medium.active .icon-bisannual, .button--3D.button--green:hover .icon-bisannual, .button--3D.button--green.active .icon-bisannual, .button--medium:hover .button--caracteristic.icon-bisannual,
.button--medium.active .button--caracteristic.icon-bisannual {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='344.37px' height='344.37px' viewBox='0 0 344.37 344.37' style='enable-background:new 0 0 344.37 344.37;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.485,37.463c-6.753-1.449-13.396,2.853-14.842,9.603l-9.084,42.391C281.637,40.117,228.551,9.155,170.368,9.155c-89.603,0-162.5,72.896-162.5,162.5c0,6.903,5.596,12.5,12.5,12.5c6.903,0,12.5-5.597,12.5-12.5c0-75.818,61.682-137.5,137.5-137.5c49.429,0,94.515,26.403,118.925,68.443l-41.674-8.931c-6.752-1.447-13.396,2.854-14.841,9.604c-1.446,6.75,2.854,13.396,9.604,14.842l71.536,15.33c1.215,0.261,2.449,0.336,3.666,0.234c2.027-0.171,4.003-0.836,5.743-1.962c2.784-1.801,4.738-4.634,5.433-7.875l15.331-71.536C345.535,45.555,341.235,38.911,334.485,37.463z'/%3E%3Cpath d='M321.907,155.271c-6.899,0.228-12.309,6.006-12.081,12.905c1.212,36.708-11.942,71.689-37.042,98.504c-25.099,26.812-59.137,42.248-95.844,43.46c-1.53,0.05-3.052,0.075-4.576,0.075c-47.896-0.002-92.018-24.877-116.936-65.18l43.447,11.65c6.668,1.787,13.523-2.168,15.311-8.837c1.788-6.668-2.168-13.522-8.836-15.312l-70.664-18.946c-3.202-0.857-6.615-0.409-9.485,1.247c-2.872,1.656-4.967,4.387-5.826,7.589L0.43,293.092c-1.788,6.668,2.168,13.522,8.836,15.311c1.085,0.291,2.173,0.431,3.245,0.431c5.518,0,10.569-3.684,12.066-9.267l10.649-39.717c29.624,46.647,81.189,75.367,137.132,75.365c1.797,0,3.604-0.029,5.408-0.089c43.381-1.434,83.608-19.674,113.271-51.362s45.209-73.031,43.776-116.413C334.586,160.453,328.805,155.026,321.907,155.271z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-slow-grey, .button--input.icon-growth_slow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 311.604 311.604' style='enable-background:new 0 0 311.604 311.604;' xml:space='preserve'%3E%3Cpath d='M300.576,96.069c-6.09,0-11.023,4.939-11.023,11.023c0,2.479,0.846,4.738,2.22,6.58l-15.914,27.303c-1.822-0.029-3.828,0.076-6.1,0.395v-24.111c3.959-1.678,6.732-5.596,6.732-10.166c0-6.084-4.931-11.023-11.021-11.023c-6.09,0-11.026,4.939-11.026,11.023c0,4.57,2.78,8.488,6.736,10.166v26.092c-10.649,3.258-25.504,10.482-47.285,25.285c2.717-4.525,10.932-20.924-14.298-24.41c-5.569-35.729-36.391-63.096-73.686-63.096c-41.237,0-74.669,33.438-74.669,74.67c0,2.52,0.133,4.996,0.372,7.451l0,0c0,0-33.936,14.293-6.621,29.416c-11.851,5.926-34.57,22.387-34.57,22.387s-26.646,15.506,5.266,15.42h198.863c0,0,20.717,0.086,39.172-26.947c20.447-29.934,48.076-32.582,48.076-45.1c0-9.297-8.173-14.217-16.698-16.275l14.089-24.168c0.463,0.053,0.911,0.133,1.385,0.133c6.093,0,11.027-4.93,11.027-11.023C311.604,101.009,306.669,96.069,300.576,96.069z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-slow-brown, .no-touch .panel-menu-action.panel-menu-action--growth_slow:hover, .panel-menu-action.panel-menu-action--growth_slow.active, .button--caracteristic.icon-growth_slow:hover, .button--caracteristic.icon-growth_slow.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 311.604 311.604' style='enable-background:new 0 0 311.604 311.604;' xml:space='preserve'%3E%3Cpath d='M300.576,96.069c-6.09,0-11.023,4.939-11.023,11.023c0,2.479,0.846,4.738,2.22,6.58l-15.914,27.303c-1.822-0.029-3.828,0.076-6.1,0.395v-24.111c3.959-1.678,6.732-5.596,6.732-10.166c0-6.084-4.931-11.023-11.021-11.023c-6.09,0-11.026,4.939-11.026,11.023c0,4.57,2.78,8.488,6.736,10.166v26.092c-10.649,3.258-25.504,10.482-47.285,25.285c2.717-4.525,10.932-20.924-14.298-24.41c-5.569-35.729-36.391-63.096-73.686-63.096c-41.237,0-74.669,33.438-74.669,74.67c0,2.52,0.133,4.996,0.372,7.451l0,0c0,0-33.936,14.293-6.621,29.416c-11.851,5.926-34.57,22.387-34.57,22.387s-26.646,15.506,5.266,15.42h198.863c0,0,20.717,0.086,39.172-26.947c20.447-29.934,48.076-32.582,48.076-45.1c0-9.297-8.173-14.217-16.698-16.275l14.089-24.168c0.463,0.053,0.911,0.133,1.385,0.133c6.093,0,11.027-4.93,11.027-11.023C311.604,101.009,306.669,96.069,300.576,96.069z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-slow-black, .icon-growth_slow, .panel-menu-action.panel-menu-action--growth_slow, .button--3D.button--medium .icon-growth_slow, .button--3D.button--green .icon-growth_slow, .button--input.icon-growth_slow:hover, .button--input.icon-growth_slow.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 311.604 311.604' style='enable-background:new 0 0 311.604 311.604;' xml:space='preserve'%3E%3Cpath d='M300.576,96.069c-6.09,0-11.023,4.939-11.023,11.023c0,2.479,0.846,4.738,2.22,6.58l-15.914,27.303c-1.822-0.029-3.828,0.076-6.1,0.395v-24.111c3.959-1.678,6.732-5.596,6.732-10.166c0-6.084-4.931-11.023-11.021-11.023c-6.09,0-11.026,4.939-11.026,11.023c0,4.57,2.78,8.488,6.736,10.166v26.092c-10.649,3.258-25.504,10.482-47.285,25.285c2.717-4.525,10.932-20.924-14.298-24.41c-5.569-35.729-36.391-63.096-73.686-63.096c-41.237,0-74.669,33.438-74.669,74.67c0,2.52,0.133,4.996,0.372,7.451l0,0c0,0-33.936,14.293-6.621,29.416c-11.851,5.926-34.57,22.387-34.57,22.387s-26.646,15.506,5.266,15.42h198.863c0,0,20.717,0.086,39.172-26.947c20.447-29.934,48.076-32.582,48.076-45.1c0-9.297-8.173-14.217-16.698-16.275l14.089-24.168c0.463,0.053,0.911,0.133,1.385,0.133c6.093,0,11.027-4.93,11.027-11.023C311.604,101.009,306.669,96.069,300.576,96.069z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-slow-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 311.604 311.604' style='enable-background:new 0 0 311.604 311.604;' xml:space='preserve'%3E%3Cpath d='M300.576,96.069c-6.09,0-11.023,4.939-11.023,11.023c0,2.479,0.846,4.738,2.22,6.58l-15.914,27.303c-1.822-0.029-3.828,0.076-6.1,0.395v-24.111c3.959-1.678,6.732-5.596,6.732-10.166c0-6.084-4.931-11.023-11.021-11.023c-6.09,0-11.026,4.939-11.026,11.023c0,4.57,2.78,8.488,6.736,10.166v26.092c-10.649,3.258-25.504,10.482-47.285,25.285c2.717-4.525,10.932-20.924-14.298-24.41c-5.569-35.729-36.391-63.096-73.686-63.096c-41.237,0-74.669,33.438-74.669,74.67c0,2.52,0.133,4.996,0.372,7.451l0,0c0,0-33.936,14.293-6.621,29.416c-11.851,5.926-34.57,22.387-34.57,22.387s-26.646,15.506,5.266,15.42h198.863c0,0,20.717,0.086,39.172-26.947c20.447-29.934,48.076-32.582,48.076-45.1c0-9.297-8.173-14.217-16.698-16.275l14.089-24.168c0.463,0.053,0.911,0.133,1.385,0.133c6.093,0,11.027-4.93,11.027-11.023C311.604,101.009,306.669,96.069,300.576,96.069z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-slow-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 311.604 311.604' style='enable-background:new 0 0 311.604 311.604;' xml:space='preserve'%3E%3Cpath d='M300.576,96.069c-6.09,0-11.023,4.939-11.023,11.023c0,2.479,0.846,4.738,2.22,6.58l-15.914,27.303c-1.822-0.029-3.828,0.076-6.1,0.395v-24.111c3.959-1.678,6.732-5.596,6.732-10.166c0-6.084-4.931-11.023-11.021-11.023c-6.09,0-11.026,4.939-11.026,11.023c0,4.57,2.78,8.488,6.736,10.166v26.092c-10.649,3.258-25.504,10.482-47.285,25.285c2.717-4.525,10.932-20.924-14.298-24.41c-5.569-35.729-36.391-63.096-73.686-63.096c-41.237,0-74.669,33.438-74.669,74.67c0,2.52,0.133,4.996,0.372,7.451l0,0c0,0-33.936,14.293-6.621,29.416c-11.851,5.926-34.57,22.387-34.57,22.387s-26.646,15.506,5.266,15.42h198.863c0,0,20.717,0.086,39.172-26.947c20.447-29.934,48.076-32.582,48.076-45.1c0-9.297-8.173-14.217-16.698-16.275l14.089-24.168c0.463,0.053,0.911,0.133,1.385,0.133c6.093,0,11.027-4.93,11.027-11.023C311.604,101.009,306.669,96.069,300.576,96.069z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-slow-orange, .button--3D.button--medium:hover .icon-growth_slow, .button--3D.button--medium.active .icon-growth_slow, .button--3D.button--green:hover .icon-growth_slow, .button--3D.button--green.active .icon-growth_slow, .button--medium:hover .button--caracteristic.icon-growth_slow,
.button--medium.active .button--caracteristic.icon-growth_slow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 311.604 311.604' style='enable-background:new 0 0 311.604 311.604;' xml:space='preserve'%3E%3Cpath d='M300.576,96.069c-6.09,0-11.023,4.939-11.023,11.023c0,2.479,0.846,4.738,2.22,6.58l-15.914,27.303c-1.822-0.029-3.828,0.076-6.1,0.395v-24.111c3.959-1.678,6.732-5.596,6.732-10.166c0-6.084-4.931-11.023-11.021-11.023c-6.09,0-11.026,4.939-11.026,11.023c0,4.57,2.78,8.488,6.736,10.166v26.092c-10.649,3.258-25.504,10.482-47.285,25.285c2.717-4.525,10.932-20.924-14.298-24.41c-5.569-35.729-36.391-63.096-73.686-63.096c-41.237,0-74.669,33.438-74.669,74.67c0,2.52,0.133,4.996,0.372,7.451l0,0c0,0-33.936,14.293-6.621,29.416c-11.851,5.926-34.57,22.387-34.57,22.387s-26.646,15.506,5.266,15.42h198.863c0,0,20.717,0.086,39.172-26.947c20.447-29.934,48.076-32.582,48.076-45.1c0-9.297-8.173-14.217-16.698-16.275l14.089-24.168c0.463,0.053,0.911,0.133,1.385,0.133c6.093,0,11.027-4.93,11.027-11.023C311.604,101.009,306.669,96.069,300.576,96.069z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-walk-grey, .button--input.icon-growth_normal {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.642 470.642' style='enable-background:new 0 0 470.642 470.642;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M223.821,76.022c10.333-0.333,19-4.333,26-12s10.333-16.667,10-27c-0.333-10.335-4.167-19.168-11.5-26.5c-7.333-7.333-16.167-10.833-26.5-10.5s-19,4.333-26,12s-10.5,16.667-10.5,27s3.833,19.167,11.5,26.5S213.488,76.355,223.821,76.022z'/%3E%3Cpath d='M350.321,202.522l-55-30l-45-72c-8.667-10.667-19.333-16-32-16c-8.667,0-17,3.667-25,11l-68,69c-2,2.667-3.333,5.667-4,9l-9,77v2c0,4.666,1.667,8.666,5,12c3.333,3.332,7.333,5,12,5s8.5-1.668,11.5-5c3-3.334,4.833-7,5.5-11l7-66l24-24l-22,184l-39,87.001c-1.333,4-2,7.658-2,11.002c0,7.322,2.5,13.5,7.5,18.5s11.167,7.164,18.5,6.5c10,0,17.333-4.678,22-14l42-94.002c0-0.67,0.333-1.835,1-3.5c0.668-1.67,1.335-3.17,2-4.5c0.667-1.335,1-2.67,1-4l5-45.001l43,148.003c4.667,12,13,17.666,25,17c6.667,0,12.5-2.5,17.5-7.5s7.5-11.178,7.5-18.5c0-0.678-0.167-1.5-0.5-2.5s-0.5-1.836-0.5-2.502l-60-205.001l7-67l17,27c1.333,2,3,3.667,5,5l59,33c4,1.333,6.667,2,8,2c4.667,0,8.667-1.833,12-5.5c3.333-3.668,5-7.834,5-12.5C358.321,210.522,355.654,205.855,350.321,202.522z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-walk-brown, .no-touch .panel-menu-action.panel-menu-action--growth_normal:hover, .panel-menu-action.panel-menu-action--growth_normal.active, .button--caracteristic.icon-growth_normal:hover, .button--caracteristic.icon-growth_normal.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.642 470.642' style='enable-background:new 0 0 470.642 470.642;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M223.821,76.022c10.333-0.333,19-4.333,26-12s10.333-16.667,10-27c-0.333-10.335-4.167-19.168-11.5-26.5c-7.333-7.333-16.167-10.833-26.5-10.5s-19,4.333-26,12s-10.5,16.667-10.5,27s3.833,19.167,11.5,26.5S213.488,76.355,223.821,76.022z'/%3E%3Cpath d='M350.321,202.522l-55-30l-45-72c-8.667-10.667-19.333-16-32-16c-8.667,0-17,3.667-25,11l-68,69c-2,2.667-3.333,5.667-4,9l-9,77v2c0,4.666,1.667,8.666,5,12c3.333,3.332,7.333,5,12,5s8.5-1.668,11.5-5c3-3.334,4.833-7,5.5-11l7-66l24-24l-22,184l-39,87.001c-1.333,4-2,7.658-2,11.002c0,7.322,2.5,13.5,7.5,18.5s11.167,7.164,18.5,6.5c10,0,17.333-4.678,22-14l42-94.002c0-0.67,0.333-1.835,1-3.5c0.668-1.67,1.335-3.17,2-4.5c0.667-1.335,1-2.67,1-4l5-45.001l43,148.003c4.667,12,13,17.666,25,17c6.667,0,12.5-2.5,17.5-7.5s7.5-11.178,7.5-18.5c0-0.678-0.167-1.5-0.5-2.5s-0.5-1.836-0.5-2.502l-60-205.001l7-67l17,27c1.333,2,3,3.667,5,5l59,33c4,1.333,6.667,2,8,2c4.667,0,8.667-1.833,12-5.5c3.333-3.668,5-7.834,5-12.5C358.321,210.522,355.654,205.855,350.321,202.522z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-walk-black, .icon-growth_normal, .panel-menu-action.panel-menu-action--growth_normal, .button--3D.button--medium .icon-growth_normal, .button--3D.button--green .icon-growth_normal, .button--input.icon-growth_normal:hover, .button--input.icon-growth_normal.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.642 470.642' style='enable-background:new 0 0 470.642 470.642;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M223.821,76.022c10.333-0.333,19-4.333,26-12s10.333-16.667,10-27c-0.333-10.335-4.167-19.168-11.5-26.5c-7.333-7.333-16.167-10.833-26.5-10.5s-19,4.333-26,12s-10.5,16.667-10.5,27s3.833,19.167,11.5,26.5S213.488,76.355,223.821,76.022z'/%3E%3Cpath d='M350.321,202.522l-55-30l-45-72c-8.667-10.667-19.333-16-32-16c-8.667,0-17,3.667-25,11l-68,69c-2,2.667-3.333,5.667-4,9l-9,77v2c0,4.666,1.667,8.666,5,12c3.333,3.332,7.333,5,12,5s8.5-1.668,11.5-5c3-3.334,4.833-7,5.5-11l7-66l24-24l-22,184l-39,87.001c-1.333,4-2,7.658-2,11.002c0,7.322,2.5,13.5,7.5,18.5s11.167,7.164,18.5,6.5c10,0,17.333-4.678,22-14l42-94.002c0-0.67,0.333-1.835,1-3.5c0.668-1.67,1.335-3.17,2-4.5c0.667-1.335,1-2.67,1-4l5-45.001l43,148.003c4.667,12,13,17.666,25,17c6.667,0,12.5-2.5,17.5-7.5s7.5-11.178,7.5-18.5c0-0.678-0.167-1.5-0.5-2.5s-0.5-1.836-0.5-2.502l-60-205.001l7-67l17,27c1.333,2,3,3.667,5,5l59,33c4,1.333,6.667,2,8,2c4.667,0,8.667-1.833,12-5.5c3.333-3.668,5-7.834,5-12.5C358.321,210.522,355.654,205.855,350.321,202.522z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-walk-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.642 470.642' style='enable-background:new 0 0 470.642 470.642;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M223.821,76.022c10.333-0.333,19-4.333,26-12s10.333-16.667,10-27c-0.333-10.335-4.167-19.168-11.5-26.5c-7.333-7.333-16.167-10.833-26.5-10.5s-19,4.333-26,12s-10.5,16.667-10.5,27s3.833,19.167,11.5,26.5S213.488,76.355,223.821,76.022z'/%3E%3Cpath d='M350.321,202.522l-55-30l-45-72c-8.667-10.667-19.333-16-32-16c-8.667,0-17,3.667-25,11l-68,69c-2,2.667-3.333,5.667-4,9l-9,77v2c0,4.666,1.667,8.666,5,12c3.333,3.332,7.333,5,12,5s8.5-1.668,11.5-5c3-3.334,4.833-7,5.5-11l7-66l24-24l-22,184l-39,87.001c-1.333,4-2,7.658-2,11.002c0,7.322,2.5,13.5,7.5,18.5s11.167,7.164,18.5,6.5c10,0,17.333-4.678,22-14l42-94.002c0-0.67,0.333-1.835,1-3.5c0.668-1.67,1.335-3.17,2-4.5c0.667-1.335,1-2.67,1-4l5-45.001l43,148.003c4.667,12,13,17.666,25,17c6.667,0,12.5-2.5,17.5-7.5s7.5-11.178,7.5-18.5c0-0.678-0.167-1.5-0.5-2.5s-0.5-1.836-0.5-2.502l-60-205.001l7-67l17,27c1.333,2,3,3.667,5,5l59,33c4,1.333,6.667,2,8,2c4.667,0,8.667-1.833,12-5.5c3.333-3.668,5-7.834,5-12.5C358.321,210.522,355.654,205.855,350.321,202.522z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-walk-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.642 470.642' style='enable-background:new 0 0 470.642 470.642;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M223.821,76.022c10.333-0.333,19-4.333,26-12s10.333-16.667,10-27c-0.333-10.335-4.167-19.168-11.5-26.5c-7.333-7.333-16.167-10.833-26.5-10.5s-19,4.333-26,12s-10.5,16.667-10.5,27s3.833,19.167,11.5,26.5S213.488,76.355,223.821,76.022z'/%3E%3Cpath d='M350.321,202.522l-55-30l-45-72c-8.667-10.667-19.333-16-32-16c-8.667,0-17,3.667-25,11l-68,69c-2,2.667-3.333,5.667-4,9l-9,77v2c0,4.666,1.667,8.666,5,12c3.333,3.332,7.333,5,12,5s8.5-1.668,11.5-5c3-3.334,4.833-7,5.5-11l7-66l24-24l-22,184l-39,87.001c-1.333,4-2,7.658-2,11.002c0,7.322,2.5,13.5,7.5,18.5s11.167,7.164,18.5,6.5c10,0,17.333-4.678,22-14l42-94.002c0-0.67,0.333-1.835,1-3.5c0.668-1.67,1.335-3.17,2-4.5c0.667-1.335,1-2.67,1-4l5-45.001l43,148.003c4.667,12,13,17.666,25,17c6.667,0,12.5-2.5,17.5-7.5s7.5-11.178,7.5-18.5c0-0.678-0.167-1.5-0.5-2.5s-0.5-1.836-0.5-2.502l-60-205.001l7-67l17,27c1.333,2,3,3.667,5,5l59,33c4,1.333,6.667,2,8,2c4.667,0,8.667-1.833,12-5.5c3.333-3.668,5-7.834,5-12.5C358.321,210.522,355.654,205.855,350.321,202.522z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-walk-orange, .button--3D.button--medium:hover .icon-growth_normal, .button--3D.button--medium.active .icon-growth_normal, .button--3D.button--green:hover .icon-growth_normal, .button--3D.button--green.active .icon-growth_normal, .button--medium:hover .button--caracteristic.icon-growth_normal,
.button--medium.active .button--caracteristic.icon-growth_normal {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.642 470.642' style='enable-background:new 0 0 470.642 470.642;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M223.821,76.022c10.333-0.333,19-4.333,26-12s10.333-16.667,10-27c-0.333-10.335-4.167-19.168-11.5-26.5c-7.333-7.333-16.167-10.833-26.5-10.5s-19,4.333-26,12s-10.5,16.667-10.5,27s3.833,19.167,11.5,26.5S213.488,76.355,223.821,76.022z'/%3E%3Cpath d='M350.321,202.522l-55-30l-45-72c-8.667-10.667-19.333-16-32-16c-8.667,0-17,3.667-25,11l-68,69c-2,2.667-3.333,5.667-4,9l-9,77v2c0,4.666,1.667,8.666,5,12c3.333,3.332,7.333,5,12,5s8.5-1.668,11.5-5c3-3.334,4.833-7,5.5-11l7-66l24-24l-22,184l-39,87.001c-1.333,4-2,7.658-2,11.002c0,7.322,2.5,13.5,7.5,18.5s11.167,7.164,18.5,6.5c10,0,17.333-4.678,22-14l42-94.002c0-0.67,0.333-1.835,1-3.5c0.668-1.67,1.335-3.17,2-4.5c0.667-1.335,1-2.67,1-4l5-45.001l43,148.003c4.667,12,13,17.666,25,17c6.667,0,12.5-2.5,17.5-7.5s7.5-11.178,7.5-18.5c0-0.678-0.167-1.5-0.5-2.5s-0.5-1.836-0.5-2.502l-60-205.001l7-67l17,27c1.333,2,3,3.667,5,5l59,33c4,1.333,6.667,2,8,2c4.667,0,8.667-1.833,12-5.5c3.333-3.668,5-7.834,5-12.5C358.321,210.522,355.654,205.855,350.321,202.522z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-run-grey, .button--input.icon-growth_quick {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='487.811px' height='487.81px' viewBox='0 0 487.811 487.81' style='enable-background:new 0 0 487.811 487.81;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33_6_24_'%3E%3Cg%3E%3Cpath d='M150.463,109.521h150.512c3.955,0,7.16-3.206,7.16-7.161c0-3.955-3.205-7.161-7.16-7.161H150.463c-3.955,0-7.161,3.206-7.161,7.161C143.302,106.315,146.508,109.521,150.463,109.521z'/%3E%3Cpath d='M15.853,179.537h150.511c3.955,0,7.161-3.206,7.161-7.161s-3.206-7.16-7.161-7.16H15.853c-3.955,0-7.161,3.205-7.161,7.16S11.898,179.537,15.853,179.537z'/%3E%3Cpath d='M56.258,253.214c0,3.955,3.206,7.162,7.161,7.162H213.93c3.955,0,7.161-3.207,7.161-7.162s-3.206-7.16-7.161-7.16H63.419C59.464,246.054,56.258,249.259,56.258,253.214z'/%3E%3Cpath d='M142.396,336.44H7.161C3.206,336.44,0,339.645,0,343.6s3.206,7.161,7.161,7.161h135.235c3.955,0,7.161-3.206,7.161-7.161S146.351,336.44,142.396,336.44z'/%3E%3Cpath d='M385.729,154.418c21.6,0,39.111-17.513,39.111-39.114s-17.512-39.113-39.111-39.113c-21.605,0-39.119,17.513-39.119,39.113C346.609,136.905,364.123,154.418,385.729,154.418z'/%3E%3Cpath d='M450.066,143.155c-22.459,31.459-52.533,35.102-84.895,15.89c-2.203-1.306-11.977-6.691-14.141-7.977c-52.061-30.906-104.061-18.786-138.934,30.05c-14.819,20.771,19.455,40.459,34.108,19.93c18.018-25.232,40.929-32.533,65.986-24.541c-12.83,22.27-24.047,44.405-39.875,75.853c-15.832,31.448-50.787,56.562-84.374,36.92c-24.235-14.165-46.09,20.651-21.928,34.772c45.854,26.799,99.619,10.343,127.066-24.493c0.952,0.509,1.958,0.968,3.062,1.354c22.422,7.812,51.814,28.61,60.77,35.981c8.953,7.371,24.336,44.921,33.471,63.788c11.082,22.893,46.871,6.219,35.748-16.771c-10.355-21.406-27.736-64.129-41.293-74.938c-10.875-8.669-31.988-24.803-49.895-33.956c12.115-23.466,24.729-46.679,38.008-69.491c42.328,12.969,82.561-2.308,111.215-42.446C498.996,142.312,464.73,122.624,450.066,143.155z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-run-brown, .no-touch .panel-menu-action.panel-menu-action--growth_quick:hover, .panel-menu-action.panel-menu-action--growth_quick.active, .button--caracteristic.icon-growth_quick:hover, .button--caracteristic.icon-growth_quick.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='487.811px' height='487.81px' viewBox='0 0 487.811 487.81' style='enable-background:new 0 0 487.811 487.81;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33_6_24_'%3E%3Cg%3E%3Cpath d='M150.463,109.521h150.512c3.955,0,7.16-3.206,7.16-7.161c0-3.955-3.205-7.161-7.16-7.161H150.463c-3.955,0-7.161,3.206-7.161,7.161C143.302,106.315,146.508,109.521,150.463,109.521z'/%3E%3Cpath d='M15.853,179.537h150.511c3.955,0,7.161-3.206,7.161-7.161s-3.206-7.16-7.161-7.16H15.853c-3.955,0-7.161,3.205-7.161,7.16S11.898,179.537,15.853,179.537z'/%3E%3Cpath d='M56.258,253.214c0,3.955,3.206,7.162,7.161,7.162H213.93c3.955,0,7.161-3.207,7.161-7.162s-3.206-7.16-7.161-7.16H63.419C59.464,246.054,56.258,249.259,56.258,253.214z'/%3E%3Cpath d='M142.396,336.44H7.161C3.206,336.44,0,339.645,0,343.6s3.206,7.161,7.161,7.161h135.235c3.955,0,7.161-3.206,7.161-7.161S146.351,336.44,142.396,336.44z'/%3E%3Cpath d='M385.729,154.418c21.6,0,39.111-17.513,39.111-39.114s-17.512-39.113-39.111-39.113c-21.605,0-39.119,17.513-39.119,39.113C346.609,136.905,364.123,154.418,385.729,154.418z'/%3E%3Cpath d='M450.066,143.155c-22.459,31.459-52.533,35.102-84.895,15.89c-2.203-1.306-11.977-6.691-14.141-7.977c-52.061-30.906-104.061-18.786-138.934,30.05c-14.819,20.771,19.455,40.459,34.108,19.93c18.018-25.232,40.929-32.533,65.986-24.541c-12.83,22.27-24.047,44.405-39.875,75.853c-15.832,31.448-50.787,56.562-84.374,36.92c-24.235-14.165-46.09,20.651-21.928,34.772c45.854,26.799,99.619,10.343,127.066-24.493c0.952,0.509,1.958,0.968,3.062,1.354c22.422,7.812,51.814,28.61,60.77,35.981c8.953,7.371,24.336,44.921,33.471,63.788c11.082,22.893,46.871,6.219,35.748-16.771c-10.355-21.406-27.736-64.129-41.293-74.938c-10.875-8.669-31.988-24.803-49.895-33.956c12.115-23.466,24.729-46.679,38.008-69.491c42.328,12.969,82.561-2.308,111.215-42.446C498.996,142.312,464.73,122.624,450.066,143.155z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-run-black, .icon-growth_quick, .panel-menu-action.panel-menu-action--growth_quick, .button--3D.button--medium .icon-growth_quick, .button--3D.button--green .icon-growth_quick, .button--input.icon-growth_quick:hover, .button--input.icon-growth_quick.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='487.811px' height='487.81px' viewBox='0 0 487.811 487.81' style='enable-background:new 0 0 487.811 487.81;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33_6_24_'%3E%3Cg%3E%3Cpath d='M150.463,109.521h150.512c3.955,0,7.16-3.206,7.16-7.161c0-3.955-3.205-7.161-7.16-7.161H150.463c-3.955,0-7.161,3.206-7.161,7.161C143.302,106.315,146.508,109.521,150.463,109.521z'/%3E%3Cpath d='M15.853,179.537h150.511c3.955,0,7.161-3.206,7.161-7.161s-3.206-7.16-7.161-7.16H15.853c-3.955,0-7.161,3.205-7.161,7.16S11.898,179.537,15.853,179.537z'/%3E%3Cpath d='M56.258,253.214c0,3.955,3.206,7.162,7.161,7.162H213.93c3.955,0,7.161-3.207,7.161-7.162s-3.206-7.16-7.161-7.16H63.419C59.464,246.054,56.258,249.259,56.258,253.214z'/%3E%3Cpath d='M142.396,336.44H7.161C3.206,336.44,0,339.645,0,343.6s3.206,7.161,7.161,7.161h135.235c3.955,0,7.161-3.206,7.161-7.161S146.351,336.44,142.396,336.44z'/%3E%3Cpath d='M385.729,154.418c21.6,0,39.111-17.513,39.111-39.114s-17.512-39.113-39.111-39.113c-21.605,0-39.119,17.513-39.119,39.113C346.609,136.905,364.123,154.418,385.729,154.418z'/%3E%3Cpath d='M450.066,143.155c-22.459,31.459-52.533,35.102-84.895,15.89c-2.203-1.306-11.977-6.691-14.141-7.977c-52.061-30.906-104.061-18.786-138.934,30.05c-14.819,20.771,19.455,40.459,34.108,19.93c18.018-25.232,40.929-32.533,65.986-24.541c-12.83,22.27-24.047,44.405-39.875,75.853c-15.832,31.448-50.787,56.562-84.374,36.92c-24.235-14.165-46.09,20.651-21.928,34.772c45.854,26.799,99.619,10.343,127.066-24.493c0.952,0.509,1.958,0.968,3.062,1.354c22.422,7.812,51.814,28.61,60.77,35.981c8.953,7.371,24.336,44.921,33.471,63.788c11.082,22.893,46.871,6.219,35.748-16.771c-10.355-21.406-27.736-64.129-41.293-74.938c-10.875-8.669-31.988-24.803-49.895-33.956c12.115-23.466,24.729-46.679,38.008-69.491c42.328,12.969,82.561-2.308,111.215-42.446C498.996,142.312,464.73,122.624,450.066,143.155z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-run-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='487.811px' height='487.81px' viewBox='0 0 487.811 487.81' style='enable-background:new 0 0 487.811 487.81;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33_6_24_'%3E%3Cg%3E%3Cpath d='M150.463,109.521h150.512c3.955,0,7.16-3.206,7.16-7.161c0-3.955-3.205-7.161-7.16-7.161H150.463c-3.955,0-7.161,3.206-7.161,7.161C143.302,106.315,146.508,109.521,150.463,109.521z'/%3E%3Cpath d='M15.853,179.537h150.511c3.955,0,7.161-3.206,7.161-7.161s-3.206-7.16-7.161-7.16H15.853c-3.955,0-7.161,3.205-7.161,7.16S11.898,179.537,15.853,179.537z'/%3E%3Cpath d='M56.258,253.214c0,3.955,3.206,7.162,7.161,7.162H213.93c3.955,0,7.161-3.207,7.161-7.162s-3.206-7.16-7.161-7.16H63.419C59.464,246.054,56.258,249.259,56.258,253.214z'/%3E%3Cpath d='M142.396,336.44H7.161C3.206,336.44,0,339.645,0,343.6s3.206,7.161,7.161,7.161h135.235c3.955,0,7.161-3.206,7.161-7.161S146.351,336.44,142.396,336.44z'/%3E%3Cpath d='M385.729,154.418c21.6,0,39.111-17.513,39.111-39.114s-17.512-39.113-39.111-39.113c-21.605,0-39.119,17.513-39.119,39.113C346.609,136.905,364.123,154.418,385.729,154.418z'/%3E%3Cpath d='M450.066,143.155c-22.459,31.459-52.533,35.102-84.895,15.89c-2.203-1.306-11.977-6.691-14.141-7.977c-52.061-30.906-104.061-18.786-138.934,30.05c-14.819,20.771,19.455,40.459,34.108,19.93c18.018-25.232,40.929-32.533,65.986-24.541c-12.83,22.27-24.047,44.405-39.875,75.853c-15.832,31.448-50.787,56.562-84.374,36.92c-24.235-14.165-46.09,20.651-21.928,34.772c45.854,26.799,99.619,10.343,127.066-24.493c0.952,0.509,1.958,0.968,3.062,1.354c22.422,7.812,51.814,28.61,60.77,35.981c8.953,7.371,24.336,44.921,33.471,63.788c11.082,22.893,46.871,6.219,35.748-16.771c-10.355-21.406-27.736-64.129-41.293-74.938c-10.875-8.669-31.988-24.803-49.895-33.956c12.115-23.466,24.729-46.679,38.008-69.491c42.328,12.969,82.561-2.308,111.215-42.446C498.996,142.312,464.73,122.624,450.066,143.155z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-run-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='487.811px' height='487.81px' viewBox='0 0 487.811 487.81' style='enable-background:new 0 0 487.811 487.81;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33_6_24_'%3E%3Cg%3E%3Cpath d='M150.463,109.521h150.512c3.955,0,7.16-3.206,7.16-7.161c0-3.955-3.205-7.161-7.16-7.161H150.463c-3.955,0-7.161,3.206-7.161,7.161C143.302,106.315,146.508,109.521,150.463,109.521z'/%3E%3Cpath d='M15.853,179.537h150.511c3.955,0,7.161-3.206,7.161-7.161s-3.206-7.16-7.161-7.16H15.853c-3.955,0-7.161,3.205-7.161,7.16S11.898,179.537,15.853,179.537z'/%3E%3Cpath d='M56.258,253.214c0,3.955,3.206,7.162,7.161,7.162H213.93c3.955,0,7.161-3.207,7.161-7.162s-3.206-7.16-7.161-7.16H63.419C59.464,246.054,56.258,249.259,56.258,253.214z'/%3E%3Cpath d='M142.396,336.44H7.161C3.206,336.44,0,339.645,0,343.6s3.206,7.161,7.161,7.161h135.235c3.955,0,7.161-3.206,7.161-7.161S146.351,336.44,142.396,336.44z'/%3E%3Cpath d='M385.729,154.418c21.6,0,39.111-17.513,39.111-39.114s-17.512-39.113-39.111-39.113c-21.605,0-39.119,17.513-39.119,39.113C346.609,136.905,364.123,154.418,385.729,154.418z'/%3E%3Cpath d='M450.066,143.155c-22.459,31.459-52.533,35.102-84.895,15.89c-2.203-1.306-11.977-6.691-14.141-7.977c-52.061-30.906-104.061-18.786-138.934,30.05c-14.819,20.771,19.455,40.459,34.108,19.93c18.018-25.232,40.929-32.533,65.986-24.541c-12.83,22.27-24.047,44.405-39.875,75.853c-15.832,31.448-50.787,56.562-84.374,36.92c-24.235-14.165-46.09,20.651-21.928,34.772c45.854,26.799,99.619,10.343,127.066-24.493c0.952,0.509,1.958,0.968,3.062,1.354c22.422,7.812,51.814,28.61,60.77,35.981c8.953,7.371,24.336,44.921,33.471,63.788c11.082,22.893,46.871,6.219,35.748-16.771c-10.355-21.406-27.736-64.129-41.293-74.938c-10.875-8.669-31.988-24.803-49.895-33.956c12.115-23.466,24.729-46.679,38.008-69.491c42.328,12.969,82.561-2.308,111.215-42.446C498.996,142.312,464.73,122.624,450.066,143.155z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-run-orange, .button--3D.button--medium:hover .icon-growth_quick, .button--3D.button--medium.active .icon-growth_quick, .button--3D.button--green:hover .icon-growth_quick, .button--3D.button--green.active .icon-growth_quick, .button--medium:hover .button--caracteristic.icon-growth_quick,
.button--medium.active .button--caracteristic.icon-growth_quick {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='487.811px' height='487.81px' viewBox='0 0 487.811 487.81' style='enable-background:new 0 0 487.811 487.81;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33_6_24_'%3E%3Cg%3E%3Cpath d='M150.463,109.521h150.512c3.955,0,7.16-3.206,7.16-7.161c0-3.955-3.205-7.161-7.16-7.161H150.463c-3.955,0-7.161,3.206-7.161,7.161C143.302,106.315,146.508,109.521,150.463,109.521z'/%3E%3Cpath d='M15.853,179.537h150.511c3.955,0,7.161-3.206,7.161-7.161s-3.206-7.16-7.161-7.16H15.853c-3.955,0-7.161,3.205-7.161,7.16S11.898,179.537,15.853,179.537z'/%3E%3Cpath d='M56.258,253.214c0,3.955,3.206,7.162,7.161,7.162H213.93c3.955,0,7.161-3.207,7.161-7.162s-3.206-7.16-7.161-7.16H63.419C59.464,246.054,56.258,249.259,56.258,253.214z'/%3E%3Cpath d='M142.396,336.44H7.161C3.206,336.44,0,339.645,0,343.6s3.206,7.161,7.161,7.161h135.235c3.955,0,7.161-3.206,7.161-7.161S146.351,336.44,142.396,336.44z'/%3E%3Cpath d='M385.729,154.418c21.6,0,39.111-17.513,39.111-39.114s-17.512-39.113-39.111-39.113c-21.605,0-39.119,17.513-39.119,39.113C346.609,136.905,364.123,154.418,385.729,154.418z'/%3E%3Cpath d='M450.066,143.155c-22.459,31.459-52.533,35.102-84.895,15.89c-2.203-1.306-11.977-6.691-14.141-7.977c-52.061-30.906-104.061-18.786-138.934,30.05c-14.819,20.771,19.455,40.459,34.108,19.93c18.018-25.232,40.929-32.533,65.986-24.541c-12.83,22.27-24.047,44.405-39.875,75.853c-15.832,31.448-50.787,56.562-84.374,36.92c-24.235-14.165-46.09,20.651-21.928,34.772c45.854,26.799,99.619,10.343,127.066-24.493c0.952,0.509,1.958,0.968,3.062,1.354c22.422,7.812,51.814,28.61,60.77,35.981c8.953,7.371,24.336,44.921,33.471,63.788c11.082,22.893,46.871,6.219,35.748-16.771c-10.355-21.406-27.736-64.129-41.293-74.938c-10.875-8.669-31.988-24.803-49.895-33.956c12.115-23.466,24.729-46.679,38.008-69.491c42.328,12.969,82.561-2.308,111.215-42.446C498.996,142.312,464.73,122.624,450.066,143.155z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-drained-grey, .button--input.icon-drained {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.553 348.553' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 348.553 348.553'%3E%3Cg%3E%3Cpath d='m215.84,263.064l-34.042,34.043v-102.368c14.15-2.199 26.292-10.524 33.646-22.163 8.625,13.651 23.839,22.743 41.146,22.743 26.824,0 48.646-21.822 48.646-48.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.552,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.553,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646s-33.646-15.094-33.646-33.647c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,26.824 21.822,48.646 48.646,48.646 17.307,0 32.521-9.092 41.146-22.743 7.354,11.64 19.496,19.964 33.646,22.163v102.369l-34.042-34.043c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l46.846,46.846c0.027,0.027 0.056,0.049 0.083,0.075 0.15,0.146 0.304,0.288 0.466,0.421 0.088,0.072 0.18,0.134 0.27,0.202 0.106,0.08 0.21,0.162 0.321,0.236 0.104,0.07 0.212,0.13 0.319,0.194 0.104,0.062 0.205,0.127 0.312,0.184 0.108,0.058 0.219,0.106 0.328,0.158 0.112,0.053 0.222,0.109 0.337,0.156 0.107,0.044 0.216,0.08 0.325,0.119 0.122,0.044 0.243,0.091 0.368,0.129 0.108,0.033 0.218,0.056 0.326,0.084 0.128,0.032 0.255,0.068 0.385,0.094 0.128,0.025 0.256,0.04 0.385,0.059 0.113,0.016 0.225,0.038 0.339,0.049 0.246,0.024 0.493,0.037 0.74,0.037s0.494-0.013 0.74-0.037c0.115-0.011 0.226-0.033 0.339-0.049 0.129-0.019 0.257-0.034 0.385-0.059 0.13-0.026 0.257-0.062 0.385-0.094 0.109-0.028 0.219-0.051 0.326-0.084 0.125-0.038 0.247-0.085 0.369-0.129 0.108-0.039 0.217-0.074 0.324-0.119 0.115-0.048 0.226-0.104 0.338-0.157 0.109-0.052 0.22-0.1 0.328-0.158 0.107-0.057 0.208-0.122 0.312-0.184 0.107-0.064 0.215-0.124 0.319-0.194 0.111-0.074 0.214-0.156 0.321-0.236 0.09-0.067 0.182-0.13 0.27-0.202 0.162-0.133 0.316-0.275 0.466-0.421 0.027-0.026 0.056-0.048 0.083-0.075l46.846-46.846c2.929-2.93 2.929-7.678 0-10.607-2.932-2.926-7.68-2.926-10.61,0.001z'/%3E%3Cpath d='m95.313,260.868h-80.313v-227.529c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v235.029c0,4.143 3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z'/%3E%3Cpath d='m341.053,25.839c-4.143,0-7.5,3.357-7.5,7.5v227.529h-80.313c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5v-235.029c0-4.143-3.358-7.5-7.5-7.5z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-drained-brown, .no-touch .panel-menu-action.panel-menu-action--drained:hover, .panel-menu-action.panel-menu-action--drained.active, .button--caracteristic.icon-drained:hover, .button--caracteristic.icon-drained.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.553 348.553' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 348.553 348.553'%3E%3Cg%3E%3Cpath d='m215.84,263.064l-34.042,34.043v-102.368c14.15-2.199 26.292-10.524 33.646-22.163 8.625,13.651 23.839,22.743 41.146,22.743 26.824,0 48.646-21.822 48.646-48.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.552,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.553,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646s-33.646-15.094-33.646-33.647c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,26.824 21.822,48.646 48.646,48.646 17.307,0 32.521-9.092 41.146-22.743 7.354,11.64 19.496,19.964 33.646,22.163v102.369l-34.042-34.043c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l46.846,46.846c0.027,0.027 0.056,0.049 0.083,0.075 0.15,0.146 0.304,0.288 0.466,0.421 0.088,0.072 0.18,0.134 0.27,0.202 0.106,0.08 0.21,0.162 0.321,0.236 0.104,0.07 0.212,0.13 0.319,0.194 0.104,0.062 0.205,0.127 0.312,0.184 0.108,0.058 0.219,0.106 0.328,0.158 0.112,0.053 0.222,0.109 0.337,0.156 0.107,0.044 0.216,0.08 0.325,0.119 0.122,0.044 0.243,0.091 0.368,0.129 0.108,0.033 0.218,0.056 0.326,0.084 0.128,0.032 0.255,0.068 0.385,0.094 0.128,0.025 0.256,0.04 0.385,0.059 0.113,0.016 0.225,0.038 0.339,0.049 0.246,0.024 0.493,0.037 0.74,0.037s0.494-0.013 0.74-0.037c0.115-0.011 0.226-0.033 0.339-0.049 0.129-0.019 0.257-0.034 0.385-0.059 0.13-0.026 0.257-0.062 0.385-0.094 0.109-0.028 0.219-0.051 0.326-0.084 0.125-0.038 0.247-0.085 0.369-0.129 0.108-0.039 0.217-0.074 0.324-0.119 0.115-0.048 0.226-0.104 0.338-0.157 0.109-0.052 0.22-0.1 0.328-0.158 0.107-0.057 0.208-0.122 0.312-0.184 0.107-0.064 0.215-0.124 0.319-0.194 0.111-0.074 0.214-0.156 0.321-0.236 0.09-0.067 0.182-0.13 0.27-0.202 0.162-0.133 0.316-0.275 0.466-0.421 0.027-0.026 0.056-0.048 0.083-0.075l46.846-46.846c2.929-2.93 2.929-7.678 0-10.607-2.932-2.926-7.68-2.926-10.61,0.001z'/%3E%3Cpath d='m95.313,260.868h-80.313v-227.529c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v235.029c0,4.143 3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z'/%3E%3Cpath d='m341.053,25.839c-4.143,0-7.5,3.357-7.5,7.5v227.529h-80.313c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5v-235.029c0-4.143-3.358-7.5-7.5-7.5z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-drained-black, .icon-drained, .panel-menu-action.panel-menu-action--drained, .button--3D.button--medium .icon-drained, .button--3D.button--green .icon-drained, .button--input.icon-drained:hover, .button--input.icon-drained.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.553 348.553' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 348.553 348.553'%3E%3Cg%3E%3Cpath d='m215.84,263.064l-34.042,34.043v-102.368c14.15-2.199 26.292-10.524 33.646-22.163 8.625,13.651 23.839,22.743 41.146,22.743 26.824,0 48.646-21.822 48.646-48.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.552,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.553,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646s-33.646-15.094-33.646-33.647c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,26.824 21.822,48.646 48.646,48.646 17.307,0 32.521-9.092 41.146-22.743 7.354,11.64 19.496,19.964 33.646,22.163v102.369l-34.042-34.043c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l46.846,46.846c0.027,0.027 0.056,0.049 0.083,0.075 0.15,0.146 0.304,0.288 0.466,0.421 0.088,0.072 0.18,0.134 0.27,0.202 0.106,0.08 0.21,0.162 0.321,0.236 0.104,0.07 0.212,0.13 0.319,0.194 0.104,0.062 0.205,0.127 0.312,0.184 0.108,0.058 0.219,0.106 0.328,0.158 0.112,0.053 0.222,0.109 0.337,0.156 0.107,0.044 0.216,0.08 0.325,0.119 0.122,0.044 0.243,0.091 0.368,0.129 0.108,0.033 0.218,0.056 0.326,0.084 0.128,0.032 0.255,0.068 0.385,0.094 0.128,0.025 0.256,0.04 0.385,0.059 0.113,0.016 0.225,0.038 0.339,0.049 0.246,0.024 0.493,0.037 0.74,0.037s0.494-0.013 0.74-0.037c0.115-0.011 0.226-0.033 0.339-0.049 0.129-0.019 0.257-0.034 0.385-0.059 0.13-0.026 0.257-0.062 0.385-0.094 0.109-0.028 0.219-0.051 0.326-0.084 0.125-0.038 0.247-0.085 0.369-0.129 0.108-0.039 0.217-0.074 0.324-0.119 0.115-0.048 0.226-0.104 0.338-0.157 0.109-0.052 0.22-0.1 0.328-0.158 0.107-0.057 0.208-0.122 0.312-0.184 0.107-0.064 0.215-0.124 0.319-0.194 0.111-0.074 0.214-0.156 0.321-0.236 0.09-0.067 0.182-0.13 0.27-0.202 0.162-0.133 0.316-0.275 0.466-0.421 0.027-0.026 0.056-0.048 0.083-0.075l46.846-46.846c2.929-2.93 2.929-7.678 0-10.607-2.932-2.926-7.68-2.926-10.61,0.001z'/%3E%3Cpath d='m95.313,260.868h-80.313v-227.529c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v235.029c0,4.143 3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z'/%3E%3Cpath d='m341.053,25.839c-4.143,0-7.5,3.357-7.5,7.5v227.529h-80.313c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5v-235.029c0-4.143-3.358-7.5-7.5-7.5z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-drained-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.553 348.553' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 348.553 348.553'%3E%3Cg%3E%3Cpath d='m215.84,263.064l-34.042,34.043v-102.368c14.15-2.199 26.292-10.524 33.646-22.163 8.625,13.651 23.839,22.743 41.146,22.743 26.824,0 48.646-21.822 48.646-48.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.552,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.553,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646s-33.646-15.094-33.646-33.647c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,26.824 21.822,48.646 48.646,48.646 17.307,0 32.521-9.092 41.146-22.743 7.354,11.64 19.496,19.964 33.646,22.163v102.369l-34.042-34.043c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l46.846,46.846c0.027,0.027 0.056,0.049 0.083,0.075 0.15,0.146 0.304,0.288 0.466,0.421 0.088,0.072 0.18,0.134 0.27,0.202 0.106,0.08 0.21,0.162 0.321,0.236 0.104,0.07 0.212,0.13 0.319,0.194 0.104,0.062 0.205,0.127 0.312,0.184 0.108,0.058 0.219,0.106 0.328,0.158 0.112,0.053 0.222,0.109 0.337,0.156 0.107,0.044 0.216,0.08 0.325,0.119 0.122,0.044 0.243,0.091 0.368,0.129 0.108,0.033 0.218,0.056 0.326,0.084 0.128,0.032 0.255,0.068 0.385,0.094 0.128,0.025 0.256,0.04 0.385,0.059 0.113,0.016 0.225,0.038 0.339,0.049 0.246,0.024 0.493,0.037 0.74,0.037s0.494-0.013 0.74-0.037c0.115-0.011 0.226-0.033 0.339-0.049 0.129-0.019 0.257-0.034 0.385-0.059 0.13-0.026 0.257-0.062 0.385-0.094 0.109-0.028 0.219-0.051 0.326-0.084 0.125-0.038 0.247-0.085 0.369-0.129 0.108-0.039 0.217-0.074 0.324-0.119 0.115-0.048 0.226-0.104 0.338-0.157 0.109-0.052 0.22-0.1 0.328-0.158 0.107-0.057 0.208-0.122 0.312-0.184 0.107-0.064 0.215-0.124 0.319-0.194 0.111-0.074 0.214-0.156 0.321-0.236 0.09-0.067 0.182-0.13 0.27-0.202 0.162-0.133 0.316-0.275 0.466-0.421 0.027-0.026 0.056-0.048 0.083-0.075l46.846-46.846c2.929-2.93 2.929-7.678 0-10.607-2.932-2.926-7.68-2.926-10.61,0.001z'/%3E%3Cpath d='m95.313,260.868h-80.313v-227.529c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v235.029c0,4.143 3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z'/%3E%3Cpath d='m341.053,25.839c-4.143,0-7.5,3.357-7.5,7.5v227.529h-80.313c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5v-235.029c0-4.143-3.358-7.5-7.5-7.5z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-drained-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.553 348.553' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 348.553 348.553'%3E%3Cg%3E%3Cpath d='m215.84,263.064l-34.042,34.043v-102.368c14.15-2.199 26.292-10.524 33.646-22.163 8.625,13.651 23.839,22.743 41.146,22.743 26.824,0 48.646-21.822 48.646-48.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.552,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.553,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646s-33.646-15.094-33.646-33.647c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,26.824 21.822,48.646 48.646,48.646 17.307,0 32.521-9.092 41.146-22.743 7.354,11.64 19.496,19.964 33.646,22.163v102.369l-34.042-34.043c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l46.846,46.846c0.027,0.027 0.056,0.049 0.083,0.075 0.15,0.146 0.304,0.288 0.466,0.421 0.088,0.072 0.18,0.134 0.27,0.202 0.106,0.08 0.21,0.162 0.321,0.236 0.104,0.07 0.212,0.13 0.319,0.194 0.104,0.062 0.205,0.127 0.312,0.184 0.108,0.058 0.219,0.106 0.328,0.158 0.112,0.053 0.222,0.109 0.337,0.156 0.107,0.044 0.216,0.08 0.325,0.119 0.122,0.044 0.243,0.091 0.368,0.129 0.108,0.033 0.218,0.056 0.326,0.084 0.128,0.032 0.255,0.068 0.385,0.094 0.128,0.025 0.256,0.04 0.385,0.059 0.113,0.016 0.225,0.038 0.339,0.049 0.246,0.024 0.493,0.037 0.74,0.037s0.494-0.013 0.74-0.037c0.115-0.011 0.226-0.033 0.339-0.049 0.129-0.019 0.257-0.034 0.385-0.059 0.13-0.026 0.257-0.062 0.385-0.094 0.109-0.028 0.219-0.051 0.326-0.084 0.125-0.038 0.247-0.085 0.369-0.129 0.108-0.039 0.217-0.074 0.324-0.119 0.115-0.048 0.226-0.104 0.338-0.157 0.109-0.052 0.22-0.1 0.328-0.158 0.107-0.057 0.208-0.122 0.312-0.184 0.107-0.064 0.215-0.124 0.319-0.194 0.111-0.074 0.214-0.156 0.321-0.236 0.09-0.067 0.182-0.13 0.27-0.202 0.162-0.133 0.316-0.275 0.466-0.421 0.027-0.026 0.056-0.048 0.083-0.075l46.846-46.846c2.929-2.93 2.929-7.678 0-10.607-2.932-2.926-7.68-2.926-10.61,0.001z'/%3E%3Cpath d='m95.313,260.868h-80.313v-227.529c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v235.029c0,4.143 3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z'/%3E%3Cpath d='m341.053,25.839c-4.143,0-7.5,3.357-7.5,7.5v227.529h-80.313c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5v-235.029c0-4.143-3.358-7.5-7.5-7.5z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-drained-orange, .button--3D.button--medium:hover .icon-drained, .button--3D.button--medium.active .icon-drained, .button--3D.button--green:hover .icon-drained, .button--3D.button--green.active .icon-drained, .button--medium:hover .button--caracteristic.icon-drained,
.button--medium.active .button--caracteristic.icon-drained {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.553 348.553' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 348.553 348.553'%3E%3Cg%3E%3Cpath d='m215.84,263.064l-34.042,34.043v-102.368c14.15-2.199 26.292-10.524 33.646-22.163 8.625,13.651 23.839,22.743 41.146,22.743 26.824,0 48.646-21.822 48.646-48.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.552,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646-18.553,0-33.646-15.094-33.646-33.646 0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,18.553-15.094,33.646-33.646,33.646s-33.646-15.094-33.646-33.647c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5c0,26.824 21.822,48.646 48.646,48.646 17.307,0 32.521-9.092 41.146-22.743 7.354,11.64 19.496,19.964 33.646,22.163v102.369l-34.042-34.043c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l46.846,46.846c0.027,0.027 0.056,0.049 0.083,0.075 0.15,0.146 0.304,0.288 0.466,0.421 0.088,0.072 0.18,0.134 0.27,0.202 0.106,0.08 0.21,0.162 0.321,0.236 0.104,0.07 0.212,0.13 0.319,0.194 0.104,0.062 0.205,0.127 0.312,0.184 0.108,0.058 0.219,0.106 0.328,0.158 0.112,0.053 0.222,0.109 0.337,0.156 0.107,0.044 0.216,0.08 0.325,0.119 0.122,0.044 0.243,0.091 0.368,0.129 0.108,0.033 0.218,0.056 0.326,0.084 0.128,0.032 0.255,0.068 0.385,0.094 0.128,0.025 0.256,0.04 0.385,0.059 0.113,0.016 0.225,0.038 0.339,0.049 0.246,0.024 0.493,0.037 0.74,0.037s0.494-0.013 0.74-0.037c0.115-0.011 0.226-0.033 0.339-0.049 0.129-0.019 0.257-0.034 0.385-0.059 0.13-0.026 0.257-0.062 0.385-0.094 0.109-0.028 0.219-0.051 0.326-0.084 0.125-0.038 0.247-0.085 0.369-0.129 0.108-0.039 0.217-0.074 0.324-0.119 0.115-0.048 0.226-0.104 0.338-0.157 0.109-0.052 0.22-0.1 0.328-0.158 0.107-0.057 0.208-0.122 0.312-0.184 0.107-0.064 0.215-0.124 0.319-0.194 0.111-0.074 0.214-0.156 0.321-0.236 0.09-0.067 0.182-0.13 0.27-0.202 0.162-0.133 0.316-0.275 0.466-0.421 0.027-0.026 0.056-0.048 0.083-0.075l46.846-46.846c2.929-2.93 2.929-7.678 0-10.607-2.932-2.926-7.68-2.926-10.61,0.001z'/%3E%3Cpath d='m95.313,260.868h-80.313v-227.529c0-4.143-3.357-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v235.029c0,4.143 3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z'/%3E%3Cpath d='m341.053,25.839c-4.143,0-7.5,3.357-7.5,7.5v227.529h-80.313c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h87.813c4.143,0 7.5-3.357 7.5-7.5v-235.029c0-4.143-3.358-7.5-7.5-7.5z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-wet-grey, .button--input.icon-wet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 328.611 328.611' style='enable-background:new 0 0 328.611 328.611;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M209.306,50.798c-2.452-3.337-7.147-4.055-10.485-1.602c-3.338,2.453-4.055,7.147-1.603,10.485c54.576,74.266,66.032,123.541,66.032,151.8c0,27.691-8.272,52.794-23.293,70.685c-17.519,20.866-42.972,31.446-75.651,31.446c-73.031,0-98.944-55.018-98.944-102.131c0-52.227,28.103-103.234,51.679-136.829c25.858-36.847,52.11-61.415,52.37-61.657c3.035-2.819,3.209-7.565,0.39-10.6c-2.819-3.034-7.565-3.209-10.599-0.39c-1.11,1.031-27.497,25.698-54.254,63.765c-24.901,35.428-54.586,89.465-54.586,145.71c0,31.062,9.673,59.599,27.236,80.353c20.361,24.061,50.345,36.779,86.708,36.779c36.794,0,66.926-12.726,87.139-36.801c17.286-20.588,26.806-49.117,26.806-80.33C278.25,156.216,240.758,93.597,209.306,50.798z'/%3E%3Cpath d='M198.43,148.146l-95.162,95.162c-2.929,2.929-2.929,7.678,0,10.606c1.465,1.464,3.385,2.197,5.304,2.197s3.839-0.732,5.304-2.197l95.162-95.162c2.929-2.929,2.929-7.678,0-10.606C206.107,145.217,201.359,145.217,198.43,148.146z'/%3E%3Cpath d='M191.965,207.899c-13.292,0-24.106,10.814-24.106,24.106s10.814,24.106,24.106,24.106s24.106-10.814,24.106-24.106S205.257,207.899,191.965,207.899z M191.965,241.111c-5.021,0-9.106-4.085-9.106-9.106s4.085-9.106,9.106-9.106s9.106,4.085,9.106,9.106S196.986,241.111,191.965,241.111z'/%3E%3Cpath d='M125.178,194.162c13.292,0,24.106-10.814,24.106-24.106s-10.814-24.106-24.106-24.106s-24.106,10.814-24.106,24.106S111.886,194.162,125.178,194.162z M125.178,160.949c5.021,0,9.106,4.085,9.106,9.106s-4.085,9.106-9.106,9.106c-5.021,0-9.106-4.085-9.106-9.106S120.156,160.949,125.178,160.949z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-wet-brown, .no-touch .panel-menu-action.panel-menu-action--wet:hover, .panel-menu-action.panel-menu-action--wet.active, .button--caracteristic.icon-wet:hover, .button--caracteristic.icon-wet.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 328.611 328.611' style='enable-background:new 0 0 328.611 328.611;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M209.306,50.798c-2.452-3.337-7.147-4.055-10.485-1.602c-3.338,2.453-4.055,7.147-1.603,10.485c54.576,74.266,66.032,123.541,66.032,151.8c0,27.691-8.272,52.794-23.293,70.685c-17.519,20.866-42.972,31.446-75.651,31.446c-73.031,0-98.944-55.018-98.944-102.131c0-52.227,28.103-103.234,51.679-136.829c25.858-36.847,52.11-61.415,52.37-61.657c3.035-2.819,3.209-7.565,0.39-10.6c-2.819-3.034-7.565-3.209-10.599-0.39c-1.11,1.031-27.497,25.698-54.254,63.765c-24.901,35.428-54.586,89.465-54.586,145.71c0,31.062,9.673,59.599,27.236,80.353c20.361,24.061,50.345,36.779,86.708,36.779c36.794,0,66.926-12.726,87.139-36.801c17.286-20.588,26.806-49.117,26.806-80.33C278.25,156.216,240.758,93.597,209.306,50.798z'/%3E%3Cpath d='M198.43,148.146l-95.162,95.162c-2.929,2.929-2.929,7.678,0,10.606c1.465,1.464,3.385,2.197,5.304,2.197s3.839-0.732,5.304-2.197l95.162-95.162c2.929-2.929,2.929-7.678,0-10.606C206.107,145.217,201.359,145.217,198.43,148.146z'/%3E%3Cpath d='M191.965,207.899c-13.292,0-24.106,10.814-24.106,24.106s10.814,24.106,24.106,24.106s24.106-10.814,24.106-24.106S205.257,207.899,191.965,207.899z M191.965,241.111c-5.021,0-9.106-4.085-9.106-9.106s4.085-9.106,9.106-9.106s9.106,4.085,9.106,9.106S196.986,241.111,191.965,241.111z'/%3E%3Cpath d='M125.178,194.162c13.292,0,24.106-10.814,24.106-24.106s-10.814-24.106-24.106-24.106s-24.106,10.814-24.106,24.106S111.886,194.162,125.178,194.162z M125.178,160.949c5.021,0,9.106,4.085,9.106,9.106s-4.085,9.106-9.106,9.106c-5.021,0-9.106-4.085-9.106-9.106S120.156,160.949,125.178,160.949z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-wet-black, .icon-wet, .panel-menu-action.panel-menu-action--wet, .button--3D.button--medium .icon-wet, .button--3D.button--green .icon-wet, .button--input.icon-wet:hover, .button--input.icon-wet.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 328.611 328.611' style='enable-background:new 0 0 328.611 328.611;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M209.306,50.798c-2.452-3.337-7.147-4.055-10.485-1.602c-3.338,2.453-4.055,7.147-1.603,10.485c54.576,74.266,66.032,123.541,66.032,151.8c0,27.691-8.272,52.794-23.293,70.685c-17.519,20.866-42.972,31.446-75.651,31.446c-73.031,0-98.944-55.018-98.944-102.131c0-52.227,28.103-103.234,51.679-136.829c25.858-36.847,52.11-61.415,52.37-61.657c3.035-2.819,3.209-7.565,0.39-10.6c-2.819-3.034-7.565-3.209-10.599-0.39c-1.11,1.031-27.497,25.698-54.254,63.765c-24.901,35.428-54.586,89.465-54.586,145.71c0,31.062,9.673,59.599,27.236,80.353c20.361,24.061,50.345,36.779,86.708,36.779c36.794,0,66.926-12.726,87.139-36.801c17.286-20.588,26.806-49.117,26.806-80.33C278.25,156.216,240.758,93.597,209.306,50.798z'/%3E%3Cpath d='M198.43,148.146l-95.162,95.162c-2.929,2.929-2.929,7.678,0,10.606c1.465,1.464,3.385,2.197,5.304,2.197s3.839-0.732,5.304-2.197l95.162-95.162c2.929-2.929,2.929-7.678,0-10.606C206.107,145.217,201.359,145.217,198.43,148.146z'/%3E%3Cpath d='M191.965,207.899c-13.292,0-24.106,10.814-24.106,24.106s10.814,24.106,24.106,24.106s24.106-10.814,24.106-24.106S205.257,207.899,191.965,207.899z M191.965,241.111c-5.021,0-9.106-4.085-9.106-9.106s4.085-9.106,9.106-9.106s9.106,4.085,9.106,9.106S196.986,241.111,191.965,241.111z'/%3E%3Cpath d='M125.178,194.162c13.292,0,24.106-10.814,24.106-24.106s-10.814-24.106-24.106-24.106s-24.106,10.814-24.106,24.106S111.886,194.162,125.178,194.162z M125.178,160.949c5.021,0,9.106,4.085,9.106,9.106s-4.085,9.106-9.106,9.106c-5.021,0-9.106-4.085-9.106-9.106S120.156,160.949,125.178,160.949z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-wet-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 328.611 328.611' style='enable-background:new 0 0 328.611 328.611;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M209.306,50.798c-2.452-3.337-7.147-4.055-10.485-1.602c-3.338,2.453-4.055,7.147-1.603,10.485c54.576,74.266,66.032,123.541,66.032,151.8c0,27.691-8.272,52.794-23.293,70.685c-17.519,20.866-42.972,31.446-75.651,31.446c-73.031,0-98.944-55.018-98.944-102.131c0-52.227,28.103-103.234,51.679-136.829c25.858-36.847,52.11-61.415,52.37-61.657c3.035-2.819,3.209-7.565,0.39-10.6c-2.819-3.034-7.565-3.209-10.599-0.39c-1.11,1.031-27.497,25.698-54.254,63.765c-24.901,35.428-54.586,89.465-54.586,145.71c0,31.062,9.673,59.599,27.236,80.353c20.361,24.061,50.345,36.779,86.708,36.779c36.794,0,66.926-12.726,87.139-36.801c17.286-20.588,26.806-49.117,26.806-80.33C278.25,156.216,240.758,93.597,209.306,50.798z'/%3E%3Cpath d='M198.43,148.146l-95.162,95.162c-2.929,2.929-2.929,7.678,0,10.606c1.465,1.464,3.385,2.197,5.304,2.197s3.839-0.732,5.304-2.197l95.162-95.162c2.929-2.929,2.929-7.678,0-10.606C206.107,145.217,201.359,145.217,198.43,148.146z'/%3E%3Cpath d='M191.965,207.899c-13.292,0-24.106,10.814-24.106,24.106s10.814,24.106,24.106,24.106s24.106-10.814,24.106-24.106S205.257,207.899,191.965,207.899z M191.965,241.111c-5.021,0-9.106-4.085-9.106-9.106s4.085-9.106,9.106-9.106s9.106,4.085,9.106,9.106S196.986,241.111,191.965,241.111z'/%3E%3Cpath d='M125.178,194.162c13.292,0,24.106-10.814,24.106-24.106s-10.814-24.106-24.106-24.106s-24.106,10.814-24.106,24.106S111.886,194.162,125.178,194.162z M125.178,160.949c5.021,0,9.106,4.085,9.106,9.106s-4.085,9.106-9.106,9.106c-5.021,0-9.106-4.085-9.106-9.106S120.156,160.949,125.178,160.949z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-wet-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 328.611 328.611' style='enable-background:new 0 0 328.611 328.611;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M209.306,50.798c-2.452-3.337-7.147-4.055-10.485-1.602c-3.338,2.453-4.055,7.147-1.603,10.485c54.576,74.266,66.032,123.541,66.032,151.8c0,27.691-8.272,52.794-23.293,70.685c-17.519,20.866-42.972,31.446-75.651,31.446c-73.031,0-98.944-55.018-98.944-102.131c0-52.227,28.103-103.234,51.679-136.829c25.858-36.847,52.11-61.415,52.37-61.657c3.035-2.819,3.209-7.565,0.39-10.6c-2.819-3.034-7.565-3.209-10.599-0.39c-1.11,1.031-27.497,25.698-54.254,63.765c-24.901,35.428-54.586,89.465-54.586,145.71c0,31.062,9.673,59.599,27.236,80.353c20.361,24.061,50.345,36.779,86.708,36.779c36.794,0,66.926-12.726,87.139-36.801c17.286-20.588,26.806-49.117,26.806-80.33C278.25,156.216,240.758,93.597,209.306,50.798z'/%3E%3Cpath d='M198.43,148.146l-95.162,95.162c-2.929,2.929-2.929,7.678,0,10.606c1.465,1.464,3.385,2.197,5.304,2.197s3.839-0.732,5.304-2.197l95.162-95.162c2.929-2.929,2.929-7.678,0-10.606C206.107,145.217,201.359,145.217,198.43,148.146z'/%3E%3Cpath d='M191.965,207.899c-13.292,0-24.106,10.814-24.106,24.106s10.814,24.106,24.106,24.106s24.106-10.814,24.106-24.106S205.257,207.899,191.965,207.899z M191.965,241.111c-5.021,0-9.106-4.085-9.106-9.106s4.085-9.106,9.106-9.106s9.106,4.085,9.106,9.106S196.986,241.111,191.965,241.111z'/%3E%3Cpath d='M125.178,194.162c13.292,0,24.106-10.814,24.106-24.106s-10.814-24.106-24.106-24.106s-24.106,10.814-24.106,24.106S111.886,194.162,125.178,194.162z M125.178,160.949c5.021,0,9.106,4.085,9.106,9.106s-4.085,9.106-9.106,9.106c-5.021,0-9.106-4.085-9.106-9.106S120.156,160.949,125.178,160.949z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-wet-orange, .button--3D.button--medium:hover .icon-wet, .button--3D.button--medium.active .icon-wet, .button--3D.button--green:hover .icon-wet, .button--3D.button--green.active .icon-wet, .button--medium:hover .button--caracteristic.icon-wet,
.button--medium.active .button--caracteristic.icon-wet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 328.611 328.611' style='enable-background:new 0 0 328.611 328.611;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M209.306,50.798c-2.452-3.337-7.147-4.055-10.485-1.602c-3.338,2.453-4.055,7.147-1.603,10.485c54.576,74.266,66.032,123.541,66.032,151.8c0,27.691-8.272,52.794-23.293,70.685c-17.519,20.866-42.972,31.446-75.651,31.446c-73.031,0-98.944-55.018-98.944-102.131c0-52.227,28.103-103.234,51.679-136.829c25.858-36.847,52.11-61.415,52.37-61.657c3.035-2.819,3.209-7.565,0.39-10.6c-2.819-3.034-7.565-3.209-10.599-0.39c-1.11,1.031-27.497,25.698-54.254,63.765c-24.901,35.428-54.586,89.465-54.586,145.71c0,31.062,9.673,59.599,27.236,80.353c20.361,24.061,50.345,36.779,86.708,36.779c36.794,0,66.926-12.726,87.139-36.801c17.286-20.588,26.806-49.117,26.806-80.33C278.25,156.216,240.758,93.597,209.306,50.798z'/%3E%3Cpath d='M198.43,148.146l-95.162,95.162c-2.929,2.929-2.929,7.678,0,10.606c1.465,1.464,3.385,2.197,5.304,2.197s3.839-0.732,5.304-2.197l95.162-95.162c2.929-2.929,2.929-7.678,0-10.606C206.107,145.217,201.359,145.217,198.43,148.146z'/%3E%3Cpath d='M191.965,207.899c-13.292,0-24.106,10.814-24.106,24.106s10.814,24.106,24.106,24.106s24.106-10.814,24.106-24.106S205.257,207.899,191.965,207.899z M191.965,241.111c-5.021,0-9.106-4.085-9.106-9.106s4.085-9.106,9.106-9.106s9.106,4.085,9.106,9.106S196.986,241.111,191.965,241.111z'/%3E%3Cpath d='M125.178,194.162c13.292,0,24.106-10.814,24.106-24.106s-10.814-24.106-24.106-24.106s-24.106,10.814-24.106,24.106S111.886,194.162,125.178,194.162z M125.178,160.949c5.021,0,9.106,4.085,9.106,9.106s-4.085,9.106-9.106,9.106c-5.021,0-9.106-4.085-9.106-9.106S120.156,160.949,125.178,160.949z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dry-grey, .button--input.icon-dry {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 351.338 351.338' style='enable-background:new 0 0 351.338 351.338;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M346.338,154.251c0,0-46.439,0-61.919,0c-4,0-4.128-3.5-4.128-3.5V72.772c0-2.188,0.644-2.107,1.002-0.926c0.358,1.182,0.767,2.428,1.229,3.744c1.37,3.894,6.389,17.077,13.433,23.232c7.339,6.416,22.624,9.877,33.28,9.877c6.971,0,11.484-1.45,14.205-4.563c3.74-4.28,3.943-12.301,0.602-23.837c-1.38-4.763-5.332-16.49-12.221-22.511c-8.685-7.593-29.498-11.403-38.708-11.403c-1.03,0-4.224,0.001-4.734,0.001c-12.73,0-23.088,10.357-23.088,23.088V151c0,0,0.544,3.251-4.289,3.251c-5.437,0-15.24,0-21.75,0c-3.583,0-3.461-2.499-3.461-2.499V43.036c0-13.453-10.944-24.399-24.396-24.399c-0.542,0-4.003-0.001-5.131-0.001c-11.517,0-32.892,4.642-41.543,12.204c-10.166,8.885-20.901,39.777-12.535,49.351c2.821,3.227,7.564,4.729,14.927,4.729h0.001c11.435,0,27.818-3.697,35.657-10.549c7.519-6.572,12.906-20.734,14.379-24.918c1.371-3.895,3.642-7.716,3.642-6.418v108.383c0,0,0.461,2.832-4.706,2.832c-62.229,0-57.522,0-74.791,0c-4.458,0-4.31-3.166-4.31-3.166V75.817c0-10.946-8.905-19.853-19.851-19.853c-0.412,0-24.798,0.787-35.444,9.419c-5.951,4.824-9.022,14.67-10.154,18.575c-4.227,14.594-0.443,18.923,0.8,20.345c2.474,2.829,6.423,4.147,12.429,4.147h0.001c6.96,0,20.551-2.229,27.392-8.209c3.67-3.208,6.608-8.484,8.621-12.927c0.449-0.992,1.207-1.855,1.207,1.895v61.875c0,0-0.315,3.166-3.653,3.166c-27.823,0-113.331,0-113.331,0c-2.75,0-5,2.25-5,5v162.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V174.251c0-2.75,2.025-5,4.501-5s6.514,1.007,8.973,2.236l11.746,5.874c2.459,1.229,3.001,3.939,1.203,6.02l-9.456,10.948c-1.798,2.081-1.183,4.628,1.367,5.659l67.604,27.338c2.55,1.03,3.782,3.764,2.739,6.074c-1.044,2.311-4.09,4.703-6.771,5.319l-28.684,6.586c-2.681,0.616-6.419,2.754-8.308,4.753L33.277,278.24c-1.889,1.999-2.282,5.566-0.875,7.929l21.771,36.529c1.407,2.362,4.492,3.143,6.854,1.735l4.295-2.56c2.362-1.407,3.143-4.492,1.735-6.855l-15.965-26.787c-1.407-2.362-1.014-5.93,0.875-7.929l15.727-16.64c1.889-1.998,5.627-4.137,8.308-4.753l31.51-7.234c2.681-0.616,5.799-3.17,6.931-5.676l9.166-20.295c1.133-2.506-0.027-5.4-2.577-6.431l-62.652-25.336c-2.55-1.031-3.165-3.578-1.368-5.659l8.367-9.688c1.798-2.081,1.256-4.791-1.203-6.02l-2.166-1.083c-2.459-1.23-2.222-2.236,0.528-2.236h161.236c2.75,0,5.363,2.221,5.808,4.935l5.413,33.084c0.444,2.714,2.949,5.626,5.565,6.471l62.949,20.317c2.616,0.845,3.293,3.244,1.503,5.332l-8.374,9.766c-1.79,2.088-3.181,6.045-3.09,8.793l0.38,11.543c0.091,2.748-2.074,5.213-4.811,5.477l-24.792,2.391c-2.737,0.264-6.763,1.848-8.946,3.519l-37.49,28.7c-2.184,1.672-1.779,3.551,0.898,4.177l80.502,18.816c2.678,0.626,5.381-1.054,6.006-3.732l1.139-4.867c0.625-2.678-1.053-5.381-3.73-6.008l-49.596-11.592c-2.678-0.627-3.082-2.506-0.898-4.178l8.88-6.798c2.184-1.672,6.21-3.255,8.947-3.518l34.536-3.33c2.737-0.264,4.902-2.729,4.811-5.477l-0.651-19.787c-0.091-2.748,1.3-6.705,3.09-8.793l19.253-22.451c1.79-2.088,1.113-4.487-1.503-5.332l-75.688-24.429c-2.616-0.845-5.121-3.757-5.565-6.471l-3.538-21.623c-0.444-2.714,1.442-4.935,4.192-4.935h82.363c2.75,0,5,2.25,5,5v147.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V159.251C351.338,156.501,349.088,154.251,346.338,154.251z M331.414,93.616c-1.891,1.569-21.959-2.915-25.588-6.087c-4.772-4.17-13.095-24.882-11.69-26.126c1.283-1.137,23.928,4.283,27.814,7.68C326.76,73.287,332.731,92.522,331.414,93.616zM192.898,63.079c-4.098,3.581-27.396,8.422-28.812,6.688c-1.168-1.432,4.94-22.769,10.505-27.632c4.489-3.924,30.39-9.641,31.305-8.496C207.252,35.335,198.403,58.266,192.898,63.079z M102.284,88.948c-5.222,4.566-16.854,5.459-17.551,4.503c-0.889-1.221,3.845-14.167,6.827-16.773c2.571-2.247,18.056-7.359,19.081-5.577C111.442,72.492,105.43,86.199,102.284,88.948z'/%3E%3Cpath d='M238.781,258.366l-16.425-32.852c-1.23-2.46-4.224-3.417-6.652-2.127l-32.053,17.028c-2.428,1.29-5.995,0.744-7.926-1.214l-18.326-18.58c-1.931-1.958-5.112-1.98-7.07-0.049l-3.561,3.512c-1.958,1.931-1.979,5.112-0.049,7.07l26.174,26.537c1.931,1.958,5.498,2.504,7.926,1.214l28.344-15.058c2.429-1.29,5.422-0.334,6.652,2.126l3.089,6.178c1.229,2.46,0.263,5.553-2.149,6.874l-69.004,37.797c-2.412,1.32-4.749,4.622-5.193,7.336l-2.636,16.1c-0.444,2.714,1.413,5.298,4.127,5.742l4.934,0.809c2.714,0.444,5.298-1.413,5.742-4.127l1.454-8.881c0.444-2.714,2.781-6.016,5.193-7.337l75.26-41.224C239.044,263.92,240.011,260.826,238.781,258.366z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dry-brown, .no-touch .panel-menu-action.panel-menu-action--dry:hover, .panel-menu-action.panel-menu-action--dry.active, .button--caracteristic.icon-dry:hover, .button--caracteristic.icon-dry.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 351.338 351.338' style='enable-background:new 0 0 351.338 351.338;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M346.338,154.251c0,0-46.439,0-61.919,0c-4,0-4.128-3.5-4.128-3.5V72.772c0-2.188,0.644-2.107,1.002-0.926c0.358,1.182,0.767,2.428,1.229,3.744c1.37,3.894,6.389,17.077,13.433,23.232c7.339,6.416,22.624,9.877,33.28,9.877c6.971,0,11.484-1.45,14.205-4.563c3.74-4.28,3.943-12.301,0.602-23.837c-1.38-4.763-5.332-16.49-12.221-22.511c-8.685-7.593-29.498-11.403-38.708-11.403c-1.03,0-4.224,0.001-4.734,0.001c-12.73,0-23.088,10.357-23.088,23.088V151c0,0,0.544,3.251-4.289,3.251c-5.437,0-15.24,0-21.75,0c-3.583,0-3.461-2.499-3.461-2.499V43.036c0-13.453-10.944-24.399-24.396-24.399c-0.542,0-4.003-0.001-5.131-0.001c-11.517,0-32.892,4.642-41.543,12.204c-10.166,8.885-20.901,39.777-12.535,49.351c2.821,3.227,7.564,4.729,14.927,4.729h0.001c11.435,0,27.818-3.697,35.657-10.549c7.519-6.572,12.906-20.734,14.379-24.918c1.371-3.895,3.642-7.716,3.642-6.418v108.383c0,0,0.461,2.832-4.706,2.832c-62.229,0-57.522,0-74.791,0c-4.458,0-4.31-3.166-4.31-3.166V75.817c0-10.946-8.905-19.853-19.851-19.853c-0.412,0-24.798,0.787-35.444,9.419c-5.951,4.824-9.022,14.67-10.154,18.575c-4.227,14.594-0.443,18.923,0.8,20.345c2.474,2.829,6.423,4.147,12.429,4.147h0.001c6.96,0,20.551-2.229,27.392-8.209c3.67-3.208,6.608-8.484,8.621-12.927c0.449-0.992,1.207-1.855,1.207,1.895v61.875c0,0-0.315,3.166-3.653,3.166c-27.823,0-113.331,0-113.331,0c-2.75,0-5,2.25-5,5v162.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V174.251c0-2.75,2.025-5,4.501-5s6.514,1.007,8.973,2.236l11.746,5.874c2.459,1.229,3.001,3.939,1.203,6.02l-9.456,10.948c-1.798,2.081-1.183,4.628,1.367,5.659l67.604,27.338c2.55,1.03,3.782,3.764,2.739,6.074c-1.044,2.311-4.09,4.703-6.771,5.319l-28.684,6.586c-2.681,0.616-6.419,2.754-8.308,4.753L33.277,278.24c-1.889,1.999-2.282,5.566-0.875,7.929l21.771,36.529c1.407,2.362,4.492,3.143,6.854,1.735l4.295-2.56c2.362-1.407,3.143-4.492,1.735-6.855l-15.965-26.787c-1.407-2.362-1.014-5.93,0.875-7.929l15.727-16.64c1.889-1.998,5.627-4.137,8.308-4.753l31.51-7.234c2.681-0.616,5.799-3.17,6.931-5.676l9.166-20.295c1.133-2.506-0.027-5.4-2.577-6.431l-62.652-25.336c-2.55-1.031-3.165-3.578-1.368-5.659l8.367-9.688c1.798-2.081,1.256-4.791-1.203-6.02l-2.166-1.083c-2.459-1.23-2.222-2.236,0.528-2.236h161.236c2.75,0,5.363,2.221,5.808,4.935l5.413,33.084c0.444,2.714,2.949,5.626,5.565,6.471l62.949,20.317c2.616,0.845,3.293,3.244,1.503,5.332l-8.374,9.766c-1.79,2.088-3.181,6.045-3.09,8.793l0.38,11.543c0.091,2.748-2.074,5.213-4.811,5.477l-24.792,2.391c-2.737,0.264-6.763,1.848-8.946,3.519l-37.49,28.7c-2.184,1.672-1.779,3.551,0.898,4.177l80.502,18.816c2.678,0.626,5.381-1.054,6.006-3.732l1.139-4.867c0.625-2.678-1.053-5.381-3.73-6.008l-49.596-11.592c-2.678-0.627-3.082-2.506-0.898-4.178l8.88-6.798c2.184-1.672,6.21-3.255,8.947-3.518l34.536-3.33c2.737-0.264,4.902-2.729,4.811-5.477l-0.651-19.787c-0.091-2.748,1.3-6.705,3.09-8.793l19.253-22.451c1.79-2.088,1.113-4.487-1.503-5.332l-75.688-24.429c-2.616-0.845-5.121-3.757-5.565-6.471l-3.538-21.623c-0.444-2.714,1.442-4.935,4.192-4.935h82.363c2.75,0,5,2.25,5,5v147.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V159.251C351.338,156.501,349.088,154.251,346.338,154.251z M331.414,93.616c-1.891,1.569-21.959-2.915-25.588-6.087c-4.772-4.17-13.095-24.882-11.69-26.126c1.283-1.137,23.928,4.283,27.814,7.68C326.76,73.287,332.731,92.522,331.414,93.616zM192.898,63.079c-4.098,3.581-27.396,8.422-28.812,6.688c-1.168-1.432,4.94-22.769,10.505-27.632c4.489-3.924,30.39-9.641,31.305-8.496C207.252,35.335,198.403,58.266,192.898,63.079z M102.284,88.948c-5.222,4.566-16.854,5.459-17.551,4.503c-0.889-1.221,3.845-14.167,6.827-16.773c2.571-2.247,18.056-7.359,19.081-5.577C111.442,72.492,105.43,86.199,102.284,88.948z'/%3E%3Cpath d='M238.781,258.366l-16.425-32.852c-1.23-2.46-4.224-3.417-6.652-2.127l-32.053,17.028c-2.428,1.29-5.995,0.744-7.926-1.214l-18.326-18.58c-1.931-1.958-5.112-1.98-7.07-0.049l-3.561,3.512c-1.958,1.931-1.979,5.112-0.049,7.07l26.174,26.537c1.931,1.958,5.498,2.504,7.926,1.214l28.344-15.058c2.429-1.29,5.422-0.334,6.652,2.126l3.089,6.178c1.229,2.46,0.263,5.553-2.149,6.874l-69.004,37.797c-2.412,1.32-4.749,4.622-5.193,7.336l-2.636,16.1c-0.444,2.714,1.413,5.298,4.127,5.742l4.934,0.809c2.714,0.444,5.298-1.413,5.742-4.127l1.454-8.881c0.444-2.714,2.781-6.016,5.193-7.337l75.26-41.224C239.044,263.92,240.011,260.826,238.781,258.366z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dry-black, .icon-dry, .panel-menu-action.panel-menu-action--dry, .button--3D.button--medium .icon-dry, .button--3D.button--green .icon-dry, .button--input.icon-dry:hover, .button--input.icon-dry.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 351.338 351.338' style='enable-background:new 0 0 351.338 351.338;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M346.338,154.251c0,0-46.439,0-61.919,0c-4,0-4.128-3.5-4.128-3.5V72.772c0-2.188,0.644-2.107,1.002-0.926c0.358,1.182,0.767,2.428,1.229,3.744c1.37,3.894,6.389,17.077,13.433,23.232c7.339,6.416,22.624,9.877,33.28,9.877c6.971,0,11.484-1.45,14.205-4.563c3.74-4.28,3.943-12.301,0.602-23.837c-1.38-4.763-5.332-16.49-12.221-22.511c-8.685-7.593-29.498-11.403-38.708-11.403c-1.03,0-4.224,0.001-4.734,0.001c-12.73,0-23.088,10.357-23.088,23.088V151c0,0,0.544,3.251-4.289,3.251c-5.437,0-15.24,0-21.75,0c-3.583,0-3.461-2.499-3.461-2.499V43.036c0-13.453-10.944-24.399-24.396-24.399c-0.542,0-4.003-0.001-5.131-0.001c-11.517,0-32.892,4.642-41.543,12.204c-10.166,8.885-20.901,39.777-12.535,49.351c2.821,3.227,7.564,4.729,14.927,4.729h0.001c11.435,0,27.818-3.697,35.657-10.549c7.519-6.572,12.906-20.734,14.379-24.918c1.371-3.895,3.642-7.716,3.642-6.418v108.383c0,0,0.461,2.832-4.706,2.832c-62.229,0-57.522,0-74.791,0c-4.458,0-4.31-3.166-4.31-3.166V75.817c0-10.946-8.905-19.853-19.851-19.853c-0.412,0-24.798,0.787-35.444,9.419c-5.951,4.824-9.022,14.67-10.154,18.575c-4.227,14.594-0.443,18.923,0.8,20.345c2.474,2.829,6.423,4.147,12.429,4.147h0.001c6.96,0,20.551-2.229,27.392-8.209c3.67-3.208,6.608-8.484,8.621-12.927c0.449-0.992,1.207-1.855,1.207,1.895v61.875c0,0-0.315,3.166-3.653,3.166c-27.823,0-113.331,0-113.331,0c-2.75,0-5,2.25-5,5v162.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V174.251c0-2.75,2.025-5,4.501-5s6.514,1.007,8.973,2.236l11.746,5.874c2.459,1.229,3.001,3.939,1.203,6.02l-9.456,10.948c-1.798,2.081-1.183,4.628,1.367,5.659l67.604,27.338c2.55,1.03,3.782,3.764,2.739,6.074c-1.044,2.311-4.09,4.703-6.771,5.319l-28.684,6.586c-2.681,0.616-6.419,2.754-8.308,4.753L33.277,278.24c-1.889,1.999-2.282,5.566-0.875,7.929l21.771,36.529c1.407,2.362,4.492,3.143,6.854,1.735l4.295-2.56c2.362-1.407,3.143-4.492,1.735-6.855l-15.965-26.787c-1.407-2.362-1.014-5.93,0.875-7.929l15.727-16.64c1.889-1.998,5.627-4.137,8.308-4.753l31.51-7.234c2.681-0.616,5.799-3.17,6.931-5.676l9.166-20.295c1.133-2.506-0.027-5.4-2.577-6.431l-62.652-25.336c-2.55-1.031-3.165-3.578-1.368-5.659l8.367-9.688c1.798-2.081,1.256-4.791-1.203-6.02l-2.166-1.083c-2.459-1.23-2.222-2.236,0.528-2.236h161.236c2.75,0,5.363,2.221,5.808,4.935l5.413,33.084c0.444,2.714,2.949,5.626,5.565,6.471l62.949,20.317c2.616,0.845,3.293,3.244,1.503,5.332l-8.374,9.766c-1.79,2.088-3.181,6.045-3.09,8.793l0.38,11.543c0.091,2.748-2.074,5.213-4.811,5.477l-24.792,2.391c-2.737,0.264-6.763,1.848-8.946,3.519l-37.49,28.7c-2.184,1.672-1.779,3.551,0.898,4.177l80.502,18.816c2.678,0.626,5.381-1.054,6.006-3.732l1.139-4.867c0.625-2.678-1.053-5.381-3.73-6.008l-49.596-11.592c-2.678-0.627-3.082-2.506-0.898-4.178l8.88-6.798c2.184-1.672,6.21-3.255,8.947-3.518l34.536-3.33c2.737-0.264,4.902-2.729,4.811-5.477l-0.651-19.787c-0.091-2.748,1.3-6.705,3.09-8.793l19.253-22.451c1.79-2.088,1.113-4.487-1.503-5.332l-75.688-24.429c-2.616-0.845-5.121-3.757-5.565-6.471l-3.538-21.623c-0.444-2.714,1.442-4.935,4.192-4.935h82.363c2.75,0,5,2.25,5,5v147.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V159.251C351.338,156.501,349.088,154.251,346.338,154.251z M331.414,93.616c-1.891,1.569-21.959-2.915-25.588-6.087c-4.772-4.17-13.095-24.882-11.69-26.126c1.283-1.137,23.928,4.283,27.814,7.68C326.76,73.287,332.731,92.522,331.414,93.616zM192.898,63.079c-4.098,3.581-27.396,8.422-28.812,6.688c-1.168-1.432,4.94-22.769,10.505-27.632c4.489-3.924,30.39-9.641,31.305-8.496C207.252,35.335,198.403,58.266,192.898,63.079z M102.284,88.948c-5.222,4.566-16.854,5.459-17.551,4.503c-0.889-1.221,3.845-14.167,6.827-16.773c2.571-2.247,18.056-7.359,19.081-5.577C111.442,72.492,105.43,86.199,102.284,88.948z'/%3E%3Cpath d='M238.781,258.366l-16.425-32.852c-1.23-2.46-4.224-3.417-6.652-2.127l-32.053,17.028c-2.428,1.29-5.995,0.744-7.926-1.214l-18.326-18.58c-1.931-1.958-5.112-1.98-7.07-0.049l-3.561,3.512c-1.958,1.931-1.979,5.112-0.049,7.07l26.174,26.537c1.931,1.958,5.498,2.504,7.926,1.214l28.344-15.058c2.429-1.29,5.422-0.334,6.652,2.126l3.089,6.178c1.229,2.46,0.263,5.553-2.149,6.874l-69.004,37.797c-2.412,1.32-4.749,4.622-5.193,7.336l-2.636,16.1c-0.444,2.714,1.413,5.298,4.127,5.742l4.934,0.809c2.714,0.444,5.298-1.413,5.742-4.127l1.454-8.881c0.444-2.714,2.781-6.016,5.193-7.337l75.26-41.224C239.044,263.92,240.011,260.826,238.781,258.366z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dry-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 351.338 351.338' style='enable-background:new 0 0 351.338 351.338;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M346.338,154.251c0,0-46.439,0-61.919,0c-4,0-4.128-3.5-4.128-3.5V72.772c0-2.188,0.644-2.107,1.002-0.926c0.358,1.182,0.767,2.428,1.229,3.744c1.37,3.894,6.389,17.077,13.433,23.232c7.339,6.416,22.624,9.877,33.28,9.877c6.971,0,11.484-1.45,14.205-4.563c3.74-4.28,3.943-12.301,0.602-23.837c-1.38-4.763-5.332-16.49-12.221-22.511c-8.685-7.593-29.498-11.403-38.708-11.403c-1.03,0-4.224,0.001-4.734,0.001c-12.73,0-23.088,10.357-23.088,23.088V151c0,0,0.544,3.251-4.289,3.251c-5.437,0-15.24,0-21.75,0c-3.583,0-3.461-2.499-3.461-2.499V43.036c0-13.453-10.944-24.399-24.396-24.399c-0.542,0-4.003-0.001-5.131-0.001c-11.517,0-32.892,4.642-41.543,12.204c-10.166,8.885-20.901,39.777-12.535,49.351c2.821,3.227,7.564,4.729,14.927,4.729h0.001c11.435,0,27.818-3.697,35.657-10.549c7.519-6.572,12.906-20.734,14.379-24.918c1.371-3.895,3.642-7.716,3.642-6.418v108.383c0,0,0.461,2.832-4.706,2.832c-62.229,0-57.522,0-74.791,0c-4.458,0-4.31-3.166-4.31-3.166V75.817c0-10.946-8.905-19.853-19.851-19.853c-0.412,0-24.798,0.787-35.444,9.419c-5.951,4.824-9.022,14.67-10.154,18.575c-4.227,14.594-0.443,18.923,0.8,20.345c2.474,2.829,6.423,4.147,12.429,4.147h0.001c6.96,0,20.551-2.229,27.392-8.209c3.67-3.208,6.608-8.484,8.621-12.927c0.449-0.992,1.207-1.855,1.207,1.895v61.875c0,0-0.315,3.166-3.653,3.166c-27.823,0-113.331,0-113.331,0c-2.75,0-5,2.25-5,5v162.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V174.251c0-2.75,2.025-5,4.501-5s6.514,1.007,8.973,2.236l11.746,5.874c2.459,1.229,3.001,3.939,1.203,6.02l-9.456,10.948c-1.798,2.081-1.183,4.628,1.367,5.659l67.604,27.338c2.55,1.03,3.782,3.764,2.739,6.074c-1.044,2.311-4.09,4.703-6.771,5.319l-28.684,6.586c-2.681,0.616-6.419,2.754-8.308,4.753L33.277,278.24c-1.889,1.999-2.282,5.566-0.875,7.929l21.771,36.529c1.407,2.362,4.492,3.143,6.854,1.735l4.295-2.56c2.362-1.407,3.143-4.492,1.735-6.855l-15.965-26.787c-1.407-2.362-1.014-5.93,0.875-7.929l15.727-16.64c1.889-1.998,5.627-4.137,8.308-4.753l31.51-7.234c2.681-0.616,5.799-3.17,6.931-5.676l9.166-20.295c1.133-2.506-0.027-5.4-2.577-6.431l-62.652-25.336c-2.55-1.031-3.165-3.578-1.368-5.659l8.367-9.688c1.798-2.081,1.256-4.791-1.203-6.02l-2.166-1.083c-2.459-1.23-2.222-2.236,0.528-2.236h161.236c2.75,0,5.363,2.221,5.808,4.935l5.413,33.084c0.444,2.714,2.949,5.626,5.565,6.471l62.949,20.317c2.616,0.845,3.293,3.244,1.503,5.332l-8.374,9.766c-1.79,2.088-3.181,6.045-3.09,8.793l0.38,11.543c0.091,2.748-2.074,5.213-4.811,5.477l-24.792,2.391c-2.737,0.264-6.763,1.848-8.946,3.519l-37.49,28.7c-2.184,1.672-1.779,3.551,0.898,4.177l80.502,18.816c2.678,0.626,5.381-1.054,6.006-3.732l1.139-4.867c0.625-2.678-1.053-5.381-3.73-6.008l-49.596-11.592c-2.678-0.627-3.082-2.506-0.898-4.178l8.88-6.798c2.184-1.672,6.21-3.255,8.947-3.518l34.536-3.33c2.737-0.264,4.902-2.729,4.811-5.477l-0.651-19.787c-0.091-2.748,1.3-6.705,3.09-8.793l19.253-22.451c1.79-2.088,1.113-4.487-1.503-5.332l-75.688-24.429c-2.616-0.845-5.121-3.757-5.565-6.471l-3.538-21.623c-0.444-2.714,1.442-4.935,4.192-4.935h82.363c2.75,0,5,2.25,5,5v147.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V159.251C351.338,156.501,349.088,154.251,346.338,154.251z M331.414,93.616c-1.891,1.569-21.959-2.915-25.588-6.087c-4.772-4.17-13.095-24.882-11.69-26.126c1.283-1.137,23.928,4.283,27.814,7.68C326.76,73.287,332.731,92.522,331.414,93.616zM192.898,63.079c-4.098,3.581-27.396,8.422-28.812,6.688c-1.168-1.432,4.94-22.769,10.505-27.632c4.489-3.924,30.39-9.641,31.305-8.496C207.252,35.335,198.403,58.266,192.898,63.079z M102.284,88.948c-5.222,4.566-16.854,5.459-17.551,4.503c-0.889-1.221,3.845-14.167,6.827-16.773c2.571-2.247,18.056-7.359,19.081-5.577C111.442,72.492,105.43,86.199,102.284,88.948z'/%3E%3Cpath d='M238.781,258.366l-16.425-32.852c-1.23-2.46-4.224-3.417-6.652-2.127l-32.053,17.028c-2.428,1.29-5.995,0.744-7.926-1.214l-18.326-18.58c-1.931-1.958-5.112-1.98-7.07-0.049l-3.561,3.512c-1.958,1.931-1.979,5.112-0.049,7.07l26.174,26.537c1.931,1.958,5.498,2.504,7.926,1.214l28.344-15.058c2.429-1.29,5.422-0.334,6.652,2.126l3.089,6.178c1.229,2.46,0.263,5.553-2.149,6.874l-69.004,37.797c-2.412,1.32-4.749,4.622-5.193,7.336l-2.636,16.1c-0.444,2.714,1.413,5.298,4.127,5.742l4.934,0.809c2.714,0.444,5.298-1.413,5.742-4.127l1.454-8.881c0.444-2.714,2.781-6.016,5.193-7.337l75.26-41.224C239.044,263.92,240.011,260.826,238.781,258.366z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dry-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 351.338 351.338' style='enable-background:new 0 0 351.338 351.338;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M346.338,154.251c0,0-46.439,0-61.919,0c-4,0-4.128-3.5-4.128-3.5V72.772c0-2.188,0.644-2.107,1.002-0.926c0.358,1.182,0.767,2.428,1.229,3.744c1.37,3.894,6.389,17.077,13.433,23.232c7.339,6.416,22.624,9.877,33.28,9.877c6.971,0,11.484-1.45,14.205-4.563c3.74-4.28,3.943-12.301,0.602-23.837c-1.38-4.763-5.332-16.49-12.221-22.511c-8.685-7.593-29.498-11.403-38.708-11.403c-1.03,0-4.224,0.001-4.734,0.001c-12.73,0-23.088,10.357-23.088,23.088V151c0,0,0.544,3.251-4.289,3.251c-5.437,0-15.24,0-21.75,0c-3.583,0-3.461-2.499-3.461-2.499V43.036c0-13.453-10.944-24.399-24.396-24.399c-0.542,0-4.003-0.001-5.131-0.001c-11.517,0-32.892,4.642-41.543,12.204c-10.166,8.885-20.901,39.777-12.535,49.351c2.821,3.227,7.564,4.729,14.927,4.729h0.001c11.435,0,27.818-3.697,35.657-10.549c7.519-6.572,12.906-20.734,14.379-24.918c1.371-3.895,3.642-7.716,3.642-6.418v108.383c0,0,0.461,2.832-4.706,2.832c-62.229,0-57.522,0-74.791,0c-4.458,0-4.31-3.166-4.31-3.166V75.817c0-10.946-8.905-19.853-19.851-19.853c-0.412,0-24.798,0.787-35.444,9.419c-5.951,4.824-9.022,14.67-10.154,18.575c-4.227,14.594-0.443,18.923,0.8,20.345c2.474,2.829,6.423,4.147,12.429,4.147h0.001c6.96,0,20.551-2.229,27.392-8.209c3.67-3.208,6.608-8.484,8.621-12.927c0.449-0.992,1.207-1.855,1.207,1.895v61.875c0,0-0.315,3.166-3.653,3.166c-27.823,0-113.331,0-113.331,0c-2.75,0-5,2.25-5,5v162.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V174.251c0-2.75,2.025-5,4.501-5s6.514,1.007,8.973,2.236l11.746,5.874c2.459,1.229,3.001,3.939,1.203,6.02l-9.456,10.948c-1.798,2.081-1.183,4.628,1.367,5.659l67.604,27.338c2.55,1.03,3.782,3.764,2.739,6.074c-1.044,2.311-4.09,4.703-6.771,5.319l-28.684,6.586c-2.681,0.616-6.419,2.754-8.308,4.753L33.277,278.24c-1.889,1.999-2.282,5.566-0.875,7.929l21.771,36.529c1.407,2.362,4.492,3.143,6.854,1.735l4.295-2.56c2.362-1.407,3.143-4.492,1.735-6.855l-15.965-26.787c-1.407-2.362-1.014-5.93,0.875-7.929l15.727-16.64c1.889-1.998,5.627-4.137,8.308-4.753l31.51-7.234c2.681-0.616,5.799-3.17,6.931-5.676l9.166-20.295c1.133-2.506-0.027-5.4-2.577-6.431l-62.652-25.336c-2.55-1.031-3.165-3.578-1.368-5.659l8.367-9.688c1.798-2.081,1.256-4.791-1.203-6.02l-2.166-1.083c-2.459-1.23-2.222-2.236,0.528-2.236h161.236c2.75,0,5.363,2.221,5.808,4.935l5.413,33.084c0.444,2.714,2.949,5.626,5.565,6.471l62.949,20.317c2.616,0.845,3.293,3.244,1.503,5.332l-8.374,9.766c-1.79,2.088-3.181,6.045-3.09,8.793l0.38,11.543c0.091,2.748-2.074,5.213-4.811,5.477l-24.792,2.391c-2.737,0.264-6.763,1.848-8.946,3.519l-37.49,28.7c-2.184,1.672-1.779,3.551,0.898,4.177l80.502,18.816c2.678,0.626,5.381-1.054,6.006-3.732l1.139-4.867c0.625-2.678-1.053-5.381-3.73-6.008l-49.596-11.592c-2.678-0.627-3.082-2.506-0.898-4.178l8.88-6.798c2.184-1.672,6.21-3.255,8.947-3.518l34.536-3.33c2.737-0.264,4.902-2.729,4.811-5.477l-0.651-19.787c-0.091-2.748,1.3-6.705,3.09-8.793l19.253-22.451c1.79-2.088,1.113-4.487-1.503-5.332l-75.688-24.429c-2.616-0.845-5.121-3.757-5.565-6.471l-3.538-21.623c-0.444-2.714,1.442-4.935,4.192-4.935h82.363c2.75,0,5,2.25,5,5v147.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V159.251C351.338,156.501,349.088,154.251,346.338,154.251z M331.414,93.616c-1.891,1.569-21.959-2.915-25.588-6.087c-4.772-4.17-13.095-24.882-11.69-26.126c1.283-1.137,23.928,4.283,27.814,7.68C326.76,73.287,332.731,92.522,331.414,93.616zM192.898,63.079c-4.098,3.581-27.396,8.422-28.812,6.688c-1.168-1.432,4.94-22.769,10.505-27.632c4.489-3.924,30.39-9.641,31.305-8.496C207.252,35.335,198.403,58.266,192.898,63.079z M102.284,88.948c-5.222,4.566-16.854,5.459-17.551,4.503c-0.889-1.221,3.845-14.167,6.827-16.773c2.571-2.247,18.056-7.359,19.081-5.577C111.442,72.492,105.43,86.199,102.284,88.948z'/%3E%3Cpath d='M238.781,258.366l-16.425-32.852c-1.23-2.46-4.224-3.417-6.652-2.127l-32.053,17.028c-2.428,1.29-5.995,0.744-7.926-1.214l-18.326-18.58c-1.931-1.958-5.112-1.98-7.07-0.049l-3.561,3.512c-1.958,1.931-1.979,5.112-0.049,7.07l26.174,26.537c1.931,1.958,5.498,2.504,7.926,1.214l28.344-15.058c2.429-1.29,5.422-0.334,6.652,2.126l3.089,6.178c1.229,2.46,0.263,5.553-2.149,6.874l-69.004,37.797c-2.412,1.32-4.749,4.622-5.193,7.336l-2.636,16.1c-0.444,2.714,1.413,5.298,4.127,5.742l4.934,0.809c2.714,0.444,5.298-1.413,5.742-4.127l1.454-8.881c0.444-2.714,2.781-6.016,5.193-7.337l75.26-41.224C239.044,263.92,240.011,260.826,238.781,258.366z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-dry-orange, .button--3D.button--medium:hover .icon-dry, .button--3D.button--medium.active .icon-dry, .button--3D.button--green:hover .icon-dry, .button--3D.button--green.active .icon-dry, .button--medium:hover .button--caracteristic.icon-dry,
.button--medium.active .button--caracteristic.icon-dry {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 351.338 351.338' style='enable-background:new 0 0 351.338 351.338;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M346.338,154.251c0,0-46.439,0-61.919,0c-4,0-4.128-3.5-4.128-3.5V72.772c0-2.188,0.644-2.107,1.002-0.926c0.358,1.182,0.767,2.428,1.229,3.744c1.37,3.894,6.389,17.077,13.433,23.232c7.339,6.416,22.624,9.877,33.28,9.877c6.971,0,11.484-1.45,14.205-4.563c3.74-4.28,3.943-12.301,0.602-23.837c-1.38-4.763-5.332-16.49-12.221-22.511c-8.685-7.593-29.498-11.403-38.708-11.403c-1.03,0-4.224,0.001-4.734,0.001c-12.73,0-23.088,10.357-23.088,23.088V151c0,0,0.544,3.251-4.289,3.251c-5.437,0-15.24,0-21.75,0c-3.583,0-3.461-2.499-3.461-2.499V43.036c0-13.453-10.944-24.399-24.396-24.399c-0.542,0-4.003-0.001-5.131-0.001c-11.517,0-32.892,4.642-41.543,12.204c-10.166,8.885-20.901,39.777-12.535,49.351c2.821,3.227,7.564,4.729,14.927,4.729h0.001c11.435,0,27.818-3.697,35.657-10.549c7.519-6.572,12.906-20.734,14.379-24.918c1.371-3.895,3.642-7.716,3.642-6.418v108.383c0,0,0.461,2.832-4.706,2.832c-62.229,0-57.522,0-74.791,0c-4.458,0-4.31-3.166-4.31-3.166V75.817c0-10.946-8.905-19.853-19.851-19.853c-0.412,0-24.798,0.787-35.444,9.419c-5.951,4.824-9.022,14.67-10.154,18.575c-4.227,14.594-0.443,18.923,0.8,20.345c2.474,2.829,6.423,4.147,12.429,4.147h0.001c6.96,0,20.551-2.229,27.392-8.209c3.67-3.208,6.608-8.484,8.621-12.927c0.449-0.992,1.207-1.855,1.207,1.895v61.875c0,0-0.315,3.166-3.653,3.166c-27.823,0-113.331,0-113.331,0c-2.75,0-5,2.25-5,5v162.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V174.251c0-2.75,2.025-5,4.501-5s6.514,1.007,8.973,2.236l11.746,5.874c2.459,1.229,3.001,3.939,1.203,6.02l-9.456,10.948c-1.798,2.081-1.183,4.628,1.367,5.659l67.604,27.338c2.55,1.03,3.782,3.764,2.739,6.074c-1.044,2.311-4.09,4.703-6.771,5.319l-28.684,6.586c-2.681,0.616-6.419,2.754-8.308,4.753L33.277,278.24c-1.889,1.999-2.282,5.566-0.875,7.929l21.771,36.529c1.407,2.362,4.492,3.143,6.854,1.735l4.295-2.56c2.362-1.407,3.143-4.492,1.735-6.855l-15.965-26.787c-1.407-2.362-1.014-5.93,0.875-7.929l15.727-16.64c1.889-1.998,5.627-4.137,8.308-4.753l31.51-7.234c2.681-0.616,5.799-3.17,6.931-5.676l9.166-20.295c1.133-2.506-0.027-5.4-2.577-6.431l-62.652-25.336c-2.55-1.031-3.165-3.578-1.368-5.659l8.367-9.688c1.798-2.081,1.256-4.791-1.203-6.02l-2.166-1.083c-2.459-1.23-2.222-2.236,0.528-2.236h161.236c2.75,0,5.363,2.221,5.808,4.935l5.413,33.084c0.444,2.714,2.949,5.626,5.565,6.471l62.949,20.317c2.616,0.845,3.293,3.244,1.503,5.332l-8.374,9.766c-1.79,2.088-3.181,6.045-3.09,8.793l0.38,11.543c0.091,2.748-2.074,5.213-4.811,5.477l-24.792,2.391c-2.737,0.264-6.763,1.848-8.946,3.519l-37.49,28.7c-2.184,1.672-1.779,3.551,0.898,4.177l80.502,18.816c2.678,0.626,5.381-1.054,6.006-3.732l1.139-4.867c0.625-2.678-1.053-5.381-3.73-6.008l-49.596-11.592c-2.678-0.627-3.082-2.506-0.898-4.178l8.88-6.798c2.184-1.672,6.21-3.255,8.947-3.518l34.536-3.33c2.737-0.264,4.902-2.729,4.811-5.477l-0.651-19.787c-0.091-2.748,1.3-6.705,3.09-8.793l19.253-22.451c1.79-2.088,1.113-4.487-1.503-5.332l-75.688-24.429c-2.616-0.845-5.121-3.757-5.565-6.471l-3.538-21.623c-0.444-2.714,1.442-4.935,4.192-4.935h82.363c2.75,0,5,2.25,5,5v147.154c0,2.75,2.25,5,5,5h5c2.75,0,5-2.25,5-5V159.251C351.338,156.501,349.088,154.251,346.338,154.251z M331.414,93.616c-1.891,1.569-21.959-2.915-25.588-6.087c-4.772-4.17-13.095-24.882-11.69-26.126c1.283-1.137,23.928,4.283,27.814,7.68C326.76,73.287,332.731,92.522,331.414,93.616zM192.898,63.079c-4.098,3.581-27.396,8.422-28.812,6.688c-1.168-1.432,4.94-22.769,10.505-27.632c4.489-3.924,30.39-9.641,31.305-8.496C207.252,35.335,198.403,58.266,192.898,63.079z M102.284,88.948c-5.222,4.566-16.854,5.459-17.551,4.503c-0.889-1.221,3.845-14.167,6.827-16.773c2.571-2.247,18.056-7.359,19.081-5.577C111.442,72.492,105.43,86.199,102.284,88.948z'/%3E%3Cpath d='M238.781,258.366l-16.425-32.852c-1.23-2.46-4.224-3.417-6.652-2.127l-32.053,17.028c-2.428,1.29-5.995,0.744-7.926-1.214l-18.326-18.58c-1.931-1.958-5.112-1.98-7.07-0.049l-3.561,3.512c-1.958,1.931-1.979,5.112-0.049,7.07l26.174,26.537c1.931,1.958,5.498,2.504,7.926,1.214l28.344-15.058c2.429-1.29,5.422-0.334,6.652,2.126l3.089,6.178c1.229,2.46,0.263,5.553-2.149,6.874l-69.004,37.797c-2.412,1.32-4.749,4.622-5.193,7.336l-2.636,16.1c-0.444,2.714,1.413,5.298,4.127,5.742l4.934,0.809c2.714,0.444,5.298-1.413,5.742-4.127l1.454-8.881c0.444-2.714,2.781-6.016,5.193-7.337l75.26-41.224C239.044,263.92,240.011,260.826,238.781,258.366z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-color-grey, .button--input.icon-color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='431.985px' height='431.985px' viewBox='0 0 431.985 431.985' style='enable-background:new 0 0 431.985 431.985;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M423.257,51.829c-0.808-2.045-2.67-3.484-4.853-3.751c-2.177-0.266-4.335,0.682-5.612,2.472c-7.581,10.629-17.529,14.172-29.053,18.275c-9.292,3.31-18.901,6.73-29.286,14.186c-14.687,10.544-21.405,24.917-18.055,38.54l-0.358,0.459c-6.133-8.897-12.806-17.126-19.848-24.474c-32.947-34.378-78.984-55.046-126.311-56.703c-2.085-0.073-4.204-0.11-6.298-0.11c-52.846,0-103.428,23.624-138.775,64.813C9.646,146.512-5.939,199.853,2.051,251.882c0.668,4.349,1.504,8.743,2.487,13.063c12.996,57.202,46.189,100.717,91.069,119.383c11.063,4.602,22.222,6.934,33.163,6.934c27.183,0,50.926-14.539,65.143-39.889c5.404-9.646,8.891-19.621,10.36-29.651c0.866-5.92,0.274-11.835-0.3-17.567c-0.591-5.9-1.149-11.476-0.256-17.09c2.047-12.869,11.036-20.553,24.047-20.553c3.701,0,7.483,0.609,11.26,1.812c-4.422,8.11-8.438,15.854-11.947,23.032c-7.437,15.212-12.567,27.81-15.252,37.44c-1.655,5.939-6.052,21.722,4.67,29.164c3.405,2.363,7.722,3.197,12.215,2.361c4.049-0.752,16.369-3.041,51.378-42.896c9.396-10.695,19.521-23.072,30.104-36.794c27.168-9.15,48.31-31.921,53.903-58.087c1.4-6.541,1.984-13.541,1.735-20.812c10.172-15.72,19.094-30.388,28.072-46.156c0.172-0.304,0.342-0.628,0.51-0.96c13.031-3.569,24.254-13.71,30.842-27.891C434.872,106.028,434.163,79.428,423.257,51.829zM276.385,149.834c-4.713,7.485-12.814,11.954-21.673,11.954c-4.81,0-9.515-1.361-13.605-3.937c-5.782-3.642-9.803-9.317-11.316-15.98s-0.345-13.518,3.298-19.301c4.714-7.485,12.816-11.954,21.675-11.954c4.811,0,9.515,1.361,13.604,3.938c5.782,3.64,9.802,9.315,11.316,15.979C281.197,137.197,280.026,144.051,276.385,149.834zM309.592,196.187c12.934-19.057,26.612-38,39.604-54.85c2.106,1.902,4.461,3.76,7.012,5.53c4.227,2.933,8.648,5.201,13.164,6.754c-10.969,18.758-22.763,37.342-37.043,58.375c-23.463,34.571-47.859,66.684-68.695,90.424c-11.638,13.26-21.823,23.498-29.671,29.839c3.029-9.69,8.818-22.989,16.875-38.746C265.245,265.336,286.111,230.772,309.592,196.187z M82.506,196.023c-4.811,0-9.516-1.361-13.607-3.938c-5.782-3.641-9.801-9.314-11.315-15.979c-1.514-6.664-0.342-13.519,3.301-19.302c4.711-7.484,12.813-11.953,21.671-11.953c4.812,0,9.517,1.361,13.607,3.938c11.936,7.518,15.532,23.345,8.019,35.279C99.466,191.554,91.363,196.023,82.506,196.023zM55.688,252.358c4.713-7.486,12.814-11.955,21.673-11.955c4.81,0,9.514,1.362,13.606,3.938c5.782,3.641,9.801,9.315,11.315,15.979c1.515,6.662,0.343,13.516-3.301,19.301c-4.711,7.483-12.813,11.953-21.671,11.953c-4.811,0-9.517-1.361-13.609-3.938c-5.782-3.642-9.8-9.315-11.313-15.979C50.876,264.995,52.049,258.14,55.688,252.358z M137.62,100.414c4.713-7.485,12.815-11.954,21.673-11.954c4.809,0,9.514,1.361,13.604,3.937c11.937,7.516,15.533,23.344,8.019,35.28c-4.715,7.486-12.817,11.955-21.675,11.955c-4.81,0-9.515-1.361-13.605-3.938c-5.781-3.64-9.799-9.314-11.313-15.979C132.807,113.052,133.979,106.198,137.62,100.414z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-color-brown, .no-touch .panel-menu-action.panel-menu-action--color:hover, .panel-menu-action.panel-menu-action--color.active, .button--caracteristic.icon-color:hover, .button--caracteristic.icon-color.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='431.985px' height='431.985px' viewBox='0 0 431.985 431.985' style='enable-background:new 0 0 431.985 431.985;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M423.257,51.829c-0.808-2.045-2.67-3.484-4.853-3.751c-2.177-0.266-4.335,0.682-5.612,2.472c-7.581,10.629-17.529,14.172-29.053,18.275c-9.292,3.31-18.901,6.73-29.286,14.186c-14.687,10.544-21.405,24.917-18.055,38.54l-0.358,0.459c-6.133-8.897-12.806-17.126-19.848-24.474c-32.947-34.378-78.984-55.046-126.311-56.703c-2.085-0.073-4.204-0.11-6.298-0.11c-52.846,0-103.428,23.624-138.775,64.813C9.646,146.512-5.939,199.853,2.051,251.882c0.668,4.349,1.504,8.743,2.487,13.063c12.996,57.202,46.189,100.717,91.069,119.383c11.063,4.602,22.222,6.934,33.163,6.934c27.183,0,50.926-14.539,65.143-39.889c5.404-9.646,8.891-19.621,10.36-29.651c0.866-5.92,0.274-11.835-0.3-17.567c-0.591-5.9-1.149-11.476-0.256-17.09c2.047-12.869,11.036-20.553,24.047-20.553c3.701,0,7.483,0.609,11.26,1.812c-4.422,8.11-8.438,15.854-11.947,23.032c-7.437,15.212-12.567,27.81-15.252,37.44c-1.655,5.939-6.052,21.722,4.67,29.164c3.405,2.363,7.722,3.197,12.215,2.361c4.049-0.752,16.369-3.041,51.378-42.896c9.396-10.695,19.521-23.072,30.104-36.794c27.168-9.15,48.31-31.921,53.903-58.087c1.4-6.541,1.984-13.541,1.735-20.812c10.172-15.72,19.094-30.388,28.072-46.156c0.172-0.304,0.342-0.628,0.51-0.96c13.031-3.569,24.254-13.71,30.842-27.891C434.872,106.028,434.163,79.428,423.257,51.829zM276.385,149.834c-4.713,7.485-12.814,11.954-21.673,11.954c-4.81,0-9.515-1.361-13.605-3.937c-5.782-3.642-9.803-9.317-11.316-15.98s-0.345-13.518,3.298-19.301c4.714-7.485,12.816-11.954,21.675-11.954c4.811,0,9.515,1.361,13.604,3.938c5.782,3.64,9.802,9.315,11.316,15.979C281.197,137.197,280.026,144.051,276.385,149.834zM309.592,196.187c12.934-19.057,26.612-38,39.604-54.85c2.106,1.902,4.461,3.76,7.012,5.53c4.227,2.933,8.648,5.201,13.164,6.754c-10.969,18.758-22.763,37.342-37.043,58.375c-23.463,34.571-47.859,66.684-68.695,90.424c-11.638,13.26-21.823,23.498-29.671,29.839c3.029-9.69,8.818-22.989,16.875-38.746C265.245,265.336,286.111,230.772,309.592,196.187z M82.506,196.023c-4.811,0-9.516-1.361-13.607-3.938c-5.782-3.641-9.801-9.314-11.315-15.979c-1.514-6.664-0.342-13.519,3.301-19.302c4.711-7.484,12.813-11.953,21.671-11.953c4.812,0,9.517,1.361,13.607,3.938c11.936,7.518,15.532,23.345,8.019,35.279C99.466,191.554,91.363,196.023,82.506,196.023zM55.688,252.358c4.713-7.486,12.814-11.955,21.673-11.955c4.81,0,9.514,1.362,13.606,3.938c5.782,3.641,9.801,9.315,11.315,15.979c1.515,6.662,0.343,13.516-3.301,19.301c-4.711,7.483-12.813,11.953-21.671,11.953c-4.811,0-9.517-1.361-13.609-3.938c-5.782-3.642-9.8-9.315-11.313-15.979C50.876,264.995,52.049,258.14,55.688,252.358z M137.62,100.414c4.713-7.485,12.815-11.954,21.673-11.954c4.809,0,9.514,1.361,13.604,3.937c11.937,7.516,15.533,23.344,8.019,35.28c-4.715,7.486-12.817,11.955-21.675,11.955c-4.81,0-9.515-1.361-13.605-3.938c-5.781-3.64-9.799-9.314-11.313-15.979C132.807,113.052,133.979,106.198,137.62,100.414z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-color-black, .icon-color, .panel-menu-action.panel-menu-action--color, .button--3D.button--medium .icon-color, .button--3D.button--green .icon-color, .button--input.icon-color:hover, .button--input.icon-color.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='431.985px' height='431.985px' viewBox='0 0 431.985 431.985' style='enable-background:new 0 0 431.985 431.985;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M423.257,51.829c-0.808-2.045-2.67-3.484-4.853-3.751c-2.177-0.266-4.335,0.682-5.612,2.472c-7.581,10.629-17.529,14.172-29.053,18.275c-9.292,3.31-18.901,6.73-29.286,14.186c-14.687,10.544-21.405,24.917-18.055,38.54l-0.358,0.459c-6.133-8.897-12.806-17.126-19.848-24.474c-32.947-34.378-78.984-55.046-126.311-56.703c-2.085-0.073-4.204-0.11-6.298-0.11c-52.846,0-103.428,23.624-138.775,64.813C9.646,146.512-5.939,199.853,2.051,251.882c0.668,4.349,1.504,8.743,2.487,13.063c12.996,57.202,46.189,100.717,91.069,119.383c11.063,4.602,22.222,6.934,33.163,6.934c27.183,0,50.926-14.539,65.143-39.889c5.404-9.646,8.891-19.621,10.36-29.651c0.866-5.92,0.274-11.835-0.3-17.567c-0.591-5.9-1.149-11.476-0.256-17.09c2.047-12.869,11.036-20.553,24.047-20.553c3.701,0,7.483,0.609,11.26,1.812c-4.422,8.11-8.438,15.854-11.947,23.032c-7.437,15.212-12.567,27.81-15.252,37.44c-1.655,5.939-6.052,21.722,4.67,29.164c3.405,2.363,7.722,3.197,12.215,2.361c4.049-0.752,16.369-3.041,51.378-42.896c9.396-10.695,19.521-23.072,30.104-36.794c27.168-9.15,48.31-31.921,53.903-58.087c1.4-6.541,1.984-13.541,1.735-20.812c10.172-15.72,19.094-30.388,28.072-46.156c0.172-0.304,0.342-0.628,0.51-0.96c13.031-3.569,24.254-13.71,30.842-27.891C434.872,106.028,434.163,79.428,423.257,51.829zM276.385,149.834c-4.713,7.485-12.814,11.954-21.673,11.954c-4.81,0-9.515-1.361-13.605-3.937c-5.782-3.642-9.803-9.317-11.316-15.98s-0.345-13.518,3.298-19.301c4.714-7.485,12.816-11.954,21.675-11.954c4.811,0,9.515,1.361,13.604,3.938c5.782,3.64,9.802,9.315,11.316,15.979C281.197,137.197,280.026,144.051,276.385,149.834zM309.592,196.187c12.934-19.057,26.612-38,39.604-54.85c2.106,1.902,4.461,3.76,7.012,5.53c4.227,2.933,8.648,5.201,13.164,6.754c-10.969,18.758-22.763,37.342-37.043,58.375c-23.463,34.571-47.859,66.684-68.695,90.424c-11.638,13.26-21.823,23.498-29.671,29.839c3.029-9.69,8.818-22.989,16.875-38.746C265.245,265.336,286.111,230.772,309.592,196.187z M82.506,196.023c-4.811,0-9.516-1.361-13.607-3.938c-5.782-3.641-9.801-9.314-11.315-15.979c-1.514-6.664-0.342-13.519,3.301-19.302c4.711-7.484,12.813-11.953,21.671-11.953c4.812,0,9.517,1.361,13.607,3.938c11.936,7.518,15.532,23.345,8.019,35.279C99.466,191.554,91.363,196.023,82.506,196.023zM55.688,252.358c4.713-7.486,12.814-11.955,21.673-11.955c4.81,0,9.514,1.362,13.606,3.938c5.782,3.641,9.801,9.315,11.315,15.979c1.515,6.662,0.343,13.516-3.301,19.301c-4.711,7.483-12.813,11.953-21.671,11.953c-4.811,0-9.517-1.361-13.609-3.938c-5.782-3.642-9.8-9.315-11.313-15.979C50.876,264.995,52.049,258.14,55.688,252.358z M137.62,100.414c4.713-7.485,12.815-11.954,21.673-11.954c4.809,0,9.514,1.361,13.604,3.937c11.937,7.516,15.533,23.344,8.019,35.28c-4.715,7.486-12.817,11.955-21.675,11.955c-4.81,0-9.515-1.361-13.605-3.938c-5.781-3.64-9.799-9.314-11.313-15.979C132.807,113.052,133.979,106.198,137.62,100.414z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-color-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='431.985px' height='431.985px' viewBox='0 0 431.985 431.985' style='enable-background:new 0 0 431.985 431.985;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M423.257,51.829c-0.808-2.045-2.67-3.484-4.853-3.751c-2.177-0.266-4.335,0.682-5.612,2.472c-7.581,10.629-17.529,14.172-29.053,18.275c-9.292,3.31-18.901,6.73-29.286,14.186c-14.687,10.544-21.405,24.917-18.055,38.54l-0.358,0.459c-6.133-8.897-12.806-17.126-19.848-24.474c-32.947-34.378-78.984-55.046-126.311-56.703c-2.085-0.073-4.204-0.11-6.298-0.11c-52.846,0-103.428,23.624-138.775,64.813C9.646,146.512-5.939,199.853,2.051,251.882c0.668,4.349,1.504,8.743,2.487,13.063c12.996,57.202,46.189,100.717,91.069,119.383c11.063,4.602,22.222,6.934,33.163,6.934c27.183,0,50.926-14.539,65.143-39.889c5.404-9.646,8.891-19.621,10.36-29.651c0.866-5.92,0.274-11.835-0.3-17.567c-0.591-5.9-1.149-11.476-0.256-17.09c2.047-12.869,11.036-20.553,24.047-20.553c3.701,0,7.483,0.609,11.26,1.812c-4.422,8.11-8.438,15.854-11.947,23.032c-7.437,15.212-12.567,27.81-15.252,37.44c-1.655,5.939-6.052,21.722,4.67,29.164c3.405,2.363,7.722,3.197,12.215,2.361c4.049-0.752,16.369-3.041,51.378-42.896c9.396-10.695,19.521-23.072,30.104-36.794c27.168-9.15,48.31-31.921,53.903-58.087c1.4-6.541,1.984-13.541,1.735-20.812c10.172-15.72,19.094-30.388,28.072-46.156c0.172-0.304,0.342-0.628,0.51-0.96c13.031-3.569,24.254-13.71,30.842-27.891C434.872,106.028,434.163,79.428,423.257,51.829zM276.385,149.834c-4.713,7.485-12.814,11.954-21.673,11.954c-4.81,0-9.515-1.361-13.605-3.937c-5.782-3.642-9.803-9.317-11.316-15.98s-0.345-13.518,3.298-19.301c4.714-7.485,12.816-11.954,21.675-11.954c4.811,0,9.515,1.361,13.604,3.938c5.782,3.64,9.802,9.315,11.316,15.979C281.197,137.197,280.026,144.051,276.385,149.834zM309.592,196.187c12.934-19.057,26.612-38,39.604-54.85c2.106,1.902,4.461,3.76,7.012,5.53c4.227,2.933,8.648,5.201,13.164,6.754c-10.969,18.758-22.763,37.342-37.043,58.375c-23.463,34.571-47.859,66.684-68.695,90.424c-11.638,13.26-21.823,23.498-29.671,29.839c3.029-9.69,8.818-22.989,16.875-38.746C265.245,265.336,286.111,230.772,309.592,196.187z M82.506,196.023c-4.811,0-9.516-1.361-13.607-3.938c-5.782-3.641-9.801-9.314-11.315-15.979c-1.514-6.664-0.342-13.519,3.301-19.302c4.711-7.484,12.813-11.953,21.671-11.953c4.812,0,9.517,1.361,13.607,3.938c11.936,7.518,15.532,23.345,8.019,35.279C99.466,191.554,91.363,196.023,82.506,196.023zM55.688,252.358c4.713-7.486,12.814-11.955,21.673-11.955c4.81,0,9.514,1.362,13.606,3.938c5.782,3.641,9.801,9.315,11.315,15.979c1.515,6.662,0.343,13.516-3.301,19.301c-4.711,7.483-12.813,11.953-21.671,11.953c-4.811,0-9.517-1.361-13.609-3.938c-5.782-3.642-9.8-9.315-11.313-15.979C50.876,264.995,52.049,258.14,55.688,252.358z M137.62,100.414c4.713-7.485,12.815-11.954,21.673-11.954c4.809,0,9.514,1.361,13.604,3.937c11.937,7.516,15.533,23.344,8.019,35.28c-4.715,7.486-12.817,11.955-21.675,11.955c-4.81,0-9.515-1.361-13.605-3.938c-5.781-3.64-9.799-9.314-11.313-15.979C132.807,113.052,133.979,106.198,137.62,100.414z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-color-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='431.985px' height='431.985px' viewBox='0 0 431.985 431.985' style='enable-background:new 0 0 431.985 431.985;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M423.257,51.829c-0.808-2.045-2.67-3.484-4.853-3.751c-2.177-0.266-4.335,0.682-5.612,2.472c-7.581,10.629-17.529,14.172-29.053,18.275c-9.292,3.31-18.901,6.73-29.286,14.186c-14.687,10.544-21.405,24.917-18.055,38.54l-0.358,0.459c-6.133-8.897-12.806-17.126-19.848-24.474c-32.947-34.378-78.984-55.046-126.311-56.703c-2.085-0.073-4.204-0.11-6.298-0.11c-52.846,0-103.428,23.624-138.775,64.813C9.646,146.512-5.939,199.853,2.051,251.882c0.668,4.349,1.504,8.743,2.487,13.063c12.996,57.202,46.189,100.717,91.069,119.383c11.063,4.602,22.222,6.934,33.163,6.934c27.183,0,50.926-14.539,65.143-39.889c5.404-9.646,8.891-19.621,10.36-29.651c0.866-5.92,0.274-11.835-0.3-17.567c-0.591-5.9-1.149-11.476-0.256-17.09c2.047-12.869,11.036-20.553,24.047-20.553c3.701,0,7.483,0.609,11.26,1.812c-4.422,8.11-8.438,15.854-11.947,23.032c-7.437,15.212-12.567,27.81-15.252,37.44c-1.655,5.939-6.052,21.722,4.67,29.164c3.405,2.363,7.722,3.197,12.215,2.361c4.049-0.752,16.369-3.041,51.378-42.896c9.396-10.695,19.521-23.072,30.104-36.794c27.168-9.15,48.31-31.921,53.903-58.087c1.4-6.541,1.984-13.541,1.735-20.812c10.172-15.72,19.094-30.388,28.072-46.156c0.172-0.304,0.342-0.628,0.51-0.96c13.031-3.569,24.254-13.71,30.842-27.891C434.872,106.028,434.163,79.428,423.257,51.829zM276.385,149.834c-4.713,7.485-12.814,11.954-21.673,11.954c-4.81,0-9.515-1.361-13.605-3.937c-5.782-3.642-9.803-9.317-11.316-15.98s-0.345-13.518,3.298-19.301c4.714-7.485,12.816-11.954,21.675-11.954c4.811,0,9.515,1.361,13.604,3.938c5.782,3.64,9.802,9.315,11.316,15.979C281.197,137.197,280.026,144.051,276.385,149.834zM309.592,196.187c12.934-19.057,26.612-38,39.604-54.85c2.106,1.902,4.461,3.76,7.012,5.53c4.227,2.933,8.648,5.201,13.164,6.754c-10.969,18.758-22.763,37.342-37.043,58.375c-23.463,34.571-47.859,66.684-68.695,90.424c-11.638,13.26-21.823,23.498-29.671,29.839c3.029-9.69,8.818-22.989,16.875-38.746C265.245,265.336,286.111,230.772,309.592,196.187z M82.506,196.023c-4.811,0-9.516-1.361-13.607-3.938c-5.782-3.641-9.801-9.314-11.315-15.979c-1.514-6.664-0.342-13.519,3.301-19.302c4.711-7.484,12.813-11.953,21.671-11.953c4.812,0,9.517,1.361,13.607,3.938c11.936,7.518,15.532,23.345,8.019,35.279C99.466,191.554,91.363,196.023,82.506,196.023zM55.688,252.358c4.713-7.486,12.814-11.955,21.673-11.955c4.81,0,9.514,1.362,13.606,3.938c5.782,3.641,9.801,9.315,11.315,15.979c1.515,6.662,0.343,13.516-3.301,19.301c-4.711,7.483-12.813,11.953-21.671,11.953c-4.811,0-9.517-1.361-13.609-3.938c-5.782-3.642-9.8-9.315-11.313-15.979C50.876,264.995,52.049,258.14,55.688,252.358z M137.62,100.414c4.713-7.485,12.815-11.954,21.673-11.954c4.809,0,9.514,1.361,13.604,3.937c11.937,7.516,15.533,23.344,8.019,35.28c-4.715,7.486-12.817,11.955-21.675,11.955c-4.81,0-9.515-1.361-13.605-3.938c-5.781-3.64-9.799-9.314-11.313-15.979C132.807,113.052,133.979,106.198,137.62,100.414z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-color-orange, .button--3D.button--medium:hover .icon-color, .button--3D.button--medium.active .icon-color, .button--3D.button--green:hover .icon-color, .button--3D.button--green.active .icon-color, .button--medium:hover .button--caracteristic.icon-color,
.button--medium.active .button--caracteristic.icon-color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='431.985px' height='431.985px' viewBox='0 0 431.985 431.985' style='enable-background:new 0 0 431.985 431.985;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M423.257,51.829c-0.808-2.045-2.67-3.484-4.853-3.751c-2.177-0.266-4.335,0.682-5.612,2.472c-7.581,10.629-17.529,14.172-29.053,18.275c-9.292,3.31-18.901,6.73-29.286,14.186c-14.687,10.544-21.405,24.917-18.055,38.54l-0.358,0.459c-6.133-8.897-12.806-17.126-19.848-24.474c-32.947-34.378-78.984-55.046-126.311-56.703c-2.085-0.073-4.204-0.11-6.298-0.11c-52.846,0-103.428,23.624-138.775,64.813C9.646,146.512-5.939,199.853,2.051,251.882c0.668,4.349,1.504,8.743,2.487,13.063c12.996,57.202,46.189,100.717,91.069,119.383c11.063,4.602,22.222,6.934,33.163,6.934c27.183,0,50.926-14.539,65.143-39.889c5.404-9.646,8.891-19.621,10.36-29.651c0.866-5.92,0.274-11.835-0.3-17.567c-0.591-5.9-1.149-11.476-0.256-17.09c2.047-12.869,11.036-20.553,24.047-20.553c3.701,0,7.483,0.609,11.26,1.812c-4.422,8.11-8.438,15.854-11.947,23.032c-7.437,15.212-12.567,27.81-15.252,37.44c-1.655,5.939-6.052,21.722,4.67,29.164c3.405,2.363,7.722,3.197,12.215,2.361c4.049-0.752,16.369-3.041,51.378-42.896c9.396-10.695,19.521-23.072,30.104-36.794c27.168-9.15,48.31-31.921,53.903-58.087c1.4-6.541,1.984-13.541,1.735-20.812c10.172-15.72,19.094-30.388,28.072-46.156c0.172-0.304,0.342-0.628,0.51-0.96c13.031-3.569,24.254-13.71,30.842-27.891C434.872,106.028,434.163,79.428,423.257,51.829zM276.385,149.834c-4.713,7.485-12.814,11.954-21.673,11.954c-4.81,0-9.515-1.361-13.605-3.937c-5.782-3.642-9.803-9.317-11.316-15.98s-0.345-13.518,3.298-19.301c4.714-7.485,12.816-11.954,21.675-11.954c4.811,0,9.515,1.361,13.604,3.938c5.782,3.64,9.802,9.315,11.316,15.979C281.197,137.197,280.026,144.051,276.385,149.834zM309.592,196.187c12.934-19.057,26.612-38,39.604-54.85c2.106,1.902,4.461,3.76,7.012,5.53c4.227,2.933,8.648,5.201,13.164,6.754c-10.969,18.758-22.763,37.342-37.043,58.375c-23.463,34.571-47.859,66.684-68.695,90.424c-11.638,13.26-21.823,23.498-29.671,29.839c3.029-9.69,8.818-22.989,16.875-38.746C265.245,265.336,286.111,230.772,309.592,196.187z M82.506,196.023c-4.811,0-9.516-1.361-13.607-3.938c-5.782-3.641-9.801-9.314-11.315-15.979c-1.514-6.664-0.342-13.519,3.301-19.302c4.711-7.484,12.813-11.953,21.671-11.953c4.812,0,9.517,1.361,13.607,3.938c11.936,7.518,15.532,23.345,8.019,35.279C99.466,191.554,91.363,196.023,82.506,196.023zM55.688,252.358c4.713-7.486,12.814-11.955,21.673-11.955c4.81,0,9.514,1.362,13.606,3.938c5.782,3.641,9.801,9.315,11.315,15.979c1.515,6.662,0.343,13.516-3.301,19.301c-4.711,7.483-12.813,11.953-21.671,11.953c-4.811,0-9.517-1.361-13.609-3.938c-5.782-3.642-9.8-9.315-11.313-15.979C50.876,264.995,52.049,258.14,55.688,252.358z M137.62,100.414c4.713-7.485,12.815-11.954,21.673-11.954c4.809,0,9.514,1.361,13.604,3.937c11.937,7.516,15.533,23.344,8.019,35.28c-4.715,7.486-12.817,11.955-21.675,11.955c-4.81,0-9.515-1.361-13.605-3.938c-5.781-3.64-9.799-9.314-11.313-15.979C132.807,113.052,133.979,106.198,137.62,100.414z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-radius-grey, .button--input.icon-radius {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='148.602px' height='148.602px' viewBox='0 0 148.602 148.602' style='enable-background:new 0 0 148.602 148.602;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.301,0C33.333,0,0,33.333,0,74.301c0,40.969,33.333,74.301,74.301,74.301c40.969,0,74.301-33.332,74.301-74.301C148.602,33.333,115.27,0,74.301,0z M132.768,77.954h3.537c-1.897,32.56-28.978,58.468-62.004,58.468c-34.254,0-62.121-27.867-62.121-62.121c0-34.253,27.867-62.12,62.121-62.12c33.846,0,61.436,27.211,62.09,60.902h-3.623c-1.348,0-2.437,1.089-2.437,2.437S131.42,77.954,132.768,77.954z'/%3E%3Cpath d='M110.842,73.083h-7.308c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.308c1.348,0,2.438-1.088,2.438-2.436C113.277,74.172,112.189,73.083,110.842,73.083z'/%3E%3Cpath d='M96.227,73.083h-7.309c-1.348,0-2.438,1.089-2.438,2.437s1.09,2.436,2.438,2.436h7.309c1.347,0,2.437-1.088,2.437-2.436C98.662,74.172,97.572,73.083,96.227,73.083z'/%3E%3Cpath d='M125.459,73.083h-7.309c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.309c1.348,0,2.436-1.088,2.436-2.436S126.807,73.083,125.459,73.083z'/%3E%3Cpath d='M81.609,73.083H74.3c-1.347,0-2.436,1.089-2.436,2.437s1.089,2.436,2.436,2.436h7.31c1.347,0,2.436-1.088,2.436-2.436S82.956,73.083,81.609,73.083z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-radius-brown, .no-touch .panel-menu-action.panel-menu-action--radius:hover, .panel-menu-action.panel-menu-action--radius.active, .button--caracteristic.icon-radius:hover, .button--caracteristic.icon-radius.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='148.602px' height='148.602px' viewBox='0 0 148.602 148.602' style='enable-background:new 0 0 148.602 148.602;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.301,0C33.333,0,0,33.333,0,74.301c0,40.969,33.333,74.301,74.301,74.301c40.969,0,74.301-33.332,74.301-74.301C148.602,33.333,115.27,0,74.301,0z M132.768,77.954h3.537c-1.897,32.56-28.978,58.468-62.004,58.468c-34.254,0-62.121-27.867-62.121-62.121c0-34.253,27.867-62.12,62.121-62.12c33.846,0,61.436,27.211,62.09,60.902h-3.623c-1.348,0-2.437,1.089-2.437,2.437S131.42,77.954,132.768,77.954z'/%3E%3Cpath d='M110.842,73.083h-7.308c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.308c1.348,0,2.438-1.088,2.438-2.436C113.277,74.172,112.189,73.083,110.842,73.083z'/%3E%3Cpath d='M96.227,73.083h-7.309c-1.348,0-2.438,1.089-2.438,2.437s1.09,2.436,2.438,2.436h7.309c1.347,0,2.437-1.088,2.437-2.436C98.662,74.172,97.572,73.083,96.227,73.083z'/%3E%3Cpath d='M125.459,73.083h-7.309c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.309c1.348,0,2.436-1.088,2.436-2.436S126.807,73.083,125.459,73.083z'/%3E%3Cpath d='M81.609,73.083H74.3c-1.347,0-2.436,1.089-2.436,2.437s1.089,2.436,2.436,2.436h7.31c1.347,0,2.436-1.088,2.436-2.436S82.956,73.083,81.609,73.083z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-radius-black, .icon-radius, .panel-menu-action.panel-menu-action--radius, .button--3D.button--medium .icon-radius, .button--3D.button--green .icon-radius, .button--input.icon-radius:hover, .button--input.icon-radius.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='148.602px' height='148.602px' viewBox='0 0 148.602 148.602' style='enable-background:new 0 0 148.602 148.602;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.301,0C33.333,0,0,33.333,0,74.301c0,40.969,33.333,74.301,74.301,74.301c40.969,0,74.301-33.332,74.301-74.301C148.602,33.333,115.27,0,74.301,0z M132.768,77.954h3.537c-1.897,32.56-28.978,58.468-62.004,58.468c-34.254,0-62.121-27.867-62.121-62.121c0-34.253,27.867-62.12,62.121-62.12c33.846,0,61.436,27.211,62.09,60.902h-3.623c-1.348,0-2.437,1.089-2.437,2.437S131.42,77.954,132.768,77.954z'/%3E%3Cpath d='M110.842,73.083h-7.308c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.308c1.348,0,2.438-1.088,2.438-2.436C113.277,74.172,112.189,73.083,110.842,73.083z'/%3E%3Cpath d='M96.227,73.083h-7.309c-1.348,0-2.438,1.089-2.438,2.437s1.09,2.436,2.438,2.436h7.309c1.347,0,2.437-1.088,2.437-2.436C98.662,74.172,97.572,73.083,96.227,73.083z'/%3E%3Cpath d='M125.459,73.083h-7.309c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.309c1.348,0,2.436-1.088,2.436-2.436S126.807,73.083,125.459,73.083z'/%3E%3Cpath d='M81.609,73.083H74.3c-1.347,0-2.436,1.089-2.436,2.437s1.089,2.436,2.436,2.436h7.31c1.347,0,2.436-1.088,2.436-2.436S82.956,73.083,81.609,73.083z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-radius-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='148.602px' height='148.602px' viewBox='0 0 148.602 148.602' style='enable-background:new 0 0 148.602 148.602;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.301,0C33.333,0,0,33.333,0,74.301c0,40.969,33.333,74.301,74.301,74.301c40.969,0,74.301-33.332,74.301-74.301C148.602,33.333,115.27,0,74.301,0z M132.768,77.954h3.537c-1.897,32.56-28.978,58.468-62.004,58.468c-34.254,0-62.121-27.867-62.121-62.121c0-34.253,27.867-62.12,62.121-62.12c33.846,0,61.436,27.211,62.09,60.902h-3.623c-1.348,0-2.437,1.089-2.437,2.437S131.42,77.954,132.768,77.954z'/%3E%3Cpath d='M110.842,73.083h-7.308c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.308c1.348,0,2.438-1.088,2.438-2.436C113.277,74.172,112.189,73.083,110.842,73.083z'/%3E%3Cpath d='M96.227,73.083h-7.309c-1.348,0-2.438,1.089-2.438,2.437s1.09,2.436,2.438,2.436h7.309c1.347,0,2.437-1.088,2.437-2.436C98.662,74.172,97.572,73.083,96.227,73.083z'/%3E%3Cpath d='M125.459,73.083h-7.309c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.309c1.348,0,2.436-1.088,2.436-2.436S126.807,73.083,125.459,73.083z'/%3E%3Cpath d='M81.609,73.083H74.3c-1.347,0-2.436,1.089-2.436,2.437s1.089,2.436,2.436,2.436h7.31c1.347,0,2.436-1.088,2.436-2.436S82.956,73.083,81.609,73.083z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-radius-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='148.602px' height='148.602px' viewBox='0 0 148.602 148.602' style='enable-background:new 0 0 148.602 148.602;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.301,0C33.333,0,0,33.333,0,74.301c0,40.969,33.333,74.301,74.301,74.301c40.969,0,74.301-33.332,74.301-74.301C148.602,33.333,115.27,0,74.301,0z M132.768,77.954h3.537c-1.897,32.56-28.978,58.468-62.004,58.468c-34.254,0-62.121-27.867-62.121-62.121c0-34.253,27.867-62.12,62.121-62.12c33.846,0,61.436,27.211,62.09,60.902h-3.623c-1.348,0-2.437,1.089-2.437,2.437S131.42,77.954,132.768,77.954z'/%3E%3Cpath d='M110.842,73.083h-7.308c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.308c1.348,0,2.438-1.088,2.438-2.436C113.277,74.172,112.189,73.083,110.842,73.083z'/%3E%3Cpath d='M96.227,73.083h-7.309c-1.348,0-2.438,1.089-2.438,2.437s1.09,2.436,2.438,2.436h7.309c1.347,0,2.437-1.088,2.437-2.436C98.662,74.172,97.572,73.083,96.227,73.083z'/%3E%3Cpath d='M125.459,73.083h-7.309c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.309c1.348,0,2.436-1.088,2.436-2.436S126.807,73.083,125.459,73.083z'/%3E%3Cpath d='M81.609,73.083H74.3c-1.347,0-2.436,1.089-2.436,2.437s1.089,2.436,2.436,2.436h7.31c1.347,0,2.436-1.088,2.436-2.436S82.956,73.083,81.609,73.083z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-radius-orange, .button--3D.button--medium:hover .icon-radius, .button--3D.button--medium.active .icon-radius, .button--3D.button--green:hover .icon-radius, .button--3D.button--green.active .icon-radius, .button--medium:hover .button--caracteristic.icon-radius,
.button--medium.active .button--caracteristic.icon-radius {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='148.602px' height='148.602px' viewBox='0 0 148.602 148.602' style='enable-background:new 0 0 148.602 148.602;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.301,0C33.333,0,0,33.333,0,74.301c0,40.969,33.333,74.301,74.301,74.301c40.969,0,74.301-33.332,74.301-74.301C148.602,33.333,115.27,0,74.301,0z M132.768,77.954h3.537c-1.897,32.56-28.978,58.468-62.004,58.468c-34.254,0-62.121-27.867-62.121-62.121c0-34.253,27.867-62.12,62.121-62.12c33.846,0,61.436,27.211,62.09,60.902h-3.623c-1.348,0-2.437,1.089-2.437,2.437S131.42,77.954,132.768,77.954z'/%3E%3Cpath d='M110.842,73.083h-7.308c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.308c1.348,0,2.438-1.088,2.438-2.436C113.277,74.172,112.189,73.083,110.842,73.083z'/%3E%3Cpath d='M96.227,73.083h-7.309c-1.348,0-2.438,1.089-2.438,2.437s1.09,2.436,2.438,2.436h7.309c1.347,0,2.437-1.088,2.437-2.436C98.662,74.172,97.572,73.083,96.227,73.083z'/%3E%3Cpath d='M125.459,73.083h-7.309c-1.349,0-2.437,1.089-2.437,2.437s1.088,2.436,2.437,2.436h7.309c1.348,0,2.436-1.088,2.436-2.436S126.807,73.083,125.459,73.083z'/%3E%3Cpath d='M81.609,73.083H74.3c-1.347,0-2.436,1.089-2.436,2.437s1.089,2.436,2.436,2.436h7.31c1.347,0,2.436-1.088,2.436-2.436S82.956,73.083,81.609,73.083z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-position-grey, .button--input.icon-position {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='place'%3E%3Cpath d='M255,0C155.55,0,76.5,79.05,76.5,178.5C76.5,311.1,255,510,255,510s178.5-198.9,178.5-331.5C433.5,79.05,354.45,0,255,0z     M255,242.25c-35.7,0-63.75-28.05-63.75-63.75s28.05-63.75,63.75-63.75s63.75,28.05,63.75,63.75S290.7,242.25,255,242.25z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-position-brown, .no-touch .panel-menu-action.panel-menu-action--position:hover, .panel-menu-action.panel-menu-action--position.active, .button--caracteristic.icon-position:hover, .button--caracteristic.icon-position.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='place'%3E%3Cpath d='M255,0C155.55,0,76.5,79.05,76.5,178.5C76.5,311.1,255,510,255,510s178.5-198.9,178.5-331.5C433.5,79.05,354.45,0,255,0z     M255,242.25c-35.7,0-63.75-28.05-63.75-63.75s28.05-63.75,63.75-63.75s63.75,28.05,63.75,63.75S290.7,242.25,255,242.25z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-position-black, .icon-position, .panel-menu-action.panel-menu-action--position, .button--3D.button--medium .icon-position, .button--3D.button--green .icon-position, .button--input.icon-position:hover, .button--input.icon-position.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='place'%3E%3Cpath d='M255,0C155.55,0,76.5,79.05,76.5,178.5C76.5,311.1,255,510,255,510s178.5-198.9,178.5-331.5C433.5,79.05,354.45,0,255,0z     M255,242.25c-35.7,0-63.75-28.05-63.75-63.75s28.05-63.75,63.75-63.75s63.75,28.05,63.75,63.75S290.7,242.25,255,242.25z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-position-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='place'%3E%3Cpath d='M255,0C155.55,0,76.5,79.05,76.5,178.5C76.5,311.1,255,510,255,510s178.5-198.9,178.5-331.5C433.5,79.05,354.45,0,255,0z     M255,242.25c-35.7,0-63.75-28.05-63.75-63.75s28.05-63.75,63.75-63.75s63.75,28.05,63.75,63.75S290.7,242.25,255,242.25z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-position-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='place'%3E%3Cpath d='M255,0C155.55,0,76.5,79.05,76.5,178.5C76.5,311.1,255,510,255,510s178.5-198.9,178.5-331.5C433.5,79.05,354.45,0,255,0z     M255,242.25c-35.7,0-63.75-28.05-63.75-63.75s28.05-63.75,63.75-63.75s63.75,28.05,63.75,63.75S290.7,242.25,255,242.25z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-position-orange, .button--3D.button--medium:hover .icon-position, .button--3D.button--medium.active .icon-position, .button--3D.button--green:hover .icon-position, .button--3D.button--green.active .icon-position, .button--medium:hover .button--caracteristic.icon-position,
.button--medium.active .button--caracteristic.icon-position {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='place'%3E%3Cpath d='M255,0C155.55,0,76.5,79.05,76.5,178.5C76.5,311.1,255,510,255,510s178.5-198.9,178.5-331.5C433.5,79.05,354.45,0,255,0z     M255,242.25c-35.7,0-63.75-28.05-63.75-63.75s28.05-63.75,63.75-63.75s63.75,28.05,63.75,63.75S290.7,242.25,255,242.25z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthx-grey, .button--input.icon-widthx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M32,16.001l-6-6v4h-2.001V8h-16v6.001H6v-4l-6,6l6,6v-4h1.999V24h16v-5.999H26v4L32,16.001zM21.999,22h-12V10h12V22z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthx-brown, .no-touch .panel-menu-action.panel-menu-action--widthx:hover, .panel-menu-action.panel-menu-action--widthx.active, .button--caracteristic.icon-widthx:hover, .button--caracteristic.icon-widthx.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M32,16.001l-6-6v4h-2.001V8h-16v6.001H6v-4l-6,6l6,6v-4h1.999V24h16v-5.999H26v4L32,16.001zM21.999,22h-12V10h12V22z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthx-black, .icon-widthx, .panel-menu-action.panel-menu-action--widthx, .button--3D.button--medium .icon-widthx, .button--3D.button--green .icon-widthx, .button--input.icon-widthx:hover, .button--input.icon-widthx.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M32,16.001l-6-6v4h-2.001V8h-16v6.001H6v-4l-6,6l6,6v-4h1.999V24h16v-5.999H26v4L32,16.001zM21.999,22h-12V10h12V22z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthx-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M32,16.001l-6-6v4h-2.001V8h-16v6.001H6v-4l-6,6l6,6v-4h1.999V24h16v-5.999H26v4L32,16.001zM21.999,22h-12V10h12V22z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthx-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M32,16.001l-6-6v4h-2.001V8h-16v6.001H6v-4l-6,6l6,6v-4h1.999V24h16v-5.999H26v4L32,16.001zM21.999,22h-12V10h12V22z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthx-orange, .button--3D.button--medium:hover .icon-widthx, .button--3D.button--medium.active .icon-widthx, .button--3D.button--green:hover .icon-widthx, .button--3D.button--green.active .icon-widthx, .button--medium:hover .button--caracteristic.icon-widthx,
.button--medium.active .button--caracteristic.icon-widthx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M32,16.001l-6-6v4h-2.001V8h-16v6.001H6v-4l-6,6l6,6v-4h1.999V24h16v-5.999H26v4L32,16.001zM21.999,22h-12V10h12V22z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthy-grey, .button--input.icon-widthy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,24V8h-6V6h4l-6-6l-6,6h4v2H8v16h6v2h-4l6,6l6-6h-4v-2H24z M10,22V10h12v12H10z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthy-brown, .no-touch .panel-menu-action.panel-menu-action--widthy:hover, .panel-menu-action.panel-menu-action--widthy.active, .button--caracteristic.icon-widthy:hover, .button--caracteristic.icon-widthy.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,24V8h-6V6h4l-6-6l-6,6h4v2H8v16h6v2h-4l6,6l6-6h-4v-2H24z M10,22V10h12v12H10z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthy-black, .icon-widthy, .panel-menu-action.panel-menu-action--widthy, .button--3D.button--medium .icon-widthy, .button--3D.button--green .icon-widthy, .button--input.icon-widthy:hover, .button--input.icon-widthy.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,24V8h-6V6h4l-6-6l-6,6h4v2H8v16h6v2h-4l6,6l6-6h-4v-2H24z M10,22V10h12v12H10z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthy-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,24V8h-6V6h4l-6-6l-6,6h4v2H8v16h6v2h-4l6,6l6-6h-4v-2H24z M10,22V10h12v12H10z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthy-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,24V8h-6V6h4l-6-6l-6,6h4v2H8v16h6v2h-4l6,6l6-6h-4v-2H24z M10,22V10h12v12H10z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-widthy-orange, .button--3D.button--medium:hover .icon-widthy, .button--3D.button--medium.active .icon-widthy, .button--3D.button--green:hover .icon-widthy, .button--3D.button--green.active .icon-widthy, .button--medium:hover .button--caracteristic.icon-widthy,
.button--medium.active .button--caracteristic.icon-widthy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,24V8h-6V6h4l-6-6l-6,6h4v2H8v16h6v2h-4l6,6l6-6h-4v-2H24z M10,22V10h12v12H10z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-height-grey, .button--input.icon-height {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9,29h5.833L9,23h5V9H9l5.833-6H9V0h14v3h-5.833L23,9h-5v14h5l-5.833,6H23v3H9V29z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-height-brown, .no-touch .panel-menu-action.panel-menu-action--height:hover, .panel-menu-action.panel-menu-action--height.active, .button--caracteristic.icon-height:hover, .button--caracteristic.icon-height.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9,29h5.833L9,23h5V9H9l5.833-6H9V0h14v3h-5.833L23,9h-5v14h5l-5.833,6H23v3H9V29z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-height-black, .icon-height, .panel-menu-action.panel-menu-action--height, .button--3D.button--medium .icon-height, .button--3D.button--green .icon-height, .button--input.icon-height:hover, .button--input.icon-height.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9,29h5.833L9,23h5V9H9l5.833-6H9V0h14v3h-5.833L23,9h-5v14h5l-5.833,6H23v3H9V29z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-height-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9,29h5.833L9,23h5V9H9l5.833-6H9V0h14v3h-5.833L23,9h-5v14h5l-5.833,6H23v3H9V29z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-height-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9,29h5.833L9,23h5V9H9l5.833-6H9V0h14v3h-5.833L23,9h-5v14h5l-5.833,6H23v3H9V29z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-height-orange, .button--3D.button--medium:hover .icon-height, .button--3D.button--medium.active .icon-height, .button--3D.button--green:hover .icon-height, .button--3D.button--green.active .icon-height, .button--medium:hover .button--caracteristic.icon-height,
.button--medium.active .button--caracteristic.icon-height {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9,29h5.833L9,23h5V9H9l5.833-6H9V0h14v3h-5.833L23,9h-5v14h5l-5.833,6H23v3H9V29z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-planet-grey, .button--input.icon-planet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 479 479' style='enable-background:new 0 0 479 479;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M408.852,70.148C363.616,24.913,303.473,0,239.5,0S115.384,24.913,70.148,70.148C24.913,115.384,0,175.527,0,239.5s24.913,124.116,70.148,169.352C115.384,454.087,175.527,479,239.5,479s124.116-24.913,169.352-70.148C454.087,363.616,479,303.473,479,239.5S454.087,115.384,408.852,70.148z M458.691,190.636l-63.169-17.692c-2.542-0.712-5.273-0.034-7.188,1.784c-1.915,1.819-2.732,4.51-2.151,7.087l5.134,22.782c1.455,6.457,5.594,12.03,11.355,15.289c5.469,3.094,11.972,3.86,17.994,2.15v11.373c0,5.205-2.497,10.162-6.679,13.259l-38.24,28.322l-33.726-65.069c-1.906-3.677-6.432-5.114-10.11-3.208c-3.678,1.906-5.114,6.433-3.208,10.11l34.186,65.956c7.244,13.976,22.077,22.313,37.775,21.23l1.745-0.12l-2.515,13.842l-45.723,43.084c-0.801,0.754-1.425,1.676-1.83,2.699l-33.922,85.727c-8.409,1.568-17.014,0.162-24.574-4.076c-8.528-4.779-14.652-12.579-17.243-21.962C273.351,411.43,273,407.465,273,406.307v-36.14c0-3.104-1.911-5.886-4.808-7l-7.972-3.066c-10.566-4.064-19.91-10.867-27.023-19.673l-13.863-17.164c-1.719-2.128-4.458-3.152-7.153-2.671l-55.497,9.908c-9.562,1.708-19.236-2.401-24.648-10.464l-5.82-8.671c-9.877-14.716-10.943-33.63-2.781-49.363l12.722-24.525c0.58-1.117,0.869-2.363,0.841-3.621l-0.207-9.267c-0.183-8.203,5.548-15.191,13.627-16.618l49.679-8.771c8.238-1.453,16.615,0.288,23.588,4.904l28.681,18.983c1.924,1.273,4.329,1.591,6.518,0.858l46.995-15.711c0.981-0.328,1.883-0.855,2.65-1.548l6.798-6.143c6.125-5.535,9.618-13.443,9.584-21.698s-3.591-16.135-9.761-21.619c-1.939-1.723-4.629-2.322-7.116-1.585l-37.266,11.054l-23.094-21.14c-4.483-4.104-10.759-5.215-16.378-2.896c-5.619,2.318-9.287,7.53-9.571,13.602c-0.002,0.046-0.004,0.093-0.005,0.139l-7.365-6.528c-0.41-0.364-0.859-0.681-1.338-0.947c-11.942-6.623-26.692-4.83-36.703,4.46l-11.686,10.846c-0.596,0.553-1.098,1.199-1.486,1.913l-11.534,21.198l-14.355-3.99c-3.52-0.979-6.016-4.086-6.211-7.735l-0.573-10.69c-0.242-4.517,3.092-8.429,7.59-8.907l14.234-1.512c3.814-0.405,6.708-3.623,6.708-7.458v-18.767l28.826-21.753c3.417-2.579,6.229-5.77,8.358-9.486l9.824-17.15c1.459-2.548,1.298-5.713-0.414-8.099c-1.711-2.386-4.655-3.555-7.539-2.988l-35.21,6.911v-1.85c0-7.445,3.324-14.396,9.119-19.07l46.094-37.175l30.625,17.636c3.639,2.097,7.871,2.626,11.915,1.495c4.044-1.132,7.385-3.783,9.407-7.464l6.21-11.305c46.009,7.525,88.414,29.153,122.032,62.77C428.882,111.392,449.567,149.326,458.691,190.636z M238.943,174.174l-2.16-17.482c0.044-0.06,0.116-0.116,0.234-0.165c0.292-0.121,0.418-0.007,0.528,0.094l26.224,24.005c1.942,1.778,4.674,2.406,7.197,1.658l36.745-10.899c1.424,2.215,2.188,4.793,2.2,7.523c0.016,4.056-1.632,7.788-4.642,10.507l-5.634,5.091l-42.04,14.054l-25.631-16.964c-7.847-5.194-16.909-7.898-26.157-7.898c-2.765,0-5.547,0.242-8.317,0.731l-30.112,5.316l8.354-15.353l10.787-10.011c5.059-4.696,12.431-5.734,18.562-2.685l21.445,19.009c2.334,2.069,5.707,2.477,8.467,1.025C237.752,180.279,239.326,177.27,238.943,174.174z M243.65,15.051c5.558,0.1,11.083,0.402,16.567,0.9l-3.36,6.117c-0.025,0.046-0.101,0.185-0.303,0.241c-0.204,0.057-0.339-0.023-0.385-0.049L243.65,15.051z M80.754,398.246C38.352,355.843,15,299.466,15,239.5S38.352,123.157,80.754,80.754c30.703-30.703,68.735-51.408,110.149-60.502l-28.356,22.87c-9.343,7.536-14.702,18.743-14.702,30.746v10.965c0,2.242,1.003,4.367,2.735,5.792c1.731,1.425,4.011,2,6.209,1.568l28.04-5.503l-1.661,2.899c-1.116,1.947-2.589,3.619-4.378,4.969l-31.808,24.003c-1.878,1.417-2.982,3.634-2.982,5.987v15.757l-7.526,0.8c-12.437,1.321-21.654,12.138-20.984,24.625l0.573,10.69c0.54,10.086,7.441,18.68,17.172,21.385l1.994,0.554c-8.43,5.851-13.678,15.644-13.434,26.564l0.164,7.35l-11.839,22.822c-10.686,20.598-9.29,45.362,3.642,64.629l5.82,8.671c8.726,13.001,24.325,19.625,39.739,16.872l51.131-9.128l11.077,13.714c8.767,10.854,20.284,19.239,33.307,24.248l3.164,1.217v30.989c0,2.527,0.43,7.441,4.144,20.891c3.666,13.273,12.32,24.302,24.369,31.054c0.374,0.21,0.759,0.391,1.137,0.591C272.008,462.243,255.89,464,239.5,464C179.534,464,123.157,440.648,80.754,398.246z M398.246,398.246c-17.968,17.968-38.452,32.5-60.648,43.299l28.077-70.956l46.302-43.63c1.166-1.099,1.949-2.542,2.236-4.118l4.678-25.751c0.414-2.276-0.247-4.616-1.79-6.341c-1.543-1.725-3.793-2.64-6.104-2.482l-11.36,0.78c-4.829,0.331-9.522-0.775-13.576-3.028l36.854-27.296c7.984-5.914,12.751-15.376,12.751-25.313v-21.733c0-2.408-1.156-4.669-3.108-6.08c-1.952-1.411-4.462-1.797-6.749-1.041l-8.896,2.945c-2.308,0.762-4.742,0.524-6.855-0.671c-2.114-1.196-3.573-3.16-4.107-5.53l-2.371-10.522l58.099,16.272c1.533,10.656,2.322,21.492,2.322,32.45C464,299.466,440.648,355.843,398.246,398.246z'/%3E%3Cpath d='M115.576,98.023l8.233,5.055l-4.498,20.245c-0.898,4.043,1.651,8.049,5.695,8.948c0.548,0.122,1.095,0.18,1.633,0.18c3.438,0,6.538-2.379,7.314-5.875l5.658-25.465c0.694-3.124-0.67-6.344-3.397-8.018l-12.791-7.853c-3.53-2.167-8.148-1.063-10.316,2.467C110.941,91.238,112.046,95.856,115.576,98.023z'/%3E%3Cpath d='M284.167,150.694h22.22c1.606,0,3.169-0.516,4.46-1.47l12.447-9.208c3.33-2.463,4.033-7.16,1.569-10.49c-2.464-3.33-7.16-4.032-10.49-1.569l-10.459,7.737h-19.747c-4.142,0-7.5,3.358-7.5,7.5S280.024,150.694,284.167,150.694z'/%3E%3Cpath d='M348.615,138.406c1.468,2.013,3.751,3.081,6.066,3.081c1.533,0,3.08-0.469,4.413-1.441c3.347-2.441,4.081-7.132,1.64-10.479l-20.483-28.084c-2.44-3.347-7.133-4.081-10.479-1.64c-3.347,2.441-4.081,7.132-1.64,10.479L348.615,138.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-planet-brown, .no-touch .panel-menu-action.panel-menu-action--planet:hover, .panel-menu-action.panel-menu-action--planet.active, .button--caracteristic.icon-planet:hover, .button--caracteristic.icon-planet.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 479 479' style='enable-background:new 0 0 479 479;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M408.852,70.148C363.616,24.913,303.473,0,239.5,0S115.384,24.913,70.148,70.148C24.913,115.384,0,175.527,0,239.5s24.913,124.116,70.148,169.352C115.384,454.087,175.527,479,239.5,479s124.116-24.913,169.352-70.148C454.087,363.616,479,303.473,479,239.5S454.087,115.384,408.852,70.148z M458.691,190.636l-63.169-17.692c-2.542-0.712-5.273-0.034-7.188,1.784c-1.915,1.819-2.732,4.51-2.151,7.087l5.134,22.782c1.455,6.457,5.594,12.03,11.355,15.289c5.469,3.094,11.972,3.86,17.994,2.15v11.373c0,5.205-2.497,10.162-6.679,13.259l-38.24,28.322l-33.726-65.069c-1.906-3.677-6.432-5.114-10.11-3.208c-3.678,1.906-5.114,6.433-3.208,10.11l34.186,65.956c7.244,13.976,22.077,22.313,37.775,21.23l1.745-0.12l-2.515,13.842l-45.723,43.084c-0.801,0.754-1.425,1.676-1.83,2.699l-33.922,85.727c-8.409,1.568-17.014,0.162-24.574-4.076c-8.528-4.779-14.652-12.579-17.243-21.962C273.351,411.43,273,407.465,273,406.307v-36.14c0-3.104-1.911-5.886-4.808-7l-7.972-3.066c-10.566-4.064-19.91-10.867-27.023-19.673l-13.863-17.164c-1.719-2.128-4.458-3.152-7.153-2.671l-55.497,9.908c-9.562,1.708-19.236-2.401-24.648-10.464l-5.82-8.671c-9.877-14.716-10.943-33.63-2.781-49.363l12.722-24.525c0.58-1.117,0.869-2.363,0.841-3.621l-0.207-9.267c-0.183-8.203,5.548-15.191,13.627-16.618l49.679-8.771c8.238-1.453,16.615,0.288,23.588,4.904l28.681,18.983c1.924,1.273,4.329,1.591,6.518,0.858l46.995-15.711c0.981-0.328,1.883-0.855,2.65-1.548l6.798-6.143c6.125-5.535,9.618-13.443,9.584-21.698s-3.591-16.135-9.761-21.619c-1.939-1.723-4.629-2.322-7.116-1.585l-37.266,11.054l-23.094-21.14c-4.483-4.104-10.759-5.215-16.378-2.896c-5.619,2.318-9.287,7.53-9.571,13.602c-0.002,0.046-0.004,0.093-0.005,0.139l-7.365-6.528c-0.41-0.364-0.859-0.681-1.338-0.947c-11.942-6.623-26.692-4.83-36.703,4.46l-11.686,10.846c-0.596,0.553-1.098,1.199-1.486,1.913l-11.534,21.198l-14.355-3.99c-3.52-0.979-6.016-4.086-6.211-7.735l-0.573-10.69c-0.242-4.517,3.092-8.429,7.59-8.907l14.234-1.512c3.814-0.405,6.708-3.623,6.708-7.458v-18.767l28.826-21.753c3.417-2.579,6.229-5.77,8.358-9.486l9.824-17.15c1.459-2.548,1.298-5.713-0.414-8.099c-1.711-2.386-4.655-3.555-7.539-2.988l-35.21,6.911v-1.85c0-7.445,3.324-14.396,9.119-19.07l46.094-37.175l30.625,17.636c3.639,2.097,7.871,2.626,11.915,1.495c4.044-1.132,7.385-3.783,9.407-7.464l6.21-11.305c46.009,7.525,88.414,29.153,122.032,62.77C428.882,111.392,449.567,149.326,458.691,190.636z M238.943,174.174l-2.16-17.482c0.044-0.06,0.116-0.116,0.234-0.165c0.292-0.121,0.418-0.007,0.528,0.094l26.224,24.005c1.942,1.778,4.674,2.406,7.197,1.658l36.745-10.899c1.424,2.215,2.188,4.793,2.2,7.523c0.016,4.056-1.632,7.788-4.642,10.507l-5.634,5.091l-42.04,14.054l-25.631-16.964c-7.847-5.194-16.909-7.898-26.157-7.898c-2.765,0-5.547,0.242-8.317,0.731l-30.112,5.316l8.354-15.353l10.787-10.011c5.059-4.696,12.431-5.734,18.562-2.685l21.445,19.009c2.334,2.069,5.707,2.477,8.467,1.025C237.752,180.279,239.326,177.27,238.943,174.174z M243.65,15.051c5.558,0.1,11.083,0.402,16.567,0.9l-3.36,6.117c-0.025,0.046-0.101,0.185-0.303,0.241c-0.204,0.057-0.339-0.023-0.385-0.049L243.65,15.051z M80.754,398.246C38.352,355.843,15,299.466,15,239.5S38.352,123.157,80.754,80.754c30.703-30.703,68.735-51.408,110.149-60.502l-28.356,22.87c-9.343,7.536-14.702,18.743-14.702,30.746v10.965c0,2.242,1.003,4.367,2.735,5.792c1.731,1.425,4.011,2,6.209,1.568l28.04-5.503l-1.661,2.899c-1.116,1.947-2.589,3.619-4.378,4.969l-31.808,24.003c-1.878,1.417-2.982,3.634-2.982,5.987v15.757l-7.526,0.8c-12.437,1.321-21.654,12.138-20.984,24.625l0.573,10.69c0.54,10.086,7.441,18.68,17.172,21.385l1.994,0.554c-8.43,5.851-13.678,15.644-13.434,26.564l0.164,7.35l-11.839,22.822c-10.686,20.598-9.29,45.362,3.642,64.629l5.82,8.671c8.726,13.001,24.325,19.625,39.739,16.872l51.131-9.128l11.077,13.714c8.767,10.854,20.284,19.239,33.307,24.248l3.164,1.217v30.989c0,2.527,0.43,7.441,4.144,20.891c3.666,13.273,12.32,24.302,24.369,31.054c0.374,0.21,0.759,0.391,1.137,0.591C272.008,462.243,255.89,464,239.5,464C179.534,464,123.157,440.648,80.754,398.246z M398.246,398.246c-17.968,17.968-38.452,32.5-60.648,43.299l28.077-70.956l46.302-43.63c1.166-1.099,1.949-2.542,2.236-4.118l4.678-25.751c0.414-2.276-0.247-4.616-1.79-6.341c-1.543-1.725-3.793-2.64-6.104-2.482l-11.36,0.78c-4.829,0.331-9.522-0.775-13.576-3.028l36.854-27.296c7.984-5.914,12.751-15.376,12.751-25.313v-21.733c0-2.408-1.156-4.669-3.108-6.08c-1.952-1.411-4.462-1.797-6.749-1.041l-8.896,2.945c-2.308,0.762-4.742,0.524-6.855-0.671c-2.114-1.196-3.573-3.16-4.107-5.53l-2.371-10.522l58.099,16.272c1.533,10.656,2.322,21.492,2.322,32.45C464,299.466,440.648,355.843,398.246,398.246z'/%3E%3Cpath d='M115.576,98.023l8.233,5.055l-4.498,20.245c-0.898,4.043,1.651,8.049,5.695,8.948c0.548,0.122,1.095,0.18,1.633,0.18c3.438,0,6.538-2.379,7.314-5.875l5.658-25.465c0.694-3.124-0.67-6.344-3.397-8.018l-12.791-7.853c-3.53-2.167-8.148-1.063-10.316,2.467C110.941,91.238,112.046,95.856,115.576,98.023z'/%3E%3Cpath d='M284.167,150.694h22.22c1.606,0,3.169-0.516,4.46-1.47l12.447-9.208c3.33-2.463,4.033-7.16,1.569-10.49c-2.464-3.33-7.16-4.032-10.49-1.569l-10.459,7.737h-19.747c-4.142,0-7.5,3.358-7.5,7.5S280.024,150.694,284.167,150.694z'/%3E%3Cpath d='M348.615,138.406c1.468,2.013,3.751,3.081,6.066,3.081c1.533,0,3.08-0.469,4.413-1.441c3.347-2.441,4.081-7.132,1.64-10.479l-20.483-28.084c-2.44-3.347-7.133-4.081-10.479-1.64c-3.347,2.441-4.081,7.132-1.64,10.479L348.615,138.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-planet-black, .icon-planet, .panel-menu-action.panel-menu-action--planet, .button--3D.button--medium .icon-planet, .button--3D.button--green .icon-planet, .button--input.icon-planet:hover, .button--input.icon-planet.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 479 479' style='enable-background:new 0 0 479 479;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M408.852,70.148C363.616,24.913,303.473,0,239.5,0S115.384,24.913,70.148,70.148C24.913,115.384,0,175.527,0,239.5s24.913,124.116,70.148,169.352C115.384,454.087,175.527,479,239.5,479s124.116-24.913,169.352-70.148C454.087,363.616,479,303.473,479,239.5S454.087,115.384,408.852,70.148z M458.691,190.636l-63.169-17.692c-2.542-0.712-5.273-0.034-7.188,1.784c-1.915,1.819-2.732,4.51-2.151,7.087l5.134,22.782c1.455,6.457,5.594,12.03,11.355,15.289c5.469,3.094,11.972,3.86,17.994,2.15v11.373c0,5.205-2.497,10.162-6.679,13.259l-38.24,28.322l-33.726-65.069c-1.906-3.677-6.432-5.114-10.11-3.208c-3.678,1.906-5.114,6.433-3.208,10.11l34.186,65.956c7.244,13.976,22.077,22.313,37.775,21.23l1.745-0.12l-2.515,13.842l-45.723,43.084c-0.801,0.754-1.425,1.676-1.83,2.699l-33.922,85.727c-8.409,1.568-17.014,0.162-24.574-4.076c-8.528-4.779-14.652-12.579-17.243-21.962C273.351,411.43,273,407.465,273,406.307v-36.14c0-3.104-1.911-5.886-4.808-7l-7.972-3.066c-10.566-4.064-19.91-10.867-27.023-19.673l-13.863-17.164c-1.719-2.128-4.458-3.152-7.153-2.671l-55.497,9.908c-9.562,1.708-19.236-2.401-24.648-10.464l-5.82-8.671c-9.877-14.716-10.943-33.63-2.781-49.363l12.722-24.525c0.58-1.117,0.869-2.363,0.841-3.621l-0.207-9.267c-0.183-8.203,5.548-15.191,13.627-16.618l49.679-8.771c8.238-1.453,16.615,0.288,23.588,4.904l28.681,18.983c1.924,1.273,4.329,1.591,6.518,0.858l46.995-15.711c0.981-0.328,1.883-0.855,2.65-1.548l6.798-6.143c6.125-5.535,9.618-13.443,9.584-21.698s-3.591-16.135-9.761-21.619c-1.939-1.723-4.629-2.322-7.116-1.585l-37.266,11.054l-23.094-21.14c-4.483-4.104-10.759-5.215-16.378-2.896c-5.619,2.318-9.287,7.53-9.571,13.602c-0.002,0.046-0.004,0.093-0.005,0.139l-7.365-6.528c-0.41-0.364-0.859-0.681-1.338-0.947c-11.942-6.623-26.692-4.83-36.703,4.46l-11.686,10.846c-0.596,0.553-1.098,1.199-1.486,1.913l-11.534,21.198l-14.355-3.99c-3.52-0.979-6.016-4.086-6.211-7.735l-0.573-10.69c-0.242-4.517,3.092-8.429,7.59-8.907l14.234-1.512c3.814-0.405,6.708-3.623,6.708-7.458v-18.767l28.826-21.753c3.417-2.579,6.229-5.77,8.358-9.486l9.824-17.15c1.459-2.548,1.298-5.713-0.414-8.099c-1.711-2.386-4.655-3.555-7.539-2.988l-35.21,6.911v-1.85c0-7.445,3.324-14.396,9.119-19.07l46.094-37.175l30.625,17.636c3.639,2.097,7.871,2.626,11.915,1.495c4.044-1.132,7.385-3.783,9.407-7.464l6.21-11.305c46.009,7.525,88.414,29.153,122.032,62.77C428.882,111.392,449.567,149.326,458.691,190.636z M238.943,174.174l-2.16-17.482c0.044-0.06,0.116-0.116,0.234-0.165c0.292-0.121,0.418-0.007,0.528,0.094l26.224,24.005c1.942,1.778,4.674,2.406,7.197,1.658l36.745-10.899c1.424,2.215,2.188,4.793,2.2,7.523c0.016,4.056-1.632,7.788-4.642,10.507l-5.634,5.091l-42.04,14.054l-25.631-16.964c-7.847-5.194-16.909-7.898-26.157-7.898c-2.765,0-5.547,0.242-8.317,0.731l-30.112,5.316l8.354-15.353l10.787-10.011c5.059-4.696,12.431-5.734,18.562-2.685l21.445,19.009c2.334,2.069,5.707,2.477,8.467,1.025C237.752,180.279,239.326,177.27,238.943,174.174z M243.65,15.051c5.558,0.1,11.083,0.402,16.567,0.9l-3.36,6.117c-0.025,0.046-0.101,0.185-0.303,0.241c-0.204,0.057-0.339-0.023-0.385-0.049L243.65,15.051z M80.754,398.246C38.352,355.843,15,299.466,15,239.5S38.352,123.157,80.754,80.754c30.703-30.703,68.735-51.408,110.149-60.502l-28.356,22.87c-9.343,7.536-14.702,18.743-14.702,30.746v10.965c0,2.242,1.003,4.367,2.735,5.792c1.731,1.425,4.011,2,6.209,1.568l28.04-5.503l-1.661,2.899c-1.116,1.947-2.589,3.619-4.378,4.969l-31.808,24.003c-1.878,1.417-2.982,3.634-2.982,5.987v15.757l-7.526,0.8c-12.437,1.321-21.654,12.138-20.984,24.625l0.573,10.69c0.54,10.086,7.441,18.68,17.172,21.385l1.994,0.554c-8.43,5.851-13.678,15.644-13.434,26.564l0.164,7.35l-11.839,22.822c-10.686,20.598-9.29,45.362,3.642,64.629l5.82,8.671c8.726,13.001,24.325,19.625,39.739,16.872l51.131-9.128l11.077,13.714c8.767,10.854,20.284,19.239,33.307,24.248l3.164,1.217v30.989c0,2.527,0.43,7.441,4.144,20.891c3.666,13.273,12.32,24.302,24.369,31.054c0.374,0.21,0.759,0.391,1.137,0.591C272.008,462.243,255.89,464,239.5,464C179.534,464,123.157,440.648,80.754,398.246z M398.246,398.246c-17.968,17.968-38.452,32.5-60.648,43.299l28.077-70.956l46.302-43.63c1.166-1.099,1.949-2.542,2.236-4.118l4.678-25.751c0.414-2.276-0.247-4.616-1.79-6.341c-1.543-1.725-3.793-2.64-6.104-2.482l-11.36,0.78c-4.829,0.331-9.522-0.775-13.576-3.028l36.854-27.296c7.984-5.914,12.751-15.376,12.751-25.313v-21.733c0-2.408-1.156-4.669-3.108-6.08c-1.952-1.411-4.462-1.797-6.749-1.041l-8.896,2.945c-2.308,0.762-4.742,0.524-6.855-0.671c-2.114-1.196-3.573-3.16-4.107-5.53l-2.371-10.522l58.099,16.272c1.533,10.656,2.322,21.492,2.322,32.45C464,299.466,440.648,355.843,398.246,398.246z'/%3E%3Cpath d='M115.576,98.023l8.233,5.055l-4.498,20.245c-0.898,4.043,1.651,8.049,5.695,8.948c0.548,0.122,1.095,0.18,1.633,0.18c3.438,0,6.538-2.379,7.314-5.875l5.658-25.465c0.694-3.124-0.67-6.344-3.397-8.018l-12.791-7.853c-3.53-2.167-8.148-1.063-10.316,2.467C110.941,91.238,112.046,95.856,115.576,98.023z'/%3E%3Cpath d='M284.167,150.694h22.22c1.606,0,3.169-0.516,4.46-1.47l12.447-9.208c3.33-2.463,4.033-7.16,1.569-10.49c-2.464-3.33-7.16-4.032-10.49-1.569l-10.459,7.737h-19.747c-4.142,0-7.5,3.358-7.5,7.5S280.024,150.694,284.167,150.694z'/%3E%3Cpath d='M348.615,138.406c1.468,2.013,3.751,3.081,6.066,3.081c1.533,0,3.08-0.469,4.413-1.441c3.347-2.441,4.081-7.132,1.64-10.479l-20.483-28.084c-2.44-3.347-7.133-4.081-10.479-1.64c-3.347,2.441-4.081,7.132-1.64,10.479L348.615,138.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-planet-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 479 479' style='enable-background:new 0 0 479 479;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M408.852,70.148C363.616,24.913,303.473,0,239.5,0S115.384,24.913,70.148,70.148C24.913,115.384,0,175.527,0,239.5s24.913,124.116,70.148,169.352C115.384,454.087,175.527,479,239.5,479s124.116-24.913,169.352-70.148C454.087,363.616,479,303.473,479,239.5S454.087,115.384,408.852,70.148z M458.691,190.636l-63.169-17.692c-2.542-0.712-5.273-0.034-7.188,1.784c-1.915,1.819-2.732,4.51-2.151,7.087l5.134,22.782c1.455,6.457,5.594,12.03,11.355,15.289c5.469,3.094,11.972,3.86,17.994,2.15v11.373c0,5.205-2.497,10.162-6.679,13.259l-38.24,28.322l-33.726-65.069c-1.906-3.677-6.432-5.114-10.11-3.208c-3.678,1.906-5.114,6.433-3.208,10.11l34.186,65.956c7.244,13.976,22.077,22.313,37.775,21.23l1.745-0.12l-2.515,13.842l-45.723,43.084c-0.801,0.754-1.425,1.676-1.83,2.699l-33.922,85.727c-8.409,1.568-17.014,0.162-24.574-4.076c-8.528-4.779-14.652-12.579-17.243-21.962C273.351,411.43,273,407.465,273,406.307v-36.14c0-3.104-1.911-5.886-4.808-7l-7.972-3.066c-10.566-4.064-19.91-10.867-27.023-19.673l-13.863-17.164c-1.719-2.128-4.458-3.152-7.153-2.671l-55.497,9.908c-9.562,1.708-19.236-2.401-24.648-10.464l-5.82-8.671c-9.877-14.716-10.943-33.63-2.781-49.363l12.722-24.525c0.58-1.117,0.869-2.363,0.841-3.621l-0.207-9.267c-0.183-8.203,5.548-15.191,13.627-16.618l49.679-8.771c8.238-1.453,16.615,0.288,23.588,4.904l28.681,18.983c1.924,1.273,4.329,1.591,6.518,0.858l46.995-15.711c0.981-0.328,1.883-0.855,2.65-1.548l6.798-6.143c6.125-5.535,9.618-13.443,9.584-21.698s-3.591-16.135-9.761-21.619c-1.939-1.723-4.629-2.322-7.116-1.585l-37.266,11.054l-23.094-21.14c-4.483-4.104-10.759-5.215-16.378-2.896c-5.619,2.318-9.287,7.53-9.571,13.602c-0.002,0.046-0.004,0.093-0.005,0.139l-7.365-6.528c-0.41-0.364-0.859-0.681-1.338-0.947c-11.942-6.623-26.692-4.83-36.703,4.46l-11.686,10.846c-0.596,0.553-1.098,1.199-1.486,1.913l-11.534,21.198l-14.355-3.99c-3.52-0.979-6.016-4.086-6.211-7.735l-0.573-10.69c-0.242-4.517,3.092-8.429,7.59-8.907l14.234-1.512c3.814-0.405,6.708-3.623,6.708-7.458v-18.767l28.826-21.753c3.417-2.579,6.229-5.77,8.358-9.486l9.824-17.15c1.459-2.548,1.298-5.713-0.414-8.099c-1.711-2.386-4.655-3.555-7.539-2.988l-35.21,6.911v-1.85c0-7.445,3.324-14.396,9.119-19.07l46.094-37.175l30.625,17.636c3.639,2.097,7.871,2.626,11.915,1.495c4.044-1.132,7.385-3.783,9.407-7.464l6.21-11.305c46.009,7.525,88.414,29.153,122.032,62.77C428.882,111.392,449.567,149.326,458.691,190.636z M238.943,174.174l-2.16-17.482c0.044-0.06,0.116-0.116,0.234-0.165c0.292-0.121,0.418-0.007,0.528,0.094l26.224,24.005c1.942,1.778,4.674,2.406,7.197,1.658l36.745-10.899c1.424,2.215,2.188,4.793,2.2,7.523c0.016,4.056-1.632,7.788-4.642,10.507l-5.634,5.091l-42.04,14.054l-25.631-16.964c-7.847-5.194-16.909-7.898-26.157-7.898c-2.765,0-5.547,0.242-8.317,0.731l-30.112,5.316l8.354-15.353l10.787-10.011c5.059-4.696,12.431-5.734,18.562-2.685l21.445,19.009c2.334,2.069,5.707,2.477,8.467,1.025C237.752,180.279,239.326,177.27,238.943,174.174z M243.65,15.051c5.558,0.1,11.083,0.402,16.567,0.9l-3.36,6.117c-0.025,0.046-0.101,0.185-0.303,0.241c-0.204,0.057-0.339-0.023-0.385-0.049L243.65,15.051z M80.754,398.246C38.352,355.843,15,299.466,15,239.5S38.352,123.157,80.754,80.754c30.703-30.703,68.735-51.408,110.149-60.502l-28.356,22.87c-9.343,7.536-14.702,18.743-14.702,30.746v10.965c0,2.242,1.003,4.367,2.735,5.792c1.731,1.425,4.011,2,6.209,1.568l28.04-5.503l-1.661,2.899c-1.116,1.947-2.589,3.619-4.378,4.969l-31.808,24.003c-1.878,1.417-2.982,3.634-2.982,5.987v15.757l-7.526,0.8c-12.437,1.321-21.654,12.138-20.984,24.625l0.573,10.69c0.54,10.086,7.441,18.68,17.172,21.385l1.994,0.554c-8.43,5.851-13.678,15.644-13.434,26.564l0.164,7.35l-11.839,22.822c-10.686,20.598-9.29,45.362,3.642,64.629l5.82,8.671c8.726,13.001,24.325,19.625,39.739,16.872l51.131-9.128l11.077,13.714c8.767,10.854,20.284,19.239,33.307,24.248l3.164,1.217v30.989c0,2.527,0.43,7.441,4.144,20.891c3.666,13.273,12.32,24.302,24.369,31.054c0.374,0.21,0.759,0.391,1.137,0.591C272.008,462.243,255.89,464,239.5,464C179.534,464,123.157,440.648,80.754,398.246z M398.246,398.246c-17.968,17.968-38.452,32.5-60.648,43.299l28.077-70.956l46.302-43.63c1.166-1.099,1.949-2.542,2.236-4.118l4.678-25.751c0.414-2.276-0.247-4.616-1.79-6.341c-1.543-1.725-3.793-2.64-6.104-2.482l-11.36,0.78c-4.829,0.331-9.522-0.775-13.576-3.028l36.854-27.296c7.984-5.914,12.751-15.376,12.751-25.313v-21.733c0-2.408-1.156-4.669-3.108-6.08c-1.952-1.411-4.462-1.797-6.749-1.041l-8.896,2.945c-2.308,0.762-4.742,0.524-6.855-0.671c-2.114-1.196-3.573-3.16-4.107-5.53l-2.371-10.522l58.099,16.272c1.533,10.656,2.322,21.492,2.322,32.45C464,299.466,440.648,355.843,398.246,398.246z'/%3E%3Cpath d='M115.576,98.023l8.233,5.055l-4.498,20.245c-0.898,4.043,1.651,8.049,5.695,8.948c0.548,0.122,1.095,0.18,1.633,0.18c3.438,0,6.538-2.379,7.314-5.875l5.658-25.465c0.694-3.124-0.67-6.344-3.397-8.018l-12.791-7.853c-3.53-2.167-8.148-1.063-10.316,2.467C110.941,91.238,112.046,95.856,115.576,98.023z'/%3E%3Cpath d='M284.167,150.694h22.22c1.606,0,3.169-0.516,4.46-1.47l12.447-9.208c3.33-2.463,4.033-7.16,1.569-10.49c-2.464-3.33-7.16-4.032-10.49-1.569l-10.459,7.737h-19.747c-4.142,0-7.5,3.358-7.5,7.5S280.024,150.694,284.167,150.694z'/%3E%3Cpath d='M348.615,138.406c1.468,2.013,3.751,3.081,6.066,3.081c1.533,0,3.08-0.469,4.413-1.441c3.347-2.441,4.081-7.132,1.64-10.479l-20.483-28.084c-2.44-3.347-7.133-4.081-10.479-1.64c-3.347,2.441-4.081,7.132-1.64,10.479L348.615,138.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-planet-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 479 479' style='enable-background:new 0 0 479 479;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M408.852,70.148C363.616,24.913,303.473,0,239.5,0S115.384,24.913,70.148,70.148C24.913,115.384,0,175.527,0,239.5s24.913,124.116,70.148,169.352C115.384,454.087,175.527,479,239.5,479s124.116-24.913,169.352-70.148C454.087,363.616,479,303.473,479,239.5S454.087,115.384,408.852,70.148z M458.691,190.636l-63.169-17.692c-2.542-0.712-5.273-0.034-7.188,1.784c-1.915,1.819-2.732,4.51-2.151,7.087l5.134,22.782c1.455,6.457,5.594,12.03,11.355,15.289c5.469,3.094,11.972,3.86,17.994,2.15v11.373c0,5.205-2.497,10.162-6.679,13.259l-38.24,28.322l-33.726-65.069c-1.906-3.677-6.432-5.114-10.11-3.208c-3.678,1.906-5.114,6.433-3.208,10.11l34.186,65.956c7.244,13.976,22.077,22.313,37.775,21.23l1.745-0.12l-2.515,13.842l-45.723,43.084c-0.801,0.754-1.425,1.676-1.83,2.699l-33.922,85.727c-8.409,1.568-17.014,0.162-24.574-4.076c-8.528-4.779-14.652-12.579-17.243-21.962C273.351,411.43,273,407.465,273,406.307v-36.14c0-3.104-1.911-5.886-4.808-7l-7.972-3.066c-10.566-4.064-19.91-10.867-27.023-19.673l-13.863-17.164c-1.719-2.128-4.458-3.152-7.153-2.671l-55.497,9.908c-9.562,1.708-19.236-2.401-24.648-10.464l-5.82-8.671c-9.877-14.716-10.943-33.63-2.781-49.363l12.722-24.525c0.58-1.117,0.869-2.363,0.841-3.621l-0.207-9.267c-0.183-8.203,5.548-15.191,13.627-16.618l49.679-8.771c8.238-1.453,16.615,0.288,23.588,4.904l28.681,18.983c1.924,1.273,4.329,1.591,6.518,0.858l46.995-15.711c0.981-0.328,1.883-0.855,2.65-1.548l6.798-6.143c6.125-5.535,9.618-13.443,9.584-21.698s-3.591-16.135-9.761-21.619c-1.939-1.723-4.629-2.322-7.116-1.585l-37.266,11.054l-23.094-21.14c-4.483-4.104-10.759-5.215-16.378-2.896c-5.619,2.318-9.287,7.53-9.571,13.602c-0.002,0.046-0.004,0.093-0.005,0.139l-7.365-6.528c-0.41-0.364-0.859-0.681-1.338-0.947c-11.942-6.623-26.692-4.83-36.703,4.46l-11.686,10.846c-0.596,0.553-1.098,1.199-1.486,1.913l-11.534,21.198l-14.355-3.99c-3.52-0.979-6.016-4.086-6.211-7.735l-0.573-10.69c-0.242-4.517,3.092-8.429,7.59-8.907l14.234-1.512c3.814-0.405,6.708-3.623,6.708-7.458v-18.767l28.826-21.753c3.417-2.579,6.229-5.77,8.358-9.486l9.824-17.15c1.459-2.548,1.298-5.713-0.414-8.099c-1.711-2.386-4.655-3.555-7.539-2.988l-35.21,6.911v-1.85c0-7.445,3.324-14.396,9.119-19.07l46.094-37.175l30.625,17.636c3.639,2.097,7.871,2.626,11.915,1.495c4.044-1.132,7.385-3.783,9.407-7.464l6.21-11.305c46.009,7.525,88.414,29.153,122.032,62.77C428.882,111.392,449.567,149.326,458.691,190.636z M238.943,174.174l-2.16-17.482c0.044-0.06,0.116-0.116,0.234-0.165c0.292-0.121,0.418-0.007,0.528,0.094l26.224,24.005c1.942,1.778,4.674,2.406,7.197,1.658l36.745-10.899c1.424,2.215,2.188,4.793,2.2,7.523c0.016,4.056-1.632,7.788-4.642,10.507l-5.634,5.091l-42.04,14.054l-25.631-16.964c-7.847-5.194-16.909-7.898-26.157-7.898c-2.765,0-5.547,0.242-8.317,0.731l-30.112,5.316l8.354-15.353l10.787-10.011c5.059-4.696,12.431-5.734,18.562-2.685l21.445,19.009c2.334,2.069,5.707,2.477,8.467,1.025C237.752,180.279,239.326,177.27,238.943,174.174z M243.65,15.051c5.558,0.1,11.083,0.402,16.567,0.9l-3.36,6.117c-0.025,0.046-0.101,0.185-0.303,0.241c-0.204,0.057-0.339-0.023-0.385-0.049L243.65,15.051z M80.754,398.246C38.352,355.843,15,299.466,15,239.5S38.352,123.157,80.754,80.754c30.703-30.703,68.735-51.408,110.149-60.502l-28.356,22.87c-9.343,7.536-14.702,18.743-14.702,30.746v10.965c0,2.242,1.003,4.367,2.735,5.792c1.731,1.425,4.011,2,6.209,1.568l28.04-5.503l-1.661,2.899c-1.116,1.947-2.589,3.619-4.378,4.969l-31.808,24.003c-1.878,1.417-2.982,3.634-2.982,5.987v15.757l-7.526,0.8c-12.437,1.321-21.654,12.138-20.984,24.625l0.573,10.69c0.54,10.086,7.441,18.68,17.172,21.385l1.994,0.554c-8.43,5.851-13.678,15.644-13.434,26.564l0.164,7.35l-11.839,22.822c-10.686,20.598-9.29,45.362,3.642,64.629l5.82,8.671c8.726,13.001,24.325,19.625,39.739,16.872l51.131-9.128l11.077,13.714c8.767,10.854,20.284,19.239,33.307,24.248l3.164,1.217v30.989c0,2.527,0.43,7.441,4.144,20.891c3.666,13.273,12.32,24.302,24.369,31.054c0.374,0.21,0.759,0.391,1.137,0.591C272.008,462.243,255.89,464,239.5,464C179.534,464,123.157,440.648,80.754,398.246z M398.246,398.246c-17.968,17.968-38.452,32.5-60.648,43.299l28.077-70.956l46.302-43.63c1.166-1.099,1.949-2.542,2.236-4.118l4.678-25.751c0.414-2.276-0.247-4.616-1.79-6.341c-1.543-1.725-3.793-2.64-6.104-2.482l-11.36,0.78c-4.829,0.331-9.522-0.775-13.576-3.028l36.854-27.296c7.984-5.914,12.751-15.376,12.751-25.313v-21.733c0-2.408-1.156-4.669-3.108-6.08c-1.952-1.411-4.462-1.797-6.749-1.041l-8.896,2.945c-2.308,0.762-4.742,0.524-6.855-0.671c-2.114-1.196-3.573-3.16-4.107-5.53l-2.371-10.522l58.099,16.272c1.533,10.656,2.322,21.492,2.322,32.45C464,299.466,440.648,355.843,398.246,398.246z'/%3E%3Cpath d='M115.576,98.023l8.233,5.055l-4.498,20.245c-0.898,4.043,1.651,8.049,5.695,8.948c0.548,0.122,1.095,0.18,1.633,0.18c3.438,0,6.538-2.379,7.314-5.875l5.658-25.465c0.694-3.124-0.67-6.344-3.397-8.018l-12.791-7.853c-3.53-2.167-8.148-1.063-10.316,2.467C110.941,91.238,112.046,95.856,115.576,98.023z'/%3E%3Cpath d='M284.167,150.694h22.22c1.606,0,3.169-0.516,4.46-1.47l12.447-9.208c3.33-2.463,4.033-7.16,1.569-10.49c-2.464-3.33-7.16-4.032-10.49-1.569l-10.459,7.737h-19.747c-4.142,0-7.5,3.358-7.5,7.5S280.024,150.694,284.167,150.694z'/%3E%3Cpath d='M348.615,138.406c1.468,2.013,3.751,3.081,6.066,3.081c1.533,0,3.08-0.469,4.413-1.441c3.347-2.441,4.081-7.132,1.64-10.479l-20.483-28.084c-2.44-3.347-7.133-4.081-10.479-1.64c-3.347,2.441-4.081,7.132-1.64,10.479L348.615,138.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-planet-orange, .button--3D.button--medium:hover .icon-planet, .button--3D.button--medium.active .icon-planet, .button--3D.button--green:hover .icon-planet, .button--3D.button--green.active .icon-planet, .button--medium:hover .button--caracteristic.icon-planet,
.button--medium.active .button--caracteristic.icon-planet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 479 479' style='enable-background:new 0 0 479 479;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M408.852,70.148C363.616,24.913,303.473,0,239.5,0S115.384,24.913,70.148,70.148C24.913,115.384,0,175.527,0,239.5s24.913,124.116,70.148,169.352C115.384,454.087,175.527,479,239.5,479s124.116-24.913,169.352-70.148C454.087,363.616,479,303.473,479,239.5S454.087,115.384,408.852,70.148z M458.691,190.636l-63.169-17.692c-2.542-0.712-5.273-0.034-7.188,1.784c-1.915,1.819-2.732,4.51-2.151,7.087l5.134,22.782c1.455,6.457,5.594,12.03,11.355,15.289c5.469,3.094,11.972,3.86,17.994,2.15v11.373c0,5.205-2.497,10.162-6.679,13.259l-38.24,28.322l-33.726-65.069c-1.906-3.677-6.432-5.114-10.11-3.208c-3.678,1.906-5.114,6.433-3.208,10.11l34.186,65.956c7.244,13.976,22.077,22.313,37.775,21.23l1.745-0.12l-2.515,13.842l-45.723,43.084c-0.801,0.754-1.425,1.676-1.83,2.699l-33.922,85.727c-8.409,1.568-17.014,0.162-24.574-4.076c-8.528-4.779-14.652-12.579-17.243-21.962C273.351,411.43,273,407.465,273,406.307v-36.14c0-3.104-1.911-5.886-4.808-7l-7.972-3.066c-10.566-4.064-19.91-10.867-27.023-19.673l-13.863-17.164c-1.719-2.128-4.458-3.152-7.153-2.671l-55.497,9.908c-9.562,1.708-19.236-2.401-24.648-10.464l-5.82-8.671c-9.877-14.716-10.943-33.63-2.781-49.363l12.722-24.525c0.58-1.117,0.869-2.363,0.841-3.621l-0.207-9.267c-0.183-8.203,5.548-15.191,13.627-16.618l49.679-8.771c8.238-1.453,16.615,0.288,23.588,4.904l28.681,18.983c1.924,1.273,4.329,1.591,6.518,0.858l46.995-15.711c0.981-0.328,1.883-0.855,2.65-1.548l6.798-6.143c6.125-5.535,9.618-13.443,9.584-21.698s-3.591-16.135-9.761-21.619c-1.939-1.723-4.629-2.322-7.116-1.585l-37.266,11.054l-23.094-21.14c-4.483-4.104-10.759-5.215-16.378-2.896c-5.619,2.318-9.287,7.53-9.571,13.602c-0.002,0.046-0.004,0.093-0.005,0.139l-7.365-6.528c-0.41-0.364-0.859-0.681-1.338-0.947c-11.942-6.623-26.692-4.83-36.703,4.46l-11.686,10.846c-0.596,0.553-1.098,1.199-1.486,1.913l-11.534,21.198l-14.355-3.99c-3.52-0.979-6.016-4.086-6.211-7.735l-0.573-10.69c-0.242-4.517,3.092-8.429,7.59-8.907l14.234-1.512c3.814-0.405,6.708-3.623,6.708-7.458v-18.767l28.826-21.753c3.417-2.579,6.229-5.77,8.358-9.486l9.824-17.15c1.459-2.548,1.298-5.713-0.414-8.099c-1.711-2.386-4.655-3.555-7.539-2.988l-35.21,6.911v-1.85c0-7.445,3.324-14.396,9.119-19.07l46.094-37.175l30.625,17.636c3.639,2.097,7.871,2.626,11.915,1.495c4.044-1.132,7.385-3.783,9.407-7.464l6.21-11.305c46.009,7.525,88.414,29.153,122.032,62.77C428.882,111.392,449.567,149.326,458.691,190.636z M238.943,174.174l-2.16-17.482c0.044-0.06,0.116-0.116,0.234-0.165c0.292-0.121,0.418-0.007,0.528,0.094l26.224,24.005c1.942,1.778,4.674,2.406,7.197,1.658l36.745-10.899c1.424,2.215,2.188,4.793,2.2,7.523c0.016,4.056-1.632,7.788-4.642,10.507l-5.634,5.091l-42.04,14.054l-25.631-16.964c-7.847-5.194-16.909-7.898-26.157-7.898c-2.765,0-5.547,0.242-8.317,0.731l-30.112,5.316l8.354-15.353l10.787-10.011c5.059-4.696,12.431-5.734,18.562-2.685l21.445,19.009c2.334,2.069,5.707,2.477,8.467,1.025C237.752,180.279,239.326,177.27,238.943,174.174z M243.65,15.051c5.558,0.1,11.083,0.402,16.567,0.9l-3.36,6.117c-0.025,0.046-0.101,0.185-0.303,0.241c-0.204,0.057-0.339-0.023-0.385-0.049L243.65,15.051z M80.754,398.246C38.352,355.843,15,299.466,15,239.5S38.352,123.157,80.754,80.754c30.703-30.703,68.735-51.408,110.149-60.502l-28.356,22.87c-9.343,7.536-14.702,18.743-14.702,30.746v10.965c0,2.242,1.003,4.367,2.735,5.792c1.731,1.425,4.011,2,6.209,1.568l28.04-5.503l-1.661,2.899c-1.116,1.947-2.589,3.619-4.378,4.969l-31.808,24.003c-1.878,1.417-2.982,3.634-2.982,5.987v15.757l-7.526,0.8c-12.437,1.321-21.654,12.138-20.984,24.625l0.573,10.69c0.54,10.086,7.441,18.68,17.172,21.385l1.994,0.554c-8.43,5.851-13.678,15.644-13.434,26.564l0.164,7.35l-11.839,22.822c-10.686,20.598-9.29,45.362,3.642,64.629l5.82,8.671c8.726,13.001,24.325,19.625,39.739,16.872l51.131-9.128l11.077,13.714c8.767,10.854,20.284,19.239,33.307,24.248l3.164,1.217v30.989c0,2.527,0.43,7.441,4.144,20.891c3.666,13.273,12.32,24.302,24.369,31.054c0.374,0.21,0.759,0.391,1.137,0.591C272.008,462.243,255.89,464,239.5,464C179.534,464,123.157,440.648,80.754,398.246z M398.246,398.246c-17.968,17.968-38.452,32.5-60.648,43.299l28.077-70.956l46.302-43.63c1.166-1.099,1.949-2.542,2.236-4.118l4.678-25.751c0.414-2.276-0.247-4.616-1.79-6.341c-1.543-1.725-3.793-2.64-6.104-2.482l-11.36,0.78c-4.829,0.331-9.522-0.775-13.576-3.028l36.854-27.296c7.984-5.914,12.751-15.376,12.751-25.313v-21.733c0-2.408-1.156-4.669-3.108-6.08c-1.952-1.411-4.462-1.797-6.749-1.041l-8.896,2.945c-2.308,0.762-4.742,0.524-6.855-0.671c-2.114-1.196-3.573-3.16-4.107-5.53l-2.371-10.522l58.099,16.272c1.533,10.656,2.322,21.492,2.322,32.45C464,299.466,440.648,355.843,398.246,398.246z'/%3E%3Cpath d='M115.576,98.023l8.233,5.055l-4.498,20.245c-0.898,4.043,1.651,8.049,5.695,8.948c0.548,0.122,1.095,0.18,1.633,0.18c3.438,0,6.538-2.379,7.314-5.875l5.658-25.465c0.694-3.124-0.67-6.344-3.397-8.018l-12.791-7.853c-3.53-2.167-8.148-1.063-10.316,2.467C110.941,91.238,112.046,95.856,115.576,98.023z'/%3E%3Cpath d='M284.167,150.694h22.22c1.606,0,3.169-0.516,4.46-1.47l12.447-9.208c3.33-2.463,4.033-7.16,1.569-10.49c-2.464-3.33-7.16-4.032-10.49-1.569l-10.459,7.737h-19.747c-4.142,0-7.5,3.358-7.5,7.5S280.024,150.694,284.167,150.694z'/%3E%3Cpath d='M348.615,138.406c1.468,2.013,3.751,3.081,6.066,3.081c1.533,0,3.08-0.469,4.413-1.441c3.347-2.441,4.081-7.132,1.64-10.479l-20.483-28.084c-2.44-3.347-7.133-4.081-10.479-1.64c-3.347,2.441-4.081,7.132-1.64,10.479L348.615,138.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-acidity-grey, .button--input.icon-acidity {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290 290' style='enable-background:new 0 0 290 290;' xml:space='preserve'%3E%3Cpath color-rendering='auto' image-rendering='auto' shape-rendering='auto' color-interpolation='sRGB' d='M135,0c-8.225,0-15,6.775-15,15c0,8.225,6.775,15,15,15c8.225,0,15-6.775,15-15C150,6.775,143.225,0,135,0z M135,10c2.821,0,5,2.179,5,5c0,2.821-2.179,5-5,5c-2.821,0-5-2.179-5-5C130,12.179,132.179,10,135,10z M180,15c-10.986,0-20,9.013-20,20s9.014,20,20,20c10.986,0,20-9.013,20-20S190.987,15,180,15z M180,25c5.582,0,10,4.418,10,10s-4.418,10-10,10c-5.582,0-10-4.418-10-10S174.418,25,180,25z M99.928,35c-5.464,0-10,4.536-10,10s4.536,10,10,10s10-4.536,10-10S105.391,35,99.928,35z M75,60c-2.761,0-5,2.239-5,5v20c0,2.761,2.239,5,5,5h140c2.761,0,5-2.239,5-5V65c0-2.761-2.239-5-5-5H75z M80,70h130v10H80V70z M95,100c-2.761-0.035-5.028,2.175-5.063,4.937c-0.004,0.288,0.018,0.576,0.063,0.86V255c0,11.667,6.362,21.18,16.27,26.842C116.177,287.503,129.445,290,145,290c15.556,0,28.823-2.497,38.73-8.158C193.638,276.18,200,266.667,200,255V105.82c0.453-2.724-1.388-5.3-4.112-5.753c-0.293-0.049-0.59-0.071-0.888-0.067H95z M100,110h90v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v45c0,8.333-3.638,13.82-11.23,18.158C171.177,277.497,159.445,280,145,280c-14.444,0-26.177-2.503-33.77-6.842C103.638,268.82,100,263.333,100,255V110L100,110z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-acidity-brown, .no-touch .panel-menu-action.panel-menu-action--acidity:hover, .panel-menu-action.panel-menu-action--acidity.active, .button--caracteristic.icon-acidity:hover, .button--caracteristic.icon-acidity.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290 290' style='enable-background:new 0 0 290 290;' xml:space='preserve'%3E%3Cpath color-rendering='auto' image-rendering='auto' shape-rendering='auto' color-interpolation='sRGB' d='M135,0c-8.225,0-15,6.775-15,15c0,8.225,6.775,15,15,15c8.225,0,15-6.775,15-15C150,6.775,143.225,0,135,0z M135,10c2.821,0,5,2.179,5,5c0,2.821-2.179,5-5,5c-2.821,0-5-2.179-5-5C130,12.179,132.179,10,135,10z M180,15c-10.986,0-20,9.013-20,20s9.014,20,20,20c10.986,0,20-9.013,20-20S190.987,15,180,15z M180,25c5.582,0,10,4.418,10,10s-4.418,10-10,10c-5.582,0-10-4.418-10-10S174.418,25,180,25z M99.928,35c-5.464,0-10,4.536-10,10s4.536,10,10,10s10-4.536,10-10S105.391,35,99.928,35z M75,60c-2.761,0-5,2.239-5,5v20c0,2.761,2.239,5,5,5h140c2.761,0,5-2.239,5-5V65c0-2.761-2.239-5-5-5H75z M80,70h130v10H80V70z M95,100c-2.761-0.035-5.028,2.175-5.063,4.937c-0.004,0.288,0.018,0.576,0.063,0.86V255c0,11.667,6.362,21.18,16.27,26.842C116.177,287.503,129.445,290,145,290c15.556,0,28.823-2.497,38.73-8.158C193.638,276.18,200,266.667,200,255V105.82c0.453-2.724-1.388-5.3-4.112-5.753c-0.293-0.049-0.59-0.071-0.888-0.067H95z M100,110h90v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v45c0,8.333-3.638,13.82-11.23,18.158C171.177,277.497,159.445,280,145,280c-14.444,0-26.177-2.503-33.77-6.842C103.638,268.82,100,263.333,100,255V110L100,110z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-acidity-black, .icon-acidity, .panel-menu-action.panel-menu-action--acidity, .button--3D.button--medium .icon-acidity, .button--3D.button--green .icon-acidity, .button--input.icon-acidity:hover, .button--input.icon-acidity.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290 290' style='enable-background:new 0 0 290 290;' xml:space='preserve'%3E%3Cpath color-rendering='auto' image-rendering='auto' shape-rendering='auto' color-interpolation='sRGB' d='M135,0c-8.225,0-15,6.775-15,15c0,8.225,6.775,15,15,15c8.225,0,15-6.775,15-15C150,6.775,143.225,0,135,0z M135,10c2.821,0,5,2.179,5,5c0,2.821-2.179,5-5,5c-2.821,0-5-2.179-5-5C130,12.179,132.179,10,135,10z M180,15c-10.986,0-20,9.013-20,20s9.014,20,20,20c10.986,0,20-9.013,20-20S190.987,15,180,15z M180,25c5.582,0,10,4.418,10,10s-4.418,10-10,10c-5.582,0-10-4.418-10-10S174.418,25,180,25z M99.928,35c-5.464,0-10,4.536-10,10s4.536,10,10,10s10-4.536,10-10S105.391,35,99.928,35z M75,60c-2.761,0-5,2.239-5,5v20c0,2.761,2.239,5,5,5h140c2.761,0,5-2.239,5-5V65c0-2.761-2.239-5-5-5H75z M80,70h130v10H80V70z M95,100c-2.761-0.035-5.028,2.175-5.063,4.937c-0.004,0.288,0.018,0.576,0.063,0.86V255c0,11.667,6.362,21.18,16.27,26.842C116.177,287.503,129.445,290,145,290c15.556,0,28.823-2.497,38.73-8.158C193.638,276.18,200,266.667,200,255V105.82c0.453-2.724-1.388-5.3-4.112-5.753c-0.293-0.049-0.59-0.071-0.888-0.067H95z M100,110h90v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v45c0,8.333-3.638,13.82-11.23,18.158C171.177,277.497,159.445,280,145,280c-14.444,0-26.177-2.503-33.77-6.842C103.638,268.82,100,263.333,100,255V110L100,110z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-acidity-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290 290' style='enable-background:new 0 0 290 290;' xml:space='preserve'%3E%3Cpath color-rendering='auto' image-rendering='auto' shape-rendering='auto' color-interpolation='sRGB' d='M135,0c-8.225,0-15,6.775-15,15c0,8.225,6.775,15,15,15c8.225,0,15-6.775,15-15C150,6.775,143.225,0,135,0z M135,10c2.821,0,5,2.179,5,5c0,2.821-2.179,5-5,5c-2.821,0-5-2.179-5-5C130,12.179,132.179,10,135,10z M180,15c-10.986,0-20,9.013-20,20s9.014,20,20,20c10.986,0,20-9.013,20-20S190.987,15,180,15z M180,25c5.582,0,10,4.418,10,10s-4.418,10-10,10c-5.582,0-10-4.418-10-10S174.418,25,180,25z M99.928,35c-5.464,0-10,4.536-10,10s4.536,10,10,10s10-4.536,10-10S105.391,35,99.928,35z M75,60c-2.761,0-5,2.239-5,5v20c0,2.761,2.239,5,5,5h140c2.761,0,5-2.239,5-5V65c0-2.761-2.239-5-5-5H75z M80,70h130v10H80V70z M95,100c-2.761-0.035-5.028,2.175-5.063,4.937c-0.004,0.288,0.018,0.576,0.063,0.86V255c0,11.667,6.362,21.18,16.27,26.842C116.177,287.503,129.445,290,145,290c15.556,0,28.823-2.497,38.73-8.158C193.638,276.18,200,266.667,200,255V105.82c0.453-2.724-1.388-5.3-4.112-5.753c-0.293-0.049-0.59-0.071-0.888-0.067H95z M100,110h90v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v45c0,8.333-3.638,13.82-11.23,18.158C171.177,277.497,159.445,280,145,280c-14.444,0-26.177-2.503-33.77-6.842C103.638,268.82,100,263.333,100,255V110L100,110z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-acidity-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290 290' style='enable-background:new 0 0 290 290;' xml:space='preserve'%3E%3Cpath color-rendering='auto' image-rendering='auto' shape-rendering='auto' color-interpolation='sRGB' d='M135,0c-8.225,0-15,6.775-15,15c0,8.225,6.775,15,15,15c8.225,0,15-6.775,15-15C150,6.775,143.225,0,135,0z M135,10c2.821,0,5,2.179,5,5c0,2.821-2.179,5-5,5c-2.821,0-5-2.179-5-5C130,12.179,132.179,10,135,10z M180,15c-10.986,0-20,9.013-20,20s9.014,20,20,20c10.986,0,20-9.013,20-20S190.987,15,180,15z M180,25c5.582,0,10,4.418,10,10s-4.418,10-10,10c-5.582,0-10-4.418-10-10S174.418,25,180,25z M99.928,35c-5.464,0-10,4.536-10,10s4.536,10,10,10s10-4.536,10-10S105.391,35,99.928,35z M75,60c-2.761,0-5,2.239-5,5v20c0,2.761,2.239,5,5,5h140c2.761,0,5-2.239,5-5V65c0-2.761-2.239-5-5-5H75z M80,70h130v10H80V70z M95,100c-2.761-0.035-5.028,2.175-5.063,4.937c-0.004,0.288,0.018,0.576,0.063,0.86V255c0,11.667,6.362,21.18,16.27,26.842C116.177,287.503,129.445,290,145,290c15.556,0,28.823-2.497,38.73-8.158C193.638,276.18,200,266.667,200,255V105.82c0.453-2.724-1.388-5.3-4.112-5.753c-0.293-0.049-0.59-0.071-0.888-0.067H95z M100,110h90v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v45c0,8.333-3.638,13.82-11.23,18.158C171.177,277.497,159.445,280,145,280c-14.444,0-26.177-2.503-33.77-6.842C103.638,268.82,100,263.333,100,255V110L100,110z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-acidity-orange, .button--3D.button--medium:hover .icon-acidity, .button--3D.button--medium.active .icon-acidity, .button--3D.button--green:hover .icon-acidity, .button--3D.button--green.active .icon-acidity, .button--medium:hover .button--caracteristic.icon-acidity,
.button--medium.active .button--caracteristic.icon-acidity {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290 290' style='enable-background:new 0 0 290 290;' xml:space='preserve'%3E%3Cpath color-rendering='auto' image-rendering='auto' shape-rendering='auto' color-interpolation='sRGB' d='M135,0c-8.225,0-15,6.775-15,15c0,8.225,6.775,15,15,15c8.225,0,15-6.775,15-15C150,6.775,143.225,0,135,0z M135,10c2.821,0,5,2.179,5,5c0,2.821-2.179,5-5,5c-2.821,0-5-2.179-5-5C130,12.179,132.179,10,135,10z M180,15c-10.986,0-20,9.013-20,20s9.014,20,20,20c10.986,0,20-9.013,20-20S190.987,15,180,15z M180,25c5.582,0,10,4.418,10,10s-4.418,10-10,10c-5.582,0-10-4.418-10-10S174.418,25,180,25z M99.928,35c-5.464,0-10,4.536-10,10s4.536,10,10,10s10-4.536,10-10S105.391,35,99.928,35z M75,60c-2.761,0-5,2.239-5,5v20c0,2.761,2.239,5,5,5h140c2.761,0,5-2.239,5-5V65c0-2.761-2.239-5-5-5H75z M80,70h130v10H80V70z M95,100c-2.761-0.035-5.028,2.175-5.063,4.937c-0.004,0.288,0.018,0.576,0.063,0.86V255c0,11.667,6.362,21.18,16.27,26.842C116.177,287.503,129.445,290,145,290c15.556,0,28.823-2.497,38.73-8.158C193.638,276.18,200,266.667,200,255V105.82c0.453-2.724-1.388-5.3-4.112-5.753c-0.293-0.049-0.59-0.071-0.888-0.067H95z M100,110h90v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v10h-5c-6.762-0.096-6.762,10.096,0,10h5v10h-25c-6.762-0.096-6.762,10.096,0,10h25v45c0,8.333-3.638,13.82-11.23,18.158C171.177,277.497,159.445,280,145,280c-14.444,0-26.177-2.503-33.77-6.842C103.638,268.82,100,263.333,100,255V110L100,110z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-terre-grey, .button--input.icon-terre {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='79.536px' height='79.536px' viewBox='0 0 79.536 79.536' style='enable-background:new 0 0 79.536 79.536;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M65.482,70.56l3.148,3.666l-58.36,0.016l0.714-4.51l6.411-3.562l-0.997-7.55l8.505-0.741l0.44-3.93l9.88-0.85l0.567-7.062l1.696-2.258l3.951,0.85l0.455,3.759l6.32-0.398l0.398,7.109l7.109,2.771l0.399,5.53c0.61,0.849,3.712-0.513,4.256,0.279c0.549,0.798-0.497-0.776,0,0c-0.699,3.278,4.147,3.837,4.147,3.837L65.482,70.56zM57.757,46.839l-2.978-1.01c-1.01,0.781-1.393,1.595-1.098,2.443l1.486,1.72l2.253-0.751c0.812-0.274,1.092-0.781,0.844-1.507C58.192,47.48,58.026,47.175,57.757,46.839z M55.862,38.921c-0.658-0.316-1.336-0.371-2.072-0.127c-0.393,0.127-0.792,0.388-1.242,0.774l0.114,3.526l3.423-0.425c0.896-1.022,1.237-1.848,1.03-2.485C56.929,39.675,56.524,39.25,55.862,38.921z M66.343,43.819l0.021,0.073c-0.124,0.041-0.746-0.104-1.864-0.456c-0.539-0.181-1.082-0.383-1.626-0.596c-0.776,0.259-1.253,1.031-1.439,2.305c-0.187,1.279-0.062,2.562,0.362,3.842c0.108,0.353,0.383,0.725,0.808,1.16l0.726,0.684l1.263-0.067c1.419-0.616,2.227-0.958,2.444-1.03c0.508-0.306,0.859-0.953,1.03-1.916c0.177-0.974,0.109-1.896-0.196-2.791C67.533,44.001,67.036,43.592,66.343,43.819zM60.833,54.326l-0.74,2.677c0.554,0.482,1.341,0.818,2.396,0.974l2.496-0.839l-1.264-3.779L60.833,54.326z M73.54,49.489l-0.746,2.683c0.549,0.481,1.336,0.813,2.403,0.979l2.495-0.834l-1.269-3.785L73.54,49.489z M75.378,69.617l-0.74,2.677c0.549,0.482,1.341,0.813,2.393,0.979l2.506-0.833l-1.264-3.785L75.378,69.617z M74.674,57.718c-1.444-1.61-3.236-2.061-5.37-1.346l-0.32,0.104c-1.005,0.891-1.844,2.195-2.537,3.883c-0.684,1.605-0.875,2.874-0.57,3.801c0.031,0.072,0.694,0.674,1.973,1.823c1.373,1.123,2.129,1.874,2.295,2.247l4.044-1.352c0.466-0.155,0.921-0.373,1.352-0.657c0.439-0.28,0.797-0.611,1.103-0.964c0.295-0.352,0.513-0.714,0.652-1.076c0.13-0.357,0.15-0.694,0.036-1.021C76.45,60.529,75.564,58.723,74.674,57.718zM33.378,40.534c-0.678,4.042-2.752,7.77-2.752,7.77s-4.261,0.326-8.217-0.75c-3.951-1.072-10.028-11.092-10.028-11.092l6.237-3.998l-7.503-12.422l-5.844-1.279l-2.604-4.067l-1.134,0.728L0,13.031l12.073-7.736l1.532,2.387l-1.134,0.725l2.615,4.073l-1.295,5.905l7.482,12.384l6.209-3.99C27.483,26.778,34.052,36.493,33.378,40.534z M6.532,16.956l5.24,1.149l1.145-5.232l-2.154-3.369l-6.382,4.093L6.532,16.956z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-terre-brown, .no-touch .panel-menu-action.panel-menu-action--terre:hover, .panel-menu-action.panel-menu-action--terre.active, .button--caracteristic.icon-terre:hover, .button--caracteristic.icon-terre.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='79.536px' height='79.536px' viewBox='0 0 79.536 79.536' style='enable-background:new 0 0 79.536 79.536;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M65.482,70.56l3.148,3.666l-58.36,0.016l0.714-4.51l6.411-3.562l-0.997-7.55l8.505-0.741l0.44-3.93l9.88-0.85l0.567-7.062l1.696-2.258l3.951,0.85l0.455,3.759l6.32-0.398l0.398,7.109l7.109,2.771l0.399,5.53c0.61,0.849,3.712-0.513,4.256,0.279c0.549,0.798-0.497-0.776,0,0c-0.699,3.278,4.147,3.837,4.147,3.837L65.482,70.56zM57.757,46.839l-2.978-1.01c-1.01,0.781-1.393,1.595-1.098,2.443l1.486,1.72l2.253-0.751c0.812-0.274,1.092-0.781,0.844-1.507C58.192,47.48,58.026,47.175,57.757,46.839z M55.862,38.921c-0.658-0.316-1.336-0.371-2.072-0.127c-0.393,0.127-0.792,0.388-1.242,0.774l0.114,3.526l3.423-0.425c0.896-1.022,1.237-1.848,1.03-2.485C56.929,39.675,56.524,39.25,55.862,38.921z M66.343,43.819l0.021,0.073c-0.124,0.041-0.746-0.104-1.864-0.456c-0.539-0.181-1.082-0.383-1.626-0.596c-0.776,0.259-1.253,1.031-1.439,2.305c-0.187,1.279-0.062,2.562,0.362,3.842c0.108,0.353,0.383,0.725,0.808,1.16l0.726,0.684l1.263-0.067c1.419-0.616,2.227-0.958,2.444-1.03c0.508-0.306,0.859-0.953,1.03-1.916c0.177-0.974,0.109-1.896-0.196-2.791C67.533,44.001,67.036,43.592,66.343,43.819zM60.833,54.326l-0.74,2.677c0.554,0.482,1.341,0.818,2.396,0.974l2.496-0.839l-1.264-3.779L60.833,54.326z M73.54,49.489l-0.746,2.683c0.549,0.481,1.336,0.813,2.403,0.979l2.495-0.834l-1.269-3.785L73.54,49.489z M75.378,69.617l-0.74,2.677c0.549,0.482,1.341,0.813,2.393,0.979l2.506-0.833l-1.264-3.785L75.378,69.617z M74.674,57.718c-1.444-1.61-3.236-2.061-5.37-1.346l-0.32,0.104c-1.005,0.891-1.844,2.195-2.537,3.883c-0.684,1.605-0.875,2.874-0.57,3.801c0.031,0.072,0.694,0.674,1.973,1.823c1.373,1.123,2.129,1.874,2.295,2.247l4.044-1.352c0.466-0.155,0.921-0.373,1.352-0.657c0.439-0.28,0.797-0.611,1.103-0.964c0.295-0.352,0.513-0.714,0.652-1.076c0.13-0.357,0.15-0.694,0.036-1.021C76.45,60.529,75.564,58.723,74.674,57.718zM33.378,40.534c-0.678,4.042-2.752,7.77-2.752,7.77s-4.261,0.326-8.217-0.75c-3.951-1.072-10.028-11.092-10.028-11.092l6.237-3.998l-7.503-12.422l-5.844-1.279l-2.604-4.067l-1.134,0.728L0,13.031l12.073-7.736l1.532,2.387l-1.134,0.725l2.615,4.073l-1.295,5.905l7.482,12.384l6.209-3.99C27.483,26.778,34.052,36.493,33.378,40.534z M6.532,16.956l5.24,1.149l1.145-5.232l-2.154-3.369l-6.382,4.093L6.532,16.956z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-terre-black, .icon-terre, .panel-menu-action.panel-menu-action--terre, .button--3D.button--medium .icon-terre, .button--3D.button--green .icon-terre, .button--input.icon-terre:hover, .button--input.icon-terre.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='79.536px' height='79.536px' viewBox='0 0 79.536 79.536' style='enable-background:new 0 0 79.536 79.536;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M65.482,70.56l3.148,3.666l-58.36,0.016l0.714-4.51l6.411-3.562l-0.997-7.55l8.505-0.741l0.44-3.93l9.88-0.85l0.567-7.062l1.696-2.258l3.951,0.85l0.455,3.759l6.32-0.398l0.398,7.109l7.109,2.771l0.399,5.53c0.61,0.849,3.712-0.513,4.256,0.279c0.549,0.798-0.497-0.776,0,0c-0.699,3.278,4.147,3.837,4.147,3.837L65.482,70.56zM57.757,46.839l-2.978-1.01c-1.01,0.781-1.393,1.595-1.098,2.443l1.486,1.72l2.253-0.751c0.812-0.274,1.092-0.781,0.844-1.507C58.192,47.48,58.026,47.175,57.757,46.839z M55.862,38.921c-0.658-0.316-1.336-0.371-2.072-0.127c-0.393,0.127-0.792,0.388-1.242,0.774l0.114,3.526l3.423-0.425c0.896-1.022,1.237-1.848,1.03-2.485C56.929,39.675,56.524,39.25,55.862,38.921z M66.343,43.819l0.021,0.073c-0.124,0.041-0.746-0.104-1.864-0.456c-0.539-0.181-1.082-0.383-1.626-0.596c-0.776,0.259-1.253,1.031-1.439,2.305c-0.187,1.279-0.062,2.562,0.362,3.842c0.108,0.353,0.383,0.725,0.808,1.16l0.726,0.684l1.263-0.067c1.419-0.616,2.227-0.958,2.444-1.03c0.508-0.306,0.859-0.953,1.03-1.916c0.177-0.974,0.109-1.896-0.196-2.791C67.533,44.001,67.036,43.592,66.343,43.819zM60.833,54.326l-0.74,2.677c0.554,0.482,1.341,0.818,2.396,0.974l2.496-0.839l-1.264-3.779L60.833,54.326z M73.54,49.489l-0.746,2.683c0.549,0.481,1.336,0.813,2.403,0.979l2.495-0.834l-1.269-3.785L73.54,49.489z M75.378,69.617l-0.74,2.677c0.549,0.482,1.341,0.813,2.393,0.979l2.506-0.833l-1.264-3.785L75.378,69.617z M74.674,57.718c-1.444-1.61-3.236-2.061-5.37-1.346l-0.32,0.104c-1.005,0.891-1.844,2.195-2.537,3.883c-0.684,1.605-0.875,2.874-0.57,3.801c0.031,0.072,0.694,0.674,1.973,1.823c1.373,1.123,2.129,1.874,2.295,2.247l4.044-1.352c0.466-0.155,0.921-0.373,1.352-0.657c0.439-0.28,0.797-0.611,1.103-0.964c0.295-0.352,0.513-0.714,0.652-1.076c0.13-0.357,0.15-0.694,0.036-1.021C76.45,60.529,75.564,58.723,74.674,57.718zM33.378,40.534c-0.678,4.042-2.752,7.77-2.752,7.77s-4.261,0.326-8.217-0.75c-3.951-1.072-10.028-11.092-10.028-11.092l6.237-3.998l-7.503-12.422l-5.844-1.279l-2.604-4.067l-1.134,0.728L0,13.031l12.073-7.736l1.532,2.387l-1.134,0.725l2.615,4.073l-1.295,5.905l7.482,12.384l6.209-3.99C27.483,26.778,34.052,36.493,33.378,40.534z M6.532,16.956l5.24,1.149l1.145-5.232l-2.154-3.369l-6.382,4.093L6.532,16.956z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-terre-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='79.536px' height='79.536px' viewBox='0 0 79.536 79.536' style='enable-background:new 0 0 79.536 79.536;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M65.482,70.56l3.148,3.666l-58.36,0.016l0.714-4.51l6.411-3.562l-0.997-7.55l8.505-0.741l0.44-3.93l9.88-0.85l0.567-7.062l1.696-2.258l3.951,0.85l0.455,3.759l6.32-0.398l0.398,7.109l7.109,2.771l0.399,5.53c0.61,0.849,3.712-0.513,4.256,0.279c0.549,0.798-0.497-0.776,0,0c-0.699,3.278,4.147,3.837,4.147,3.837L65.482,70.56zM57.757,46.839l-2.978-1.01c-1.01,0.781-1.393,1.595-1.098,2.443l1.486,1.72l2.253-0.751c0.812-0.274,1.092-0.781,0.844-1.507C58.192,47.48,58.026,47.175,57.757,46.839z M55.862,38.921c-0.658-0.316-1.336-0.371-2.072-0.127c-0.393,0.127-0.792,0.388-1.242,0.774l0.114,3.526l3.423-0.425c0.896-1.022,1.237-1.848,1.03-2.485C56.929,39.675,56.524,39.25,55.862,38.921z M66.343,43.819l0.021,0.073c-0.124,0.041-0.746-0.104-1.864-0.456c-0.539-0.181-1.082-0.383-1.626-0.596c-0.776,0.259-1.253,1.031-1.439,2.305c-0.187,1.279-0.062,2.562,0.362,3.842c0.108,0.353,0.383,0.725,0.808,1.16l0.726,0.684l1.263-0.067c1.419-0.616,2.227-0.958,2.444-1.03c0.508-0.306,0.859-0.953,1.03-1.916c0.177-0.974,0.109-1.896-0.196-2.791C67.533,44.001,67.036,43.592,66.343,43.819zM60.833,54.326l-0.74,2.677c0.554,0.482,1.341,0.818,2.396,0.974l2.496-0.839l-1.264-3.779L60.833,54.326z M73.54,49.489l-0.746,2.683c0.549,0.481,1.336,0.813,2.403,0.979l2.495-0.834l-1.269-3.785L73.54,49.489z M75.378,69.617l-0.74,2.677c0.549,0.482,1.341,0.813,2.393,0.979l2.506-0.833l-1.264-3.785L75.378,69.617z M74.674,57.718c-1.444-1.61-3.236-2.061-5.37-1.346l-0.32,0.104c-1.005,0.891-1.844,2.195-2.537,3.883c-0.684,1.605-0.875,2.874-0.57,3.801c0.031,0.072,0.694,0.674,1.973,1.823c1.373,1.123,2.129,1.874,2.295,2.247l4.044-1.352c0.466-0.155,0.921-0.373,1.352-0.657c0.439-0.28,0.797-0.611,1.103-0.964c0.295-0.352,0.513-0.714,0.652-1.076c0.13-0.357,0.15-0.694,0.036-1.021C76.45,60.529,75.564,58.723,74.674,57.718zM33.378,40.534c-0.678,4.042-2.752,7.77-2.752,7.77s-4.261,0.326-8.217-0.75c-3.951-1.072-10.028-11.092-10.028-11.092l6.237-3.998l-7.503-12.422l-5.844-1.279l-2.604-4.067l-1.134,0.728L0,13.031l12.073-7.736l1.532,2.387l-1.134,0.725l2.615,4.073l-1.295,5.905l7.482,12.384l6.209-3.99C27.483,26.778,34.052,36.493,33.378,40.534z M6.532,16.956l5.24,1.149l1.145-5.232l-2.154-3.369l-6.382,4.093L6.532,16.956z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-terre-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='79.536px' height='79.536px' viewBox='0 0 79.536 79.536' style='enable-background:new 0 0 79.536 79.536;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M65.482,70.56l3.148,3.666l-58.36,0.016l0.714-4.51l6.411-3.562l-0.997-7.55l8.505-0.741l0.44-3.93l9.88-0.85l0.567-7.062l1.696-2.258l3.951,0.85l0.455,3.759l6.32-0.398l0.398,7.109l7.109,2.771l0.399,5.53c0.61,0.849,3.712-0.513,4.256,0.279c0.549,0.798-0.497-0.776,0,0c-0.699,3.278,4.147,3.837,4.147,3.837L65.482,70.56zM57.757,46.839l-2.978-1.01c-1.01,0.781-1.393,1.595-1.098,2.443l1.486,1.72l2.253-0.751c0.812-0.274,1.092-0.781,0.844-1.507C58.192,47.48,58.026,47.175,57.757,46.839z M55.862,38.921c-0.658-0.316-1.336-0.371-2.072-0.127c-0.393,0.127-0.792,0.388-1.242,0.774l0.114,3.526l3.423-0.425c0.896-1.022,1.237-1.848,1.03-2.485C56.929,39.675,56.524,39.25,55.862,38.921z M66.343,43.819l0.021,0.073c-0.124,0.041-0.746-0.104-1.864-0.456c-0.539-0.181-1.082-0.383-1.626-0.596c-0.776,0.259-1.253,1.031-1.439,2.305c-0.187,1.279-0.062,2.562,0.362,3.842c0.108,0.353,0.383,0.725,0.808,1.16l0.726,0.684l1.263-0.067c1.419-0.616,2.227-0.958,2.444-1.03c0.508-0.306,0.859-0.953,1.03-1.916c0.177-0.974,0.109-1.896-0.196-2.791C67.533,44.001,67.036,43.592,66.343,43.819zM60.833,54.326l-0.74,2.677c0.554,0.482,1.341,0.818,2.396,0.974l2.496-0.839l-1.264-3.779L60.833,54.326z M73.54,49.489l-0.746,2.683c0.549,0.481,1.336,0.813,2.403,0.979l2.495-0.834l-1.269-3.785L73.54,49.489z M75.378,69.617l-0.74,2.677c0.549,0.482,1.341,0.813,2.393,0.979l2.506-0.833l-1.264-3.785L75.378,69.617z M74.674,57.718c-1.444-1.61-3.236-2.061-5.37-1.346l-0.32,0.104c-1.005,0.891-1.844,2.195-2.537,3.883c-0.684,1.605-0.875,2.874-0.57,3.801c0.031,0.072,0.694,0.674,1.973,1.823c1.373,1.123,2.129,1.874,2.295,2.247l4.044-1.352c0.466-0.155,0.921-0.373,1.352-0.657c0.439-0.28,0.797-0.611,1.103-0.964c0.295-0.352,0.513-0.714,0.652-1.076c0.13-0.357,0.15-0.694,0.036-1.021C76.45,60.529,75.564,58.723,74.674,57.718zM33.378,40.534c-0.678,4.042-2.752,7.77-2.752,7.77s-4.261,0.326-8.217-0.75c-3.951-1.072-10.028-11.092-10.028-11.092l6.237-3.998l-7.503-12.422l-5.844-1.279l-2.604-4.067l-1.134,0.728L0,13.031l12.073-7.736l1.532,2.387l-1.134,0.725l2.615,4.073l-1.295,5.905l7.482,12.384l6.209-3.99C27.483,26.778,34.052,36.493,33.378,40.534z M6.532,16.956l5.24,1.149l1.145-5.232l-2.154-3.369l-6.382,4.093L6.532,16.956z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-terre-orange, .button--3D.button--medium:hover .icon-terre, .button--3D.button--medium.active .icon-terre, .button--3D.button--green:hover .icon-terre, .button--3D.button--green.active .icon-terre, .button--medium:hover .button--caracteristic.icon-terre,
.button--medium.active .button--caracteristic.icon-terre {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='79.536px' height='79.536px' viewBox='0 0 79.536 79.536' style='enable-background:new 0 0 79.536 79.536;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M65.482,70.56l3.148,3.666l-58.36,0.016l0.714-4.51l6.411-3.562l-0.997-7.55l8.505-0.741l0.44-3.93l9.88-0.85l0.567-7.062l1.696-2.258l3.951,0.85l0.455,3.759l6.32-0.398l0.398,7.109l7.109,2.771l0.399,5.53c0.61,0.849,3.712-0.513,4.256,0.279c0.549,0.798-0.497-0.776,0,0c-0.699,3.278,4.147,3.837,4.147,3.837L65.482,70.56zM57.757,46.839l-2.978-1.01c-1.01,0.781-1.393,1.595-1.098,2.443l1.486,1.72l2.253-0.751c0.812-0.274,1.092-0.781,0.844-1.507C58.192,47.48,58.026,47.175,57.757,46.839z M55.862,38.921c-0.658-0.316-1.336-0.371-2.072-0.127c-0.393,0.127-0.792,0.388-1.242,0.774l0.114,3.526l3.423-0.425c0.896-1.022,1.237-1.848,1.03-2.485C56.929,39.675,56.524,39.25,55.862,38.921z M66.343,43.819l0.021,0.073c-0.124,0.041-0.746-0.104-1.864-0.456c-0.539-0.181-1.082-0.383-1.626-0.596c-0.776,0.259-1.253,1.031-1.439,2.305c-0.187,1.279-0.062,2.562,0.362,3.842c0.108,0.353,0.383,0.725,0.808,1.16l0.726,0.684l1.263-0.067c1.419-0.616,2.227-0.958,2.444-1.03c0.508-0.306,0.859-0.953,1.03-1.916c0.177-0.974,0.109-1.896-0.196-2.791C67.533,44.001,67.036,43.592,66.343,43.819zM60.833,54.326l-0.74,2.677c0.554,0.482,1.341,0.818,2.396,0.974l2.496-0.839l-1.264-3.779L60.833,54.326z M73.54,49.489l-0.746,2.683c0.549,0.481,1.336,0.813,2.403,0.979l2.495-0.834l-1.269-3.785L73.54,49.489z M75.378,69.617l-0.74,2.677c0.549,0.482,1.341,0.813,2.393,0.979l2.506-0.833l-1.264-3.785L75.378,69.617z M74.674,57.718c-1.444-1.61-3.236-2.061-5.37-1.346l-0.32,0.104c-1.005,0.891-1.844,2.195-2.537,3.883c-0.684,1.605-0.875,2.874-0.57,3.801c0.031,0.072,0.694,0.674,1.973,1.823c1.373,1.123,2.129,1.874,2.295,2.247l4.044-1.352c0.466-0.155,0.921-0.373,1.352-0.657c0.439-0.28,0.797-0.611,1.103-0.964c0.295-0.352,0.513-0.714,0.652-1.076c0.13-0.357,0.15-0.694,0.036-1.021C76.45,60.529,75.564,58.723,74.674,57.718zM33.378,40.534c-0.678,4.042-2.752,7.77-2.752,7.77s-4.261,0.326-8.217-0.75c-3.951-1.072-10.028-11.092-10.028-11.092l6.237-3.998l-7.503-12.422l-5.844-1.279l-2.604-4.067l-1.134,0.728L0,13.031l12.073-7.736l1.532,2.387l-1.134,0.725l2.615,4.073l-1.295,5.905l7.482,12.384l6.209-3.99C27.483,26.778,34.052,36.493,33.378,40.534z M6.532,16.956l5.24,1.149l1.145-5.232l-2.154-3.369l-6.382,4.093L6.532,16.956z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-roots-grey, .button--input.icon-roots {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.744 56.744' style='enable-background:new 0 0 56.744 56.744;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.335,50.245c-2.223-6.956-7.251-13.996-11.358-19.958C39.78,22.745,31.02,8.405,19.96,11.924c-0.066-3.127-0.909-7.05-3.432-9.071c-1.195-0.957-3.232-0.982-4.142,0.131c-1.127,0.406-0.611,2.568-1.638,2.508c0.31,0.018-1.1-0.917-0.905-0.801c-0.319-0.19-0.831-0.338-1.185-0.424C7.51,3.988,6.223,3.944,5.061,4.091C3.11,4.337,1.203,5.26,0.373,7.132c-0.692,1.562-0.465,3.577,1.045,4.531c0.107,0.067,0.219,0.039,0.308-0.024c0.321,0.398,0.816,0.686,1.536,0.836c1.351,0.281,3.794-1.711,3.087,1.543c-0.234,1.075-2.41,3.043-2.878,4.115C0.884,24.066,3.35,30.993,9.26,33.676c0.033,0.015,0.063,0.018,0.094,0.024c0.866,0.71,2.202,0.827,3.18,0.123c1.151-0.828,1.522-2.088,1.413-3.362c0.024-0.052,0.035-0.113,0.008-0.183c-0.014-0.038-0.031-0.083-0.045-0.123c-0.108-0.74-0.369-1.471-0.731-2.115c-1.737-5.412-4.065-15.711,3.653-13.354c-1.691,2.03-2.03,5.037-1.39,7.727c1.181,4.968,5.559,8.471,9.161,11.722c2.037,1.839,4.06,3.716,6.095,5.583c0.006,0.028,0.008,0.056,0.014,0.085c0.034,0.159,0.16,0.203,0.279,0.183c3.311,3.033,6.659,6.035,10.166,8.796c3.292,2.592,8.67,6.495,13.24,5.72C56.991,54.062,57.088,52.604,56.335,50.245z M50.151,52.787c-0.861-0.125-1.731-0.411-2.595-0.806c0.04-0.067,0.069-0.143,0.073-0.238c0.068-1.844,0.791-3.567,2.016-4.944c0.44-0.495-0.265-1.217-0.733-0.733c-1.458,1.505-2.208,3.383-2.257,5.463c-1.081-0.587-2.144-1.318-3.158-2.103c0.176-0.088,0.309-0.273,0.244-0.492c-0.551-1.837-0.148-3.781,1.202-5.17c0.45-0.463-0.242-1.155-0.708-0.708c-1.611,1.54-2.136,3.769-1.408,5.839c-1.347-1.091-2.591-2.235-3.655-3.187c0.193-2.511,1.452-4.729,3.409-6.298c0.37-0.296-0.128-0.952-0.511-0.663c-2.097,1.586-3.293,3.839-3.493,6.422c-2.508-2.245-4.972-4.541-7.443-6.827c-0.041-2.051,0.575-4.04,1.739-5.773c0.268-0.399-0.364-0.752-0.637-0.373c-1.209,1.673-1.781,3.567-1.756,5.54c-0.278-0.257-0.556-0.516-0.834-0.772c-0.468-0.43-0.976-0.881-1.498-1.342c-0.788-3.625,0.308-7.146,2.76-9.896c0.322-0.361-0.182-0.876-0.535-0.535c-2.652,2.567-3.641,6.184-3.004,9.746c-1.012-0.888-2.074-1.82-3.131-2.801c-0.593-3.137-0.086-6.204,2.051-8.699c0.364-0.425-0.23-1.039-0.621-0.621c-2.132,2.272-3.129,5.461-2.351,8.445c-0.97-0.936-1.914-1.904-2.769-2.908c0.2,0.039,0.428-0.105,0.355-0.365c-1.184-4.253,0.323-8.449,3.659-11.265c0.342-0.288-0.106-0.869-0.479-0.621c-3.89,2.58-5.38,7.567-3.816,11.92c-3.646-4.418-5.516-9.436-0.82-14.659c0.203-0.225-0.049-0.514-0.309-0.4c-0.502,0.22-0.948,0.494-1.348,0.805c0,0-0.001,0-0.001,0c-2.798-1.391-6.256-0.248-7.419,2.749c-1.461,3.764,0.307,8.825,2.238,12.489c0.272,1.105,0.349,2.259-0.334,3.241c-0.607,0.872-1.747,1.288-2.6,0.856c-0.016-0.015-0.026-0.033-0.046-0.047c-0.155-0.112-0.303-0.234-0.454-0.351c-0.107-0.127-0.207-0.27-0.289-0.444c-0.063-0.134-0.207-0.105-0.286-0.016c-4.136-3.497-6.478-8.849-3.779-14.128c0.879-1.72,3.522-3.257,3.923-5.106c1.099-5.057-6.624,0.183-6.903-3.28c-0.022-0.273-0.475-0.385-0.518-0.07c-0.018,0.129-0.022,0.249-0.028,0.37c-0.573-2.16,0.871-4.163,3.308-4.714c1.104-0.249,2.66-0.29,3.763,0.026c0.986,0.282,1.385,1.37,2.222,1.704c1.838,0.735,1.748-0.915,1.811-2.241c0.162-0.019,0.319-0.116,0.389-0.299c1.281-3.386,4.258,1.156,4.869,2.438c0.83,1.74,1.35,3.567,1.584,5.48c0.016,0.131,0.085,0.222,0.172,0.281c0.018,0.014,0.039,0.024,0.061,0.035c0.014,0.006,0.028,0.013,0.042,0.017c0.031,0.011,0.063,0.016,0.099,0.019c0.011,0.001,0.022,0,0.034,0c0.025,0,0.047,0.005,0.073,0c11.088-1.905,18.645,10.39,24.048,18.224c2.343,3.398,4.53,6.899,6.566,10.49C51.896,44.247,58.172,53.947,50.151,52.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M36.982,34.471c-1.924,1.638-2.792,4.12-2.567,6.612c0.048,0.532,0.871,0.549,0.844,0c-0.113-2.313,0.745-4.346,2.294-6.04C37.908,34.655,37.375,34.136,36.982,34.471z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-roots-brown, .no-touch .panel-menu-action.panel-menu-action--roots:hover, .panel-menu-action.panel-menu-action--roots.active, .button--caracteristic.icon-roots:hover, .button--caracteristic.icon-roots.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.744 56.744' style='enable-background:new 0 0 56.744 56.744;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.335,50.245c-2.223-6.956-7.251-13.996-11.358-19.958C39.78,22.745,31.02,8.405,19.96,11.924c-0.066-3.127-0.909-7.05-3.432-9.071c-1.195-0.957-3.232-0.982-4.142,0.131c-1.127,0.406-0.611,2.568-1.638,2.508c0.31,0.018-1.1-0.917-0.905-0.801c-0.319-0.19-0.831-0.338-1.185-0.424C7.51,3.988,6.223,3.944,5.061,4.091C3.11,4.337,1.203,5.26,0.373,7.132c-0.692,1.562-0.465,3.577,1.045,4.531c0.107,0.067,0.219,0.039,0.308-0.024c0.321,0.398,0.816,0.686,1.536,0.836c1.351,0.281,3.794-1.711,3.087,1.543c-0.234,1.075-2.41,3.043-2.878,4.115C0.884,24.066,3.35,30.993,9.26,33.676c0.033,0.015,0.063,0.018,0.094,0.024c0.866,0.71,2.202,0.827,3.18,0.123c1.151-0.828,1.522-2.088,1.413-3.362c0.024-0.052,0.035-0.113,0.008-0.183c-0.014-0.038-0.031-0.083-0.045-0.123c-0.108-0.74-0.369-1.471-0.731-2.115c-1.737-5.412-4.065-15.711,3.653-13.354c-1.691,2.03-2.03,5.037-1.39,7.727c1.181,4.968,5.559,8.471,9.161,11.722c2.037,1.839,4.06,3.716,6.095,5.583c0.006,0.028,0.008,0.056,0.014,0.085c0.034,0.159,0.16,0.203,0.279,0.183c3.311,3.033,6.659,6.035,10.166,8.796c3.292,2.592,8.67,6.495,13.24,5.72C56.991,54.062,57.088,52.604,56.335,50.245z M50.151,52.787c-0.861-0.125-1.731-0.411-2.595-0.806c0.04-0.067,0.069-0.143,0.073-0.238c0.068-1.844,0.791-3.567,2.016-4.944c0.44-0.495-0.265-1.217-0.733-0.733c-1.458,1.505-2.208,3.383-2.257,5.463c-1.081-0.587-2.144-1.318-3.158-2.103c0.176-0.088,0.309-0.273,0.244-0.492c-0.551-1.837-0.148-3.781,1.202-5.17c0.45-0.463-0.242-1.155-0.708-0.708c-1.611,1.54-2.136,3.769-1.408,5.839c-1.347-1.091-2.591-2.235-3.655-3.187c0.193-2.511,1.452-4.729,3.409-6.298c0.37-0.296-0.128-0.952-0.511-0.663c-2.097,1.586-3.293,3.839-3.493,6.422c-2.508-2.245-4.972-4.541-7.443-6.827c-0.041-2.051,0.575-4.04,1.739-5.773c0.268-0.399-0.364-0.752-0.637-0.373c-1.209,1.673-1.781,3.567-1.756,5.54c-0.278-0.257-0.556-0.516-0.834-0.772c-0.468-0.43-0.976-0.881-1.498-1.342c-0.788-3.625,0.308-7.146,2.76-9.896c0.322-0.361-0.182-0.876-0.535-0.535c-2.652,2.567-3.641,6.184-3.004,9.746c-1.012-0.888-2.074-1.82-3.131-2.801c-0.593-3.137-0.086-6.204,2.051-8.699c0.364-0.425-0.23-1.039-0.621-0.621c-2.132,2.272-3.129,5.461-2.351,8.445c-0.97-0.936-1.914-1.904-2.769-2.908c0.2,0.039,0.428-0.105,0.355-0.365c-1.184-4.253,0.323-8.449,3.659-11.265c0.342-0.288-0.106-0.869-0.479-0.621c-3.89,2.58-5.38,7.567-3.816,11.92c-3.646-4.418-5.516-9.436-0.82-14.659c0.203-0.225-0.049-0.514-0.309-0.4c-0.502,0.22-0.948,0.494-1.348,0.805c0,0-0.001,0-0.001,0c-2.798-1.391-6.256-0.248-7.419,2.749c-1.461,3.764,0.307,8.825,2.238,12.489c0.272,1.105,0.349,2.259-0.334,3.241c-0.607,0.872-1.747,1.288-2.6,0.856c-0.016-0.015-0.026-0.033-0.046-0.047c-0.155-0.112-0.303-0.234-0.454-0.351c-0.107-0.127-0.207-0.27-0.289-0.444c-0.063-0.134-0.207-0.105-0.286-0.016c-4.136-3.497-6.478-8.849-3.779-14.128c0.879-1.72,3.522-3.257,3.923-5.106c1.099-5.057-6.624,0.183-6.903-3.28c-0.022-0.273-0.475-0.385-0.518-0.07c-0.018,0.129-0.022,0.249-0.028,0.37c-0.573-2.16,0.871-4.163,3.308-4.714c1.104-0.249,2.66-0.29,3.763,0.026c0.986,0.282,1.385,1.37,2.222,1.704c1.838,0.735,1.748-0.915,1.811-2.241c0.162-0.019,0.319-0.116,0.389-0.299c1.281-3.386,4.258,1.156,4.869,2.438c0.83,1.74,1.35,3.567,1.584,5.48c0.016,0.131,0.085,0.222,0.172,0.281c0.018,0.014,0.039,0.024,0.061,0.035c0.014,0.006,0.028,0.013,0.042,0.017c0.031,0.011,0.063,0.016,0.099,0.019c0.011,0.001,0.022,0,0.034,0c0.025,0,0.047,0.005,0.073,0c11.088-1.905,18.645,10.39,24.048,18.224c2.343,3.398,4.53,6.899,6.566,10.49C51.896,44.247,58.172,53.947,50.151,52.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M36.982,34.471c-1.924,1.638-2.792,4.12-2.567,6.612c0.048,0.532,0.871,0.549,0.844,0c-0.113-2.313,0.745-4.346,2.294-6.04C37.908,34.655,37.375,34.136,36.982,34.471z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-roots-black, .icon-roots, .panel-menu-action.panel-menu-action--roots, .button--3D.button--medium .icon-roots, .button--3D.button--green .icon-roots, .button--input.icon-roots:hover, .button--input.icon-roots.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.744 56.744' style='enable-background:new 0 0 56.744 56.744;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.335,50.245c-2.223-6.956-7.251-13.996-11.358-19.958C39.78,22.745,31.02,8.405,19.96,11.924c-0.066-3.127-0.909-7.05-3.432-9.071c-1.195-0.957-3.232-0.982-4.142,0.131c-1.127,0.406-0.611,2.568-1.638,2.508c0.31,0.018-1.1-0.917-0.905-0.801c-0.319-0.19-0.831-0.338-1.185-0.424C7.51,3.988,6.223,3.944,5.061,4.091C3.11,4.337,1.203,5.26,0.373,7.132c-0.692,1.562-0.465,3.577,1.045,4.531c0.107,0.067,0.219,0.039,0.308-0.024c0.321,0.398,0.816,0.686,1.536,0.836c1.351,0.281,3.794-1.711,3.087,1.543c-0.234,1.075-2.41,3.043-2.878,4.115C0.884,24.066,3.35,30.993,9.26,33.676c0.033,0.015,0.063,0.018,0.094,0.024c0.866,0.71,2.202,0.827,3.18,0.123c1.151-0.828,1.522-2.088,1.413-3.362c0.024-0.052,0.035-0.113,0.008-0.183c-0.014-0.038-0.031-0.083-0.045-0.123c-0.108-0.74-0.369-1.471-0.731-2.115c-1.737-5.412-4.065-15.711,3.653-13.354c-1.691,2.03-2.03,5.037-1.39,7.727c1.181,4.968,5.559,8.471,9.161,11.722c2.037,1.839,4.06,3.716,6.095,5.583c0.006,0.028,0.008,0.056,0.014,0.085c0.034,0.159,0.16,0.203,0.279,0.183c3.311,3.033,6.659,6.035,10.166,8.796c3.292,2.592,8.67,6.495,13.24,5.72C56.991,54.062,57.088,52.604,56.335,50.245z M50.151,52.787c-0.861-0.125-1.731-0.411-2.595-0.806c0.04-0.067,0.069-0.143,0.073-0.238c0.068-1.844,0.791-3.567,2.016-4.944c0.44-0.495-0.265-1.217-0.733-0.733c-1.458,1.505-2.208,3.383-2.257,5.463c-1.081-0.587-2.144-1.318-3.158-2.103c0.176-0.088,0.309-0.273,0.244-0.492c-0.551-1.837-0.148-3.781,1.202-5.17c0.45-0.463-0.242-1.155-0.708-0.708c-1.611,1.54-2.136,3.769-1.408,5.839c-1.347-1.091-2.591-2.235-3.655-3.187c0.193-2.511,1.452-4.729,3.409-6.298c0.37-0.296-0.128-0.952-0.511-0.663c-2.097,1.586-3.293,3.839-3.493,6.422c-2.508-2.245-4.972-4.541-7.443-6.827c-0.041-2.051,0.575-4.04,1.739-5.773c0.268-0.399-0.364-0.752-0.637-0.373c-1.209,1.673-1.781,3.567-1.756,5.54c-0.278-0.257-0.556-0.516-0.834-0.772c-0.468-0.43-0.976-0.881-1.498-1.342c-0.788-3.625,0.308-7.146,2.76-9.896c0.322-0.361-0.182-0.876-0.535-0.535c-2.652,2.567-3.641,6.184-3.004,9.746c-1.012-0.888-2.074-1.82-3.131-2.801c-0.593-3.137-0.086-6.204,2.051-8.699c0.364-0.425-0.23-1.039-0.621-0.621c-2.132,2.272-3.129,5.461-2.351,8.445c-0.97-0.936-1.914-1.904-2.769-2.908c0.2,0.039,0.428-0.105,0.355-0.365c-1.184-4.253,0.323-8.449,3.659-11.265c0.342-0.288-0.106-0.869-0.479-0.621c-3.89,2.58-5.38,7.567-3.816,11.92c-3.646-4.418-5.516-9.436-0.82-14.659c0.203-0.225-0.049-0.514-0.309-0.4c-0.502,0.22-0.948,0.494-1.348,0.805c0,0-0.001,0-0.001,0c-2.798-1.391-6.256-0.248-7.419,2.749c-1.461,3.764,0.307,8.825,2.238,12.489c0.272,1.105,0.349,2.259-0.334,3.241c-0.607,0.872-1.747,1.288-2.6,0.856c-0.016-0.015-0.026-0.033-0.046-0.047c-0.155-0.112-0.303-0.234-0.454-0.351c-0.107-0.127-0.207-0.27-0.289-0.444c-0.063-0.134-0.207-0.105-0.286-0.016c-4.136-3.497-6.478-8.849-3.779-14.128c0.879-1.72,3.522-3.257,3.923-5.106c1.099-5.057-6.624,0.183-6.903-3.28c-0.022-0.273-0.475-0.385-0.518-0.07c-0.018,0.129-0.022,0.249-0.028,0.37c-0.573-2.16,0.871-4.163,3.308-4.714c1.104-0.249,2.66-0.29,3.763,0.026c0.986,0.282,1.385,1.37,2.222,1.704c1.838,0.735,1.748-0.915,1.811-2.241c0.162-0.019,0.319-0.116,0.389-0.299c1.281-3.386,4.258,1.156,4.869,2.438c0.83,1.74,1.35,3.567,1.584,5.48c0.016,0.131,0.085,0.222,0.172,0.281c0.018,0.014,0.039,0.024,0.061,0.035c0.014,0.006,0.028,0.013,0.042,0.017c0.031,0.011,0.063,0.016,0.099,0.019c0.011,0.001,0.022,0,0.034,0c0.025,0,0.047,0.005,0.073,0c11.088-1.905,18.645,10.39,24.048,18.224c2.343,3.398,4.53,6.899,6.566,10.49C51.896,44.247,58.172,53.947,50.151,52.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M36.982,34.471c-1.924,1.638-2.792,4.12-2.567,6.612c0.048,0.532,0.871,0.549,0.844,0c-0.113-2.313,0.745-4.346,2.294-6.04C37.908,34.655,37.375,34.136,36.982,34.471z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-roots-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.744 56.744' style='enable-background:new 0 0 56.744 56.744;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.335,50.245c-2.223-6.956-7.251-13.996-11.358-19.958C39.78,22.745,31.02,8.405,19.96,11.924c-0.066-3.127-0.909-7.05-3.432-9.071c-1.195-0.957-3.232-0.982-4.142,0.131c-1.127,0.406-0.611,2.568-1.638,2.508c0.31,0.018-1.1-0.917-0.905-0.801c-0.319-0.19-0.831-0.338-1.185-0.424C7.51,3.988,6.223,3.944,5.061,4.091C3.11,4.337,1.203,5.26,0.373,7.132c-0.692,1.562-0.465,3.577,1.045,4.531c0.107,0.067,0.219,0.039,0.308-0.024c0.321,0.398,0.816,0.686,1.536,0.836c1.351,0.281,3.794-1.711,3.087,1.543c-0.234,1.075-2.41,3.043-2.878,4.115C0.884,24.066,3.35,30.993,9.26,33.676c0.033,0.015,0.063,0.018,0.094,0.024c0.866,0.71,2.202,0.827,3.18,0.123c1.151-0.828,1.522-2.088,1.413-3.362c0.024-0.052,0.035-0.113,0.008-0.183c-0.014-0.038-0.031-0.083-0.045-0.123c-0.108-0.74-0.369-1.471-0.731-2.115c-1.737-5.412-4.065-15.711,3.653-13.354c-1.691,2.03-2.03,5.037-1.39,7.727c1.181,4.968,5.559,8.471,9.161,11.722c2.037,1.839,4.06,3.716,6.095,5.583c0.006,0.028,0.008,0.056,0.014,0.085c0.034,0.159,0.16,0.203,0.279,0.183c3.311,3.033,6.659,6.035,10.166,8.796c3.292,2.592,8.67,6.495,13.24,5.72C56.991,54.062,57.088,52.604,56.335,50.245z M50.151,52.787c-0.861-0.125-1.731-0.411-2.595-0.806c0.04-0.067,0.069-0.143,0.073-0.238c0.068-1.844,0.791-3.567,2.016-4.944c0.44-0.495-0.265-1.217-0.733-0.733c-1.458,1.505-2.208,3.383-2.257,5.463c-1.081-0.587-2.144-1.318-3.158-2.103c0.176-0.088,0.309-0.273,0.244-0.492c-0.551-1.837-0.148-3.781,1.202-5.17c0.45-0.463-0.242-1.155-0.708-0.708c-1.611,1.54-2.136,3.769-1.408,5.839c-1.347-1.091-2.591-2.235-3.655-3.187c0.193-2.511,1.452-4.729,3.409-6.298c0.37-0.296-0.128-0.952-0.511-0.663c-2.097,1.586-3.293,3.839-3.493,6.422c-2.508-2.245-4.972-4.541-7.443-6.827c-0.041-2.051,0.575-4.04,1.739-5.773c0.268-0.399-0.364-0.752-0.637-0.373c-1.209,1.673-1.781,3.567-1.756,5.54c-0.278-0.257-0.556-0.516-0.834-0.772c-0.468-0.43-0.976-0.881-1.498-1.342c-0.788-3.625,0.308-7.146,2.76-9.896c0.322-0.361-0.182-0.876-0.535-0.535c-2.652,2.567-3.641,6.184-3.004,9.746c-1.012-0.888-2.074-1.82-3.131-2.801c-0.593-3.137-0.086-6.204,2.051-8.699c0.364-0.425-0.23-1.039-0.621-0.621c-2.132,2.272-3.129,5.461-2.351,8.445c-0.97-0.936-1.914-1.904-2.769-2.908c0.2,0.039,0.428-0.105,0.355-0.365c-1.184-4.253,0.323-8.449,3.659-11.265c0.342-0.288-0.106-0.869-0.479-0.621c-3.89,2.58-5.38,7.567-3.816,11.92c-3.646-4.418-5.516-9.436-0.82-14.659c0.203-0.225-0.049-0.514-0.309-0.4c-0.502,0.22-0.948,0.494-1.348,0.805c0,0-0.001,0-0.001,0c-2.798-1.391-6.256-0.248-7.419,2.749c-1.461,3.764,0.307,8.825,2.238,12.489c0.272,1.105,0.349,2.259-0.334,3.241c-0.607,0.872-1.747,1.288-2.6,0.856c-0.016-0.015-0.026-0.033-0.046-0.047c-0.155-0.112-0.303-0.234-0.454-0.351c-0.107-0.127-0.207-0.27-0.289-0.444c-0.063-0.134-0.207-0.105-0.286-0.016c-4.136-3.497-6.478-8.849-3.779-14.128c0.879-1.72,3.522-3.257,3.923-5.106c1.099-5.057-6.624,0.183-6.903-3.28c-0.022-0.273-0.475-0.385-0.518-0.07c-0.018,0.129-0.022,0.249-0.028,0.37c-0.573-2.16,0.871-4.163,3.308-4.714c1.104-0.249,2.66-0.29,3.763,0.026c0.986,0.282,1.385,1.37,2.222,1.704c1.838,0.735,1.748-0.915,1.811-2.241c0.162-0.019,0.319-0.116,0.389-0.299c1.281-3.386,4.258,1.156,4.869,2.438c0.83,1.74,1.35,3.567,1.584,5.48c0.016,0.131,0.085,0.222,0.172,0.281c0.018,0.014,0.039,0.024,0.061,0.035c0.014,0.006,0.028,0.013,0.042,0.017c0.031,0.011,0.063,0.016,0.099,0.019c0.011,0.001,0.022,0,0.034,0c0.025,0,0.047,0.005,0.073,0c11.088-1.905,18.645,10.39,24.048,18.224c2.343,3.398,4.53,6.899,6.566,10.49C51.896,44.247,58.172,53.947,50.151,52.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M36.982,34.471c-1.924,1.638-2.792,4.12-2.567,6.612c0.048,0.532,0.871,0.549,0.844,0c-0.113-2.313,0.745-4.346,2.294-6.04C37.908,34.655,37.375,34.136,36.982,34.471z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-roots-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.744 56.744' style='enable-background:new 0 0 56.744 56.744;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.335,50.245c-2.223-6.956-7.251-13.996-11.358-19.958C39.78,22.745,31.02,8.405,19.96,11.924c-0.066-3.127-0.909-7.05-3.432-9.071c-1.195-0.957-3.232-0.982-4.142,0.131c-1.127,0.406-0.611,2.568-1.638,2.508c0.31,0.018-1.1-0.917-0.905-0.801c-0.319-0.19-0.831-0.338-1.185-0.424C7.51,3.988,6.223,3.944,5.061,4.091C3.11,4.337,1.203,5.26,0.373,7.132c-0.692,1.562-0.465,3.577,1.045,4.531c0.107,0.067,0.219,0.039,0.308-0.024c0.321,0.398,0.816,0.686,1.536,0.836c1.351,0.281,3.794-1.711,3.087,1.543c-0.234,1.075-2.41,3.043-2.878,4.115C0.884,24.066,3.35,30.993,9.26,33.676c0.033,0.015,0.063,0.018,0.094,0.024c0.866,0.71,2.202,0.827,3.18,0.123c1.151-0.828,1.522-2.088,1.413-3.362c0.024-0.052,0.035-0.113,0.008-0.183c-0.014-0.038-0.031-0.083-0.045-0.123c-0.108-0.74-0.369-1.471-0.731-2.115c-1.737-5.412-4.065-15.711,3.653-13.354c-1.691,2.03-2.03,5.037-1.39,7.727c1.181,4.968,5.559,8.471,9.161,11.722c2.037,1.839,4.06,3.716,6.095,5.583c0.006,0.028,0.008,0.056,0.014,0.085c0.034,0.159,0.16,0.203,0.279,0.183c3.311,3.033,6.659,6.035,10.166,8.796c3.292,2.592,8.67,6.495,13.24,5.72C56.991,54.062,57.088,52.604,56.335,50.245z M50.151,52.787c-0.861-0.125-1.731-0.411-2.595-0.806c0.04-0.067,0.069-0.143,0.073-0.238c0.068-1.844,0.791-3.567,2.016-4.944c0.44-0.495-0.265-1.217-0.733-0.733c-1.458,1.505-2.208,3.383-2.257,5.463c-1.081-0.587-2.144-1.318-3.158-2.103c0.176-0.088,0.309-0.273,0.244-0.492c-0.551-1.837-0.148-3.781,1.202-5.17c0.45-0.463-0.242-1.155-0.708-0.708c-1.611,1.54-2.136,3.769-1.408,5.839c-1.347-1.091-2.591-2.235-3.655-3.187c0.193-2.511,1.452-4.729,3.409-6.298c0.37-0.296-0.128-0.952-0.511-0.663c-2.097,1.586-3.293,3.839-3.493,6.422c-2.508-2.245-4.972-4.541-7.443-6.827c-0.041-2.051,0.575-4.04,1.739-5.773c0.268-0.399-0.364-0.752-0.637-0.373c-1.209,1.673-1.781,3.567-1.756,5.54c-0.278-0.257-0.556-0.516-0.834-0.772c-0.468-0.43-0.976-0.881-1.498-1.342c-0.788-3.625,0.308-7.146,2.76-9.896c0.322-0.361-0.182-0.876-0.535-0.535c-2.652,2.567-3.641,6.184-3.004,9.746c-1.012-0.888-2.074-1.82-3.131-2.801c-0.593-3.137-0.086-6.204,2.051-8.699c0.364-0.425-0.23-1.039-0.621-0.621c-2.132,2.272-3.129,5.461-2.351,8.445c-0.97-0.936-1.914-1.904-2.769-2.908c0.2,0.039,0.428-0.105,0.355-0.365c-1.184-4.253,0.323-8.449,3.659-11.265c0.342-0.288-0.106-0.869-0.479-0.621c-3.89,2.58-5.38,7.567-3.816,11.92c-3.646-4.418-5.516-9.436-0.82-14.659c0.203-0.225-0.049-0.514-0.309-0.4c-0.502,0.22-0.948,0.494-1.348,0.805c0,0-0.001,0-0.001,0c-2.798-1.391-6.256-0.248-7.419,2.749c-1.461,3.764,0.307,8.825,2.238,12.489c0.272,1.105,0.349,2.259-0.334,3.241c-0.607,0.872-1.747,1.288-2.6,0.856c-0.016-0.015-0.026-0.033-0.046-0.047c-0.155-0.112-0.303-0.234-0.454-0.351c-0.107-0.127-0.207-0.27-0.289-0.444c-0.063-0.134-0.207-0.105-0.286-0.016c-4.136-3.497-6.478-8.849-3.779-14.128c0.879-1.72,3.522-3.257,3.923-5.106c1.099-5.057-6.624,0.183-6.903-3.28c-0.022-0.273-0.475-0.385-0.518-0.07c-0.018,0.129-0.022,0.249-0.028,0.37c-0.573-2.16,0.871-4.163,3.308-4.714c1.104-0.249,2.66-0.29,3.763,0.026c0.986,0.282,1.385,1.37,2.222,1.704c1.838,0.735,1.748-0.915,1.811-2.241c0.162-0.019,0.319-0.116,0.389-0.299c1.281-3.386,4.258,1.156,4.869,2.438c0.83,1.74,1.35,3.567,1.584,5.48c0.016,0.131,0.085,0.222,0.172,0.281c0.018,0.014,0.039,0.024,0.061,0.035c0.014,0.006,0.028,0.013,0.042,0.017c0.031,0.011,0.063,0.016,0.099,0.019c0.011,0.001,0.022,0,0.034,0c0.025,0,0.047,0.005,0.073,0c11.088-1.905,18.645,10.39,24.048,18.224c2.343,3.398,4.53,6.899,6.566,10.49C51.896,44.247,58.172,53.947,50.151,52.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M36.982,34.471c-1.924,1.638-2.792,4.12-2.567,6.612c0.048,0.532,0.871,0.549,0.844,0c-0.113-2.313,0.745-4.346,2.294-6.04C37.908,34.655,37.375,34.136,36.982,34.471z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-roots-orange, .button--3D.button--medium:hover .icon-roots, .button--3D.button--medium.active .icon-roots, .button--3D.button--green:hover .icon-roots, .button--3D.button--green.active .icon-roots, .button--medium:hover .button--caracteristic.icon-roots,
.button--medium.active .button--caracteristic.icon-roots {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.744 56.744' style='enable-background:new 0 0 56.744 56.744;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.335,50.245c-2.223-6.956-7.251-13.996-11.358-19.958C39.78,22.745,31.02,8.405,19.96,11.924c-0.066-3.127-0.909-7.05-3.432-9.071c-1.195-0.957-3.232-0.982-4.142,0.131c-1.127,0.406-0.611,2.568-1.638,2.508c0.31,0.018-1.1-0.917-0.905-0.801c-0.319-0.19-0.831-0.338-1.185-0.424C7.51,3.988,6.223,3.944,5.061,4.091C3.11,4.337,1.203,5.26,0.373,7.132c-0.692,1.562-0.465,3.577,1.045,4.531c0.107,0.067,0.219,0.039,0.308-0.024c0.321,0.398,0.816,0.686,1.536,0.836c1.351,0.281,3.794-1.711,3.087,1.543c-0.234,1.075-2.41,3.043-2.878,4.115C0.884,24.066,3.35,30.993,9.26,33.676c0.033,0.015,0.063,0.018,0.094,0.024c0.866,0.71,2.202,0.827,3.18,0.123c1.151-0.828,1.522-2.088,1.413-3.362c0.024-0.052,0.035-0.113,0.008-0.183c-0.014-0.038-0.031-0.083-0.045-0.123c-0.108-0.74-0.369-1.471-0.731-2.115c-1.737-5.412-4.065-15.711,3.653-13.354c-1.691,2.03-2.03,5.037-1.39,7.727c1.181,4.968,5.559,8.471,9.161,11.722c2.037,1.839,4.06,3.716,6.095,5.583c0.006,0.028,0.008,0.056,0.014,0.085c0.034,0.159,0.16,0.203,0.279,0.183c3.311,3.033,6.659,6.035,10.166,8.796c3.292,2.592,8.67,6.495,13.24,5.72C56.991,54.062,57.088,52.604,56.335,50.245z M50.151,52.787c-0.861-0.125-1.731-0.411-2.595-0.806c0.04-0.067,0.069-0.143,0.073-0.238c0.068-1.844,0.791-3.567,2.016-4.944c0.44-0.495-0.265-1.217-0.733-0.733c-1.458,1.505-2.208,3.383-2.257,5.463c-1.081-0.587-2.144-1.318-3.158-2.103c0.176-0.088,0.309-0.273,0.244-0.492c-0.551-1.837-0.148-3.781,1.202-5.17c0.45-0.463-0.242-1.155-0.708-0.708c-1.611,1.54-2.136,3.769-1.408,5.839c-1.347-1.091-2.591-2.235-3.655-3.187c0.193-2.511,1.452-4.729,3.409-6.298c0.37-0.296-0.128-0.952-0.511-0.663c-2.097,1.586-3.293,3.839-3.493,6.422c-2.508-2.245-4.972-4.541-7.443-6.827c-0.041-2.051,0.575-4.04,1.739-5.773c0.268-0.399-0.364-0.752-0.637-0.373c-1.209,1.673-1.781,3.567-1.756,5.54c-0.278-0.257-0.556-0.516-0.834-0.772c-0.468-0.43-0.976-0.881-1.498-1.342c-0.788-3.625,0.308-7.146,2.76-9.896c0.322-0.361-0.182-0.876-0.535-0.535c-2.652,2.567-3.641,6.184-3.004,9.746c-1.012-0.888-2.074-1.82-3.131-2.801c-0.593-3.137-0.086-6.204,2.051-8.699c0.364-0.425-0.23-1.039-0.621-0.621c-2.132,2.272-3.129,5.461-2.351,8.445c-0.97-0.936-1.914-1.904-2.769-2.908c0.2,0.039,0.428-0.105,0.355-0.365c-1.184-4.253,0.323-8.449,3.659-11.265c0.342-0.288-0.106-0.869-0.479-0.621c-3.89,2.58-5.38,7.567-3.816,11.92c-3.646-4.418-5.516-9.436-0.82-14.659c0.203-0.225-0.049-0.514-0.309-0.4c-0.502,0.22-0.948,0.494-1.348,0.805c0,0-0.001,0-0.001,0c-2.798-1.391-6.256-0.248-7.419,2.749c-1.461,3.764,0.307,8.825,2.238,12.489c0.272,1.105,0.349,2.259-0.334,3.241c-0.607,0.872-1.747,1.288-2.6,0.856c-0.016-0.015-0.026-0.033-0.046-0.047c-0.155-0.112-0.303-0.234-0.454-0.351c-0.107-0.127-0.207-0.27-0.289-0.444c-0.063-0.134-0.207-0.105-0.286-0.016c-4.136-3.497-6.478-8.849-3.779-14.128c0.879-1.72,3.522-3.257,3.923-5.106c1.099-5.057-6.624,0.183-6.903-3.28c-0.022-0.273-0.475-0.385-0.518-0.07c-0.018,0.129-0.022,0.249-0.028,0.37c-0.573-2.16,0.871-4.163,3.308-4.714c1.104-0.249,2.66-0.29,3.763,0.026c0.986,0.282,1.385,1.37,2.222,1.704c1.838,0.735,1.748-0.915,1.811-2.241c0.162-0.019,0.319-0.116,0.389-0.299c1.281-3.386,4.258,1.156,4.869,2.438c0.83,1.74,1.35,3.567,1.584,5.48c0.016,0.131,0.085,0.222,0.172,0.281c0.018,0.014,0.039,0.024,0.061,0.035c0.014,0.006,0.028,0.013,0.042,0.017c0.031,0.011,0.063,0.016,0.099,0.019c0.011,0.001,0.022,0,0.034,0c0.025,0,0.047,0.005,0.073,0c11.088-1.905,18.645,10.39,24.048,18.224c2.343,3.398,4.53,6.899,6.566,10.49C51.896,44.247,58.172,53.947,50.151,52.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M36.982,34.471c-1.924,1.638-2.792,4.12-2.567,6.612c0.048,0.532,0.871,0.549,0.844,0c-0.113-2.313,0.745-4.346,2.294-6.04C37.908,34.655,37.375,34.136,36.982,34.471z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-bulbs-grey, .button--input.icon-bulbs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.709 46.709' style='enable-background:new 0 0 46.709 46.709;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M37.701,4.872c-5.467-1.69-11.343-1.505-16.994-1.622C14.575,3.123,8.436,2.373,2.577,4.569C2.173,4.721,2.075,5.131,2.18,5.451c-1.925,1.738-2.438,3.514-2.067,5.212c-0.26,4.984,0.623,10.037,2.603,14.629c0.844,1.958,1.915,3.843,3.189,5.555c2.39,3.212,8.177,6.428,6.98,11.267c-0.116,0.469,0.517,0.685,0.739,0.336c0.037-0.006,0.071,0,0.111-0.024c0.846-0.508,1.546-1.3,2.205-2.071c0.528,0.88,1.145,1.678,1.885,2.413c0.192,0.191,0.551,0.212,0.74,0c0.53-0.593,1.029-1.227,1.382-1.937c0.311,1.061,0.926,1.965,1.837,2.65c0.405,0.304,0.974-0.111,0.973-0.558c-0.002-0.783,0.179-1.532,0.446-2.26c0.809,0.962,1.639,1.892,2.498,2.822c0.463,0.501,1.262-0.026,1.107-0.644c-1.233-4.904,6.834-6.605,9.664-8.811c1.646-1.283,2.999-2.891,4.208-4.582c2.69-3.762,6.136-8.945,5.677-13.77C48.13,10.969,42.902,6.48,37.701,4.872z M2.885,5.829c0.013-0.004,0.024-0.001,0.037-0.006c6.548-2.455,13.92-1.384,20.744-0.901c5.244,0.371,27.41,2.049,19.027,12.32c-4.42,5.416-15.852,3.942-21.983,3.202C14.767,19.728-4.002,15.034,2.885,5.829z M32.519,34.512c-3.14,1.622-7.067,3.19-7.218,6.787c-0.71-0.657-1.427-1.304-2.182-1.926c-0.306-0.253-0.658-0.007-0.641,0.299c-0.098,0.044-0.189,0.106-0.252,0.212c-0.32,0.533-0.519,1.1-0.636,1.688c-0.435-0.496-0.786-1.064-0.991-1.694c-0.1-0.307-0.378-0.359-0.586-0.253c-0.186-0.079-0.427-0.045-0.559,0.157c-0.412,0.634-0.785,1.249-1.257,1.821c-0.656-0.772-1.212-1.6-1.674-2.513c-0.159-0.315-0.656-0.376-0.889-0.115c-0.564,0.633-1.205,1.297-1.719,2.017c0.415-4.35-3.329-6.646-6.183-9.81C3.027,25.968,1.63,19.428,1.009,12.743c2.256,3.547,7.766,6.472,11.015,7.511c5.505,1.761,11.424,2.248,17.174,2.346c4.83,0.082,10.299-0.134,14.266-3.274c0.504-0.399,0.937-0.802,1.316-1.206C42.974,24.479,37.909,31.728,32.519,34.512z'/%3E%3Cpath d='M29.297,12.787c-1.485,0.616-2.978,0.963-4.594,0.791c-0.71-0.076-1.386-0.227-2.058-0.477c0.054,0.02-3.098-1.664-2.402-1.849c0.291-0.077,0.24-0.553-0.072-0.535c-0.524,0.03-0.709,0.319-0.686,0.852c0.042,0.973,1.356,1.628,2.084,1.989c2.472,1.229,5.573,1.164,7.957-0.226C29.809,13.169,29.618,12.654,29.297,12.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.311,11.035c-1.876-1.044-3.852-1.766-6.02-1.849c-1.637-0.063-4.021-0.023-5.204,1.336c-2.726,3.132,2.534,4.613,4.689,4.988c0.208,0.036,0.298-0.259,0.089-0.322c-0.968-0.293-2.335-0.577-3.109-1.233c-0.2-0.11-0.4-0.219-0.6-0.329l0.108-2.787c0.449-0.584,2.296-0.639,2.868-0.685c2.405-0.192,4.846,0.231,7.079,1.123C28.349,11.332,28.439,11.107,28.311,11.035z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.82,8.977c-0.313,0.028-0.433,0.513-0.079,0.587c1.245,0.262,2.367,0.878,2.613,2.241c0.251,1.392-0.606,2.553-1.883,3.026c-1.608,0.597-3.373,0.504-4.997,1.094c-0.257,0.093-0.156,0.455,0.112,0.407c2.45-0.437,6.045,0.204,7.345-2.56C32.964,11.572,31.36,8.751,28.82,8.977z'/%3E%3Cpath style='fill:%231D1D1B;' d='M26.191,7.941c-3.623-1.094-10.663-1.861-13.419,1.462c-2.389,2.879,0.105,5.298,2.994,6.096c0.25,0.069,0.436-0.325,0.183-0.434c-1.699-0.733-6.383-2.523-1.927-5.921c1.243-0.948,3.227-0.939,4.72-0.986c2.47-0.079,4.93,0.225,7.396,0.18C26.366,8.334,26.41,8.008,26.191,7.941z'/%3E%3Cpath style='fill:%231D1D1B;' d='M31.485,7.971c-0.42-0.047-0.491,0.62-0.098,0.725c4.351,1.167,2.971,5.986-0.088,7.539c-1.681,0.854-3.577,0.897-5.41,0.767c-2.714-0.191-5.407-0.662-8.12-0.89c-0.206-0.017-0.252,0.32-0.049,0.362c4.79,1,12.092,3.229,15.991-0.965C36.102,12.938,35.271,8.399,31.485,7.971z'/%3E%3Cpath style='fill:%231D1D1B;' d='M29.538,6.935c-6.206-1.23-14.019-3.245-19.767,0.424c-4.302,2.746-2.617,6.949,1.636,8.616c0.288,0.113,0.482-0.357,0.21-0.498c-3.238-1.205-3.23-4.063,0.026-8.573c1.196-0.396,2.425-0.631,3.69-0.706c1.294-0.102,2.61-0.047,3.901,0.058c3.441,0.282,6.772,1.253,10.238,1.179C29.747,7.43,29.83,6.993,29.538,6.935z'/%3E%3Cpath style='fill:%231D1D1B;' d='M35.611,8.552c-0.341-0.208-0.757,0.3-0.437,0.566c3.626,3.012,1.21,7.566-2.533,8.834c-2.272,0.769-4.734,0.44-7.048,0.178c-3.821-0.434-7.629-0.994-11.464-1.293c-0.205-0.016-0.254,0.324-0.049,0.363c5.983,1.122,16,4.25,21.43,0.163C38.519,15.099,39.046,10.649,35.611,8.552z'/%3E%3Cpath style='fill:%231D1D1B;' d='M9.483,4.737C7.422,5.275,5.179,6.282,4.384,8.435c-0.585,1.586-0.244,3.593,1.383,4.366c0.356,0.169,0.643-0.309,0.311-0.531c-1.593-1.065-1.3-3.234-0.097-4.462c1.027-1.048,2.533-1.661,3.801-2.363C10.168,5.23,9.904,4.628,9.483,4.737z'/%3E%3Cpath style='fill:%231D1D1B;' d='M40.048,9.861c-0.211-0.305-0.667-0.118-0.594,0.251c0.764,3.859-0.479,7.675-4.712,8.604c-0.342,0.075-0.274,0.661,0.084,0.622C39.135,18.864,42.871,13.951,40.048,9.861z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-bulbs-brown, .no-touch .panel-menu-action.panel-menu-action--bulbs:hover, .panel-menu-action.panel-menu-action--bulbs.active, .button--caracteristic.icon-bulbs:hover, .button--caracteristic.icon-bulbs.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.709 46.709' style='enable-background:new 0 0 46.709 46.709;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M37.701,4.872c-5.467-1.69-11.343-1.505-16.994-1.622C14.575,3.123,8.436,2.373,2.577,4.569C2.173,4.721,2.075,5.131,2.18,5.451c-1.925,1.738-2.438,3.514-2.067,5.212c-0.26,4.984,0.623,10.037,2.603,14.629c0.844,1.958,1.915,3.843,3.189,5.555c2.39,3.212,8.177,6.428,6.98,11.267c-0.116,0.469,0.517,0.685,0.739,0.336c0.037-0.006,0.071,0,0.111-0.024c0.846-0.508,1.546-1.3,2.205-2.071c0.528,0.88,1.145,1.678,1.885,2.413c0.192,0.191,0.551,0.212,0.74,0c0.53-0.593,1.029-1.227,1.382-1.937c0.311,1.061,0.926,1.965,1.837,2.65c0.405,0.304,0.974-0.111,0.973-0.558c-0.002-0.783,0.179-1.532,0.446-2.26c0.809,0.962,1.639,1.892,2.498,2.822c0.463,0.501,1.262-0.026,1.107-0.644c-1.233-4.904,6.834-6.605,9.664-8.811c1.646-1.283,2.999-2.891,4.208-4.582c2.69-3.762,6.136-8.945,5.677-13.77C48.13,10.969,42.902,6.48,37.701,4.872z M2.885,5.829c0.013-0.004,0.024-0.001,0.037-0.006c6.548-2.455,13.92-1.384,20.744-0.901c5.244,0.371,27.41,2.049,19.027,12.32c-4.42,5.416-15.852,3.942-21.983,3.202C14.767,19.728-4.002,15.034,2.885,5.829z M32.519,34.512c-3.14,1.622-7.067,3.19-7.218,6.787c-0.71-0.657-1.427-1.304-2.182-1.926c-0.306-0.253-0.658-0.007-0.641,0.299c-0.098,0.044-0.189,0.106-0.252,0.212c-0.32,0.533-0.519,1.1-0.636,1.688c-0.435-0.496-0.786-1.064-0.991-1.694c-0.1-0.307-0.378-0.359-0.586-0.253c-0.186-0.079-0.427-0.045-0.559,0.157c-0.412,0.634-0.785,1.249-1.257,1.821c-0.656-0.772-1.212-1.6-1.674-2.513c-0.159-0.315-0.656-0.376-0.889-0.115c-0.564,0.633-1.205,1.297-1.719,2.017c0.415-4.35-3.329-6.646-6.183-9.81C3.027,25.968,1.63,19.428,1.009,12.743c2.256,3.547,7.766,6.472,11.015,7.511c5.505,1.761,11.424,2.248,17.174,2.346c4.83,0.082,10.299-0.134,14.266-3.274c0.504-0.399,0.937-0.802,1.316-1.206C42.974,24.479,37.909,31.728,32.519,34.512z'/%3E%3Cpath d='M29.297,12.787c-1.485,0.616-2.978,0.963-4.594,0.791c-0.71-0.076-1.386-0.227-2.058-0.477c0.054,0.02-3.098-1.664-2.402-1.849c0.291-0.077,0.24-0.553-0.072-0.535c-0.524,0.03-0.709,0.319-0.686,0.852c0.042,0.973,1.356,1.628,2.084,1.989c2.472,1.229,5.573,1.164,7.957-0.226C29.809,13.169,29.618,12.654,29.297,12.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.311,11.035c-1.876-1.044-3.852-1.766-6.02-1.849c-1.637-0.063-4.021-0.023-5.204,1.336c-2.726,3.132,2.534,4.613,4.689,4.988c0.208,0.036,0.298-0.259,0.089-0.322c-0.968-0.293-2.335-0.577-3.109-1.233c-0.2-0.11-0.4-0.219-0.6-0.329l0.108-2.787c0.449-0.584,2.296-0.639,2.868-0.685c2.405-0.192,4.846,0.231,7.079,1.123C28.349,11.332,28.439,11.107,28.311,11.035z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.82,8.977c-0.313,0.028-0.433,0.513-0.079,0.587c1.245,0.262,2.367,0.878,2.613,2.241c0.251,1.392-0.606,2.553-1.883,3.026c-1.608,0.597-3.373,0.504-4.997,1.094c-0.257,0.093-0.156,0.455,0.112,0.407c2.45-0.437,6.045,0.204,7.345-2.56C32.964,11.572,31.36,8.751,28.82,8.977z'/%3E%3Cpath style='fill:%231D1D1B;' d='M26.191,7.941c-3.623-1.094-10.663-1.861-13.419,1.462c-2.389,2.879,0.105,5.298,2.994,6.096c0.25,0.069,0.436-0.325,0.183-0.434c-1.699-0.733-6.383-2.523-1.927-5.921c1.243-0.948,3.227-0.939,4.72-0.986c2.47-0.079,4.93,0.225,7.396,0.18C26.366,8.334,26.41,8.008,26.191,7.941z'/%3E%3Cpath style='fill:%231D1D1B;' d='M31.485,7.971c-0.42-0.047-0.491,0.62-0.098,0.725c4.351,1.167,2.971,5.986-0.088,7.539c-1.681,0.854-3.577,0.897-5.41,0.767c-2.714-0.191-5.407-0.662-8.12-0.89c-0.206-0.017-0.252,0.32-0.049,0.362c4.79,1,12.092,3.229,15.991-0.965C36.102,12.938,35.271,8.399,31.485,7.971z'/%3E%3Cpath style='fill:%231D1D1B;' d='M29.538,6.935c-6.206-1.23-14.019-3.245-19.767,0.424c-4.302,2.746-2.617,6.949,1.636,8.616c0.288,0.113,0.482-0.357,0.21-0.498c-3.238-1.205-3.23-4.063,0.026-8.573c1.196-0.396,2.425-0.631,3.69-0.706c1.294-0.102,2.61-0.047,3.901,0.058c3.441,0.282,6.772,1.253,10.238,1.179C29.747,7.43,29.83,6.993,29.538,6.935z'/%3E%3Cpath style='fill:%231D1D1B;' d='M35.611,8.552c-0.341-0.208-0.757,0.3-0.437,0.566c3.626,3.012,1.21,7.566-2.533,8.834c-2.272,0.769-4.734,0.44-7.048,0.178c-3.821-0.434-7.629-0.994-11.464-1.293c-0.205-0.016-0.254,0.324-0.049,0.363c5.983,1.122,16,4.25,21.43,0.163C38.519,15.099,39.046,10.649,35.611,8.552z'/%3E%3Cpath style='fill:%231D1D1B;' d='M9.483,4.737C7.422,5.275,5.179,6.282,4.384,8.435c-0.585,1.586-0.244,3.593,1.383,4.366c0.356,0.169,0.643-0.309,0.311-0.531c-1.593-1.065-1.3-3.234-0.097-4.462c1.027-1.048,2.533-1.661,3.801-2.363C10.168,5.23,9.904,4.628,9.483,4.737z'/%3E%3Cpath style='fill:%231D1D1B;' d='M40.048,9.861c-0.211-0.305-0.667-0.118-0.594,0.251c0.764,3.859-0.479,7.675-4.712,8.604c-0.342,0.075-0.274,0.661,0.084,0.622C39.135,18.864,42.871,13.951,40.048,9.861z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-bulbs-black, .icon-bulbs, .panel-menu-action.panel-menu-action--bulbs, .button--3D.button--medium .icon-bulbs, .button--3D.button--green .icon-bulbs, .button--input.icon-bulbs:hover, .button--input.icon-bulbs.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.709 46.709' style='enable-background:new 0 0 46.709 46.709;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M37.701,4.872c-5.467-1.69-11.343-1.505-16.994-1.622C14.575,3.123,8.436,2.373,2.577,4.569C2.173,4.721,2.075,5.131,2.18,5.451c-1.925,1.738-2.438,3.514-2.067,5.212c-0.26,4.984,0.623,10.037,2.603,14.629c0.844,1.958,1.915,3.843,3.189,5.555c2.39,3.212,8.177,6.428,6.98,11.267c-0.116,0.469,0.517,0.685,0.739,0.336c0.037-0.006,0.071,0,0.111-0.024c0.846-0.508,1.546-1.3,2.205-2.071c0.528,0.88,1.145,1.678,1.885,2.413c0.192,0.191,0.551,0.212,0.74,0c0.53-0.593,1.029-1.227,1.382-1.937c0.311,1.061,0.926,1.965,1.837,2.65c0.405,0.304,0.974-0.111,0.973-0.558c-0.002-0.783,0.179-1.532,0.446-2.26c0.809,0.962,1.639,1.892,2.498,2.822c0.463,0.501,1.262-0.026,1.107-0.644c-1.233-4.904,6.834-6.605,9.664-8.811c1.646-1.283,2.999-2.891,4.208-4.582c2.69-3.762,6.136-8.945,5.677-13.77C48.13,10.969,42.902,6.48,37.701,4.872z M2.885,5.829c0.013-0.004,0.024-0.001,0.037-0.006c6.548-2.455,13.92-1.384,20.744-0.901c5.244,0.371,27.41,2.049,19.027,12.32c-4.42,5.416-15.852,3.942-21.983,3.202C14.767,19.728-4.002,15.034,2.885,5.829z M32.519,34.512c-3.14,1.622-7.067,3.19-7.218,6.787c-0.71-0.657-1.427-1.304-2.182-1.926c-0.306-0.253-0.658-0.007-0.641,0.299c-0.098,0.044-0.189,0.106-0.252,0.212c-0.32,0.533-0.519,1.1-0.636,1.688c-0.435-0.496-0.786-1.064-0.991-1.694c-0.1-0.307-0.378-0.359-0.586-0.253c-0.186-0.079-0.427-0.045-0.559,0.157c-0.412,0.634-0.785,1.249-1.257,1.821c-0.656-0.772-1.212-1.6-1.674-2.513c-0.159-0.315-0.656-0.376-0.889-0.115c-0.564,0.633-1.205,1.297-1.719,2.017c0.415-4.35-3.329-6.646-6.183-9.81C3.027,25.968,1.63,19.428,1.009,12.743c2.256,3.547,7.766,6.472,11.015,7.511c5.505,1.761,11.424,2.248,17.174,2.346c4.83,0.082,10.299-0.134,14.266-3.274c0.504-0.399,0.937-0.802,1.316-1.206C42.974,24.479,37.909,31.728,32.519,34.512z'/%3E%3Cpath d='M29.297,12.787c-1.485,0.616-2.978,0.963-4.594,0.791c-0.71-0.076-1.386-0.227-2.058-0.477c0.054,0.02-3.098-1.664-2.402-1.849c0.291-0.077,0.24-0.553-0.072-0.535c-0.524,0.03-0.709,0.319-0.686,0.852c0.042,0.973,1.356,1.628,2.084,1.989c2.472,1.229,5.573,1.164,7.957-0.226C29.809,13.169,29.618,12.654,29.297,12.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.311,11.035c-1.876-1.044-3.852-1.766-6.02-1.849c-1.637-0.063-4.021-0.023-5.204,1.336c-2.726,3.132,2.534,4.613,4.689,4.988c0.208,0.036,0.298-0.259,0.089-0.322c-0.968-0.293-2.335-0.577-3.109-1.233c-0.2-0.11-0.4-0.219-0.6-0.329l0.108-2.787c0.449-0.584,2.296-0.639,2.868-0.685c2.405-0.192,4.846,0.231,7.079,1.123C28.349,11.332,28.439,11.107,28.311,11.035z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.82,8.977c-0.313,0.028-0.433,0.513-0.079,0.587c1.245,0.262,2.367,0.878,2.613,2.241c0.251,1.392-0.606,2.553-1.883,3.026c-1.608,0.597-3.373,0.504-4.997,1.094c-0.257,0.093-0.156,0.455,0.112,0.407c2.45-0.437,6.045,0.204,7.345-2.56C32.964,11.572,31.36,8.751,28.82,8.977z'/%3E%3Cpath style='fill:%231D1D1B;' d='M26.191,7.941c-3.623-1.094-10.663-1.861-13.419,1.462c-2.389,2.879,0.105,5.298,2.994,6.096c0.25,0.069,0.436-0.325,0.183-0.434c-1.699-0.733-6.383-2.523-1.927-5.921c1.243-0.948,3.227-0.939,4.72-0.986c2.47-0.079,4.93,0.225,7.396,0.18C26.366,8.334,26.41,8.008,26.191,7.941z'/%3E%3Cpath style='fill:%231D1D1B;' d='M31.485,7.971c-0.42-0.047-0.491,0.62-0.098,0.725c4.351,1.167,2.971,5.986-0.088,7.539c-1.681,0.854-3.577,0.897-5.41,0.767c-2.714-0.191-5.407-0.662-8.12-0.89c-0.206-0.017-0.252,0.32-0.049,0.362c4.79,1,12.092,3.229,15.991-0.965C36.102,12.938,35.271,8.399,31.485,7.971z'/%3E%3Cpath style='fill:%231D1D1B;' d='M29.538,6.935c-6.206-1.23-14.019-3.245-19.767,0.424c-4.302,2.746-2.617,6.949,1.636,8.616c0.288,0.113,0.482-0.357,0.21-0.498c-3.238-1.205-3.23-4.063,0.026-8.573c1.196-0.396,2.425-0.631,3.69-0.706c1.294-0.102,2.61-0.047,3.901,0.058c3.441,0.282,6.772,1.253,10.238,1.179C29.747,7.43,29.83,6.993,29.538,6.935z'/%3E%3Cpath style='fill:%231D1D1B;' d='M35.611,8.552c-0.341-0.208-0.757,0.3-0.437,0.566c3.626,3.012,1.21,7.566-2.533,8.834c-2.272,0.769-4.734,0.44-7.048,0.178c-3.821-0.434-7.629-0.994-11.464-1.293c-0.205-0.016-0.254,0.324-0.049,0.363c5.983,1.122,16,4.25,21.43,0.163C38.519,15.099,39.046,10.649,35.611,8.552z'/%3E%3Cpath style='fill:%231D1D1B;' d='M9.483,4.737C7.422,5.275,5.179,6.282,4.384,8.435c-0.585,1.586-0.244,3.593,1.383,4.366c0.356,0.169,0.643-0.309,0.311-0.531c-1.593-1.065-1.3-3.234-0.097-4.462c1.027-1.048,2.533-1.661,3.801-2.363C10.168,5.23,9.904,4.628,9.483,4.737z'/%3E%3Cpath style='fill:%231D1D1B;' d='M40.048,9.861c-0.211-0.305-0.667-0.118-0.594,0.251c0.764,3.859-0.479,7.675-4.712,8.604c-0.342,0.075-0.274,0.661,0.084,0.622C39.135,18.864,42.871,13.951,40.048,9.861z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-bulbs-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.709 46.709' style='enable-background:new 0 0 46.709 46.709;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M37.701,4.872c-5.467-1.69-11.343-1.505-16.994-1.622C14.575,3.123,8.436,2.373,2.577,4.569C2.173,4.721,2.075,5.131,2.18,5.451c-1.925,1.738-2.438,3.514-2.067,5.212c-0.26,4.984,0.623,10.037,2.603,14.629c0.844,1.958,1.915,3.843,3.189,5.555c2.39,3.212,8.177,6.428,6.98,11.267c-0.116,0.469,0.517,0.685,0.739,0.336c0.037-0.006,0.071,0,0.111-0.024c0.846-0.508,1.546-1.3,2.205-2.071c0.528,0.88,1.145,1.678,1.885,2.413c0.192,0.191,0.551,0.212,0.74,0c0.53-0.593,1.029-1.227,1.382-1.937c0.311,1.061,0.926,1.965,1.837,2.65c0.405,0.304,0.974-0.111,0.973-0.558c-0.002-0.783,0.179-1.532,0.446-2.26c0.809,0.962,1.639,1.892,2.498,2.822c0.463,0.501,1.262-0.026,1.107-0.644c-1.233-4.904,6.834-6.605,9.664-8.811c1.646-1.283,2.999-2.891,4.208-4.582c2.69-3.762,6.136-8.945,5.677-13.77C48.13,10.969,42.902,6.48,37.701,4.872z M2.885,5.829c0.013-0.004,0.024-0.001,0.037-0.006c6.548-2.455,13.92-1.384,20.744-0.901c5.244,0.371,27.41,2.049,19.027,12.32c-4.42,5.416-15.852,3.942-21.983,3.202C14.767,19.728-4.002,15.034,2.885,5.829z M32.519,34.512c-3.14,1.622-7.067,3.19-7.218,6.787c-0.71-0.657-1.427-1.304-2.182-1.926c-0.306-0.253-0.658-0.007-0.641,0.299c-0.098,0.044-0.189,0.106-0.252,0.212c-0.32,0.533-0.519,1.1-0.636,1.688c-0.435-0.496-0.786-1.064-0.991-1.694c-0.1-0.307-0.378-0.359-0.586-0.253c-0.186-0.079-0.427-0.045-0.559,0.157c-0.412,0.634-0.785,1.249-1.257,1.821c-0.656-0.772-1.212-1.6-1.674-2.513c-0.159-0.315-0.656-0.376-0.889-0.115c-0.564,0.633-1.205,1.297-1.719,2.017c0.415-4.35-3.329-6.646-6.183-9.81C3.027,25.968,1.63,19.428,1.009,12.743c2.256,3.547,7.766,6.472,11.015,7.511c5.505,1.761,11.424,2.248,17.174,2.346c4.83,0.082,10.299-0.134,14.266-3.274c0.504-0.399,0.937-0.802,1.316-1.206C42.974,24.479,37.909,31.728,32.519,34.512z'/%3E%3Cpath d='M29.297,12.787c-1.485,0.616-2.978,0.963-4.594,0.791c-0.71-0.076-1.386-0.227-2.058-0.477c0.054,0.02-3.098-1.664-2.402-1.849c0.291-0.077,0.24-0.553-0.072-0.535c-0.524,0.03-0.709,0.319-0.686,0.852c0.042,0.973,1.356,1.628,2.084,1.989c2.472,1.229,5.573,1.164,7.957-0.226C29.809,13.169,29.618,12.654,29.297,12.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.311,11.035c-1.876-1.044-3.852-1.766-6.02-1.849c-1.637-0.063-4.021-0.023-5.204,1.336c-2.726,3.132,2.534,4.613,4.689,4.988c0.208,0.036,0.298-0.259,0.089-0.322c-0.968-0.293-2.335-0.577-3.109-1.233c-0.2-0.11-0.4-0.219-0.6-0.329l0.108-2.787c0.449-0.584,2.296-0.639,2.868-0.685c2.405-0.192,4.846,0.231,7.079,1.123C28.349,11.332,28.439,11.107,28.311,11.035z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.82,8.977c-0.313,0.028-0.433,0.513-0.079,0.587c1.245,0.262,2.367,0.878,2.613,2.241c0.251,1.392-0.606,2.553-1.883,3.026c-1.608,0.597-3.373,0.504-4.997,1.094c-0.257,0.093-0.156,0.455,0.112,0.407c2.45-0.437,6.045,0.204,7.345-2.56C32.964,11.572,31.36,8.751,28.82,8.977z'/%3E%3Cpath style='fill:%231D1D1B;' d='M26.191,7.941c-3.623-1.094-10.663-1.861-13.419,1.462c-2.389,2.879,0.105,5.298,2.994,6.096c0.25,0.069,0.436-0.325,0.183-0.434c-1.699-0.733-6.383-2.523-1.927-5.921c1.243-0.948,3.227-0.939,4.72-0.986c2.47-0.079,4.93,0.225,7.396,0.18C26.366,8.334,26.41,8.008,26.191,7.941z'/%3E%3Cpath style='fill:%231D1D1B;' d='M31.485,7.971c-0.42-0.047-0.491,0.62-0.098,0.725c4.351,1.167,2.971,5.986-0.088,7.539c-1.681,0.854-3.577,0.897-5.41,0.767c-2.714-0.191-5.407-0.662-8.12-0.89c-0.206-0.017-0.252,0.32-0.049,0.362c4.79,1,12.092,3.229,15.991-0.965C36.102,12.938,35.271,8.399,31.485,7.971z'/%3E%3Cpath style='fill:%231D1D1B;' d='M29.538,6.935c-6.206-1.23-14.019-3.245-19.767,0.424c-4.302,2.746-2.617,6.949,1.636,8.616c0.288,0.113,0.482-0.357,0.21-0.498c-3.238-1.205-3.23-4.063,0.026-8.573c1.196-0.396,2.425-0.631,3.69-0.706c1.294-0.102,2.61-0.047,3.901,0.058c3.441,0.282,6.772,1.253,10.238,1.179C29.747,7.43,29.83,6.993,29.538,6.935z'/%3E%3Cpath style='fill:%231D1D1B;' d='M35.611,8.552c-0.341-0.208-0.757,0.3-0.437,0.566c3.626,3.012,1.21,7.566-2.533,8.834c-2.272,0.769-4.734,0.44-7.048,0.178c-3.821-0.434-7.629-0.994-11.464-1.293c-0.205-0.016-0.254,0.324-0.049,0.363c5.983,1.122,16,4.25,21.43,0.163C38.519,15.099,39.046,10.649,35.611,8.552z'/%3E%3Cpath style='fill:%231D1D1B;' d='M9.483,4.737C7.422,5.275,5.179,6.282,4.384,8.435c-0.585,1.586-0.244,3.593,1.383,4.366c0.356,0.169,0.643-0.309,0.311-0.531c-1.593-1.065-1.3-3.234-0.097-4.462c1.027-1.048,2.533-1.661,3.801-2.363C10.168,5.23,9.904,4.628,9.483,4.737z'/%3E%3Cpath style='fill:%231D1D1B;' d='M40.048,9.861c-0.211-0.305-0.667-0.118-0.594,0.251c0.764,3.859-0.479,7.675-4.712,8.604c-0.342,0.075-0.274,0.661,0.084,0.622C39.135,18.864,42.871,13.951,40.048,9.861z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-bulbs-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.709 46.709' style='enable-background:new 0 0 46.709 46.709;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M37.701,4.872c-5.467-1.69-11.343-1.505-16.994-1.622C14.575,3.123,8.436,2.373,2.577,4.569C2.173,4.721,2.075,5.131,2.18,5.451c-1.925,1.738-2.438,3.514-2.067,5.212c-0.26,4.984,0.623,10.037,2.603,14.629c0.844,1.958,1.915,3.843,3.189,5.555c2.39,3.212,8.177,6.428,6.98,11.267c-0.116,0.469,0.517,0.685,0.739,0.336c0.037-0.006,0.071,0,0.111-0.024c0.846-0.508,1.546-1.3,2.205-2.071c0.528,0.88,1.145,1.678,1.885,2.413c0.192,0.191,0.551,0.212,0.74,0c0.53-0.593,1.029-1.227,1.382-1.937c0.311,1.061,0.926,1.965,1.837,2.65c0.405,0.304,0.974-0.111,0.973-0.558c-0.002-0.783,0.179-1.532,0.446-2.26c0.809,0.962,1.639,1.892,2.498,2.822c0.463,0.501,1.262-0.026,1.107-0.644c-1.233-4.904,6.834-6.605,9.664-8.811c1.646-1.283,2.999-2.891,4.208-4.582c2.69-3.762,6.136-8.945,5.677-13.77C48.13,10.969,42.902,6.48,37.701,4.872z M2.885,5.829c0.013-0.004,0.024-0.001,0.037-0.006c6.548-2.455,13.92-1.384,20.744-0.901c5.244,0.371,27.41,2.049,19.027,12.32c-4.42,5.416-15.852,3.942-21.983,3.202C14.767,19.728-4.002,15.034,2.885,5.829z M32.519,34.512c-3.14,1.622-7.067,3.19-7.218,6.787c-0.71-0.657-1.427-1.304-2.182-1.926c-0.306-0.253-0.658-0.007-0.641,0.299c-0.098,0.044-0.189,0.106-0.252,0.212c-0.32,0.533-0.519,1.1-0.636,1.688c-0.435-0.496-0.786-1.064-0.991-1.694c-0.1-0.307-0.378-0.359-0.586-0.253c-0.186-0.079-0.427-0.045-0.559,0.157c-0.412,0.634-0.785,1.249-1.257,1.821c-0.656-0.772-1.212-1.6-1.674-2.513c-0.159-0.315-0.656-0.376-0.889-0.115c-0.564,0.633-1.205,1.297-1.719,2.017c0.415-4.35-3.329-6.646-6.183-9.81C3.027,25.968,1.63,19.428,1.009,12.743c2.256,3.547,7.766,6.472,11.015,7.511c5.505,1.761,11.424,2.248,17.174,2.346c4.83,0.082,10.299-0.134,14.266-3.274c0.504-0.399,0.937-0.802,1.316-1.206C42.974,24.479,37.909,31.728,32.519,34.512z'/%3E%3Cpath d='M29.297,12.787c-1.485,0.616-2.978,0.963-4.594,0.791c-0.71-0.076-1.386-0.227-2.058-0.477c0.054,0.02-3.098-1.664-2.402-1.849c0.291-0.077,0.24-0.553-0.072-0.535c-0.524,0.03-0.709,0.319-0.686,0.852c0.042,0.973,1.356,1.628,2.084,1.989c2.472,1.229,5.573,1.164,7.957-0.226C29.809,13.169,29.618,12.654,29.297,12.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.311,11.035c-1.876-1.044-3.852-1.766-6.02-1.849c-1.637-0.063-4.021-0.023-5.204,1.336c-2.726,3.132,2.534,4.613,4.689,4.988c0.208,0.036,0.298-0.259,0.089-0.322c-0.968-0.293-2.335-0.577-3.109-1.233c-0.2-0.11-0.4-0.219-0.6-0.329l0.108-2.787c0.449-0.584,2.296-0.639,2.868-0.685c2.405-0.192,4.846,0.231,7.079,1.123C28.349,11.332,28.439,11.107,28.311,11.035z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.82,8.977c-0.313,0.028-0.433,0.513-0.079,0.587c1.245,0.262,2.367,0.878,2.613,2.241c0.251,1.392-0.606,2.553-1.883,3.026c-1.608,0.597-3.373,0.504-4.997,1.094c-0.257,0.093-0.156,0.455,0.112,0.407c2.45-0.437,6.045,0.204,7.345-2.56C32.964,11.572,31.36,8.751,28.82,8.977z'/%3E%3Cpath style='fill:%231D1D1B;' d='M26.191,7.941c-3.623-1.094-10.663-1.861-13.419,1.462c-2.389,2.879,0.105,5.298,2.994,6.096c0.25,0.069,0.436-0.325,0.183-0.434c-1.699-0.733-6.383-2.523-1.927-5.921c1.243-0.948,3.227-0.939,4.72-0.986c2.47-0.079,4.93,0.225,7.396,0.18C26.366,8.334,26.41,8.008,26.191,7.941z'/%3E%3Cpath style='fill:%231D1D1B;' d='M31.485,7.971c-0.42-0.047-0.491,0.62-0.098,0.725c4.351,1.167,2.971,5.986-0.088,7.539c-1.681,0.854-3.577,0.897-5.41,0.767c-2.714-0.191-5.407-0.662-8.12-0.89c-0.206-0.017-0.252,0.32-0.049,0.362c4.79,1,12.092,3.229,15.991-0.965C36.102,12.938,35.271,8.399,31.485,7.971z'/%3E%3Cpath style='fill:%231D1D1B;' d='M29.538,6.935c-6.206-1.23-14.019-3.245-19.767,0.424c-4.302,2.746-2.617,6.949,1.636,8.616c0.288,0.113,0.482-0.357,0.21-0.498c-3.238-1.205-3.23-4.063,0.026-8.573c1.196-0.396,2.425-0.631,3.69-0.706c1.294-0.102,2.61-0.047,3.901,0.058c3.441,0.282,6.772,1.253,10.238,1.179C29.747,7.43,29.83,6.993,29.538,6.935z'/%3E%3Cpath style='fill:%231D1D1B;' d='M35.611,8.552c-0.341-0.208-0.757,0.3-0.437,0.566c3.626,3.012,1.21,7.566-2.533,8.834c-2.272,0.769-4.734,0.44-7.048,0.178c-3.821-0.434-7.629-0.994-11.464-1.293c-0.205-0.016-0.254,0.324-0.049,0.363c5.983,1.122,16,4.25,21.43,0.163C38.519,15.099,39.046,10.649,35.611,8.552z'/%3E%3Cpath style='fill:%231D1D1B;' d='M9.483,4.737C7.422,5.275,5.179,6.282,4.384,8.435c-0.585,1.586-0.244,3.593,1.383,4.366c0.356,0.169,0.643-0.309,0.311-0.531c-1.593-1.065-1.3-3.234-0.097-4.462c1.027-1.048,2.533-1.661,3.801-2.363C10.168,5.23,9.904,4.628,9.483,4.737z'/%3E%3Cpath style='fill:%231D1D1B;' d='M40.048,9.861c-0.211-0.305-0.667-0.118-0.594,0.251c0.764,3.859-0.479,7.675-4.712,8.604c-0.342,0.075-0.274,0.661,0.084,0.622C39.135,18.864,42.871,13.951,40.048,9.861z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-bulbs-orange, .button--3D.button--medium:hover .icon-bulbs, .button--3D.button--medium.active .icon-bulbs, .button--3D.button--green:hover .icon-bulbs, .button--3D.button--green.active .icon-bulbs, .button--medium:hover .button--caracteristic.icon-bulbs,
.button--medium.active .button--caracteristic.icon-bulbs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.709 46.709' style='enable-background:new 0 0 46.709 46.709;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M37.701,4.872c-5.467-1.69-11.343-1.505-16.994-1.622C14.575,3.123,8.436,2.373,2.577,4.569C2.173,4.721,2.075,5.131,2.18,5.451c-1.925,1.738-2.438,3.514-2.067,5.212c-0.26,4.984,0.623,10.037,2.603,14.629c0.844,1.958,1.915,3.843,3.189,5.555c2.39,3.212,8.177,6.428,6.98,11.267c-0.116,0.469,0.517,0.685,0.739,0.336c0.037-0.006,0.071,0,0.111-0.024c0.846-0.508,1.546-1.3,2.205-2.071c0.528,0.88,1.145,1.678,1.885,2.413c0.192,0.191,0.551,0.212,0.74,0c0.53-0.593,1.029-1.227,1.382-1.937c0.311,1.061,0.926,1.965,1.837,2.65c0.405,0.304,0.974-0.111,0.973-0.558c-0.002-0.783,0.179-1.532,0.446-2.26c0.809,0.962,1.639,1.892,2.498,2.822c0.463,0.501,1.262-0.026,1.107-0.644c-1.233-4.904,6.834-6.605,9.664-8.811c1.646-1.283,2.999-2.891,4.208-4.582c2.69-3.762,6.136-8.945,5.677-13.77C48.13,10.969,42.902,6.48,37.701,4.872z M2.885,5.829c0.013-0.004,0.024-0.001,0.037-0.006c6.548-2.455,13.92-1.384,20.744-0.901c5.244,0.371,27.41,2.049,19.027,12.32c-4.42,5.416-15.852,3.942-21.983,3.202C14.767,19.728-4.002,15.034,2.885,5.829z M32.519,34.512c-3.14,1.622-7.067,3.19-7.218,6.787c-0.71-0.657-1.427-1.304-2.182-1.926c-0.306-0.253-0.658-0.007-0.641,0.299c-0.098,0.044-0.189,0.106-0.252,0.212c-0.32,0.533-0.519,1.1-0.636,1.688c-0.435-0.496-0.786-1.064-0.991-1.694c-0.1-0.307-0.378-0.359-0.586-0.253c-0.186-0.079-0.427-0.045-0.559,0.157c-0.412,0.634-0.785,1.249-1.257,1.821c-0.656-0.772-1.212-1.6-1.674-2.513c-0.159-0.315-0.656-0.376-0.889-0.115c-0.564,0.633-1.205,1.297-1.719,2.017c0.415-4.35-3.329-6.646-6.183-9.81C3.027,25.968,1.63,19.428,1.009,12.743c2.256,3.547,7.766,6.472,11.015,7.511c5.505,1.761,11.424,2.248,17.174,2.346c4.83,0.082,10.299-0.134,14.266-3.274c0.504-0.399,0.937-0.802,1.316-1.206C42.974,24.479,37.909,31.728,32.519,34.512z'/%3E%3Cpath d='M29.297,12.787c-1.485,0.616-2.978,0.963-4.594,0.791c-0.71-0.076-1.386-0.227-2.058-0.477c0.054,0.02-3.098-1.664-2.402-1.849c0.291-0.077,0.24-0.553-0.072-0.535c-0.524,0.03-0.709,0.319-0.686,0.852c0.042,0.973,1.356,1.628,2.084,1.989c2.472,1.229,5.573,1.164,7.957-0.226C29.809,13.169,29.618,12.654,29.297,12.787z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.311,11.035c-1.876-1.044-3.852-1.766-6.02-1.849c-1.637-0.063-4.021-0.023-5.204,1.336c-2.726,3.132,2.534,4.613,4.689,4.988c0.208,0.036,0.298-0.259,0.089-0.322c-0.968-0.293-2.335-0.577-3.109-1.233c-0.2-0.11-0.4-0.219-0.6-0.329l0.108-2.787c0.449-0.584,2.296-0.639,2.868-0.685c2.405-0.192,4.846,0.231,7.079,1.123C28.349,11.332,28.439,11.107,28.311,11.035z'/%3E%3Cpath style='fill:%231D1D1B;' d='M28.82,8.977c-0.313,0.028-0.433,0.513-0.079,0.587c1.245,0.262,2.367,0.878,2.613,2.241c0.251,1.392-0.606,2.553-1.883,3.026c-1.608,0.597-3.373,0.504-4.997,1.094c-0.257,0.093-0.156,0.455,0.112,0.407c2.45-0.437,6.045,0.204,7.345-2.56C32.964,11.572,31.36,8.751,28.82,8.977z'/%3E%3Cpath style='fill:%231D1D1B;' d='M26.191,7.941c-3.623-1.094-10.663-1.861-13.419,1.462c-2.389,2.879,0.105,5.298,2.994,6.096c0.25,0.069,0.436-0.325,0.183-0.434c-1.699-0.733-6.383-2.523-1.927-5.921c1.243-0.948,3.227-0.939,4.72-0.986c2.47-0.079,4.93,0.225,7.396,0.18C26.366,8.334,26.41,8.008,26.191,7.941z'/%3E%3Cpath style='fill:%231D1D1B;' d='M31.485,7.971c-0.42-0.047-0.491,0.62-0.098,0.725c4.351,1.167,2.971,5.986-0.088,7.539c-1.681,0.854-3.577,0.897-5.41,0.767c-2.714-0.191-5.407-0.662-8.12-0.89c-0.206-0.017-0.252,0.32-0.049,0.362c4.79,1,12.092,3.229,15.991-0.965C36.102,12.938,35.271,8.399,31.485,7.971z'/%3E%3Cpath style='fill:%231D1D1B;' d='M29.538,6.935c-6.206-1.23-14.019-3.245-19.767,0.424c-4.302,2.746-2.617,6.949,1.636,8.616c0.288,0.113,0.482-0.357,0.21-0.498c-3.238-1.205-3.23-4.063,0.026-8.573c1.196-0.396,2.425-0.631,3.69-0.706c1.294-0.102,2.61-0.047,3.901,0.058c3.441,0.282,6.772,1.253,10.238,1.179C29.747,7.43,29.83,6.993,29.538,6.935z'/%3E%3Cpath style='fill:%231D1D1B;' d='M35.611,8.552c-0.341-0.208-0.757,0.3-0.437,0.566c3.626,3.012,1.21,7.566-2.533,8.834c-2.272,0.769-4.734,0.44-7.048,0.178c-3.821-0.434-7.629-0.994-11.464-1.293c-0.205-0.016-0.254,0.324-0.049,0.363c5.983,1.122,16,4.25,21.43,0.163C38.519,15.099,39.046,10.649,35.611,8.552z'/%3E%3Cpath style='fill:%231D1D1B;' d='M9.483,4.737C7.422,5.275,5.179,6.282,4.384,8.435c-0.585,1.586-0.244,3.593,1.383,4.366c0.356,0.169,0.643-0.309,0.311-0.531c-1.593-1.065-1.3-3.234-0.097-4.462c1.027-1.048,2.533-1.661,3.801-2.363C10.168,5.23,9.904,4.628,9.483,4.737z'/%3E%3Cpath style='fill:%231D1D1B;' d='M40.048,9.861c-0.211-0.305-0.667-0.118-0.594,0.251c0.764,3.859-0.479,7.675-4.712,8.604c-0.342,0.075-0.274,0.661,0.084,0.622C39.135,18.864,42.871,13.951,40.048,9.861z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leafs-grey, .button--input.icon-leafs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.562 50.562' style='enable-background:new 0 0 50.562 50.562;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.879,19.892c-0.737-4.449-3.354-8.402-6.866-11.166c-2.096-1.649-4.464-2.899-6.948-3.853c-2.995-1.151-6.934-1.242-9.562-3.16c-0.121-0.434-0.242-0.865-0.363-1.301c-0.124-0.446-0.818-0.588-1.04-0.136C15.846,8.934,3.225,16.61,5.828,27.674c1.986,8.444,11.87,11.681,19.845,11.438c-0.033,3.658-0.18,7.287-0.427,10.844c-0.057,0.826,1.17,0.789,1.266,0c0.442-3.652,0.688-7.297,0.762-10.942c0.271-0.025,0.548-0.043,0.813-0.076C37.431,37.751,46.578,30.137,44.879,19.892z M27.187,5.89c-0.526,0.537-1.005,1.154-1.457,1.685c-0.674,0.792-1.319,1.606-1.964,2.421c-0.524-2.019-1.077-4.036-1.645-6.066C23.644,4.874,25.364,5.315,27.187,5.89zM20.444,2.565c0.107,0.114,0.22,0.211,0.33,0.316c1.192,3.64,2.12,7.394,2.84,11.211c-2.468-1.606-5.314-2.851-7.929-4.145C17.516,7.653,19.265,5.309,20.444,2.565z M14.947,10.868c2.877,1.739,5.869,3.809,8.996,5.039c0.405,2.378,0.735,4.777,0.99,7.188c-4.548-2.495-9.326-4.65-14.034-6.831C12.116,14.364,13.536,12.617,14.947,10.868z M9.337,19.058c0.318-0.677,0.673-1.327,1.048-1.962c4.701,2.554,9.421,5.191,14.293,7.394c0.144,0.065,0.281,0.069,0.409,0.048c0.244,2.601,0.41,5.212,0.501,7.821c-5.809-3.15-11.675-6.231-17.495-9.367C8.287,21.756,8.686,20.445,9.337,19.058z M8.019,23.58c5.068,4.19,11.369,7.822,17.596,9.962c0.029,1.089,0.058,2.177,0.064,3.263C17.04,37.123,7.099,32.366,8.019,23.58zM25.801,19.086c-0.17-0.944-0.34-1.888-0.537-2.82c0.315-0.133,0.499-0.595,0.19-0.849c-0.146-0.12-0.304-0.228-0.454-0.344c-0.309-1.387-0.647-2.765-0.996-4.141c0.871-0.823,1.735-1.651,2.574-2.509c0.625-0.638,1.398-1.321,1.939-2.086c2.245,0.786,4.414,1.771,6.38,3.067c-0.043,0.018-0.085,0.028-0.128,0.06C31.361,11.96,28.127,15.482,25.801,19.086zM26.562,24.062c-0.156-1.334-0.347-2.651-0.566-3.955c1.593-1.557,3.048-3.255,4.615-4.839c1.612-1.63,3.341-3.17,4.881-4.867c0.131-0.145,0.16-0.326,0.133-0.499c1.138,0.821,2.202,1.752,3.149,2.84c0.507,0.582,0.949,1.169,1.347,1.758c-2.381,1.706-4.376,4.033-6.429,6.11c-2.257,2.284-4.527,4.555-6.792,6.831C26.804,26.316,26.693,25.19,26.562,24.062zM27.651,28.558c2.379-2.283,4.754-4.571,7.141-6.846c2.039-1.944,4.306-3.836,6.034-6.076c1.233,2.204,1.751,4.428,1.7,6.567c-4.524,5.122-9.548,9.05-15.243,12.827c-0.006,0.004-0.008,0.009-0.014,0.013c-0.037-2.114-0.12-4.229-0.277-6.345C27.2,28.775,27.442,28.758,27.651,28.558z M27.303,36.682c0-0.265-0.014-0.53-0.016-0.795c0.14,0.088,0.322,0.121,0.52,0.037c5.436-2.298,10.366-6.258,14.277-10.767C40.433,31.088,34.414,35.836,27.303,36.682z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leafs-brown, .no-touch .panel-menu-action.panel-menu-action--leafs:hover, .panel-menu-action.panel-menu-action--leafs.active, .button--caracteristic.icon-leafs:hover, .button--caracteristic.icon-leafs.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.562 50.562' style='enable-background:new 0 0 50.562 50.562;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.879,19.892c-0.737-4.449-3.354-8.402-6.866-11.166c-2.096-1.649-4.464-2.899-6.948-3.853c-2.995-1.151-6.934-1.242-9.562-3.16c-0.121-0.434-0.242-0.865-0.363-1.301c-0.124-0.446-0.818-0.588-1.04-0.136C15.846,8.934,3.225,16.61,5.828,27.674c1.986,8.444,11.87,11.681,19.845,11.438c-0.033,3.658-0.18,7.287-0.427,10.844c-0.057,0.826,1.17,0.789,1.266,0c0.442-3.652,0.688-7.297,0.762-10.942c0.271-0.025,0.548-0.043,0.813-0.076C37.431,37.751,46.578,30.137,44.879,19.892z M27.187,5.89c-0.526,0.537-1.005,1.154-1.457,1.685c-0.674,0.792-1.319,1.606-1.964,2.421c-0.524-2.019-1.077-4.036-1.645-6.066C23.644,4.874,25.364,5.315,27.187,5.89zM20.444,2.565c0.107,0.114,0.22,0.211,0.33,0.316c1.192,3.64,2.12,7.394,2.84,11.211c-2.468-1.606-5.314-2.851-7.929-4.145C17.516,7.653,19.265,5.309,20.444,2.565z M14.947,10.868c2.877,1.739,5.869,3.809,8.996,5.039c0.405,2.378,0.735,4.777,0.99,7.188c-4.548-2.495-9.326-4.65-14.034-6.831C12.116,14.364,13.536,12.617,14.947,10.868z M9.337,19.058c0.318-0.677,0.673-1.327,1.048-1.962c4.701,2.554,9.421,5.191,14.293,7.394c0.144,0.065,0.281,0.069,0.409,0.048c0.244,2.601,0.41,5.212,0.501,7.821c-5.809-3.15-11.675-6.231-17.495-9.367C8.287,21.756,8.686,20.445,9.337,19.058z M8.019,23.58c5.068,4.19,11.369,7.822,17.596,9.962c0.029,1.089,0.058,2.177,0.064,3.263C17.04,37.123,7.099,32.366,8.019,23.58zM25.801,19.086c-0.17-0.944-0.34-1.888-0.537-2.82c0.315-0.133,0.499-0.595,0.19-0.849c-0.146-0.12-0.304-0.228-0.454-0.344c-0.309-1.387-0.647-2.765-0.996-4.141c0.871-0.823,1.735-1.651,2.574-2.509c0.625-0.638,1.398-1.321,1.939-2.086c2.245,0.786,4.414,1.771,6.38,3.067c-0.043,0.018-0.085,0.028-0.128,0.06C31.361,11.96,28.127,15.482,25.801,19.086zM26.562,24.062c-0.156-1.334-0.347-2.651-0.566-3.955c1.593-1.557,3.048-3.255,4.615-4.839c1.612-1.63,3.341-3.17,4.881-4.867c0.131-0.145,0.16-0.326,0.133-0.499c1.138,0.821,2.202,1.752,3.149,2.84c0.507,0.582,0.949,1.169,1.347,1.758c-2.381,1.706-4.376,4.033-6.429,6.11c-2.257,2.284-4.527,4.555-6.792,6.831C26.804,26.316,26.693,25.19,26.562,24.062zM27.651,28.558c2.379-2.283,4.754-4.571,7.141-6.846c2.039-1.944,4.306-3.836,6.034-6.076c1.233,2.204,1.751,4.428,1.7,6.567c-4.524,5.122-9.548,9.05-15.243,12.827c-0.006,0.004-0.008,0.009-0.014,0.013c-0.037-2.114-0.12-4.229-0.277-6.345C27.2,28.775,27.442,28.758,27.651,28.558z M27.303,36.682c0-0.265-0.014-0.53-0.016-0.795c0.14,0.088,0.322,0.121,0.52,0.037c5.436-2.298,10.366-6.258,14.277-10.767C40.433,31.088,34.414,35.836,27.303,36.682z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leafs-black, .icon-leafs, .panel-menu-action.panel-menu-action--leafs, .button--3D.button--medium .icon-leafs, .button--3D.button--green .icon-leafs, .button--input.icon-leafs:hover, .button--input.icon-leafs.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.562 50.562' style='enable-background:new 0 0 50.562 50.562;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.879,19.892c-0.737-4.449-3.354-8.402-6.866-11.166c-2.096-1.649-4.464-2.899-6.948-3.853c-2.995-1.151-6.934-1.242-9.562-3.16c-0.121-0.434-0.242-0.865-0.363-1.301c-0.124-0.446-0.818-0.588-1.04-0.136C15.846,8.934,3.225,16.61,5.828,27.674c1.986,8.444,11.87,11.681,19.845,11.438c-0.033,3.658-0.18,7.287-0.427,10.844c-0.057,0.826,1.17,0.789,1.266,0c0.442-3.652,0.688-7.297,0.762-10.942c0.271-0.025,0.548-0.043,0.813-0.076C37.431,37.751,46.578,30.137,44.879,19.892z M27.187,5.89c-0.526,0.537-1.005,1.154-1.457,1.685c-0.674,0.792-1.319,1.606-1.964,2.421c-0.524-2.019-1.077-4.036-1.645-6.066C23.644,4.874,25.364,5.315,27.187,5.89zM20.444,2.565c0.107,0.114,0.22,0.211,0.33,0.316c1.192,3.64,2.12,7.394,2.84,11.211c-2.468-1.606-5.314-2.851-7.929-4.145C17.516,7.653,19.265,5.309,20.444,2.565z M14.947,10.868c2.877,1.739,5.869,3.809,8.996,5.039c0.405,2.378,0.735,4.777,0.99,7.188c-4.548-2.495-9.326-4.65-14.034-6.831C12.116,14.364,13.536,12.617,14.947,10.868z M9.337,19.058c0.318-0.677,0.673-1.327,1.048-1.962c4.701,2.554,9.421,5.191,14.293,7.394c0.144,0.065,0.281,0.069,0.409,0.048c0.244,2.601,0.41,5.212,0.501,7.821c-5.809-3.15-11.675-6.231-17.495-9.367C8.287,21.756,8.686,20.445,9.337,19.058z M8.019,23.58c5.068,4.19,11.369,7.822,17.596,9.962c0.029,1.089,0.058,2.177,0.064,3.263C17.04,37.123,7.099,32.366,8.019,23.58zM25.801,19.086c-0.17-0.944-0.34-1.888-0.537-2.82c0.315-0.133,0.499-0.595,0.19-0.849c-0.146-0.12-0.304-0.228-0.454-0.344c-0.309-1.387-0.647-2.765-0.996-4.141c0.871-0.823,1.735-1.651,2.574-2.509c0.625-0.638,1.398-1.321,1.939-2.086c2.245,0.786,4.414,1.771,6.38,3.067c-0.043,0.018-0.085,0.028-0.128,0.06C31.361,11.96,28.127,15.482,25.801,19.086zM26.562,24.062c-0.156-1.334-0.347-2.651-0.566-3.955c1.593-1.557,3.048-3.255,4.615-4.839c1.612-1.63,3.341-3.17,4.881-4.867c0.131-0.145,0.16-0.326,0.133-0.499c1.138,0.821,2.202,1.752,3.149,2.84c0.507,0.582,0.949,1.169,1.347,1.758c-2.381,1.706-4.376,4.033-6.429,6.11c-2.257,2.284-4.527,4.555-6.792,6.831C26.804,26.316,26.693,25.19,26.562,24.062zM27.651,28.558c2.379-2.283,4.754-4.571,7.141-6.846c2.039-1.944,4.306-3.836,6.034-6.076c1.233,2.204,1.751,4.428,1.7,6.567c-4.524,5.122-9.548,9.05-15.243,12.827c-0.006,0.004-0.008,0.009-0.014,0.013c-0.037-2.114-0.12-4.229-0.277-6.345C27.2,28.775,27.442,28.758,27.651,28.558z M27.303,36.682c0-0.265-0.014-0.53-0.016-0.795c0.14,0.088,0.322,0.121,0.52,0.037c5.436-2.298,10.366-6.258,14.277-10.767C40.433,31.088,34.414,35.836,27.303,36.682z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leafs-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.562 50.562' style='enable-background:new 0 0 50.562 50.562;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.879,19.892c-0.737-4.449-3.354-8.402-6.866-11.166c-2.096-1.649-4.464-2.899-6.948-3.853c-2.995-1.151-6.934-1.242-9.562-3.16c-0.121-0.434-0.242-0.865-0.363-1.301c-0.124-0.446-0.818-0.588-1.04-0.136C15.846,8.934,3.225,16.61,5.828,27.674c1.986,8.444,11.87,11.681,19.845,11.438c-0.033,3.658-0.18,7.287-0.427,10.844c-0.057,0.826,1.17,0.789,1.266,0c0.442-3.652,0.688-7.297,0.762-10.942c0.271-0.025,0.548-0.043,0.813-0.076C37.431,37.751,46.578,30.137,44.879,19.892z M27.187,5.89c-0.526,0.537-1.005,1.154-1.457,1.685c-0.674,0.792-1.319,1.606-1.964,2.421c-0.524-2.019-1.077-4.036-1.645-6.066C23.644,4.874,25.364,5.315,27.187,5.89zM20.444,2.565c0.107,0.114,0.22,0.211,0.33,0.316c1.192,3.64,2.12,7.394,2.84,11.211c-2.468-1.606-5.314-2.851-7.929-4.145C17.516,7.653,19.265,5.309,20.444,2.565z M14.947,10.868c2.877,1.739,5.869,3.809,8.996,5.039c0.405,2.378,0.735,4.777,0.99,7.188c-4.548-2.495-9.326-4.65-14.034-6.831C12.116,14.364,13.536,12.617,14.947,10.868z M9.337,19.058c0.318-0.677,0.673-1.327,1.048-1.962c4.701,2.554,9.421,5.191,14.293,7.394c0.144,0.065,0.281,0.069,0.409,0.048c0.244,2.601,0.41,5.212,0.501,7.821c-5.809-3.15-11.675-6.231-17.495-9.367C8.287,21.756,8.686,20.445,9.337,19.058z M8.019,23.58c5.068,4.19,11.369,7.822,17.596,9.962c0.029,1.089,0.058,2.177,0.064,3.263C17.04,37.123,7.099,32.366,8.019,23.58zM25.801,19.086c-0.17-0.944-0.34-1.888-0.537-2.82c0.315-0.133,0.499-0.595,0.19-0.849c-0.146-0.12-0.304-0.228-0.454-0.344c-0.309-1.387-0.647-2.765-0.996-4.141c0.871-0.823,1.735-1.651,2.574-2.509c0.625-0.638,1.398-1.321,1.939-2.086c2.245,0.786,4.414,1.771,6.38,3.067c-0.043,0.018-0.085,0.028-0.128,0.06C31.361,11.96,28.127,15.482,25.801,19.086zM26.562,24.062c-0.156-1.334-0.347-2.651-0.566-3.955c1.593-1.557,3.048-3.255,4.615-4.839c1.612-1.63,3.341-3.17,4.881-4.867c0.131-0.145,0.16-0.326,0.133-0.499c1.138,0.821,2.202,1.752,3.149,2.84c0.507,0.582,0.949,1.169,1.347,1.758c-2.381,1.706-4.376,4.033-6.429,6.11c-2.257,2.284-4.527,4.555-6.792,6.831C26.804,26.316,26.693,25.19,26.562,24.062zM27.651,28.558c2.379-2.283,4.754-4.571,7.141-6.846c2.039-1.944,4.306-3.836,6.034-6.076c1.233,2.204,1.751,4.428,1.7,6.567c-4.524,5.122-9.548,9.05-15.243,12.827c-0.006,0.004-0.008,0.009-0.014,0.013c-0.037-2.114-0.12-4.229-0.277-6.345C27.2,28.775,27.442,28.758,27.651,28.558z M27.303,36.682c0-0.265-0.014-0.53-0.016-0.795c0.14,0.088,0.322,0.121,0.52,0.037c5.436-2.298,10.366-6.258,14.277-10.767C40.433,31.088,34.414,35.836,27.303,36.682z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leafs-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.562 50.562' style='enable-background:new 0 0 50.562 50.562;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.879,19.892c-0.737-4.449-3.354-8.402-6.866-11.166c-2.096-1.649-4.464-2.899-6.948-3.853c-2.995-1.151-6.934-1.242-9.562-3.16c-0.121-0.434-0.242-0.865-0.363-1.301c-0.124-0.446-0.818-0.588-1.04-0.136C15.846,8.934,3.225,16.61,5.828,27.674c1.986,8.444,11.87,11.681,19.845,11.438c-0.033,3.658-0.18,7.287-0.427,10.844c-0.057,0.826,1.17,0.789,1.266,0c0.442-3.652,0.688-7.297,0.762-10.942c0.271-0.025,0.548-0.043,0.813-0.076C37.431,37.751,46.578,30.137,44.879,19.892z M27.187,5.89c-0.526,0.537-1.005,1.154-1.457,1.685c-0.674,0.792-1.319,1.606-1.964,2.421c-0.524-2.019-1.077-4.036-1.645-6.066C23.644,4.874,25.364,5.315,27.187,5.89zM20.444,2.565c0.107,0.114,0.22,0.211,0.33,0.316c1.192,3.64,2.12,7.394,2.84,11.211c-2.468-1.606-5.314-2.851-7.929-4.145C17.516,7.653,19.265,5.309,20.444,2.565z M14.947,10.868c2.877,1.739,5.869,3.809,8.996,5.039c0.405,2.378,0.735,4.777,0.99,7.188c-4.548-2.495-9.326-4.65-14.034-6.831C12.116,14.364,13.536,12.617,14.947,10.868z M9.337,19.058c0.318-0.677,0.673-1.327,1.048-1.962c4.701,2.554,9.421,5.191,14.293,7.394c0.144,0.065,0.281,0.069,0.409,0.048c0.244,2.601,0.41,5.212,0.501,7.821c-5.809-3.15-11.675-6.231-17.495-9.367C8.287,21.756,8.686,20.445,9.337,19.058z M8.019,23.58c5.068,4.19,11.369,7.822,17.596,9.962c0.029,1.089,0.058,2.177,0.064,3.263C17.04,37.123,7.099,32.366,8.019,23.58zM25.801,19.086c-0.17-0.944-0.34-1.888-0.537-2.82c0.315-0.133,0.499-0.595,0.19-0.849c-0.146-0.12-0.304-0.228-0.454-0.344c-0.309-1.387-0.647-2.765-0.996-4.141c0.871-0.823,1.735-1.651,2.574-2.509c0.625-0.638,1.398-1.321,1.939-2.086c2.245,0.786,4.414,1.771,6.38,3.067c-0.043,0.018-0.085,0.028-0.128,0.06C31.361,11.96,28.127,15.482,25.801,19.086zM26.562,24.062c-0.156-1.334-0.347-2.651-0.566-3.955c1.593-1.557,3.048-3.255,4.615-4.839c1.612-1.63,3.341-3.17,4.881-4.867c0.131-0.145,0.16-0.326,0.133-0.499c1.138,0.821,2.202,1.752,3.149,2.84c0.507,0.582,0.949,1.169,1.347,1.758c-2.381,1.706-4.376,4.033-6.429,6.11c-2.257,2.284-4.527,4.555-6.792,6.831C26.804,26.316,26.693,25.19,26.562,24.062zM27.651,28.558c2.379-2.283,4.754-4.571,7.141-6.846c2.039-1.944,4.306-3.836,6.034-6.076c1.233,2.204,1.751,4.428,1.7,6.567c-4.524,5.122-9.548,9.05-15.243,12.827c-0.006,0.004-0.008,0.009-0.014,0.013c-0.037-2.114-0.12-4.229-0.277-6.345C27.2,28.775,27.442,28.758,27.651,28.558z M27.303,36.682c0-0.265-0.014-0.53-0.016-0.795c0.14,0.088,0.322,0.121,0.52,0.037c5.436-2.298,10.366-6.258,14.277-10.767C40.433,31.088,34.414,35.836,27.303,36.682z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-leafs-orange, .button--3D.button--medium:hover .icon-leafs, .button--3D.button--medium.active .icon-leafs, .button--3D.button--green:hover .icon-leafs, .button--3D.button--green.active .icon-leafs, .button--medium:hover .button--caracteristic.icon-leafs,
.button--medium.active .button--caracteristic.icon-leafs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.562 50.562' style='enable-background:new 0 0 50.562 50.562;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M44.879,19.892c-0.737-4.449-3.354-8.402-6.866-11.166c-2.096-1.649-4.464-2.899-6.948-3.853c-2.995-1.151-6.934-1.242-9.562-3.16c-0.121-0.434-0.242-0.865-0.363-1.301c-0.124-0.446-0.818-0.588-1.04-0.136C15.846,8.934,3.225,16.61,5.828,27.674c1.986,8.444,11.87,11.681,19.845,11.438c-0.033,3.658-0.18,7.287-0.427,10.844c-0.057,0.826,1.17,0.789,1.266,0c0.442-3.652,0.688-7.297,0.762-10.942c0.271-0.025,0.548-0.043,0.813-0.076C37.431,37.751,46.578,30.137,44.879,19.892z M27.187,5.89c-0.526,0.537-1.005,1.154-1.457,1.685c-0.674,0.792-1.319,1.606-1.964,2.421c-0.524-2.019-1.077-4.036-1.645-6.066C23.644,4.874,25.364,5.315,27.187,5.89zM20.444,2.565c0.107,0.114,0.22,0.211,0.33,0.316c1.192,3.64,2.12,7.394,2.84,11.211c-2.468-1.606-5.314-2.851-7.929-4.145C17.516,7.653,19.265,5.309,20.444,2.565z M14.947,10.868c2.877,1.739,5.869,3.809,8.996,5.039c0.405,2.378,0.735,4.777,0.99,7.188c-4.548-2.495-9.326-4.65-14.034-6.831C12.116,14.364,13.536,12.617,14.947,10.868z M9.337,19.058c0.318-0.677,0.673-1.327,1.048-1.962c4.701,2.554,9.421,5.191,14.293,7.394c0.144,0.065,0.281,0.069,0.409,0.048c0.244,2.601,0.41,5.212,0.501,7.821c-5.809-3.15-11.675-6.231-17.495-9.367C8.287,21.756,8.686,20.445,9.337,19.058z M8.019,23.58c5.068,4.19,11.369,7.822,17.596,9.962c0.029,1.089,0.058,2.177,0.064,3.263C17.04,37.123,7.099,32.366,8.019,23.58zM25.801,19.086c-0.17-0.944-0.34-1.888-0.537-2.82c0.315-0.133,0.499-0.595,0.19-0.849c-0.146-0.12-0.304-0.228-0.454-0.344c-0.309-1.387-0.647-2.765-0.996-4.141c0.871-0.823,1.735-1.651,2.574-2.509c0.625-0.638,1.398-1.321,1.939-2.086c2.245,0.786,4.414,1.771,6.38,3.067c-0.043,0.018-0.085,0.028-0.128,0.06C31.361,11.96,28.127,15.482,25.801,19.086zM26.562,24.062c-0.156-1.334-0.347-2.651-0.566-3.955c1.593-1.557,3.048-3.255,4.615-4.839c1.612-1.63,3.341-3.17,4.881-4.867c0.131-0.145,0.16-0.326,0.133-0.499c1.138,0.821,2.202,1.752,3.149,2.84c0.507,0.582,0.949,1.169,1.347,1.758c-2.381,1.706-4.376,4.033-6.429,6.11c-2.257,2.284-4.527,4.555-6.792,6.831C26.804,26.316,26.693,25.19,26.562,24.062zM27.651,28.558c2.379-2.283,4.754-4.571,7.141-6.846c2.039-1.944,4.306-3.836,6.034-6.076c1.233,2.204,1.751,4.428,1.7,6.567c-4.524,5.122-9.548,9.05-15.243,12.827c-0.006,0.004-0.008,0.009-0.014,0.013c-0.037-2.114-0.12-4.229-0.277-6.345C27.2,28.775,27.442,28.758,27.651,28.558z M27.303,36.682c0-0.265-0.014-0.53-0.016-0.795c0.14,0.088,0.322,0.121,0.52,0.037c5.436-2.298,10.366-6.258,14.277-10.767C40.433,31.088,34.414,35.836,27.303,36.682z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-fruits-grey, .button--input.icon-fruits {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='99.693px' height='99.694px' viewBox='0 0 99.693 99.694' style='enable-background:new 0 0 99.693 99.694;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M88.064,30.144c-4.764-5.077-12.139-8.336-20.697-9.339c1.112-0.375,2.231-0.753,3.285-1.254c2.844-1.355,5.465-3.157,7.837-5.48c2.354-2.372,4.517-5.144,6.029-9.223c-4.134-1.363-7.645-1.408-10.972-1.056c-3.288,0.404-6.337,1.321-9.171,2.692c-2.841,1.371-5.441,3.176-7.826,5.498c-2.293,2.324-4.417,5.041-5.941,8.973C48.439,17.112,44.948,9.75,43.4,0l-4.762,0.761c1.384,8.771,4.208,15.699,6.497,20.21c-2.391-0.334-4.798-0.519-7.182-0.519c-10.944,0-20.538,3.531-26.323,9.695c-4.755,5.068-6.914,11.6-6.42,19.302c0,19.859,13.011,48.342,37.598,50.162c0.368,0,0.726-0.082,1.314-0.226c1.853-0.444,6.324-1.04,10.001,0.219l0.562,0.089c25.628,0,39.8-29.711,39.8-50.134C94.977,41.744,92.821,35.216,88.064,30.144z M51.525,21.46c-0.056,0.01-0.107,0.015-0.164,0.025l-0.48-0.039c-0.041-0.067-0.07-0.104-0.102-0.175C51.043,21.356,51.274,21.387,51.525,21.46z M90.973,49.444c0,19.434-13.695,46.514-36.015,46.739c-1.961-0.637-3.992-0.951-6.047-0.951c-2.525,0-4.538,0.485-5.621,0.746c-0.265,0.064-0.465,0.116-0.395,0.13c-22.01-1.639-34.184-28.63-34.184-46.777c-0.438-6.805,1.401-12.457,5.467-16.789c6.371-6.788,18.158-9.984,31.222-8.021l6.182,0.498l0.245-0.053c3.268-0.672,6.602-1.016,9.903-1.016c9.989,0,18.651,3.133,23.777,8.596C89.577,36.877,91.411,42.525,90.973,49.444z'/%3E%3Cpath d='M41.156,53.721c0,0-0.638,3.641,1.185,6.188c1.826,2.556,5.457,3.086,5.457,3.086s0.659-3.6-1.164-6.152C44.805,54.29,41.156,53.721,41.156,53.721z'/%3E%3Cpath d='M53.054,56.842c-1.822,2.549-1.164,6.146-1.164,6.146s3.63-0.527,5.457-3.08c1.824-2.55,1.185-6.191,1.185-6.191S54.88,54.29,53.054,56.842z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-fruits-brown, .no-touch .panel-menu-action.panel-menu-action--fruits:hover, .panel-menu-action.panel-menu-action--fruits.active, .button--caracteristic.icon-fruits:hover, .button--caracteristic.icon-fruits.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='99.693px' height='99.694px' viewBox='0 0 99.693 99.694' style='enable-background:new 0 0 99.693 99.694;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M88.064,30.144c-4.764-5.077-12.139-8.336-20.697-9.339c1.112-0.375,2.231-0.753,3.285-1.254c2.844-1.355,5.465-3.157,7.837-5.48c2.354-2.372,4.517-5.144,6.029-9.223c-4.134-1.363-7.645-1.408-10.972-1.056c-3.288,0.404-6.337,1.321-9.171,2.692c-2.841,1.371-5.441,3.176-7.826,5.498c-2.293,2.324-4.417,5.041-5.941,8.973C48.439,17.112,44.948,9.75,43.4,0l-4.762,0.761c1.384,8.771,4.208,15.699,6.497,20.21c-2.391-0.334-4.798-0.519-7.182-0.519c-10.944,0-20.538,3.531-26.323,9.695c-4.755,5.068-6.914,11.6-6.42,19.302c0,19.859,13.011,48.342,37.598,50.162c0.368,0,0.726-0.082,1.314-0.226c1.853-0.444,6.324-1.04,10.001,0.219l0.562,0.089c25.628,0,39.8-29.711,39.8-50.134C94.977,41.744,92.821,35.216,88.064,30.144z M51.525,21.46c-0.056,0.01-0.107,0.015-0.164,0.025l-0.48-0.039c-0.041-0.067-0.07-0.104-0.102-0.175C51.043,21.356,51.274,21.387,51.525,21.46z M90.973,49.444c0,19.434-13.695,46.514-36.015,46.739c-1.961-0.637-3.992-0.951-6.047-0.951c-2.525,0-4.538,0.485-5.621,0.746c-0.265,0.064-0.465,0.116-0.395,0.13c-22.01-1.639-34.184-28.63-34.184-46.777c-0.438-6.805,1.401-12.457,5.467-16.789c6.371-6.788,18.158-9.984,31.222-8.021l6.182,0.498l0.245-0.053c3.268-0.672,6.602-1.016,9.903-1.016c9.989,0,18.651,3.133,23.777,8.596C89.577,36.877,91.411,42.525,90.973,49.444z'/%3E%3Cpath d='M41.156,53.721c0,0-0.638,3.641,1.185,6.188c1.826,2.556,5.457,3.086,5.457,3.086s0.659-3.6-1.164-6.152C44.805,54.29,41.156,53.721,41.156,53.721z'/%3E%3Cpath d='M53.054,56.842c-1.822,2.549-1.164,6.146-1.164,6.146s3.63-0.527,5.457-3.08c1.824-2.55,1.185-6.191,1.185-6.191S54.88,54.29,53.054,56.842z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-fruits-black, .icon-fruits, .panel-menu-action.panel-menu-action--fruits, .button--3D.button--medium .icon-fruits, .button--3D.button--green .icon-fruits, .button--input.icon-fruits:hover, .button--input.icon-fruits.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='99.693px' height='99.694px' viewBox='0 0 99.693 99.694' style='enable-background:new 0 0 99.693 99.694;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M88.064,30.144c-4.764-5.077-12.139-8.336-20.697-9.339c1.112-0.375,2.231-0.753,3.285-1.254c2.844-1.355,5.465-3.157,7.837-5.48c2.354-2.372,4.517-5.144,6.029-9.223c-4.134-1.363-7.645-1.408-10.972-1.056c-3.288,0.404-6.337,1.321-9.171,2.692c-2.841,1.371-5.441,3.176-7.826,5.498c-2.293,2.324-4.417,5.041-5.941,8.973C48.439,17.112,44.948,9.75,43.4,0l-4.762,0.761c1.384,8.771,4.208,15.699,6.497,20.21c-2.391-0.334-4.798-0.519-7.182-0.519c-10.944,0-20.538,3.531-26.323,9.695c-4.755,5.068-6.914,11.6-6.42,19.302c0,19.859,13.011,48.342,37.598,50.162c0.368,0,0.726-0.082,1.314-0.226c1.853-0.444,6.324-1.04,10.001,0.219l0.562,0.089c25.628,0,39.8-29.711,39.8-50.134C94.977,41.744,92.821,35.216,88.064,30.144z M51.525,21.46c-0.056,0.01-0.107,0.015-0.164,0.025l-0.48-0.039c-0.041-0.067-0.07-0.104-0.102-0.175C51.043,21.356,51.274,21.387,51.525,21.46z M90.973,49.444c0,19.434-13.695,46.514-36.015,46.739c-1.961-0.637-3.992-0.951-6.047-0.951c-2.525,0-4.538,0.485-5.621,0.746c-0.265,0.064-0.465,0.116-0.395,0.13c-22.01-1.639-34.184-28.63-34.184-46.777c-0.438-6.805,1.401-12.457,5.467-16.789c6.371-6.788,18.158-9.984,31.222-8.021l6.182,0.498l0.245-0.053c3.268-0.672,6.602-1.016,9.903-1.016c9.989,0,18.651,3.133,23.777,8.596C89.577,36.877,91.411,42.525,90.973,49.444z'/%3E%3Cpath d='M41.156,53.721c0,0-0.638,3.641,1.185,6.188c1.826,2.556,5.457,3.086,5.457,3.086s0.659-3.6-1.164-6.152C44.805,54.29,41.156,53.721,41.156,53.721z'/%3E%3Cpath d='M53.054,56.842c-1.822,2.549-1.164,6.146-1.164,6.146s3.63-0.527,5.457-3.08c1.824-2.55,1.185-6.191,1.185-6.191S54.88,54.29,53.054,56.842z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-fruits-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='99.693px' height='99.694px' viewBox='0 0 99.693 99.694' style='enable-background:new 0 0 99.693 99.694;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M88.064,30.144c-4.764-5.077-12.139-8.336-20.697-9.339c1.112-0.375,2.231-0.753,3.285-1.254c2.844-1.355,5.465-3.157,7.837-5.48c2.354-2.372,4.517-5.144,6.029-9.223c-4.134-1.363-7.645-1.408-10.972-1.056c-3.288,0.404-6.337,1.321-9.171,2.692c-2.841,1.371-5.441,3.176-7.826,5.498c-2.293,2.324-4.417,5.041-5.941,8.973C48.439,17.112,44.948,9.75,43.4,0l-4.762,0.761c1.384,8.771,4.208,15.699,6.497,20.21c-2.391-0.334-4.798-0.519-7.182-0.519c-10.944,0-20.538,3.531-26.323,9.695c-4.755,5.068-6.914,11.6-6.42,19.302c0,19.859,13.011,48.342,37.598,50.162c0.368,0,0.726-0.082,1.314-0.226c1.853-0.444,6.324-1.04,10.001,0.219l0.562,0.089c25.628,0,39.8-29.711,39.8-50.134C94.977,41.744,92.821,35.216,88.064,30.144z M51.525,21.46c-0.056,0.01-0.107,0.015-0.164,0.025l-0.48-0.039c-0.041-0.067-0.07-0.104-0.102-0.175C51.043,21.356,51.274,21.387,51.525,21.46z M90.973,49.444c0,19.434-13.695,46.514-36.015,46.739c-1.961-0.637-3.992-0.951-6.047-0.951c-2.525,0-4.538,0.485-5.621,0.746c-0.265,0.064-0.465,0.116-0.395,0.13c-22.01-1.639-34.184-28.63-34.184-46.777c-0.438-6.805,1.401-12.457,5.467-16.789c6.371-6.788,18.158-9.984,31.222-8.021l6.182,0.498l0.245-0.053c3.268-0.672,6.602-1.016,9.903-1.016c9.989,0,18.651,3.133,23.777,8.596C89.577,36.877,91.411,42.525,90.973,49.444z'/%3E%3Cpath d='M41.156,53.721c0,0-0.638,3.641,1.185,6.188c1.826,2.556,5.457,3.086,5.457,3.086s0.659-3.6-1.164-6.152C44.805,54.29,41.156,53.721,41.156,53.721z'/%3E%3Cpath d='M53.054,56.842c-1.822,2.549-1.164,6.146-1.164,6.146s3.63-0.527,5.457-3.08c1.824-2.55,1.185-6.191,1.185-6.191S54.88,54.29,53.054,56.842z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-fruits-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='99.693px' height='99.694px' viewBox='0 0 99.693 99.694' style='enable-background:new 0 0 99.693 99.694;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M88.064,30.144c-4.764-5.077-12.139-8.336-20.697-9.339c1.112-0.375,2.231-0.753,3.285-1.254c2.844-1.355,5.465-3.157,7.837-5.48c2.354-2.372,4.517-5.144,6.029-9.223c-4.134-1.363-7.645-1.408-10.972-1.056c-3.288,0.404-6.337,1.321-9.171,2.692c-2.841,1.371-5.441,3.176-7.826,5.498c-2.293,2.324-4.417,5.041-5.941,8.973C48.439,17.112,44.948,9.75,43.4,0l-4.762,0.761c1.384,8.771,4.208,15.699,6.497,20.21c-2.391-0.334-4.798-0.519-7.182-0.519c-10.944,0-20.538,3.531-26.323,9.695c-4.755,5.068-6.914,11.6-6.42,19.302c0,19.859,13.011,48.342,37.598,50.162c0.368,0,0.726-0.082,1.314-0.226c1.853-0.444,6.324-1.04,10.001,0.219l0.562,0.089c25.628,0,39.8-29.711,39.8-50.134C94.977,41.744,92.821,35.216,88.064,30.144z M51.525,21.46c-0.056,0.01-0.107,0.015-0.164,0.025l-0.48-0.039c-0.041-0.067-0.07-0.104-0.102-0.175C51.043,21.356,51.274,21.387,51.525,21.46z M90.973,49.444c0,19.434-13.695,46.514-36.015,46.739c-1.961-0.637-3.992-0.951-6.047-0.951c-2.525,0-4.538,0.485-5.621,0.746c-0.265,0.064-0.465,0.116-0.395,0.13c-22.01-1.639-34.184-28.63-34.184-46.777c-0.438-6.805,1.401-12.457,5.467-16.789c6.371-6.788,18.158-9.984,31.222-8.021l6.182,0.498l0.245-0.053c3.268-0.672,6.602-1.016,9.903-1.016c9.989,0,18.651,3.133,23.777,8.596C89.577,36.877,91.411,42.525,90.973,49.444z'/%3E%3Cpath d='M41.156,53.721c0,0-0.638,3.641,1.185,6.188c1.826,2.556,5.457,3.086,5.457,3.086s0.659-3.6-1.164-6.152C44.805,54.29,41.156,53.721,41.156,53.721z'/%3E%3Cpath d='M53.054,56.842c-1.822,2.549-1.164,6.146-1.164,6.146s3.63-0.527,5.457-3.08c1.824-2.55,1.185-6.191,1.185-6.191S54.88,54.29,53.054,56.842z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-fruits-orange, .button--3D.button--medium:hover .icon-fruits, .button--3D.button--medium.active .icon-fruits, .button--3D.button--green:hover .icon-fruits, .button--3D.button--green.active .icon-fruits, .button--medium:hover .button--caracteristic.icon-fruits,
.button--medium.active .button--caracteristic.icon-fruits {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='99.693px' height='99.694px' viewBox='0 0 99.693 99.694' style='enable-background:new 0 0 99.693 99.694;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M88.064,30.144c-4.764-5.077-12.139-8.336-20.697-9.339c1.112-0.375,2.231-0.753,3.285-1.254c2.844-1.355,5.465-3.157,7.837-5.48c2.354-2.372,4.517-5.144,6.029-9.223c-4.134-1.363-7.645-1.408-10.972-1.056c-3.288,0.404-6.337,1.321-9.171,2.692c-2.841,1.371-5.441,3.176-7.826,5.498c-2.293,2.324-4.417,5.041-5.941,8.973C48.439,17.112,44.948,9.75,43.4,0l-4.762,0.761c1.384,8.771,4.208,15.699,6.497,20.21c-2.391-0.334-4.798-0.519-7.182-0.519c-10.944,0-20.538,3.531-26.323,9.695c-4.755,5.068-6.914,11.6-6.42,19.302c0,19.859,13.011,48.342,37.598,50.162c0.368,0,0.726-0.082,1.314-0.226c1.853-0.444,6.324-1.04,10.001,0.219l0.562,0.089c25.628,0,39.8-29.711,39.8-50.134C94.977,41.744,92.821,35.216,88.064,30.144z M51.525,21.46c-0.056,0.01-0.107,0.015-0.164,0.025l-0.48-0.039c-0.041-0.067-0.07-0.104-0.102-0.175C51.043,21.356,51.274,21.387,51.525,21.46z M90.973,49.444c0,19.434-13.695,46.514-36.015,46.739c-1.961-0.637-3.992-0.951-6.047-0.951c-2.525,0-4.538,0.485-5.621,0.746c-0.265,0.064-0.465,0.116-0.395,0.13c-22.01-1.639-34.184-28.63-34.184-46.777c-0.438-6.805,1.401-12.457,5.467-16.789c6.371-6.788,18.158-9.984,31.222-8.021l6.182,0.498l0.245-0.053c3.268-0.672,6.602-1.016,9.903-1.016c9.989,0,18.651,3.133,23.777,8.596C89.577,36.877,91.411,42.525,90.973,49.444z'/%3E%3Cpath d='M41.156,53.721c0,0-0.638,3.641,1.185,6.188c1.826,2.556,5.457,3.086,5.457,3.086s0.659-3.6-1.164-6.152C44.805,54.29,41.156,53.721,41.156,53.721z'/%3E%3Cpath d='M53.054,56.842c-1.822,2.549-1.164,6.146-1.164,6.146s3.63-0.527,5.457-3.08c1.824-2.55,1.185-6.191,1.185-6.191S54.88,54.29,53.054,56.842z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-berries-grey, .button--input.icon-berries {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='434.403px' height='434.403px' viewBox='0 0 434.403 434.403' style='enable-background:new 0 0 434.403 434.403;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_3_12_'%3E%3Cg%3E%3Cpath d='M341.333,247.744c0.74,0.354,18.131,8.918,17.189,28.77c-0.262,5.518,4,10.201,9.516,10.462c0.162,0.009,0.322,0.012,0.482,0.012c5.305,0,9.727-4.171,9.98-9.526c1.254-26.49-17.408-42.512-28.633-47.803c-4.988-2.352-10.908-0.212-13.273,4.765C334.231,239.4,336.362,245.364,341.333,247.744z'/%3E%3Cpath d='M133.132,281.709c-3.821-3.988-10.15-4.121-14.139-0.301c-19.121,18.322-16.632,42.798-12.147,54.37c1.533,3.957,5.305,6.373,9.307,6.373c1.198,0,2.416-0.217,3.602-0.673c5.146-1.979,7.71-7.771,5.743-12.921c-0.294-0.768-7.017-18.958,7.334-32.709C136.818,292.027,136.953,285.697,133.132,281.709z'/%3E%3Cpath d='M424.352,1.575c-2.873-1.836-6.484-2.083-9.582-0.654C278.508,63.86,106.243,70.657,38.504,70.658c-14.302,0-22.583-0.327-22.665-0.33c-2.709-0.114-5.366,0.895-7.33,2.78c-1.963,1.886-3.073,4.49-3.073,7.212v50.329c0,5.366,4.234,9.775,9.596,9.992c0.35,0.014,8.728,0.346,23.473,0.346c0.004,0,0,0,0.005,0c35.104,0,97.766-1.809,169.261-12.063c0.586,3.135,1.776,8.553,3.931,15.082c-21.248,50.674-60.279,73.111-60.279,73.111c-39.679,6.899-74.103,35.509-86.327,76.662c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.698,37.028,44.435,65.048,52.759c10.333,3.069,20.864,4.565,31.295,4.565c29.118,0,57.442-11.656,78.428-33.254c4.343-4.472,4.239-11.615-0.229-15.958c-4.471-4.343-11.614-4.241-15.959,0.229c-22.627,23.29-56.006,32.021-87.105,22.78c-22.24-6.607-40.576-21.479-51.631-41.876c-11.055-20.398-13.505-43.879-6.897-66.119c13.639-45.91,62.086-72.164,107.997-58.525c5.971,1.773,12.258-1.629,14.032-7.604c1.774-5.976-1.63-12.257-7.604-14.032c-5.164-1.534-10.353-2.66-15.534-3.411c11.632-10.523,25.669-26.381,37.174-48.71c4.861,7.716,11.169,15.197,19.324,21.132c3.633,2.643,7.455,4.854,11.451,6.645c-1.031,0.704-2.057,1.417-3.062,2.157c-19.341,14.213-33.186,33.917-40.037,56.978c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.699,37.027,44.436,65.047,52.76c10.18,3.022,20.678,4.557,31.203,4.557c23.096,0,46.117-7.57,64.822-21.313c19.34-14.214,33.186-33.916,40.037-56.978c17.182-57.841-15.896-118.877-73.738-136.061c-10.178-3.023-20.676-4.557-31.203-4.557c-10.654,0-21.287,1.63-31.492,4.714c-11.555,0.569-21.391-2.174-29.871-8.318c-18.378-13.314-24.783-38.914-26.402-47.042c63.92-10.386,133.311-27.721,195.594-56.489c3.541-1.635,5.807-5.179,5.807-9.079V9.999C428.963,6.589,427.225,3.413,424.352,1.575z M315.329,199.112c8.35,0,16.688,1.219,24.777,3.623c45.91,13.639,72.166,62.085,58.527,107.996c-10.871,36.593-45.094,62.147-83.223,62.147c-8.35,0-16.684-1.218-24.775-3.622c-22.238-6.605-40.575-21.479-51.63-41.876c-11.056-20.396-13.505-43.879-6.897-66.119C242.978,224.669,277.2,199.112,315.329,199.112z M408.963,53.889c-135.314,60.493-303.681,67.097-370.458,67.097c-5.18,0-9.57-0.042-13.068-0.098V90.562c3.528,0.053,7.908,0.094,13.068,0.094c66.742-0.001,233.118-6.52,370.458-65.27V53.889z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-berries-brown, .no-touch .panel-menu-action.panel-menu-action--berries:hover, .panel-menu-action.panel-menu-action--berries.active, .button--caracteristic.icon-berries:hover, .button--caracteristic.icon-berries.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='434.403px' height='434.403px' viewBox='0 0 434.403 434.403' style='enable-background:new 0 0 434.403 434.403;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_3_12_'%3E%3Cg%3E%3Cpath d='M341.333,247.744c0.74,0.354,18.131,8.918,17.189,28.77c-0.262,5.518,4,10.201,9.516,10.462c0.162,0.009,0.322,0.012,0.482,0.012c5.305,0,9.727-4.171,9.98-9.526c1.254-26.49-17.408-42.512-28.633-47.803c-4.988-2.352-10.908-0.212-13.273,4.765C334.231,239.4,336.362,245.364,341.333,247.744z'/%3E%3Cpath d='M133.132,281.709c-3.821-3.988-10.15-4.121-14.139-0.301c-19.121,18.322-16.632,42.798-12.147,54.37c1.533,3.957,5.305,6.373,9.307,6.373c1.198,0,2.416-0.217,3.602-0.673c5.146-1.979,7.71-7.771,5.743-12.921c-0.294-0.768-7.017-18.958,7.334-32.709C136.818,292.027,136.953,285.697,133.132,281.709z'/%3E%3Cpath d='M424.352,1.575c-2.873-1.836-6.484-2.083-9.582-0.654C278.508,63.86,106.243,70.657,38.504,70.658c-14.302,0-22.583-0.327-22.665-0.33c-2.709-0.114-5.366,0.895-7.33,2.78c-1.963,1.886-3.073,4.49-3.073,7.212v50.329c0,5.366,4.234,9.775,9.596,9.992c0.35,0.014,8.728,0.346,23.473,0.346c0.004,0,0,0,0.005,0c35.104,0,97.766-1.809,169.261-12.063c0.586,3.135,1.776,8.553,3.931,15.082c-21.248,50.674-60.279,73.111-60.279,73.111c-39.679,6.899-74.103,35.509-86.327,76.662c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.698,37.028,44.435,65.048,52.759c10.333,3.069,20.864,4.565,31.295,4.565c29.118,0,57.442-11.656,78.428-33.254c4.343-4.472,4.239-11.615-0.229-15.958c-4.471-4.343-11.614-4.241-15.959,0.229c-22.627,23.29-56.006,32.021-87.105,22.78c-22.24-6.607-40.576-21.479-51.631-41.876c-11.055-20.398-13.505-43.879-6.897-66.119c13.639-45.91,62.086-72.164,107.997-58.525c5.971,1.773,12.258-1.629,14.032-7.604c1.774-5.976-1.63-12.257-7.604-14.032c-5.164-1.534-10.353-2.66-15.534-3.411c11.632-10.523,25.669-26.381,37.174-48.71c4.861,7.716,11.169,15.197,19.324,21.132c3.633,2.643,7.455,4.854,11.451,6.645c-1.031,0.704-2.057,1.417-3.062,2.157c-19.341,14.213-33.186,33.917-40.037,56.978c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.699,37.027,44.436,65.047,52.76c10.18,3.022,20.678,4.557,31.203,4.557c23.096,0,46.117-7.57,64.822-21.313c19.34-14.214,33.186-33.916,40.037-56.978c17.182-57.841-15.896-118.877-73.738-136.061c-10.178-3.023-20.676-4.557-31.203-4.557c-10.654,0-21.287,1.63-31.492,4.714c-11.555,0.569-21.391-2.174-29.871-8.318c-18.378-13.314-24.783-38.914-26.402-47.042c63.92-10.386,133.311-27.721,195.594-56.489c3.541-1.635,5.807-5.179,5.807-9.079V9.999C428.963,6.589,427.225,3.413,424.352,1.575z M315.329,199.112c8.35,0,16.688,1.219,24.777,3.623c45.91,13.639,72.166,62.085,58.527,107.996c-10.871,36.593-45.094,62.147-83.223,62.147c-8.35,0-16.684-1.218-24.775-3.622c-22.238-6.605-40.575-21.479-51.63-41.876c-11.056-20.396-13.505-43.879-6.897-66.119C242.978,224.669,277.2,199.112,315.329,199.112z M408.963,53.889c-135.314,60.493-303.681,67.097-370.458,67.097c-5.18,0-9.57-0.042-13.068-0.098V90.562c3.528,0.053,7.908,0.094,13.068,0.094c66.742-0.001,233.118-6.52,370.458-65.27V53.889z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-berries-black, .icon-berries, .panel-menu-action.panel-menu-action--berries, .button--3D.button--medium .icon-berries, .button--3D.button--green .icon-berries, .button--input.icon-berries:hover, .button--input.icon-berries.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='434.403px' height='434.403px' viewBox='0 0 434.403 434.403' style='enable-background:new 0 0 434.403 434.403;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_3_12_'%3E%3Cg%3E%3Cpath d='M341.333,247.744c0.74,0.354,18.131,8.918,17.189,28.77c-0.262,5.518,4,10.201,9.516,10.462c0.162,0.009,0.322,0.012,0.482,0.012c5.305,0,9.727-4.171,9.98-9.526c1.254-26.49-17.408-42.512-28.633-47.803c-4.988-2.352-10.908-0.212-13.273,4.765C334.231,239.4,336.362,245.364,341.333,247.744z'/%3E%3Cpath d='M133.132,281.709c-3.821-3.988-10.15-4.121-14.139-0.301c-19.121,18.322-16.632,42.798-12.147,54.37c1.533,3.957,5.305,6.373,9.307,6.373c1.198,0,2.416-0.217,3.602-0.673c5.146-1.979,7.71-7.771,5.743-12.921c-0.294-0.768-7.017-18.958,7.334-32.709C136.818,292.027,136.953,285.697,133.132,281.709z'/%3E%3Cpath d='M424.352,1.575c-2.873-1.836-6.484-2.083-9.582-0.654C278.508,63.86,106.243,70.657,38.504,70.658c-14.302,0-22.583-0.327-22.665-0.33c-2.709-0.114-5.366,0.895-7.33,2.78c-1.963,1.886-3.073,4.49-3.073,7.212v50.329c0,5.366,4.234,9.775,9.596,9.992c0.35,0.014,8.728,0.346,23.473,0.346c0.004,0,0,0,0.005,0c35.104,0,97.766-1.809,169.261-12.063c0.586,3.135,1.776,8.553,3.931,15.082c-21.248,50.674-60.279,73.111-60.279,73.111c-39.679,6.899-74.103,35.509-86.327,76.662c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.698,37.028,44.435,65.048,52.759c10.333,3.069,20.864,4.565,31.295,4.565c29.118,0,57.442-11.656,78.428-33.254c4.343-4.472,4.239-11.615-0.229-15.958c-4.471-4.343-11.614-4.241-15.959,0.229c-22.627,23.29-56.006,32.021-87.105,22.78c-22.24-6.607-40.576-21.479-51.631-41.876c-11.055-20.398-13.505-43.879-6.897-66.119c13.639-45.91,62.086-72.164,107.997-58.525c5.971,1.773,12.258-1.629,14.032-7.604c1.774-5.976-1.63-12.257-7.604-14.032c-5.164-1.534-10.353-2.66-15.534-3.411c11.632-10.523,25.669-26.381,37.174-48.71c4.861,7.716,11.169,15.197,19.324,21.132c3.633,2.643,7.455,4.854,11.451,6.645c-1.031,0.704-2.057,1.417-3.062,2.157c-19.341,14.213-33.186,33.917-40.037,56.978c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.699,37.027,44.436,65.047,52.76c10.18,3.022,20.678,4.557,31.203,4.557c23.096,0,46.117-7.57,64.822-21.313c19.34-14.214,33.186-33.916,40.037-56.978c17.182-57.841-15.896-118.877-73.738-136.061c-10.178-3.023-20.676-4.557-31.203-4.557c-10.654,0-21.287,1.63-31.492,4.714c-11.555,0.569-21.391-2.174-29.871-8.318c-18.378-13.314-24.783-38.914-26.402-47.042c63.92-10.386,133.311-27.721,195.594-56.489c3.541-1.635,5.807-5.179,5.807-9.079V9.999C428.963,6.589,427.225,3.413,424.352,1.575z M315.329,199.112c8.35,0,16.688,1.219,24.777,3.623c45.91,13.639,72.166,62.085,58.527,107.996c-10.871,36.593-45.094,62.147-83.223,62.147c-8.35,0-16.684-1.218-24.775-3.622c-22.238-6.605-40.575-21.479-51.63-41.876c-11.056-20.396-13.505-43.879-6.897-66.119C242.978,224.669,277.2,199.112,315.329,199.112z M408.963,53.889c-135.314,60.493-303.681,67.097-370.458,67.097c-5.18,0-9.57-0.042-13.068-0.098V90.562c3.528,0.053,7.908,0.094,13.068,0.094c66.742-0.001,233.118-6.52,370.458-65.27V53.889z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-berries-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='434.403px' height='434.403px' viewBox='0 0 434.403 434.403' style='enable-background:new 0 0 434.403 434.403;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_3_12_'%3E%3Cg%3E%3Cpath d='M341.333,247.744c0.74,0.354,18.131,8.918,17.189,28.77c-0.262,5.518,4,10.201,9.516,10.462c0.162,0.009,0.322,0.012,0.482,0.012c5.305,0,9.727-4.171,9.98-9.526c1.254-26.49-17.408-42.512-28.633-47.803c-4.988-2.352-10.908-0.212-13.273,4.765C334.231,239.4,336.362,245.364,341.333,247.744z'/%3E%3Cpath d='M133.132,281.709c-3.821-3.988-10.15-4.121-14.139-0.301c-19.121,18.322-16.632,42.798-12.147,54.37c1.533,3.957,5.305,6.373,9.307,6.373c1.198,0,2.416-0.217,3.602-0.673c5.146-1.979,7.71-7.771,5.743-12.921c-0.294-0.768-7.017-18.958,7.334-32.709C136.818,292.027,136.953,285.697,133.132,281.709z'/%3E%3Cpath d='M424.352,1.575c-2.873-1.836-6.484-2.083-9.582-0.654C278.508,63.86,106.243,70.657,38.504,70.658c-14.302,0-22.583-0.327-22.665-0.33c-2.709-0.114-5.366,0.895-7.33,2.78c-1.963,1.886-3.073,4.49-3.073,7.212v50.329c0,5.366,4.234,9.775,9.596,9.992c0.35,0.014,8.728,0.346,23.473,0.346c0.004,0,0,0,0.005,0c35.104,0,97.766-1.809,169.261-12.063c0.586,3.135,1.776,8.553,3.931,15.082c-21.248,50.674-60.279,73.111-60.279,73.111c-39.679,6.899-74.103,35.509-86.327,76.662c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.698,37.028,44.435,65.048,52.759c10.333,3.069,20.864,4.565,31.295,4.565c29.118,0,57.442-11.656,78.428-33.254c4.343-4.472,4.239-11.615-0.229-15.958c-4.471-4.343-11.614-4.241-15.959,0.229c-22.627,23.29-56.006,32.021-87.105,22.78c-22.24-6.607-40.576-21.479-51.631-41.876c-11.055-20.398-13.505-43.879-6.897-66.119c13.639-45.91,62.086-72.164,107.997-58.525c5.971,1.773,12.258-1.629,14.032-7.604c1.774-5.976-1.63-12.257-7.604-14.032c-5.164-1.534-10.353-2.66-15.534-3.411c11.632-10.523,25.669-26.381,37.174-48.71c4.861,7.716,11.169,15.197,19.324,21.132c3.633,2.643,7.455,4.854,11.451,6.645c-1.031,0.704-2.057,1.417-3.062,2.157c-19.341,14.213-33.186,33.917-40.037,56.978c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.699,37.027,44.436,65.047,52.76c10.18,3.022,20.678,4.557,31.203,4.557c23.096,0,46.117-7.57,64.822-21.313c19.34-14.214,33.186-33.916,40.037-56.978c17.182-57.841-15.896-118.877-73.738-136.061c-10.178-3.023-20.676-4.557-31.203-4.557c-10.654,0-21.287,1.63-31.492,4.714c-11.555,0.569-21.391-2.174-29.871-8.318c-18.378-13.314-24.783-38.914-26.402-47.042c63.92-10.386,133.311-27.721,195.594-56.489c3.541-1.635,5.807-5.179,5.807-9.079V9.999C428.963,6.589,427.225,3.413,424.352,1.575z M315.329,199.112c8.35,0,16.688,1.219,24.777,3.623c45.91,13.639,72.166,62.085,58.527,107.996c-10.871,36.593-45.094,62.147-83.223,62.147c-8.35,0-16.684-1.218-24.775-3.622c-22.238-6.605-40.575-21.479-51.63-41.876c-11.056-20.396-13.505-43.879-6.897-66.119C242.978,224.669,277.2,199.112,315.329,199.112z M408.963,53.889c-135.314,60.493-303.681,67.097-370.458,67.097c-5.18,0-9.57-0.042-13.068-0.098V90.562c3.528,0.053,7.908,0.094,13.068,0.094c66.742-0.001,233.118-6.52,370.458-65.27V53.889z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-berries-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='434.403px' height='434.403px' viewBox='0 0 434.403 434.403' style='enable-background:new 0 0 434.403 434.403;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_3_12_'%3E%3Cg%3E%3Cpath d='M341.333,247.744c0.74,0.354,18.131,8.918,17.189,28.77c-0.262,5.518,4,10.201,9.516,10.462c0.162,0.009,0.322,0.012,0.482,0.012c5.305,0,9.727-4.171,9.98-9.526c1.254-26.49-17.408-42.512-28.633-47.803c-4.988-2.352-10.908-0.212-13.273,4.765C334.231,239.4,336.362,245.364,341.333,247.744z'/%3E%3Cpath d='M133.132,281.709c-3.821-3.988-10.15-4.121-14.139-0.301c-19.121,18.322-16.632,42.798-12.147,54.37c1.533,3.957,5.305,6.373,9.307,6.373c1.198,0,2.416-0.217,3.602-0.673c5.146-1.979,7.71-7.771,5.743-12.921c-0.294-0.768-7.017-18.958,7.334-32.709C136.818,292.027,136.953,285.697,133.132,281.709z'/%3E%3Cpath d='M424.352,1.575c-2.873-1.836-6.484-2.083-9.582-0.654C278.508,63.86,106.243,70.657,38.504,70.658c-14.302,0-22.583-0.327-22.665-0.33c-2.709-0.114-5.366,0.895-7.33,2.78c-1.963,1.886-3.073,4.49-3.073,7.212v50.329c0,5.366,4.234,9.775,9.596,9.992c0.35,0.014,8.728,0.346,23.473,0.346c0.004,0,0,0,0.005,0c35.104,0,97.766-1.809,169.261-12.063c0.586,3.135,1.776,8.553,3.931,15.082c-21.248,50.674-60.279,73.111-60.279,73.111c-39.679,6.899-74.103,35.509-86.327,76.662c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.698,37.028,44.435,65.048,52.759c10.333,3.069,20.864,4.565,31.295,4.565c29.118,0,57.442-11.656,78.428-33.254c4.343-4.472,4.239-11.615-0.229-15.958c-4.471-4.343-11.614-4.241-15.959,0.229c-22.627,23.29-56.006,32.021-87.105,22.78c-22.24-6.607-40.576-21.479-51.631-41.876c-11.055-20.398-13.505-43.879-6.897-66.119c13.639-45.91,62.086-72.164,107.997-58.525c5.971,1.773,12.258-1.629,14.032-7.604c1.774-5.976-1.63-12.257-7.604-14.032c-5.164-1.534-10.353-2.66-15.534-3.411c11.632-10.523,25.669-26.381,37.174-48.71c4.861,7.716,11.169,15.197,19.324,21.132c3.633,2.643,7.455,4.854,11.451,6.645c-1.031,0.704-2.057,1.417-3.062,2.157c-19.341,14.213-33.186,33.917-40.037,56.978c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.699,37.027,44.436,65.047,52.76c10.18,3.022,20.678,4.557,31.203,4.557c23.096,0,46.117-7.57,64.822-21.313c19.34-14.214,33.186-33.916,40.037-56.978c17.182-57.841-15.896-118.877-73.738-136.061c-10.178-3.023-20.676-4.557-31.203-4.557c-10.654,0-21.287,1.63-31.492,4.714c-11.555,0.569-21.391-2.174-29.871-8.318c-18.378-13.314-24.783-38.914-26.402-47.042c63.92-10.386,133.311-27.721,195.594-56.489c3.541-1.635,5.807-5.179,5.807-9.079V9.999C428.963,6.589,427.225,3.413,424.352,1.575z M315.329,199.112c8.35,0,16.688,1.219,24.777,3.623c45.91,13.639,72.166,62.085,58.527,107.996c-10.871,36.593-45.094,62.147-83.223,62.147c-8.35,0-16.684-1.218-24.775-3.622c-22.238-6.605-40.575-21.479-51.63-41.876c-11.056-20.396-13.505-43.879-6.897-66.119C242.978,224.669,277.2,199.112,315.329,199.112z M408.963,53.889c-135.314,60.493-303.681,67.097-370.458,67.097c-5.18,0-9.57-0.042-13.068-0.098V90.562c3.528,0.053,7.908,0.094,13.068,0.094c66.742-0.001,233.118-6.52,370.458-65.27V53.889z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-berries-orange, .button--3D.button--medium:hover .icon-berries, .button--3D.button--medium.active .icon-berries, .button--3D.button--green:hover .icon-berries, .button--3D.button--green.active .icon-berries, .button--medium:hover .button--caracteristic.icon-berries,
.button--medium.active .button--caracteristic.icon-berries {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='434.403px' height='434.403px' viewBox='0 0 434.403 434.403' style='enable-background:new 0 0 434.403 434.403;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Layer_3_12_'%3E%3Cg%3E%3Cpath d='M341.333,247.744c0.74,0.354,18.131,8.918,17.189,28.77c-0.262,5.518,4,10.201,9.516,10.462c0.162,0.009,0.322,0.012,0.482,0.012c5.305,0,9.727-4.171,9.98-9.526c1.254-26.49-17.408-42.512-28.633-47.803c-4.988-2.352-10.908-0.212-13.273,4.765C334.231,239.4,336.362,245.364,341.333,247.744z'/%3E%3Cpath d='M133.132,281.709c-3.821-3.988-10.15-4.121-14.139-0.301c-19.121,18.322-16.632,42.798-12.147,54.37c1.533,3.957,5.305,6.373,9.307,6.373c1.198,0,2.416-0.217,3.602-0.673c5.146-1.979,7.71-7.771,5.743-12.921c-0.294-0.768-7.017-18.958,7.334-32.709C136.818,292.027,136.953,285.697,133.132,281.709z'/%3E%3Cpath d='M424.352,1.575c-2.873-1.836-6.484-2.083-9.582-0.654C278.508,63.86,106.243,70.657,38.504,70.658c-14.302,0-22.583-0.327-22.665-0.33c-2.709-0.114-5.366,0.895-7.33,2.78c-1.963,1.886-3.073,4.49-3.073,7.212v50.329c0,5.366,4.234,9.775,9.596,9.992c0.35,0.014,8.728,0.346,23.473,0.346c0.004,0,0,0,0.005,0c35.104,0,97.766-1.809,169.261-12.063c0.586,3.135,1.776,8.553,3.931,15.082c-21.248,50.674-60.279,73.111-60.279,73.111c-39.679,6.899-74.103,35.509-86.327,76.662c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.698,37.028,44.435,65.048,52.759c10.333,3.069,20.864,4.565,31.295,4.565c29.118,0,57.442-11.656,78.428-33.254c4.343-4.472,4.239-11.615-0.229-15.958c-4.471-4.343-11.614-4.241-15.959,0.229c-22.627,23.29-56.006,32.021-87.105,22.78c-22.24-6.607-40.576-21.479-51.631-41.876c-11.055-20.398-13.505-43.879-6.897-66.119c13.639-45.91,62.086-72.164,107.997-58.525c5.971,1.773,12.258-1.629,14.032-7.604c1.774-5.976-1.63-12.257-7.604-14.032c-5.164-1.534-10.353-2.66-15.534-3.411c11.632-10.523,25.669-26.381,37.174-48.71c4.861,7.716,11.169,15.197,19.324,21.132c3.633,2.643,7.455,4.854,11.451,6.645c-1.031,0.704-2.057,1.417-3.062,2.157c-19.341,14.213-33.186,33.917-40.037,56.978c-8.323,28.019-5.237,57.603,8.689,83.301c13.928,25.699,37.027,44.436,65.047,52.76c10.18,3.022,20.678,4.557,31.203,4.557c23.096,0,46.117-7.57,64.822-21.313c19.34-14.214,33.186-33.916,40.037-56.978c17.182-57.841-15.896-118.877-73.738-136.061c-10.178-3.023-20.676-4.557-31.203-4.557c-10.654,0-21.287,1.63-31.492,4.714c-11.555,0.569-21.391-2.174-29.871-8.318c-18.378-13.314-24.783-38.914-26.402-47.042c63.92-10.386,133.311-27.721,195.594-56.489c3.541-1.635,5.807-5.179,5.807-9.079V9.999C428.963,6.589,427.225,3.413,424.352,1.575z M315.329,199.112c8.35,0,16.688,1.219,24.777,3.623c45.91,13.639,72.166,62.085,58.527,107.996c-10.871,36.593-45.094,62.147-83.223,62.147c-8.35,0-16.684-1.218-24.775-3.622c-22.238-6.605-40.575-21.479-51.63-41.876c-11.056-20.396-13.505-43.879-6.897-66.119C242.978,224.669,277.2,199.112,315.329,199.112z M408.963,53.889c-135.314,60.493-303.681,67.097-370.458,67.097c-5.18,0-9.57-0.042-13.068-0.098V90.562c3.528,0.053,7.908,0.094,13.068,0.094c66.742-0.001,233.118-6.52,370.458-65.27V53.889z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-flowers-grey, .button--input.icon-flowers {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.137 371.137' style='enable-background:new 0 0 371.137 371.137;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.71,257.014c-1.209-2.154-3.4-3.574-5.861-3.797c-7.23-0.658-14.15-0.992-20.563-0.992c-26.504,0-46.094,5.623-58.395,16.725v-69.205c1.643,0.094,3.301,0.148,4.973,0.148c21.566,0,40.996-7.604,53.303-20.859c11.082-11.936,16.197-28.24,14.793-47.152c-1.668-22.441-7.867-33.361-13.336-42.996c-2.457-4.326-4.777-8.414-6.533-13.359c-8.797-24.748,9.123-48.604,9.293-48.826c2.01-2.596,2.096-6.197,0.213-8.889c-1.883-2.689-5.297-3.842-8.424-2.846c-1.029,0.328-8.627,2.801-19.43,7.52L205.548,1.891c-1.879-1.668-4.471-2.283-6.896-1.643c-34.541,9.127-50.49,19.084-56.113,23.295c-1.664-0.685-16.861-6.146-20.303-7.141c-6.756-1.951-8.365-2.416-11.193-0.967c-2.092,1.072-3.559,3.062-3.967,5.375c-0.406,2.314,0.295,4.686,1.895,6.406c0.172,0.186,17.047,18.717,8.842,42.725c-0.912,2.67-2.262,5.783-3.824,9.391c-5.393,12.449-12.779,29.498-12.832,52.51c-0.043,18.402,5.838,33.604,17.475,45.18c18.912,18.813,46.525,21.932,60.262,22.225v46.678c-12.164-12.135-32.324-18.279-60.039-18.279c-6.414,0-13.332,0.334-20.564,0.992c-2.459,0.225-4.65,1.644-5.859,3.799c-1.209,2.152-1.281,4.764-0.191,6.98c19.918,40.506,42.416,61.045,66.871,61.049c0.004,0,0.006,0,0.008,0c8.037,0,14.775-2.352,19.775-4.953v68.125c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5v-42.729c4.797,2.256,10.947,4.137,18.135,4.137c24.455,0,46.955-20.541,66.873-61.051C279.989,261.778,279.919,259.168,278.71,257.014z M176.307,279.493c-2.834,2.133-9.061,5.973-17.191,5.973c-0.002,0-0.004,0-0.004,0c-16.17-0.002-32.715-14.695-48.191-42.648c2.727-0.113,5.375-0.172,7.932-0.172c25.262,0,43.123,5.656,51.648,16.357C176.714,266.799,176.714,275.532,176.307,279.493zM198.618,15.797l15.391,13.664c-9.154,4.684-19.225,10.527-29.018,17.564c-0.121-0.098-0.238-0.199-0.367-0.293c-8.836-6.357-17.699-11.539-25.816-15.693 M129.208,166.387c-8.693-8.649-13.086-20.26-13.053-34.51c0.045-19.92,6.449-34.703,11.596-46.582c1.619-3.738,3.148-7.268,4.254-10.502c5.365-15.697,2.928-29.51-1.121-39.693c11.277,4.219,26.525,11.098,41.82,21.592c-14.566,12.596-27.182,28.147-33.248,46.799c-10.314,31.723-4.131,53.391,2.873,65.98c1.926,3.465,4.021,6.436,6.094,8.979C141.575,175.793,134.804,171.954,129.208,166.387z M169.18,177.329c-0.156-0.107-0.27-0.18-0.434-0.275c-1.279-0.768-31.145-19.352-15.025-68.924c11.875-36.523,55.395-60.484,80.609-71.627c-4.385,11.609-7.295,27.391-1.375,44.047c2.197,6.184,4.955,11.043,7.623,15.742c5.145,9.063,10.004,17.621,11.422,36.701c1.104,14.854-2.539,26.91-10.826,35.836c-9.479,10.209-24.9,16.064-42.311,16.064C187.184,184.893,176.089,182.065,169.18,177.329z M212.026,310.045c-8.143,0-14.379-3.852-17.191-5.969c-0.412-3.992-0.4-12.709,5.803-20.494c8.525-10.701,26.385-16.357,51.648-16.357c2.557,0,5.205,0.057,7.932,0.172C244.739,295.352,228.194,310.045,212.026,310.045z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-flowers-brown, .no-touch .panel-menu-action.panel-menu-action--flowers:hover, .panel-menu-action.panel-menu-action--flowers.active, .button--caracteristic.icon-flowers:hover, .button--caracteristic.icon-flowers.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.137 371.137' style='enable-background:new 0 0 371.137 371.137;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.71,257.014c-1.209-2.154-3.4-3.574-5.861-3.797c-7.23-0.658-14.15-0.992-20.563-0.992c-26.504,0-46.094,5.623-58.395,16.725v-69.205c1.643,0.094,3.301,0.148,4.973,0.148c21.566,0,40.996-7.604,53.303-20.859c11.082-11.936,16.197-28.24,14.793-47.152c-1.668-22.441-7.867-33.361-13.336-42.996c-2.457-4.326-4.777-8.414-6.533-13.359c-8.797-24.748,9.123-48.604,9.293-48.826c2.01-2.596,2.096-6.197,0.213-8.889c-1.883-2.689-5.297-3.842-8.424-2.846c-1.029,0.328-8.627,2.801-19.43,7.52L205.548,1.891c-1.879-1.668-4.471-2.283-6.896-1.643c-34.541,9.127-50.49,19.084-56.113,23.295c-1.664-0.685-16.861-6.146-20.303-7.141c-6.756-1.951-8.365-2.416-11.193-0.967c-2.092,1.072-3.559,3.062-3.967,5.375c-0.406,2.314,0.295,4.686,1.895,6.406c0.172,0.186,17.047,18.717,8.842,42.725c-0.912,2.67-2.262,5.783-3.824,9.391c-5.393,12.449-12.779,29.498-12.832,52.51c-0.043,18.402,5.838,33.604,17.475,45.18c18.912,18.813,46.525,21.932,60.262,22.225v46.678c-12.164-12.135-32.324-18.279-60.039-18.279c-6.414,0-13.332,0.334-20.564,0.992c-2.459,0.225-4.65,1.644-5.859,3.799c-1.209,2.152-1.281,4.764-0.191,6.98c19.918,40.506,42.416,61.045,66.871,61.049c0.004,0,0.006,0,0.008,0c8.037,0,14.775-2.352,19.775-4.953v68.125c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5v-42.729c4.797,2.256,10.947,4.137,18.135,4.137c24.455,0,46.955-20.541,66.873-61.051C279.989,261.778,279.919,259.168,278.71,257.014z M176.307,279.493c-2.834,2.133-9.061,5.973-17.191,5.973c-0.002,0-0.004,0-0.004,0c-16.17-0.002-32.715-14.695-48.191-42.648c2.727-0.113,5.375-0.172,7.932-0.172c25.262,0,43.123,5.656,51.648,16.357C176.714,266.799,176.714,275.532,176.307,279.493zM198.618,15.797l15.391,13.664c-9.154,4.684-19.225,10.527-29.018,17.564c-0.121-0.098-0.238-0.199-0.367-0.293c-8.836-6.357-17.699-11.539-25.816-15.693 M129.208,166.387c-8.693-8.649-13.086-20.26-13.053-34.51c0.045-19.92,6.449-34.703,11.596-46.582c1.619-3.738,3.148-7.268,4.254-10.502c5.365-15.697,2.928-29.51-1.121-39.693c11.277,4.219,26.525,11.098,41.82,21.592c-14.566,12.596-27.182,28.147-33.248,46.799c-10.314,31.723-4.131,53.391,2.873,65.98c1.926,3.465,4.021,6.436,6.094,8.979C141.575,175.793,134.804,171.954,129.208,166.387z M169.18,177.329c-0.156-0.107-0.27-0.18-0.434-0.275c-1.279-0.768-31.145-19.352-15.025-68.924c11.875-36.523,55.395-60.484,80.609-71.627c-4.385,11.609-7.295,27.391-1.375,44.047c2.197,6.184,4.955,11.043,7.623,15.742c5.145,9.063,10.004,17.621,11.422,36.701c1.104,14.854-2.539,26.91-10.826,35.836c-9.479,10.209-24.9,16.064-42.311,16.064C187.184,184.893,176.089,182.065,169.18,177.329z M212.026,310.045c-8.143,0-14.379-3.852-17.191-5.969c-0.412-3.992-0.4-12.709,5.803-20.494c8.525-10.701,26.385-16.357,51.648-16.357c2.557,0,5.205,0.057,7.932,0.172C244.739,295.352,228.194,310.045,212.026,310.045z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-flowers-black, .icon-flowers, .panel-menu-action.panel-menu-action--flowers, .button--3D.button--medium .icon-flowers, .button--3D.button--green .icon-flowers, .button--input.icon-flowers:hover, .button--input.icon-flowers.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.137 371.137' style='enable-background:new 0 0 371.137 371.137;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.71,257.014c-1.209-2.154-3.4-3.574-5.861-3.797c-7.23-0.658-14.15-0.992-20.563-0.992c-26.504,0-46.094,5.623-58.395,16.725v-69.205c1.643,0.094,3.301,0.148,4.973,0.148c21.566,0,40.996-7.604,53.303-20.859c11.082-11.936,16.197-28.24,14.793-47.152c-1.668-22.441-7.867-33.361-13.336-42.996c-2.457-4.326-4.777-8.414-6.533-13.359c-8.797-24.748,9.123-48.604,9.293-48.826c2.01-2.596,2.096-6.197,0.213-8.889c-1.883-2.689-5.297-3.842-8.424-2.846c-1.029,0.328-8.627,2.801-19.43,7.52L205.548,1.891c-1.879-1.668-4.471-2.283-6.896-1.643c-34.541,9.127-50.49,19.084-56.113,23.295c-1.664-0.685-16.861-6.146-20.303-7.141c-6.756-1.951-8.365-2.416-11.193-0.967c-2.092,1.072-3.559,3.062-3.967,5.375c-0.406,2.314,0.295,4.686,1.895,6.406c0.172,0.186,17.047,18.717,8.842,42.725c-0.912,2.67-2.262,5.783-3.824,9.391c-5.393,12.449-12.779,29.498-12.832,52.51c-0.043,18.402,5.838,33.604,17.475,45.18c18.912,18.813,46.525,21.932,60.262,22.225v46.678c-12.164-12.135-32.324-18.279-60.039-18.279c-6.414,0-13.332,0.334-20.564,0.992c-2.459,0.225-4.65,1.644-5.859,3.799c-1.209,2.152-1.281,4.764-0.191,6.98c19.918,40.506,42.416,61.045,66.871,61.049c0.004,0,0.006,0,0.008,0c8.037,0,14.775-2.352,19.775-4.953v68.125c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5v-42.729c4.797,2.256,10.947,4.137,18.135,4.137c24.455,0,46.955-20.541,66.873-61.051C279.989,261.778,279.919,259.168,278.71,257.014z M176.307,279.493c-2.834,2.133-9.061,5.973-17.191,5.973c-0.002,0-0.004,0-0.004,0c-16.17-0.002-32.715-14.695-48.191-42.648c2.727-0.113,5.375-0.172,7.932-0.172c25.262,0,43.123,5.656,51.648,16.357C176.714,266.799,176.714,275.532,176.307,279.493zM198.618,15.797l15.391,13.664c-9.154,4.684-19.225,10.527-29.018,17.564c-0.121-0.098-0.238-0.199-0.367-0.293c-8.836-6.357-17.699-11.539-25.816-15.693 M129.208,166.387c-8.693-8.649-13.086-20.26-13.053-34.51c0.045-19.92,6.449-34.703,11.596-46.582c1.619-3.738,3.148-7.268,4.254-10.502c5.365-15.697,2.928-29.51-1.121-39.693c11.277,4.219,26.525,11.098,41.82,21.592c-14.566,12.596-27.182,28.147-33.248,46.799c-10.314,31.723-4.131,53.391,2.873,65.98c1.926,3.465,4.021,6.436,6.094,8.979C141.575,175.793,134.804,171.954,129.208,166.387z M169.18,177.329c-0.156-0.107-0.27-0.18-0.434-0.275c-1.279-0.768-31.145-19.352-15.025-68.924c11.875-36.523,55.395-60.484,80.609-71.627c-4.385,11.609-7.295,27.391-1.375,44.047c2.197,6.184,4.955,11.043,7.623,15.742c5.145,9.063,10.004,17.621,11.422,36.701c1.104,14.854-2.539,26.91-10.826,35.836c-9.479,10.209-24.9,16.064-42.311,16.064C187.184,184.893,176.089,182.065,169.18,177.329z M212.026,310.045c-8.143,0-14.379-3.852-17.191-5.969c-0.412-3.992-0.4-12.709,5.803-20.494c8.525-10.701,26.385-16.357,51.648-16.357c2.557,0,5.205,0.057,7.932,0.172C244.739,295.352,228.194,310.045,212.026,310.045z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-flowers-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.137 371.137' style='enable-background:new 0 0 371.137 371.137;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.71,257.014c-1.209-2.154-3.4-3.574-5.861-3.797c-7.23-0.658-14.15-0.992-20.563-0.992c-26.504,0-46.094,5.623-58.395,16.725v-69.205c1.643,0.094,3.301,0.148,4.973,0.148c21.566,0,40.996-7.604,53.303-20.859c11.082-11.936,16.197-28.24,14.793-47.152c-1.668-22.441-7.867-33.361-13.336-42.996c-2.457-4.326-4.777-8.414-6.533-13.359c-8.797-24.748,9.123-48.604,9.293-48.826c2.01-2.596,2.096-6.197,0.213-8.889c-1.883-2.689-5.297-3.842-8.424-2.846c-1.029,0.328-8.627,2.801-19.43,7.52L205.548,1.891c-1.879-1.668-4.471-2.283-6.896-1.643c-34.541,9.127-50.49,19.084-56.113,23.295c-1.664-0.685-16.861-6.146-20.303-7.141c-6.756-1.951-8.365-2.416-11.193-0.967c-2.092,1.072-3.559,3.062-3.967,5.375c-0.406,2.314,0.295,4.686,1.895,6.406c0.172,0.186,17.047,18.717,8.842,42.725c-0.912,2.67-2.262,5.783-3.824,9.391c-5.393,12.449-12.779,29.498-12.832,52.51c-0.043,18.402,5.838,33.604,17.475,45.18c18.912,18.813,46.525,21.932,60.262,22.225v46.678c-12.164-12.135-32.324-18.279-60.039-18.279c-6.414,0-13.332,0.334-20.564,0.992c-2.459,0.225-4.65,1.644-5.859,3.799c-1.209,2.152-1.281,4.764-0.191,6.98c19.918,40.506,42.416,61.045,66.871,61.049c0.004,0,0.006,0,0.008,0c8.037,0,14.775-2.352,19.775-4.953v68.125c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5v-42.729c4.797,2.256,10.947,4.137,18.135,4.137c24.455,0,46.955-20.541,66.873-61.051C279.989,261.778,279.919,259.168,278.71,257.014z M176.307,279.493c-2.834,2.133-9.061,5.973-17.191,5.973c-0.002,0-0.004,0-0.004,0c-16.17-0.002-32.715-14.695-48.191-42.648c2.727-0.113,5.375-0.172,7.932-0.172c25.262,0,43.123,5.656,51.648,16.357C176.714,266.799,176.714,275.532,176.307,279.493zM198.618,15.797l15.391,13.664c-9.154,4.684-19.225,10.527-29.018,17.564c-0.121-0.098-0.238-0.199-0.367-0.293c-8.836-6.357-17.699-11.539-25.816-15.693 M129.208,166.387c-8.693-8.649-13.086-20.26-13.053-34.51c0.045-19.92,6.449-34.703,11.596-46.582c1.619-3.738,3.148-7.268,4.254-10.502c5.365-15.697,2.928-29.51-1.121-39.693c11.277,4.219,26.525,11.098,41.82,21.592c-14.566,12.596-27.182,28.147-33.248,46.799c-10.314,31.723-4.131,53.391,2.873,65.98c1.926,3.465,4.021,6.436,6.094,8.979C141.575,175.793,134.804,171.954,129.208,166.387z M169.18,177.329c-0.156-0.107-0.27-0.18-0.434-0.275c-1.279-0.768-31.145-19.352-15.025-68.924c11.875-36.523,55.395-60.484,80.609-71.627c-4.385,11.609-7.295,27.391-1.375,44.047c2.197,6.184,4.955,11.043,7.623,15.742c5.145,9.063,10.004,17.621,11.422,36.701c1.104,14.854-2.539,26.91-10.826,35.836c-9.479,10.209-24.9,16.064-42.311,16.064C187.184,184.893,176.089,182.065,169.18,177.329z M212.026,310.045c-8.143,0-14.379-3.852-17.191-5.969c-0.412-3.992-0.4-12.709,5.803-20.494c8.525-10.701,26.385-16.357,51.648-16.357c2.557,0,5.205,0.057,7.932,0.172C244.739,295.352,228.194,310.045,212.026,310.045z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-flowers-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.137 371.137' style='enable-background:new 0 0 371.137 371.137;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.71,257.014c-1.209-2.154-3.4-3.574-5.861-3.797c-7.23-0.658-14.15-0.992-20.563-0.992c-26.504,0-46.094,5.623-58.395,16.725v-69.205c1.643,0.094,3.301,0.148,4.973,0.148c21.566,0,40.996-7.604,53.303-20.859c11.082-11.936,16.197-28.24,14.793-47.152c-1.668-22.441-7.867-33.361-13.336-42.996c-2.457-4.326-4.777-8.414-6.533-13.359c-8.797-24.748,9.123-48.604,9.293-48.826c2.01-2.596,2.096-6.197,0.213-8.889c-1.883-2.689-5.297-3.842-8.424-2.846c-1.029,0.328-8.627,2.801-19.43,7.52L205.548,1.891c-1.879-1.668-4.471-2.283-6.896-1.643c-34.541,9.127-50.49,19.084-56.113,23.295c-1.664-0.685-16.861-6.146-20.303-7.141c-6.756-1.951-8.365-2.416-11.193-0.967c-2.092,1.072-3.559,3.062-3.967,5.375c-0.406,2.314,0.295,4.686,1.895,6.406c0.172,0.186,17.047,18.717,8.842,42.725c-0.912,2.67-2.262,5.783-3.824,9.391c-5.393,12.449-12.779,29.498-12.832,52.51c-0.043,18.402,5.838,33.604,17.475,45.18c18.912,18.813,46.525,21.932,60.262,22.225v46.678c-12.164-12.135-32.324-18.279-60.039-18.279c-6.414,0-13.332,0.334-20.564,0.992c-2.459,0.225-4.65,1.644-5.859,3.799c-1.209,2.152-1.281,4.764-0.191,6.98c19.918,40.506,42.416,61.045,66.871,61.049c0.004,0,0.006,0,0.008,0c8.037,0,14.775-2.352,19.775-4.953v68.125c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5v-42.729c4.797,2.256,10.947,4.137,18.135,4.137c24.455,0,46.955-20.541,66.873-61.051C279.989,261.778,279.919,259.168,278.71,257.014z M176.307,279.493c-2.834,2.133-9.061,5.973-17.191,5.973c-0.002,0-0.004,0-0.004,0c-16.17-0.002-32.715-14.695-48.191-42.648c2.727-0.113,5.375-0.172,7.932-0.172c25.262,0,43.123,5.656,51.648,16.357C176.714,266.799,176.714,275.532,176.307,279.493zM198.618,15.797l15.391,13.664c-9.154,4.684-19.225,10.527-29.018,17.564c-0.121-0.098-0.238-0.199-0.367-0.293c-8.836-6.357-17.699-11.539-25.816-15.693 M129.208,166.387c-8.693-8.649-13.086-20.26-13.053-34.51c0.045-19.92,6.449-34.703,11.596-46.582c1.619-3.738,3.148-7.268,4.254-10.502c5.365-15.697,2.928-29.51-1.121-39.693c11.277,4.219,26.525,11.098,41.82,21.592c-14.566,12.596-27.182,28.147-33.248,46.799c-10.314,31.723-4.131,53.391,2.873,65.98c1.926,3.465,4.021,6.436,6.094,8.979C141.575,175.793,134.804,171.954,129.208,166.387z M169.18,177.329c-0.156-0.107-0.27-0.18-0.434-0.275c-1.279-0.768-31.145-19.352-15.025-68.924c11.875-36.523,55.395-60.484,80.609-71.627c-4.385,11.609-7.295,27.391-1.375,44.047c2.197,6.184,4.955,11.043,7.623,15.742c5.145,9.063,10.004,17.621,11.422,36.701c1.104,14.854-2.539,26.91-10.826,35.836c-9.479,10.209-24.9,16.064-42.311,16.064C187.184,184.893,176.089,182.065,169.18,177.329z M212.026,310.045c-8.143,0-14.379-3.852-17.191-5.969c-0.412-3.992-0.4-12.709,5.803-20.494c8.525-10.701,26.385-16.357,51.648-16.357c2.557,0,5.205,0.057,7.932,0.172C244.739,295.352,228.194,310.045,212.026,310.045z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-flowers-orange, .button--3D.button--medium:hover .icon-flowers, .button--3D.button--medium.active .icon-flowers, .button--3D.button--green:hover .icon-flowers, .button--3D.button--green.active .icon-flowers, .button--medium:hover .button--caracteristic.icon-flowers,
.button--medium.active .button--caracteristic.icon-flowers {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.137 371.137' style='enable-background:new 0 0 371.137 371.137;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.71,257.014c-1.209-2.154-3.4-3.574-5.861-3.797c-7.23-0.658-14.15-0.992-20.563-0.992c-26.504,0-46.094,5.623-58.395,16.725v-69.205c1.643,0.094,3.301,0.148,4.973,0.148c21.566,0,40.996-7.604,53.303-20.859c11.082-11.936,16.197-28.24,14.793-47.152c-1.668-22.441-7.867-33.361-13.336-42.996c-2.457-4.326-4.777-8.414-6.533-13.359c-8.797-24.748,9.123-48.604,9.293-48.826c2.01-2.596,2.096-6.197,0.213-8.889c-1.883-2.689-5.297-3.842-8.424-2.846c-1.029,0.328-8.627,2.801-19.43,7.52L205.548,1.891c-1.879-1.668-4.471-2.283-6.896-1.643c-34.541,9.127-50.49,19.084-56.113,23.295c-1.664-0.685-16.861-6.146-20.303-7.141c-6.756-1.951-8.365-2.416-11.193-0.967c-2.092,1.072-3.559,3.062-3.967,5.375c-0.406,2.314,0.295,4.686,1.895,6.406c0.172,0.186,17.047,18.717,8.842,42.725c-0.912,2.67-2.262,5.783-3.824,9.391c-5.393,12.449-12.779,29.498-12.832,52.51c-0.043,18.402,5.838,33.604,17.475,45.18c18.912,18.813,46.525,21.932,60.262,22.225v46.678c-12.164-12.135-32.324-18.279-60.039-18.279c-6.414,0-13.332,0.334-20.564,0.992c-2.459,0.225-4.65,1.644-5.859,3.799c-1.209,2.152-1.281,4.764-0.191,6.98c19.918,40.506,42.416,61.045,66.871,61.049c0.004,0,0.006,0,0.008,0c8.037,0,14.775-2.352,19.775-4.953v68.125c0,4.142,3.357,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5v-42.729c4.797,2.256,10.947,4.137,18.135,4.137c24.455,0,46.955-20.541,66.873-61.051C279.989,261.778,279.919,259.168,278.71,257.014z M176.307,279.493c-2.834,2.133-9.061,5.973-17.191,5.973c-0.002,0-0.004,0-0.004,0c-16.17-0.002-32.715-14.695-48.191-42.648c2.727-0.113,5.375-0.172,7.932-0.172c25.262,0,43.123,5.656,51.648,16.357C176.714,266.799,176.714,275.532,176.307,279.493zM198.618,15.797l15.391,13.664c-9.154,4.684-19.225,10.527-29.018,17.564c-0.121-0.098-0.238-0.199-0.367-0.293c-8.836-6.357-17.699-11.539-25.816-15.693 M129.208,166.387c-8.693-8.649-13.086-20.26-13.053-34.51c0.045-19.92,6.449-34.703,11.596-46.582c1.619-3.738,3.148-7.268,4.254-10.502c5.365-15.697,2.928-29.51-1.121-39.693c11.277,4.219,26.525,11.098,41.82,21.592c-14.566,12.596-27.182,28.147-33.248,46.799c-10.314,31.723-4.131,53.391,2.873,65.98c1.926,3.465,4.021,6.436,6.094,8.979C141.575,175.793,134.804,171.954,129.208,166.387z M169.18,177.329c-0.156-0.107-0.27-0.18-0.434-0.275c-1.279-0.768-31.145-19.352-15.025-68.924c11.875-36.523,55.395-60.484,80.609-71.627c-4.385,11.609-7.295,27.391-1.375,44.047c2.197,6.184,4.955,11.043,7.623,15.742c5.145,9.063,10.004,17.621,11.422,36.701c1.104,14.854-2.539,26.91-10.826,35.836c-9.479,10.209-24.9,16.064-42.311,16.064C187.184,184.893,176.089,182.065,169.18,177.329z M212.026,310.045c-8.143,0-14.379-3.852-17.191-5.969c-0.412-3.992-0.4-12.709,5.803-20.494c8.525-10.701,26.385-16.357,51.648-16.357c2.557,0,5.205,0.057,7.932,0.172C244.739,295.352,228.194,310.045,212.026,310.045z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-seeds-grey, .button--input.icon-seeds {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='195.643px' height='195.643px' viewBox='0 0 195.643 195.643' style='enable-background:new 0 0 195.643 195.643;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M140.077,83.148c-6.262-5.114-14.408-7.817-23.561-7.817c-2.081,0-4.226,0.141-6.406,0.415c-1.443-6.771-4.145-12.974-6.984-19.485c-5.834-13.367-14.315-24.8-24.525-33.061c-10.216-8.266-21.22-12.635-31.822-12.635c-4.931,0-9.652,0.969-14.033,2.882c-11.815,5.162-19.97,16.559-22.96,32.091c-2.901,15.07-0.583,32.341,6.531,48.633c6.706,15.319,17.428,28.571,29.685,36.789c-8.723,23.075-5.398,44.995,8.891,56.653c6.438,5.252,14.707,8.029,23.911,8.029l0,0c18.913,0,40.137-11.623,55.387-30.33c11.236-13.773,18.116-29.783,19.372-45.082C154.854,104.47,150.065,91.3,140.077,83.148zM70.48,95.348c-1.694-2.413-3.517-4.644-5.664-6.936c-0.045-0.048-0.092-0.095-0.14-0.142C41.722,66.501,38.318,52.995,39.506,45.498c0.259-1.638,0.749-3.065,1.359-4.297c-0.108,3.059,0.256,5.881,1.318,8.557c1.898,4.787,5.694,8.637,11.438,14.467c3.863,3.92,8.672,8.797,14.534,15.578c3.362,3.885,5.857,7.314,7.854,10.817C74.185,92.054,72.35,93.623,70.48,95.348z M22.5,91.467c-13.381-30.645-7.572-62.87,12.946-71.834c3.523-1.538,7.335-2.318,11.331-2.318c18.832,0,39.459,17.125,50.161,41.645c2.78,6.375,5.237,12.006,6.538,18.018c-7.547,1.844-15.042,5.149-21.958,9.683c-2.151-3.673-4.789-7.267-8.256-11.274c-6.006-6.946-10.9-11.911-14.832-15.901c-11.021-11.181-12.714-12.9-9.369-27.095c0.296-1.255-0.15-2.569-1.147-3.386s-2.373-0.993-3.546-0.456c-0.393,0.181-9.648,4.547-11.503,15.731c-2.195,13.243,6.92,29.668,27.094,48.818c2.154,2.307,3.946,4.542,5.618,7.023c-1.625,1.662-3.252,3.431-4.786,5.324c-4.828,5.91-8.887,12.353-12.101,19.176C37.926,117.064,28.505,105.186,22.5,91.467zM128.957,161.046c-14.003,17.177-33.221,27.847-50.156,27.847c-7.631,0-14.424-2.252-19.646-6.51c-12.51-10.206-14.729-30.438-5.763-51.738c3.397-7.752,7.276-14.24,11.869-19.839c2.288-2.827,4.253-5.062,6.104-6.938c0.227-0.225,0.454-0.453,0.688-0.682c0.038-0.037,0.076-0.076,0.114-0.113c0.318-0.315,0.645-0.633,0.978-0.959c3.182-3.086,6.212-5.659,9.238-7.853c8.165-5.693,17.494-9.832,25.615-11.359l0.004-0.001c2.924-0.543,5.789-0.819,8.514-0.819c7.686,0,14.177,2.118,19.292,6.296C153.164,102.542,150.092,135.141,128.957,161.046z'/%3E%3Cpath d='M104.111,103.339c-6.57,5.628-12.329,14.249-17.109,25.614c-2.13,5.025-3.82,9.73-5.318,14.806c-8.332,23.381-21.456,24.533-21.968,24.569c-1.497,0.023-2.756,1.027-3.156,2.471s0.242,2.975,1.513,3.766c0.213,0.133,5.306,3.25,12.506,3.25c9.464,0,22.862-5.262,32.954-30.322l1.521-3.78c11.607-28.892,14.023-34.903,33.048-39.636c1.351-0.336,2.358-1.469,2.533-2.85c0.175-1.382-0.517-2.729-1.739-3.393c-0.223-0.121-5.542-2.957-13.162-2.957C117.926,94.877,110.65,97.725,104.111,103.339z M98.789,141.195l-1.518,3.774c-6.874,17.071-16.104,26.095-26.692,26.095c-0.024,0-0.051,0-0.075,0c5.696-3.76,12.568-11.039,17.572-25.133c0.021-0.059,0.04-0.117,0.058-0.176c1.429-4.855,3.045-9.357,5.087-14.176c4.374-10.398,9.516-18.176,15.285-23.116c4.942-4.245,10.337-6.531,16.047-6.808C112.232,107.738,108.063,118.113,98.789,141.195z'/%3E%3Cpath d='M159.659,36.323c-2.941-2.045-5.423-3.691-7.611-5.144c-10.667-7.079-10.871-7.214-10.285-17.038c0.079-1.312-0.612-2.55-1.77-3.173c-1.156-0.623-2.569-0.518-3.623,0.27c-0.312,0.234-7.641,5.832-6.99,15c0.622,8.775,8.28,17.256,22.763,25.208c10.69,6.766,11.102,11.205,10.573,12.355c-0.529,1.15-0.147,2.797,0.996,3.802c1.429,1.257,3.588,0.419,4.246-0.07c0.236-0.176,5.799-4.394,5.682-11.649C173.535,49.275,168.832,42.694,159.659,36.323zM155.658,45.681c-0.059-0.037-0.117-0.072-0.178-0.105c-15.39-8.43-19.022-15.395-19.361-19.753c-0.006-0.08-0.011-0.16-0.015-0.239c1.693,4.07,5.357,6.668,12.212,11.218c2.161,1.434,4.609,3.059,7.492,5.063c7.111,4.94,10.941,9.78,11.081,14.001C164.902,52.841,161.475,49.348,155.658,45.681z'/%3E%3Cpath d='M177.05,19.938C168.029,7.639,154.511,0,141.77,0c-6.157,0-11.87,1.802-16.523,5.213c-14.701,10.794-15.382,34.944-1.517,53.836c9.023,12.295,22.543,19.933,35.285,19.934h0.003c6.156,0,11.871-1.803,16.526-5.214c7.269-5.333,11.362-13.974,11.527-24.33C187.23,39.43,183.671,28.952,177.05,19.938z M171.553,68.325c-3.539,2.593-7.756,3.907-12.535,3.907h-0.002c-10.633-0.001-22.069-6.583-29.844-17.177c-11.663-15.891-11.633-35.81,0.067-44.4c3.486-2.555,7.819-3.905,12.531-3.905c10.632,0,22.065,6.583,29.838,17.183c5.756,7.835,8.851,16.855,8.714,25.399C180.191,57.526,177.075,64.272,171.553,68.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-seeds-brown, .no-touch .panel-menu-action.panel-menu-action--seeds:hover, .panel-menu-action.panel-menu-action--seeds.active, .button--caracteristic.icon-seeds:hover, .button--caracteristic.icon-seeds.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='195.643px' height='195.643px' viewBox='0 0 195.643 195.643' style='enable-background:new 0 0 195.643 195.643;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M140.077,83.148c-6.262-5.114-14.408-7.817-23.561-7.817c-2.081,0-4.226,0.141-6.406,0.415c-1.443-6.771-4.145-12.974-6.984-19.485c-5.834-13.367-14.315-24.8-24.525-33.061c-10.216-8.266-21.22-12.635-31.822-12.635c-4.931,0-9.652,0.969-14.033,2.882c-11.815,5.162-19.97,16.559-22.96,32.091c-2.901,15.07-0.583,32.341,6.531,48.633c6.706,15.319,17.428,28.571,29.685,36.789c-8.723,23.075-5.398,44.995,8.891,56.653c6.438,5.252,14.707,8.029,23.911,8.029l0,0c18.913,0,40.137-11.623,55.387-30.33c11.236-13.773,18.116-29.783,19.372-45.082C154.854,104.47,150.065,91.3,140.077,83.148zM70.48,95.348c-1.694-2.413-3.517-4.644-5.664-6.936c-0.045-0.048-0.092-0.095-0.14-0.142C41.722,66.501,38.318,52.995,39.506,45.498c0.259-1.638,0.749-3.065,1.359-4.297c-0.108,3.059,0.256,5.881,1.318,8.557c1.898,4.787,5.694,8.637,11.438,14.467c3.863,3.92,8.672,8.797,14.534,15.578c3.362,3.885,5.857,7.314,7.854,10.817C74.185,92.054,72.35,93.623,70.48,95.348z M22.5,91.467c-13.381-30.645-7.572-62.87,12.946-71.834c3.523-1.538,7.335-2.318,11.331-2.318c18.832,0,39.459,17.125,50.161,41.645c2.78,6.375,5.237,12.006,6.538,18.018c-7.547,1.844-15.042,5.149-21.958,9.683c-2.151-3.673-4.789-7.267-8.256-11.274c-6.006-6.946-10.9-11.911-14.832-15.901c-11.021-11.181-12.714-12.9-9.369-27.095c0.296-1.255-0.15-2.569-1.147-3.386s-2.373-0.993-3.546-0.456c-0.393,0.181-9.648,4.547-11.503,15.731c-2.195,13.243,6.92,29.668,27.094,48.818c2.154,2.307,3.946,4.542,5.618,7.023c-1.625,1.662-3.252,3.431-4.786,5.324c-4.828,5.91-8.887,12.353-12.101,19.176C37.926,117.064,28.505,105.186,22.5,91.467zM128.957,161.046c-14.003,17.177-33.221,27.847-50.156,27.847c-7.631,0-14.424-2.252-19.646-6.51c-12.51-10.206-14.729-30.438-5.763-51.738c3.397-7.752,7.276-14.24,11.869-19.839c2.288-2.827,4.253-5.062,6.104-6.938c0.227-0.225,0.454-0.453,0.688-0.682c0.038-0.037,0.076-0.076,0.114-0.113c0.318-0.315,0.645-0.633,0.978-0.959c3.182-3.086,6.212-5.659,9.238-7.853c8.165-5.693,17.494-9.832,25.615-11.359l0.004-0.001c2.924-0.543,5.789-0.819,8.514-0.819c7.686,0,14.177,2.118,19.292,6.296C153.164,102.542,150.092,135.141,128.957,161.046z'/%3E%3Cpath d='M104.111,103.339c-6.57,5.628-12.329,14.249-17.109,25.614c-2.13,5.025-3.82,9.73-5.318,14.806c-8.332,23.381-21.456,24.533-21.968,24.569c-1.497,0.023-2.756,1.027-3.156,2.471s0.242,2.975,1.513,3.766c0.213,0.133,5.306,3.25,12.506,3.25c9.464,0,22.862-5.262,32.954-30.322l1.521-3.78c11.607-28.892,14.023-34.903,33.048-39.636c1.351-0.336,2.358-1.469,2.533-2.85c0.175-1.382-0.517-2.729-1.739-3.393c-0.223-0.121-5.542-2.957-13.162-2.957C117.926,94.877,110.65,97.725,104.111,103.339z M98.789,141.195l-1.518,3.774c-6.874,17.071-16.104,26.095-26.692,26.095c-0.024,0-0.051,0-0.075,0c5.696-3.76,12.568-11.039,17.572-25.133c0.021-0.059,0.04-0.117,0.058-0.176c1.429-4.855,3.045-9.357,5.087-14.176c4.374-10.398,9.516-18.176,15.285-23.116c4.942-4.245,10.337-6.531,16.047-6.808C112.232,107.738,108.063,118.113,98.789,141.195z'/%3E%3Cpath d='M159.659,36.323c-2.941-2.045-5.423-3.691-7.611-5.144c-10.667-7.079-10.871-7.214-10.285-17.038c0.079-1.312-0.612-2.55-1.77-3.173c-1.156-0.623-2.569-0.518-3.623,0.27c-0.312,0.234-7.641,5.832-6.99,15c0.622,8.775,8.28,17.256,22.763,25.208c10.69,6.766,11.102,11.205,10.573,12.355c-0.529,1.15-0.147,2.797,0.996,3.802c1.429,1.257,3.588,0.419,4.246-0.07c0.236-0.176,5.799-4.394,5.682-11.649C173.535,49.275,168.832,42.694,159.659,36.323zM155.658,45.681c-0.059-0.037-0.117-0.072-0.178-0.105c-15.39-8.43-19.022-15.395-19.361-19.753c-0.006-0.08-0.011-0.16-0.015-0.239c1.693,4.07,5.357,6.668,12.212,11.218c2.161,1.434,4.609,3.059,7.492,5.063c7.111,4.94,10.941,9.78,11.081,14.001C164.902,52.841,161.475,49.348,155.658,45.681z'/%3E%3Cpath d='M177.05,19.938C168.029,7.639,154.511,0,141.77,0c-6.157,0-11.87,1.802-16.523,5.213c-14.701,10.794-15.382,34.944-1.517,53.836c9.023,12.295,22.543,19.933,35.285,19.934h0.003c6.156,0,11.871-1.803,16.526-5.214c7.269-5.333,11.362-13.974,11.527-24.33C187.23,39.43,183.671,28.952,177.05,19.938z M171.553,68.325c-3.539,2.593-7.756,3.907-12.535,3.907h-0.002c-10.633-0.001-22.069-6.583-29.844-17.177c-11.663-15.891-11.633-35.81,0.067-44.4c3.486-2.555,7.819-3.905,12.531-3.905c10.632,0,22.065,6.583,29.838,17.183c5.756,7.835,8.851,16.855,8.714,25.399C180.191,57.526,177.075,64.272,171.553,68.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-seeds-black, .icon-seeds, .panel-menu-action.panel-menu-action--seeds, .button--3D.button--medium .icon-seeds, .button--3D.button--green .icon-seeds, .button--input.icon-seeds:hover, .button--input.icon-seeds.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='195.643px' height='195.643px' viewBox='0 0 195.643 195.643' style='enable-background:new 0 0 195.643 195.643;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M140.077,83.148c-6.262-5.114-14.408-7.817-23.561-7.817c-2.081,0-4.226,0.141-6.406,0.415c-1.443-6.771-4.145-12.974-6.984-19.485c-5.834-13.367-14.315-24.8-24.525-33.061c-10.216-8.266-21.22-12.635-31.822-12.635c-4.931,0-9.652,0.969-14.033,2.882c-11.815,5.162-19.97,16.559-22.96,32.091c-2.901,15.07-0.583,32.341,6.531,48.633c6.706,15.319,17.428,28.571,29.685,36.789c-8.723,23.075-5.398,44.995,8.891,56.653c6.438,5.252,14.707,8.029,23.911,8.029l0,0c18.913,0,40.137-11.623,55.387-30.33c11.236-13.773,18.116-29.783,19.372-45.082C154.854,104.47,150.065,91.3,140.077,83.148zM70.48,95.348c-1.694-2.413-3.517-4.644-5.664-6.936c-0.045-0.048-0.092-0.095-0.14-0.142C41.722,66.501,38.318,52.995,39.506,45.498c0.259-1.638,0.749-3.065,1.359-4.297c-0.108,3.059,0.256,5.881,1.318,8.557c1.898,4.787,5.694,8.637,11.438,14.467c3.863,3.92,8.672,8.797,14.534,15.578c3.362,3.885,5.857,7.314,7.854,10.817C74.185,92.054,72.35,93.623,70.48,95.348z M22.5,91.467c-13.381-30.645-7.572-62.87,12.946-71.834c3.523-1.538,7.335-2.318,11.331-2.318c18.832,0,39.459,17.125,50.161,41.645c2.78,6.375,5.237,12.006,6.538,18.018c-7.547,1.844-15.042,5.149-21.958,9.683c-2.151-3.673-4.789-7.267-8.256-11.274c-6.006-6.946-10.9-11.911-14.832-15.901c-11.021-11.181-12.714-12.9-9.369-27.095c0.296-1.255-0.15-2.569-1.147-3.386s-2.373-0.993-3.546-0.456c-0.393,0.181-9.648,4.547-11.503,15.731c-2.195,13.243,6.92,29.668,27.094,48.818c2.154,2.307,3.946,4.542,5.618,7.023c-1.625,1.662-3.252,3.431-4.786,5.324c-4.828,5.91-8.887,12.353-12.101,19.176C37.926,117.064,28.505,105.186,22.5,91.467zM128.957,161.046c-14.003,17.177-33.221,27.847-50.156,27.847c-7.631,0-14.424-2.252-19.646-6.51c-12.51-10.206-14.729-30.438-5.763-51.738c3.397-7.752,7.276-14.24,11.869-19.839c2.288-2.827,4.253-5.062,6.104-6.938c0.227-0.225,0.454-0.453,0.688-0.682c0.038-0.037,0.076-0.076,0.114-0.113c0.318-0.315,0.645-0.633,0.978-0.959c3.182-3.086,6.212-5.659,9.238-7.853c8.165-5.693,17.494-9.832,25.615-11.359l0.004-0.001c2.924-0.543,5.789-0.819,8.514-0.819c7.686,0,14.177,2.118,19.292,6.296C153.164,102.542,150.092,135.141,128.957,161.046z'/%3E%3Cpath d='M104.111,103.339c-6.57,5.628-12.329,14.249-17.109,25.614c-2.13,5.025-3.82,9.73-5.318,14.806c-8.332,23.381-21.456,24.533-21.968,24.569c-1.497,0.023-2.756,1.027-3.156,2.471s0.242,2.975,1.513,3.766c0.213,0.133,5.306,3.25,12.506,3.25c9.464,0,22.862-5.262,32.954-30.322l1.521-3.78c11.607-28.892,14.023-34.903,33.048-39.636c1.351-0.336,2.358-1.469,2.533-2.85c0.175-1.382-0.517-2.729-1.739-3.393c-0.223-0.121-5.542-2.957-13.162-2.957C117.926,94.877,110.65,97.725,104.111,103.339z M98.789,141.195l-1.518,3.774c-6.874,17.071-16.104,26.095-26.692,26.095c-0.024,0-0.051,0-0.075,0c5.696-3.76,12.568-11.039,17.572-25.133c0.021-0.059,0.04-0.117,0.058-0.176c1.429-4.855,3.045-9.357,5.087-14.176c4.374-10.398,9.516-18.176,15.285-23.116c4.942-4.245,10.337-6.531,16.047-6.808C112.232,107.738,108.063,118.113,98.789,141.195z'/%3E%3Cpath d='M159.659,36.323c-2.941-2.045-5.423-3.691-7.611-5.144c-10.667-7.079-10.871-7.214-10.285-17.038c0.079-1.312-0.612-2.55-1.77-3.173c-1.156-0.623-2.569-0.518-3.623,0.27c-0.312,0.234-7.641,5.832-6.99,15c0.622,8.775,8.28,17.256,22.763,25.208c10.69,6.766,11.102,11.205,10.573,12.355c-0.529,1.15-0.147,2.797,0.996,3.802c1.429,1.257,3.588,0.419,4.246-0.07c0.236-0.176,5.799-4.394,5.682-11.649C173.535,49.275,168.832,42.694,159.659,36.323zM155.658,45.681c-0.059-0.037-0.117-0.072-0.178-0.105c-15.39-8.43-19.022-15.395-19.361-19.753c-0.006-0.08-0.011-0.16-0.015-0.239c1.693,4.07,5.357,6.668,12.212,11.218c2.161,1.434,4.609,3.059,7.492,5.063c7.111,4.94,10.941,9.78,11.081,14.001C164.902,52.841,161.475,49.348,155.658,45.681z'/%3E%3Cpath d='M177.05,19.938C168.029,7.639,154.511,0,141.77,0c-6.157,0-11.87,1.802-16.523,5.213c-14.701,10.794-15.382,34.944-1.517,53.836c9.023,12.295,22.543,19.933,35.285,19.934h0.003c6.156,0,11.871-1.803,16.526-5.214c7.269-5.333,11.362-13.974,11.527-24.33C187.23,39.43,183.671,28.952,177.05,19.938z M171.553,68.325c-3.539,2.593-7.756,3.907-12.535,3.907h-0.002c-10.633-0.001-22.069-6.583-29.844-17.177c-11.663-15.891-11.633-35.81,0.067-44.4c3.486-2.555,7.819-3.905,12.531-3.905c10.632,0,22.065,6.583,29.838,17.183c5.756,7.835,8.851,16.855,8.714,25.399C180.191,57.526,177.075,64.272,171.553,68.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-seeds-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='195.643px' height='195.643px' viewBox='0 0 195.643 195.643' style='enable-background:new 0 0 195.643 195.643;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M140.077,83.148c-6.262-5.114-14.408-7.817-23.561-7.817c-2.081,0-4.226,0.141-6.406,0.415c-1.443-6.771-4.145-12.974-6.984-19.485c-5.834-13.367-14.315-24.8-24.525-33.061c-10.216-8.266-21.22-12.635-31.822-12.635c-4.931,0-9.652,0.969-14.033,2.882c-11.815,5.162-19.97,16.559-22.96,32.091c-2.901,15.07-0.583,32.341,6.531,48.633c6.706,15.319,17.428,28.571,29.685,36.789c-8.723,23.075-5.398,44.995,8.891,56.653c6.438,5.252,14.707,8.029,23.911,8.029l0,0c18.913,0,40.137-11.623,55.387-30.33c11.236-13.773,18.116-29.783,19.372-45.082C154.854,104.47,150.065,91.3,140.077,83.148zM70.48,95.348c-1.694-2.413-3.517-4.644-5.664-6.936c-0.045-0.048-0.092-0.095-0.14-0.142C41.722,66.501,38.318,52.995,39.506,45.498c0.259-1.638,0.749-3.065,1.359-4.297c-0.108,3.059,0.256,5.881,1.318,8.557c1.898,4.787,5.694,8.637,11.438,14.467c3.863,3.92,8.672,8.797,14.534,15.578c3.362,3.885,5.857,7.314,7.854,10.817C74.185,92.054,72.35,93.623,70.48,95.348z M22.5,91.467c-13.381-30.645-7.572-62.87,12.946-71.834c3.523-1.538,7.335-2.318,11.331-2.318c18.832,0,39.459,17.125,50.161,41.645c2.78,6.375,5.237,12.006,6.538,18.018c-7.547,1.844-15.042,5.149-21.958,9.683c-2.151-3.673-4.789-7.267-8.256-11.274c-6.006-6.946-10.9-11.911-14.832-15.901c-11.021-11.181-12.714-12.9-9.369-27.095c0.296-1.255-0.15-2.569-1.147-3.386s-2.373-0.993-3.546-0.456c-0.393,0.181-9.648,4.547-11.503,15.731c-2.195,13.243,6.92,29.668,27.094,48.818c2.154,2.307,3.946,4.542,5.618,7.023c-1.625,1.662-3.252,3.431-4.786,5.324c-4.828,5.91-8.887,12.353-12.101,19.176C37.926,117.064,28.505,105.186,22.5,91.467zM128.957,161.046c-14.003,17.177-33.221,27.847-50.156,27.847c-7.631,0-14.424-2.252-19.646-6.51c-12.51-10.206-14.729-30.438-5.763-51.738c3.397-7.752,7.276-14.24,11.869-19.839c2.288-2.827,4.253-5.062,6.104-6.938c0.227-0.225,0.454-0.453,0.688-0.682c0.038-0.037,0.076-0.076,0.114-0.113c0.318-0.315,0.645-0.633,0.978-0.959c3.182-3.086,6.212-5.659,9.238-7.853c8.165-5.693,17.494-9.832,25.615-11.359l0.004-0.001c2.924-0.543,5.789-0.819,8.514-0.819c7.686,0,14.177,2.118,19.292,6.296C153.164,102.542,150.092,135.141,128.957,161.046z'/%3E%3Cpath d='M104.111,103.339c-6.57,5.628-12.329,14.249-17.109,25.614c-2.13,5.025-3.82,9.73-5.318,14.806c-8.332,23.381-21.456,24.533-21.968,24.569c-1.497,0.023-2.756,1.027-3.156,2.471s0.242,2.975,1.513,3.766c0.213,0.133,5.306,3.25,12.506,3.25c9.464,0,22.862-5.262,32.954-30.322l1.521-3.78c11.607-28.892,14.023-34.903,33.048-39.636c1.351-0.336,2.358-1.469,2.533-2.85c0.175-1.382-0.517-2.729-1.739-3.393c-0.223-0.121-5.542-2.957-13.162-2.957C117.926,94.877,110.65,97.725,104.111,103.339z M98.789,141.195l-1.518,3.774c-6.874,17.071-16.104,26.095-26.692,26.095c-0.024,0-0.051,0-0.075,0c5.696-3.76,12.568-11.039,17.572-25.133c0.021-0.059,0.04-0.117,0.058-0.176c1.429-4.855,3.045-9.357,5.087-14.176c4.374-10.398,9.516-18.176,15.285-23.116c4.942-4.245,10.337-6.531,16.047-6.808C112.232,107.738,108.063,118.113,98.789,141.195z'/%3E%3Cpath d='M159.659,36.323c-2.941-2.045-5.423-3.691-7.611-5.144c-10.667-7.079-10.871-7.214-10.285-17.038c0.079-1.312-0.612-2.55-1.77-3.173c-1.156-0.623-2.569-0.518-3.623,0.27c-0.312,0.234-7.641,5.832-6.99,15c0.622,8.775,8.28,17.256,22.763,25.208c10.69,6.766,11.102,11.205,10.573,12.355c-0.529,1.15-0.147,2.797,0.996,3.802c1.429,1.257,3.588,0.419,4.246-0.07c0.236-0.176,5.799-4.394,5.682-11.649C173.535,49.275,168.832,42.694,159.659,36.323zM155.658,45.681c-0.059-0.037-0.117-0.072-0.178-0.105c-15.39-8.43-19.022-15.395-19.361-19.753c-0.006-0.08-0.011-0.16-0.015-0.239c1.693,4.07,5.357,6.668,12.212,11.218c2.161,1.434,4.609,3.059,7.492,5.063c7.111,4.94,10.941,9.78,11.081,14.001C164.902,52.841,161.475,49.348,155.658,45.681z'/%3E%3Cpath d='M177.05,19.938C168.029,7.639,154.511,0,141.77,0c-6.157,0-11.87,1.802-16.523,5.213c-14.701,10.794-15.382,34.944-1.517,53.836c9.023,12.295,22.543,19.933,35.285,19.934h0.003c6.156,0,11.871-1.803,16.526-5.214c7.269-5.333,11.362-13.974,11.527-24.33C187.23,39.43,183.671,28.952,177.05,19.938z M171.553,68.325c-3.539,2.593-7.756,3.907-12.535,3.907h-0.002c-10.633-0.001-22.069-6.583-29.844-17.177c-11.663-15.891-11.633-35.81,0.067-44.4c3.486-2.555,7.819-3.905,12.531-3.905c10.632,0,22.065,6.583,29.838,17.183c5.756,7.835,8.851,16.855,8.714,25.399C180.191,57.526,177.075,64.272,171.553,68.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-seeds-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='195.643px' height='195.643px' viewBox='0 0 195.643 195.643' style='enable-background:new 0 0 195.643 195.643;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M140.077,83.148c-6.262-5.114-14.408-7.817-23.561-7.817c-2.081,0-4.226,0.141-6.406,0.415c-1.443-6.771-4.145-12.974-6.984-19.485c-5.834-13.367-14.315-24.8-24.525-33.061c-10.216-8.266-21.22-12.635-31.822-12.635c-4.931,0-9.652,0.969-14.033,2.882c-11.815,5.162-19.97,16.559-22.96,32.091c-2.901,15.07-0.583,32.341,6.531,48.633c6.706,15.319,17.428,28.571,29.685,36.789c-8.723,23.075-5.398,44.995,8.891,56.653c6.438,5.252,14.707,8.029,23.911,8.029l0,0c18.913,0,40.137-11.623,55.387-30.33c11.236-13.773,18.116-29.783,19.372-45.082C154.854,104.47,150.065,91.3,140.077,83.148zM70.48,95.348c-1.694-2.413-3.517-4.644-5.664-6.936c-0.045-0.048-0.092-0.095-0.14-0.142C41.722,66.501,38.318,52.995,39.506,45.498c0.259-1.638,0.749-3.065,1.359-4.297c-0.108,3.059,0.256,5.881,1.318,8.557c1.898,4.787,5.694,8.637,11.438,14.467c3.863,3.92,8.672,8.797,14.534,15.578c3.362,3.885,5.857,7.314,7.854,10.817C74.185,92.054,72.35,93.623,70.48,95.348z M22.5,91.467c-13.381-30.645-7.572-62.87,12.946-71.834c3.523-1.538,7.335-2.318,11.331-2.318c18.832,0,39.459,17.125,50.161,41.645c2.78,6.375,5.237,12.006,6.538,18.018c-7.547,1.844-15.042,5.149-21.958,9.683c-2.151-3.673-4.789-7.267-8.256-11.274c-6.006-6.946-10.9-11.911-14.832-15.901c-11.021-11.181-12.714-12.9-9.369-27.095c0.296-1.255-0.15-2.569-1.147-3.386s-2.373-0.993-3.546-0.456c-0.393,0.181-9.648,4.547-11.503,15.731c-2.195,13.243,6.92,29.668,27.094,48.818c2.154,2.307,3.946,4.542,5.618,7.023c-1.625,1.662-3.252,3.431-4.786,5.324c-4.828,5.91-8.887,12.353-12.101,19.176C37.926,117.064,28.505,105.186,22.5,91.467zM128.957,161.046c-14.003,17.177-33.221,27.847-50.156,27.847c-7.631,0-14.424-2.252-19.646-6.51c-12.51-10.206-14.729-30.438-5.763-51.738c3.397-7.752,7.276-14.24,11.869-19.839c2.288-2.827,4.253-5.062,6.104-6.938c0.227-0.225,0.454-0.453,0.688-0.682c0.038-0.037,0.076-0.076,0.114-0.113c0.318-0.315,0.645-0.633,0.978-0.959c3.182-3.086,6.212-5.659,9.238-7.853c8.165-5.693,17.494-9.832,25.615-11.359l0.004-0.001c2.924-0.543,5.789-0.819,8.514-0.819c7.686,0,14.177,2.118,19.292,6.296C153.164,102.542,150.092,135.141,128.957,161.046z'/%3E%3Cpath d='M104.111,103.339c-6.57,5.628-12.329,14.249-17.109,25.614c-2.13,5.025-3.82,9.73-5.318,14.806c-8.332,23.381-21.456,24.533-21.968,24.569c-1.497,0.023-2.756,1.027-3.156,2.471s0.242,2.975,1.513,3.766c0.213,0.133,5.306,3.25,12.506,3.25c9.464,0,22.862-5.262,32.954-30.322l1.521-3.78c11.607-28.892,14.023-34.903,33.048-39.636c1.351-0.336,2.358-1.469,2.533-2.85c0.175-1.382-0.517-2.729-1.739-3.393c-0.223-0.121-5.542-2.957-13.162-2.957C117.926,94.877,110.65,97.725,104.111,103.339z M98.789,141.195l-1.518,3.774c-6.874,17.071-16.104,26.095-26.692,26.095c-0.024,0-0.051,0-0.075,0c5.696-3.76,12.568-11.039,17.572-25.133c0.021-0.059,0.04-0.117,0.058-0.176c1.429-4.855,3.045-9.357,5.087-14.176c4.374-10.398,9.516-18.176,15.285-23.116c4.942-4.245,10.337-6.531,16.047-6.808C112.232,107.738,108.063,118.113,98.789,141.195z'/%3E%3Cpath d='M159.659,36.323c-2.941-2.045-5.423-3.691-7.611-5.144c-10.667-7.079-10.871-7.214-10.285-17.038c0.079-1.312-0.612-2.55-1.77-3.173c-1.156-0.623-2.569-0.518-3.623,0.27c-0.312,0.234-7.641,5.832-6.99,15c0.622,8.775,8.28,17.256,22.763,25.208c10.69,6.766,11.102,11.205,10.573,12.355c-0.529,1.15-0.147,2.797,0.996,3.802c1.429,1.257,3.588,0.419,4.246-0.07c0.236-0.176,5.799-4.394,5.682-11.649C173.535,49.275,168.832,42.694,159.659,36.323zM155.658,45.681c-0.059-0.037-0.117-0.072-0.178-0.105c-15.39-8.43-19.022-15.395-19.361-19.753c-0.006-0.08-0.011-0.16-0.015-0.239c1.693,4.07,5.357,6.668,12.212,11.218c2.161,1.434,4.609,3.059,7.492,5.063c7.111,4.94,10.941,9.78,11.081,14.001C164.902,52.841,161.475,49.348,155.658,45.681z'/%3E%3Cpath d='M177.05,19.938C168.029,7.639,154.511,0,141.77,0c-6.157,0-11.87,1.802-16.523,5.213c-14.701,10.794-15.382,34.944-1.517,53.836c9.023,12.295,22.543,19.933,35.285,19.934h0.003c6.156,0,11.871-1.803,16.526-5.214c7.269-5.333,11.362-13.974,11.527-24.33C187.23,39.43,183.671,28.952,177.05,19.938z M171.553,68.325c-3.539,2.593-7.756,3.907-12.535,3.907h-0.002c-10.633-0.001-22.069-6.583-29.844-17.177c-11.663-15.891-11.633-35.81,0.067-44.4c3.486-2.555,7.819-3.905,12.531-3.905c10.632,0,22.065,6.583,29.838,17.183c5.756,7.835,8.851,16.855,8.714,25.399C180.191,57.526,177.075,64.272,171.553,68.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-seeds-orange, .button--3D.button--medium:hover .icon-seeds, .button--3D.button--medium.active .icon-seeds, .button--3D.button--green:hover .icon-seeds, .button--3D.button--green.active .icon-seeds, .button--medium:hover .button--caracteristic.icon-seeds,
.button--medium.active .button--caracteristic.icon-seeds {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='195.643px' height='195.643px' viewBox='0 0 195.643 195.643' style='enable-background:new 0 0 195.643 195.643;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M140.077,83.148c-6.262-5.114-14.408-7.817-23.561-7.817c-2.081,0-4.226,0.141-6.406,0.415c-1.443-6.771-4.145-12.974-6.984-19.485c-5.834-13.367-14.315-24.8-24.525-33.061c-10.216-8.266-21.22-12.635-31.822-12.635c-4.931,0-9.652,0.969-14.033,2.882c-11.815,5.162-19.97,16.559-22.96,32.091c-2.901,15.07-0.583,32.341,6.531,48.633c6.706,15.319,17.428,28.571,29.685,36.789c-8.723,23.075-5.398,44.995,8.891,56.653c6.438,5.252,14.707,8.029,23.911,8.029l0,0c18.913,0,40.137-11.623,55.387-30.33c11.236-13.773,18.116-29.783,19.372-45.082C154.854,104.47,150.065,91.3,140.077,83.148zM70.48,95.348c-1.694-2.413-3.517-4.644-5.664-6.936c-0.045-0.048-0.092-0.095-0.14-0.142C41.722,66.501,38.318,52.995,39.506,45.498c0.259-1.638,0.749-3.065,1.359-4.297c-0.108,3.059,0.256,5.881,1.318,8.557c1.898,4.787,5.694,8.637,11.438,14.467c3.863,3.92,8.672,8.797,14.534,15.578c3.362,3.885,5.857,7.314,7.854,10.817C74.185,92.054,72.35,93.623,70.48,95.348z M22.5,91.467c-13.381-30.645-7.572-62.87,12.946-71.834c3.523-1.538,7.335-2.318,11.331-2.318c18.832,0,39.459,17.125,50.161,41.645c2.78,6.375,5.237,12.006,6.538,18.018c-7.547,1.844-15.042,5.149-21.958,9.683c-2.151-3.673-4.789-7.267-8.256-11.274c-6.006-6.946-10.9-11.911-14.832-15.901c-11.021-11.181-12.714-12.9-9.369-27.095c0.296-1.255-0.15-2.569-1.147-3.386s-2.373-0.993-3.546-0.456c-0.393,0.181-9.648,4.547-11.503,15.731c-2.195,13.243,6.92,29.668,27.094,48.818c2.154,2.307,3.946,4.542,5.618,7.023c-1.625,1.662-3.252,3.431-4.786,5.324c-4.828,5.91-8.887,12.353-12.101,19.176C37.926,117.064,28.505,105.186,22.5,91.467zM128.957,161.046c-14.003,17.177-33.221,27.847-50.156,27.847c-7.631,0-14.424-2.252-19.646-6.51c-12.51-10.206-14.729-30.438-5.763-51.738c3.397-7.752,7.276-14.24,11.869-19.839c2.288-2.827,4.253-5.062,6.104-6.938c0.227-0.225,0.454-0.453,0.688-0.682c0.038-0.037,0.076-0.076,0.114-0.113c0.318-0.315,0.645-0.633,0.978-0.959c3.182-3.086,6.212-5.659,9.238-7.853c8.165-5.693,17.494-9.832,25.615-11.359l0.004-0.001c2.924-0.543,5.789-0.819,8.514-0.819c7.686,0,14.177,2.118,19.292,6.296C153.164,102.542,150.092,135.141,128.957,161.046z'/%3E%3Cpath d='M104.111,103.339c-6.57,5.628-12.329,14.249-17.109,25.614c-2.13,5.025-3.82,9.73-5.318,14.806c-8.332,23.381-21.456,24.533-21.968,24.569c-1.497,0.023-2.756,1.027-3.156,2.471s0.242,2.975,1.513,3.766c0.213,0.133,5.306,3.25,12.506,3.25c9.464,0,22.862-5.262,32.954-30.322l1.521-3.78c11.607-28.892,14.023-34.903,33.048-39.636c1.351-0.336,2.358-1.469,2.533-2.85c0.175-1.382-0.517-2.729-1.739-3.393c-0.223-0.121-5.542-2.957-13.162-2.957C117.926,94.877,110.65,97.725,104.111,103.339z M98.789,141.195l-1.518,3.774c-6.874,17.071-16.104,26.095-26.692,26.095c-0.024,0-0.051,0-0.075,0c5.696-3.76,12.568-11.039,17.572-25.133c0.021-0.059,0.04-0.117,0.058-0.176c1.429-4.855,3.045-9.357,5.087-14.176c4.374-10.398,9.516-18.176,15.285-23.116c4.942-4.245,10.337-6.531,16.047-6.808C112.232,107.738,108.063,118.113,98.789,141.195z'/%3E%3Cpath d='M159.659,36.323c-2.941-2.045-5.423-3.691-7.611-5.144c-10.667-7.079-10.871-7.214-10.285-17.038c0.079-1.312-0.612-2.55-1.77-3.173c-1.156-0.623-2.569-0.518-3.623,0.27c-0.312,0.234-7.641,5.832-6.99,15c0.622,8.775,8.28,17.256,22.763,25.208c10.69,6.766,11.102,11.205,10.573,12.355c-0.529,1.15-0.147,2.797,0.996,3.802c1.429,1.257,3.588,0.419,4.246-0.07c0.236-0.176,5.799-4.394,5.682-11.649C173.535,49.275,168.832,42.694,159.659,36.323zM155.658,45.681c-0.059-0.037-0.117-0.072-0.178-0.105c-15.39-8.43-19.022-15.395-19.361-19.753c-0.006-0.08-0.011-0.16-0.015-0.239c1.693,4.07,5.357,6.668,12.212,11.218c2.161,1.434,4.609,3.059,7.492,5.063c7.111,4.94,10.941,9.78,11.081,14.001C164.902,52.841,161.475,49.348,155.658,45.681z'/%3E%3Cpath d='M177.05,19.938C168.029,7.639,154.511,0,141.77,0c-6.157,0-11.87,1.802-16.523,5.213c-14.701,10.794-15.382,34.944-1.517,53.836c9.023,12.295,22.543,19.933,35.285,19.934h0.003c6.156,0,11.871-1.803,16.526-5.214c7.269-5.333,11.362-13.974,11.527-24.33C187.23,39.43,183.671,28.952,177.05,19.938z M171.553,68.325c-3.539,2.593-7.756,3.907-12.535,3.907h-0.002c-10.633-0.001-22.069-6.583-29.844-17.177c-11.663-15.891-11.633-35.81,0.067-44.4c3.486-2.555,7.819-3.905,12.531-3.905c10.632,0,22.065,6.583,29.838,17.183c5.756,7.835,8.851,16.855,8.714,25.399C180.191,57.526,177.075,64.272,171.553,68.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-rods-grey, .button--input.icon-rods {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.035 42.035' style='enable-background:new 0 0 42.035 42.035;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M15.331,21.11c-0.771,0.245-1.714,0.517-2.416,0.765c0.993-0.349,1.812-0.473,2.54-0.473c0.719,0,1.349,0.12,1.969,0.262c0.947,0.216,1.903,0.353,2.919,0.566v-2.252c-0.759,0-1.548,0.07-2.32,0.233C17.115,20.403,16.198,20.834,15.331,21.11z'/%3E%3Cpath d='M19.377,26.114c-0.855,0.931-1.815,1.738-2.711,2.897c0.656-0.643,1.393-1.197,2.237-1.577c0.46-0.208,0.948-0.341,1.44-0.439v-1.786C19.933,25.498,19.611,25.86,19.377,26.114z'/%3E%3Cpath d='M19.84,22.759c-0.842,0.147-1.676,0.404-2.424,0.768c-0.803,0.391-1.312,0.891-1.904,1.419c-0.72,0.642-1.411,1.078-2.229,1.81c-0.593,0.53-1.166,1.145-1.677,1.801c0.264-0.34,0.909-0.788,1.211-1.014c0.84-0.627,1.715-1.139,2.603-1.531c1.619-0.715,3.281-1.057,4.924-1.189v-2.119h-0.001C20.175,22.724,20.007,22.73,19.84,22.759z'/%3E%3Cpath d='M18.783,15.725c-0.822-0.005-0.976,0.854-1.212,1.307c-0.358,0.687-1.157,0.767-1.974,1.066c0.43-0.16,1.38,0.019,1.922,0.027c0.655,0.01,1.285,0.018,1.885-0.014c0.321-0.017,0.637-0.053,0.939-0.11V7.442c0-0.022,0-0.044,0-0.066c-0.781-0.617-1.688-1.287-2.76-2.025c0.633,0.435,0.933,1.09,1.137,1.51c0.576,1.187,0.526,2.241-0.01,3.083c-0.78-0.657-1.86-1.281-2.92-1.772c-0.844-0.392-1.814-0.75-2.809-0.959c-0.755-0.159-1.598-0.139-2.34-0.302c-0.661-0.145-1.447-0.4-2.04-0.582c1.667,0.513,2.547,1.27,3.431,2.09c0.999,0.926,2.128,1.58,3.43,2.535c-0.219-0.069-0.435-0.148-0.658-0.213c-0.372-0.11-0.752-0.198-1.135-0.273c-0.759-0.147-1.54-0.233-2.294-0.225c-0.809,0.009-1.424,0.218-2.135,0.374c-0.865,0.189-1.627,0.159-2.625,0.227c-0.725,0.049-1.476,0.136-2.206,0.249c0.377-0.058,1.092,0.054,1.44,0.082c0.966,0.078,1.919,0.194,2.841,0.358c2.067,0.367,4.035,0.944,5.927,1.524c-0.957-0.194-1.817,0.329-2.37,0.592c-1.138,0.542-2.43,0.812-3.943,1.272c0.992-0.157,1.986-0.258,2.997-0.213c0.944,0.043,1.885,0.263,2.783,0.454C15.897,15.548,17.343,15.629,18.783,15.725z'/%3E%3Cpath d='M36.934,22.679c-0.271,0.554-0.605,1.147-1.073,1.69c-0.267,0.341-0.591,0.654-0.938,0.953c-0.148,0.128-0.305,0.25-0.464,0.37c-0.088,0.066-0.165,0.141-0.256,0.204c-0.077,0.053-0.166,0.093-0.246,0.144c-0.59,0.377-1.237,0.699-1.935,0.926c-0.164,0.051-0.342,0.074-0.514,0.115c-0.248,0.059-0.492,0.127-0.748,0.164c-0.412,0.062-0.828,0.098-1.225,0.107c-0.846-0.025-1.689-0.143-2.484-0.387c-0.454-0.148-0.884-0.34-1.295-0.553c-0.018-0.009-0.034-0.021-0.052-0.031c-0.287-0.15-0.572-0.306-0.832-0.486c-0.643-0.452-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.136-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.588c-0.081-0.398-0.126-0.745-0.149-1.058c0-0.005-0.001-0.011-0.001-0.016v0.016v2.471v0.108v2.142v0.002v2.061v0.562v0.562v1.352c0.005-0.097,0.009-0.164,0.009-0.164s0.015,0.098,0.044,0.282c0.035,0.181,0.054,0.46,0.144,0.79c0.065,0.335,0.182,0.73,0.348,1.174c0.175,0.438,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.858c0.699,0.203,1.438,0.291,2.175,0.303c0.774-0.016,1.47-0.1,2.175-0.303c0.689-0.225,1.365-0.483,1.955-0.859c0.581-0.381,1.135-0.784,1.573-1.26c0.457-0.457,0.817-0.959,1.13-1.437c0.287-0.493,0.521-0.967,0.698-1.405c0.165-0.441,0.284-0.84,0.349-1.177c0.09-0.333,0.108-0.604,0.145-0.787c0.018-0.11,0.027-0.18,0.035-0.226v-8.952c-0.026,0.261-0.065,0.541-0.131,0.858C37.359,21.576,37.193,22.117,36.934,22.679z'/%3E%3Cpath d='M36.934,33.082c-0.272,0.553-0.606,1.147-1.074,1.69c-0.443,0.565-1.016,1.075-1.658,1.526c-0.648,0.449-1.389,0.812-2.18,1.068c-0.791,0.245-1.678,0.366-2.486,0.387c-0.846-0.024-1.689-0.142-2.484-0.387c-0.792-0.258-1.533-0.619-2.181-1.068c-0.643-0.453-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.137-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.589c-0.083-0.405-0.128-0.758-0.15-1.073v3.547c0,4.457,3.613,8.068,8.069,8.068s8.069-3.613,8.069-8.068v-3.333c-0.027,0.262-0.066,0.541-0.131,0.858C37.358,31.978,37.192,32.519,36.934,33.082z'/%3E%3Cpath d='M34.513,6.221C31.784,2.357,28.107,0,25.262,0c-0.875,0-1.671,0.223-2.337,0.693c-1.714,1.21-1.466,3.846-1.466,6.748v0.851v9.318v1.279c0.005-0.097,0.009-0.165,0.009-0.165s0.012,0.078,0.031,0.195c0.005,0.031,0.008,0.049,0.014,0.088c0.023,0.118,0.047,0.287,0.079,0.474c0.018,0.102,0.034,0.202,0.065,0.318c0.016,0.08,0.044,0.175,0.065,0.262c0.068,0.276,0.157,0.575,0.283,0.912c0.175,0.439,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.859c0.699,0.203,1.438,0.29,2.175,0.303c0.774-0.018,1.47-0.102,2.175-0.303c0.41-0.133,0.807-0.29,1.191-0.465c0.211-0.096,0.416-0.201,0.613-0.318c0.047-0.029,0.103-0.048,0.149-0.078c0.132-0.086,0.251-0.179,0.378-0.267c0.438-0.306,0.855-0.623,1.195-0.992c0.457-0.458,0.818-0.959,1.13-1.437c0.287-0.494,0.522-0.968,0.698-1.406c0.164-0.442,0.283-0.84,0.349-1.177c0.089-0.333,0.108-0.604,0.144-0.787c0.019-0.111,0.029-0.18,0.037-0.226v-2.913c0-0.088-0.011-0.173-0.014-0.261C37.862,12.977,36.804,9.465,34.513,6.221z M34.388,16.274c-0.422,0.297-0.936,0.448-1.531,0.448c-1.551,0-3.434-1.01-5.107-2.639c-0.005-0.005-0.011-0.009-0.016-0.015c-0.611-0.597-1.195-1.271-1.722-2.016c-2.59-3.666-3.13-7.928-1.179-9.306c0.42-0.297,0.936-0.448,1.531-0.448c2.121,0,4.872,1.877,6.845,4.67C35.798,10.634,36.337,14.896,34.388,16.274z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-rods-brown, .no-touch .panel-menu-action.panel-menu-action--rods:hover, .panel-menu-action.panel-menu-action--rods.active, .button--caracteristic.icon-rods:hover, .button--caracteristic.icon-rods.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.035 42.035' style='enable-background:new 0 0 42.035 42.035;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M15.331,21.11c-0.771,0.245-1.714,0.517-2.416,0.765c0.993-0.349,1.812-0.473,2.54-0.473c0.719,0,1.349,0.12,1.969,0.262c0.947,0.216,1.903,0.353,2.919,0.566v-2.252c-0.759,0-1.548,0.07-2.32,0.233C17.115,20.403,16.198,20.834,15.331,21.11z'/%3E%3Cpath d='M19.377,26.114c-0.855,0.931-1.815,1.738-2.711,2.897c0.656-0.643,1.393-1.197,2.237-1.577c0.46-0.208,0.948-0.341,1.44-0.439v-1.786C19.933,25.498,19.611,25.86,19.377,26.114z'/%3E%3Cpath d='M19.84,22.759c-0.842,0.147-1.676,0.404-2.424,0.768c-0.803,0.391-1.312,0.891-1.904,1.419c-0.72,0.642-1.411,1.078-2.229,1.81c-0.593,0.53-1.166,1.145-1.677,1.801c0.264-0.34,0.909-0.788,1.211-1.014c0.84-0.627,1.715-1.139,2.603-1.531c1.619-0.715,3.281-1.057,4.924-1.189v-2.119h-0.001C20.175,22.724,20.007,22.73,19.84,22.759z'/%3E%3Cpath d='M18.783,15.725c-0.822-0.005-0.976,0.854-1.212,1.307c-0.358,0.687-1.157,0.767-1.974,1.066c0.43-0.16,1.38,0.019,1.922,0.027c0.655,0.01,1.285,0.018,1.885-0.014c0.321-0.017,0.637-0.053,0.939-0.11V7.442c0-0.022,0-0.044,0-0.066c-0.781-0.617-1.688-1.287-2.76-2.025c0.633,0.435,0.933,1.09,1.137,1.51c0.576,1.187,0.526,2.241-0.01,3.083c-0.78-0.657-1.86-1.281-2.92-1.772c-0.844-0.392-1.814-0.75-2.809-0.959c-0.755-0.159-1.598-0.139-2.34-0.302c-0.661-0.145-1.447-0.4-2.04-0.582c1.667,0.513,2.547,1.27,3.431,2.09c0.999,0.926,2.128,1.58,3.43,2.535c-0.219-0.069-0.435-0.148-0.658-0.213c-0.372-0.11-0.752-0.198-1.135-0.273c-0.759-0.147-1.54-0.233-2.294-0.225c-0.809,0.009-1.424,0.218-2.135,0.374c-0.865,0.189-1.627,0.159-2.625,0.227c-0.725,0.049-1.476,0.136-2.206,0.249c0.377-0.058,1.092,0.054,1.44,0.082c0.966,0.078,1.919,0.194,2.841,0.358c2.067,0.367,4.035,0.944,5.927,1.524c-0.957-0.194-1.817,0.329-2.37,0.592c-1.138,0.542-2.43,0.812-3.943,1.272c0.992-0.157,1.986-0.258,2.997-0.213c0.944,0.043,1.885,0.263,2.783,0.454C15.897,15.548,17.343,15.629,18.783,15.725z'/%3E%3Cpath d='M36.934,22.679c-0.271,0.554-0.605,1.147-1.073,1.69c-0.267,0.341-0.591,0.654-0.938,0.953c-0.148,0.128-0.305,0.25-0.464,0.37c-0.088,0.066-0.165,0.141-0.256,0.204c-0.077,0.053-0.166,0.093-0.246,0.144c-0.59,0.377-1.237,0.699-1.935,0.926c-0.164,0.051-0.342,0.074-0.514,0.115c-0.248,0.059-0.492,0.127-0.748,0.164c-0.412,0.062-0.828,0.098-1.225,0.107c-0.846-0.025-1.689-0.143-2.484-0.387c-0.454-0.148-0.884-0.34-1.295-0.553c-0.018-0.009-0.034-0.021-0.052-0.031c-0.287-0.15-0.572-0.306-0.832-0.486c-0.643-0.452-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.136-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.588c-0.081-0.398-0.126-0.745-0.149-1.058c0-0.005-0.001-0.011-0.001-0.016v0.016v2.471v0.108v2.142v0.002v2.061v0.562v0.562v1.352c0.005-0.097,0.009-0.164,0.009-0.164s0.015,0.098,0.044,0.282c0.035,0.181,0.054,0.46,0.144,0.79c0.065,0.335,0.182,0.73,0.348,1.174c0.175,0.438,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.858c0.699,0.203,1.438,0.291,2.175,0.303c0.774-0.016,1.47-0.1,2.175-0.303c0.689-0.225,1.365-0.483,1.955-0.859c0.581-0.381,1.135-0.784,1.573-1.26c0.457-0.457,0.817-0.959,1.13-1.437c0.287-0.493,0.521-0.967,0.698-1.405c0.165-0.441,0.284-0.84,0.349-1.177c0.09-0.333,0.108-0.604,0.145-0.787c0.018-0.11,0.027-0.18,0.035-0.226v-8.952c-0.026,0.261-0.065,0.541-0.131,0.858C37.359,21.576,37.193,22.117,36.934,22.679z'/%3E%3Cpath d='M36.934,33.082c-0.272,0.553-0.606,1.147-1.074,1.69c-0.443,0.565-1.016,1.075-1.658,1.526c-0.648,0.449-1.389,0.812-2.18,1.068c-0.791,0.245-1.678,0.366-2.486,0.387c-0.846-0.024-1.689-0.142-2.484-0.387c-0.792-0.258-1.533-0.619-2.181-1.068c-0.643-0.453-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.137-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.589c-0.083-0.405-0.128-0.758-0.15-1.073v3.547c0,4.457,3.613,8.068,8.069,8.068s8.069-3.613,8.069-8.068v-3.333c-0.027,0.262-0.066,0.541-0.131,0.858C37.358,31.978,37.192,32.519,36.934,33.082z'/%3E%3Cpath d='M34.513,6.221C31.784,2.357,28.107,0,25.262,0c-0.875,0-1.671,0.223-2.337,0.693c-1.714,1.21-1.466,3.846-1.466,6.748v0.851v9.318v1.279c0.005-0.097,0.009-0.165,0.009-0.165s0.012,0.078,0.031,0.195c0.005,0.031,0.008,0.049,0.014,0.088c0.023,0.118,0.047,0.287,0.079,0.474c0.018,0.102,0.034,0.202,0.065,0.318c0.016,0.08,0.044,0.175,0.065,0.262c0.068,0.276,0.157,0.575,0.283,0.912c0.175,0.439,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.859c0.699,0.203,1.438,0.29,2.175,0.303c0.774-0.018,1.47-0.102,2.175-0.303c0.41-0.133,0.807-0.29,1.191-0.465c0.211-0.096,0.416-0.201,0.613-0.318c0.047-0.029,0.103-0.048,0.149-0.078c0.132-0.086,0.251-0.179,0.378-0.267c0.438-0.306,0.855-0.623,1.195-0.992c0.457-0.458,0.818-0.959,1.13-1.437c0.287-0.494,0.522-0.968,0.698-1.406c0.164-0.442,0.283-0.84,0.349-1.177c0.089-0.333,0.108-0.604,0.144-0.787c0.019-0.111,0.029-0.18,0.037-0.226v-2.913c0-0.088-0.011-0.173-0.014-0.261C37.862,12.977,36.804,9.465,34.513,6.221z M34.388,16.274c-0.422,0.297-0.936,0.448-1.531,0.448c-1.551,0-3.434-1.01-5.107-2.639c-0.005-0.005-0.011-0.009-0.016-0.015c-0.611-0.597-1.195-1.271-1.722-2.016c-2.59-3.666-3.13-7.928-1.179-9.306c0.42-0.297,0.936-0.448,1.531-0.448c2.121,0,4.872,1.877,6.845,4.67C35.798,10.634,36.337,14.896,34.388,16.274z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-rods-black, .icon-rods, .panel-menu-action.panel-menu-action--rods, .button--3D.button--medium .icon-rods, .button--3D.button--green .icon-rods, .button--input.icon-rods:hover, .button--input.icon-rods.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.035 42.035' style='enable-background:new 0 0 42.035 42.035;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M15.331,21.11c-0.771,0.245-1.714,0.517-2.416,0.765c0.993-0.349,1.812-0.473,2.54-0.473c0.719,0,1.349,0.12,1.969,0.262c0.947,0.216,1.903,0.353,2.919,0.566v-2.252c-0.759,0-1.548,0.07-2.32,0.233C17.115,20.403,16.198,20.834,15.331,21.11z'/%3E%3Cpath d='M19.377,26.114c-0.855,0.931-1.815,1.738-2.711,2.897c0.656-0.643,1.393-1.197,2.237-1.577c0.46-0.208,0.948-0.341,1.44-0.439v-1.786C19.933,25.498,19.611,25.86,19.377,26.114z'/%3E%3Cpath d='M19.84,22.759c-0.842,0.147-1.676,0.404-2.424,0.768c-0.803,0.391-1.312,0.891-1.904,1.419c-0.72,0.642-1.411,1.078-2.229,1.81c-0.593,0.53-1.166,1.145-1.677,1.801c0.264-0.34,0.909-0.788,1.211-1.014c0.84-0.627,1.715-1.139,2.603-1.531c1.619-0.715,3.281-1.057,4.924-1.189v-2.119h-0.001C20.175,22.724,20.007,22.73,19.84,22.759z'/%3E%3Cpath d='M18.783,15.725c-0.822-0.005-0.976,0.854-1.212,1.307c-0.358,0.687-1.157,0.767-1.974,1.066c0.43-0.16,1.38,0.019,1.922,0.027c0.655,0.01,1.285,0.018,1.885-0.014c0.321-0.017,0.637-0.053,0.939-0.11V7.442c0-0.022,0-0.044,0-0.066c-0.781-0.617-1.688-1.287-2.76-2.025c0.633,0.435,0.933,1.09,1.137,1.51c0.576,1.187,0.526,2.241-0.01,3.083c-0.78-0.657-1.86-1.281-2.92-1.772c-0.844-0.392-1.814-0.75-2.809-0.959c-0.755-0.159-1.598-0.139-2.34-0.302c-0.661-0.145-1.447-0.4-2.04-0.582c1.667,0.513,2.547,1.27,3.431,2.09c0.999,0.926,2.128,1.58,3.43,2.535c-0.219-0.069-0.435-0.148-0.658-0.213c-0.372-0.11-0.752-0.198-1.135-0.273c-0.759-0.147-1.54-0.233-2.294-0.225c-0.809,0.009-1.424,0.218-2.135,0.374c-0.865,0.189-1.627,0.159-2.625,0.227c-0.725,0.049-1.476,0.136-2.206,0.249c0.377-0.058,1.092,0.054,1.44,0.082c0.966,0.078,1.919,0.194,2.841,0.358c2.067,0.367,4.035,0.944,5.927,1.524c-0.957-0.194-1.817,0.329-2.37,0.592c-1.138,0.542-2.43,0.812-3.943,1.272c0.992-0.157,1.986-0.258,2.997-0.213c0.944,0.043,1.885,0.263,2.783,0.454C15.897,15.548,17.343,15.629,18.783,15.725z'/%3E%3Cpath d='M36.934,22.679c-0.271,0.554-0.605,1.147-1.073,1.69c-0.267,0.341-0.591,0.654-0.938,0.953c-0.148,0.128-0.305,0.25-0.464,0.37c-0.088,0.066-0.165,0.141-0.256,0.204c-0.077,0.053-0.166,0.093-0.246,0.144c-0.59,0.377-1.237,0.699-1.935,0.926c-0.164,0.051-0.342,0.074-0.514,0.115c-0.248,0.059-0.492,0.127-0.748,0.164c-0.412,0.062-0.828,0.098-1.225,0.107c-0.846-0.025-1.689-0.143-2.484-0.387c-0.454-0.148-0.884-0.34-1.295-0.553c-0.018-0.009-0.034-0.021-0.052-0.031c-0.287-0.15-0.572-0.306-0.832-0.486c-0.643-0.452-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.136-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.588c-0.081-0.398-0.126-0.745-0.149-1.058c0-0.005-0.001-0.011-0.001-0.016v0.016v2.471v0.108v2.142v0.002v2.061v0.562v0.562v1.352c0.005-0.097,0.009-0.164,0.009-0.164s0.015,0.098,0.044,0.282c0.035,0.181,0.054,0.46,0.144,0.79c0.065,0.335,0.182,0.73,0.348,1.174c0.175,0.438,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.858c0.699,0.203,1.438,0.291,2.175,0.303c0.774-0.016,1.47-0.1,2.175-0.303c0.689-0.225,1.365-0.483,1.955-0.859c0.581-0.381,1.135-0.784,1.573-1.26c0.457-0.457,0.817-0.959,1.13-1.437c0.287-0.493,0.521-0.967,0.698-1.405c0.165-0.441,0.284-0.84,0.349-1.177c0.09-0.333,0.108-0.604,0.145-0.787c0.018-0.11,0.027-0.18,0.035-0.226v-8.952c-0.026,0.261-0.065,0.541-0.131,0.858C37.359,21.576,37.193,22.117,36.934,22.679z'/%3E%3Cpath d='M36.934,33.082c-0.272,0.553-0.606,1.147-1.074,1.69c-0.443,0.565-1.016,1.075-1.658,1.526c-0.648,0.449-1.389,0.812-2.18,1.068c-0.791,0.245-1.678,0.366-2.486,0.387c-0.846-0.024-1.689-0.142-2.484-0.387c-0.792-0.258-1.533-0.619-2.181-1.068c-0.643-0.453-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.137-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.589c-0.083-0.405-0.128-0.758-0.15-1.073v3.547c0,4.457,3.613,8.068,8.069,8.068s8.069-3.613,8.069-8.068v-3.333c-0.027,0.262-0.066,0.541-0.131,0.858C37.358,31.978,37.192,32.519,36.934,33.082z'/%3E%3Cpath d='M34.513,6.221C31.784,2.357,28.107,0,25.262,0c-0.875,0-1.671,0.223-2.337,0.693c-1.714,1.21-1.466,3.846-1.466,6.748v0.851v9.318v1.279c0.005-0.097,0.009-0.165,0.009-0.165s0.012,0.078,0.031,0.195c0.005,0.031,0.008,0.049,0.014,0.088c0.023,0.118,0.047,0.287,0.079,0.474c0.018,0.102,0.034,0.202,0.065,0.318c0.016,0.08,0.044,0.175,0.065,0.262c0.068,0.276,0.157,0.575,0.283,0.912c0.175,0.439,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.859c0.699,0.203,1.438,0.29,2.175,0.303c0.774-0.018,1.47-0.102,2.175-0.303c0.41-0.133,0.807-0.29,1.191-0.465c0.211-0.096,0.416-0.201,0.613-0.318c0.047-0.029,0.103-0.048,0.149-0.078c0.132-0.086,0.251-0.179,0.378-0.267c0.438-0.306,0.855-0.623,1.195-0.992c0.457-0.458,0.818-0.959,1.13-1.437c0.287-0.494,0.522-0.968,0.698-1.406c0.164-0.442,0.283-0.84,0.349-1.177c0.089-0.333,0.108-0.604,0.144-0.787c0.019-0.111,0.029-0.18,0.037-0.226v-2.913c0-0.088-0.011-0.173-0.014-0.261C37.862,12.977,36.804,9.465,34.513,6.221z M34.388,16.274c-0.422,0.297-0.936,0.448-1.531,0.448c-1.551,0-3.434-1.01-5.107-2.639c-0.005-0.005-0.011-0.009-0.016-0.015c-0.611-0.597-1.195-1.271-1.722-2.016c-2.59-3.666-3.13-7.928-1.179-9.306c0.42-0.297,0.936-0.448,1.531-0.448c2.121,0,4.872,1.877,6.845,4.67C35.798,10.634,36.337,14.896,34.388,16.274z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-rods-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.035 42.035' style='enable-background:new 0 0 42.035 42.035;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M15.331,21.11c-0.771,0.245-1.714,0.517-2.416,0.765c0.993-0.349,1.812-0.473,2.54-0.473c0.719,0,1.349,0.12,1.969,0.262c0.947,0.216,1.903,0.353,2.919,0.566v-2.252c-0.759,0-1.548,0.07-2.32,0.233C17.115,20.403,16.198,20.834,15.331,21.11z'/%3E%3Cpath d='M19.377,26.114c-0.855,0.931-1.815,1.738-2.711,2.897c0.656-0.643,1.393-1.197,2.237-1.577c0.46-0.208,0.948-0.341,1.44-0.439v-1.786C19.933,25.498,19.611,25.86,19.377,26.114z'/%3E%3Cpath d='M19.84,22.759c-0.842,0.147-1.676,0.404-2.424,0.768c-0.803,0.391-1.312,0.891-1.904,1.419c-0.72,0.642-1.411,1.078-2.229,1.81c-0.593,0.53-1.166,1.145-1.677,1.801c0.264-0.34,0.909-0.788,1.211-1.014c0.84-0.627,1.715-1.139,2.603-1.531c1.619-0.715,3.281-1.057,4.924-1.189v-2.119h-0.001C20.175,22.724,20.007,22.73,19.84,22.759z'/%3E%3Cpath d='M18.783,15.725c-0.822-0.005-0.976,0.854-1.212,1.307c-0.358,0.687-1.157,0.767-1.974,1.066c0.43-0.16,1.38,0.019,1.922,0.027c0.655,0.01,1.285,0.018,1.885-0.014c0.321-0.017,0.637-0.053,0.939-0.11V7.442c0-0.022,0-0.044,0-0.066c-0.781-0.617-1.688-1.287-2.76-2.025c0.633,0.435,0.933,1.09,1.137,1.51c0.576,1.187,0.526,2.241-0.01,3.083c-0.78-0.657-1.86-1.281-2.92-1.772c-0.844-0.392-1.814-0.75-2.809-0.959c-0.755-0.159-1.598-0.139-2.34-0.302c-0.661-0.145-1.447-0.4-2.04-0.582c1.667,0.513,2.547,1.27,3.431,2.09c0.999,0.926,2.128,1.58,3.43,2.535c-0.219-0.069-0.435-0.148-0.658-0.213c-0.372-0.11-0.752-0.198-1.135-0.273c-0.759-0.147-1.54-0.233-2.294-0.225c-0.809,0.009-1.424,0.218-2.135,0.374c-0.865,0.189-1.627,0.159-2.625,0.227c-0.725,0.049-1.476,0.136-2.206,0.249c0.377-0.058,1.092,0.054,1.44,0.082c0.966,0.078,1.919,0.194,2.841,0.358c2.067,0.367,4.035,0.944,5.927,1.524c-0.957-0.194-1.817,0.329-2.37,0.592c-1.138,0.542-2.43,0.812-3.943,1.272c0.992-0.157,1.986-0.258,2.997-0.213c0.944,0.043,1.885,0.263,2.783,0.454C15.897,15.548,17.343,15.629,18.783,15.725z'/%3E%3Cpath d='M36.934,22.679c-0.271,0.554-0.605,1.147-1.073,1.69c-0.267,0.341-0.591,0.654-0.938,0.953c-0.148,0.128-0.305,0.25-0.464,0.37c-0.088,0.066-0.165,0.141-0.256,0.204c-0.077,0.053-0.166,0.093-0.246,0.144c-0.59,0.377-1.237,0.699-1.935,0.926c-0.164,0.051-0.342,0.074-0.514,0.115c-0.248,0.059-0.492,0.127-0.748,0.164c-0.412,0.062-0.828,0.098-1.225,0.107c-0.846-0.025-1.689-0.143-2.484-0.387c-0.454-0.148-0.884-0.34-1.295-0.553c-0.018-0.009-0.034-0.021-0.052-0.031c-0.287-0.15-0.572-0.306-0.832-0.486c-0.643-0.452-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.136-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.588c-0.081-0.398-0.126-0.745-0.149-1.058c0-0.005-0.001-0.011-0.001-0.016v0.016v2.471v0.108v2.142v0.002v2.061v0.562v0.562v1.352c0.005-0.097,0.009-0.164,0.009-0.164s0.015,0.098,0.044,0.282c0.035,0.181,0.054,0.46,0.144,0.79c0.065,0.335,0.182,0.73,0.348,1.174c0.175,0.438,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.858c0.699,0.203,1.438,0.291,2.175,0.303c0.774-0.016,1.47-0.1,2.175-0.303c0.689-0.225,1.365-0.483,1.955-0.859c0.581-0.381,1.135-0.784,1.573-1.26c0.457-0.457,0.817-0.959,1.13-1.437c0.287-0.493,0.521-0.967,0.698-1.405c0.165-0.441,0.284-0.84,0.349-1.177c0.09-0.333,0.108-0.604,0.145-0.787c0.018-0.11,0.027-0.18,0.035-0.226v-8.952c-0.026,0.261-0.065,0.541-0.131,0.858C37.359,21.576,37.193,22.117,36.934,22.679z'/%3E%3Cpath d='M36.934,33.082c-0.272,0.553-0.606,1.147-1.074,1.69c-0.443,0.565-1.016,1.075-1.658,1.526c-0.648,0.449-1.389,0.812-2.18,1.068c-0.791,0.245-1.678,0.366-2.486,0.387c-0.846-0.024-1.689-0.142-2.484-0.387c-0.792-0.258-1.533-0.619-2.181-1.068c-0.643-0.453-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.137-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.589c-0.083-0.405-0.128-0.758-0.15-1.073v3.547c0,4.457,3.613,8.068,8.069,8.068s8.069-3.613,8.069-8.068v-3.333c-0.027,0.262-0.066,0.541-0.131,0.858C37.358,31.978,37.192,32.519,36.934,33.082z'/%3E%3Cpath d='M34.513,6.221C31.784,2.357,28.107,0,25.262,0c-0.875,0-1.671,0.223-2.337,0.693c-1.714,1.21-1.466,3.846-1.466,6.748v0.851v9.318v1.279c0.005-0.097,0.009-0.165,0.009-0.165s0.012,0.078,0.031,0.195c0.005,0.031,0.008,0.049,0.014,0.088c0.023,0.118,0.047,0.287,0.079,0.474c0.018,0.102,0.034,0.202,0.065,0.318c0.016,0.08,0.044,0.175,0.065,0.262c0.068,0.276,0.157,0.575,0.283,0.912c0.175,0.439,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.859c0.699,0.203,1.438,0.29,2.175,0.303c0.774-0.018,1.47-0.102,2.175-0.303c0.41-0.133,0.807-0.29,1.191-0.465c0.211-0.096,0.416-0.201,0.613-0.318c0.047-0.029,0.103-0.048,0.149-0.078c0.132-0.086,0.251-0.179,0.378-0.267c0.438-0.306,0.855-0.623,1.195-0.992c0.457-0.458,0.818-0.959,1.13-1.437c0.287-0.494,0.522-0.968,0.698-1.406c0.164-0.442,0.283-0.84,0.349-1.177c0.089-0.333,0.108-0.604,0.144-0.787c0.019-0.111,0.029-0.18,0.037-0.226v-2.913c0-0.088-0.011-0.173-0.014-0.261C37.862,12.977,36.804,9.465,34.513,6.221z M34.388,16.274c-0.422,0.297-0.936,0.448-1.531,0.448c-1.551,0-3.434-1.01-5.107-2.639c-0.005-0.005-0.011-0.009-0.016-0.015c-0.611-0.597-1.195-1.271-1.722-2.016c-2.59-3.666-3.13-7.928-1.179-9.306c0.42-0.297,0.936-0.448,1.531-0.448c2.121,0,4.872,1.877,6.845,4.67C35.798,10.634,36.337,14.896,34.388,16.274z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-rods-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.035 42.035' style='enable-background:new 0 0 42.035 42.035;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M15.331,21.11c-0.771,0.245-1.714,0.517-2.416,0.765c0.993-0.349,1.812-0.473,2.54-0.473c0.719,0,1.349,0.12,1.969,0.262c0.947,0.216,1.903,0.353,2.919,0.566v-2.252c-0.759,0-1.548,0.07-2.32,0.233C17.115,20.403,16.198,20.834,15.331,21.11z'/%3E%3Cpath d='M19.377,26.114c-0.855,0.931-1.815,1.738-2.711,2.897c0.656-0.643,1.393-1.197,2.237-1.577c0.46-0.208,0.948-0.341,1.44-0.439v-1.786C19.933,25.498,19.611,25.86,19.377,26.114z'/%3E%3Cpath d='M19.84,22.759c-0.842,0.147-1.676,0.404-2.424,0.768c-0.803,0.391-1.312,0.891-1.904,1.419c-0.72,0.642-1.411,1.078-2.229,1.81c-0.593,0.53-1.166,1.145-1.677,1.801c0.264-0.34,0.909-0.788,1.211-1.014c0.84-0.627,1.715-1.139,2.603-1.531c1.619-0.715,3.281-1.057,4.924-1.189v-2.119h-0.001C20.175,22.724,20.007,22.73,19.84,22.759z'/%3E%3Cpath d='M18.783,15.725c-0.822-0.005-0.976,0.854-1.212,1.307c-0.358,0.687-1.157,0.767-1.974,1.066c0.43-0.16,1.38,0.019,1.922,0.027c0.655,0.01,1.285,0.018,1.885-0.014c0.321-0.017,0.637-0.053,0.939-0.11V7.442c0-0.022,0-0.044,0-0.066c-0.781-0.617-1.688-1.287-2.76-2.025c0.633,0.435,0.933,1.09,1.137,1.51c0.576,1.187,0.526,2.241-0.01,3.083c-0.78-0.657-1.86-1.281-2.92-1.772c-0.844-0.392-1.814-0.75-2.809-0.959c-0.755-0.159-1.598-0.139-2.34-0.302c-0.661-0.145-1.447-0.4-2.04-0.582c1.667,0.513,2.547,1.27,3.431,2.09c0.999,0.926,2.128,1.58,3.43,2.535c-0.219-0.069-0.435-0.148-0.658-0.213c-0.372-0.11-0.752-0.198-1.135-0.273c-0.759-0.147-1.54-0.233-2.294-0.225c-0.809,0.009-1.424,0.218-2.135,0.374c-0.865,0.189-1.627,0.159-2.625,0.227c-0.725,0.049-1.476,0.136-2.206,0.249c0.377-0.058,1.092,0.054,1.44,0.082c0.966,0.078,1.919,0.194,2.841,0.358c2.067,0.367,4.035,0.944,5.927,1.524c-0.957-0.194-1.817,0.329-2.37,0.592c-1.138,0.542-2.43,0.812-3.943,1.272c0.992-0.157,1.986-0.258,2.997-0.213c0.944,0.043,1.885,0.263,2.783,0.454C15.897,15.548,17.343,15.629,18.783,15.725z'/%3E%3Cpath d='M36.934,22.679c-0.271,0.554-0.605,1.147-1.073,1.69c-0.267,0.341-0.591,0.654-0.938,0.953c-0.148,0.128-0.305,0.25-0.464,0.37c-0.088,0.066-0.165,0.141-0.256,0.204c-0.077,0.053-0.166,0.093-0.246,0.144c-0.59,0.377-1.237,0.699-1.935,0.926c-0.164,0.051-0.342,0.074-0.514,0.115c-0.248,0.059-0.492,0.127-0.748,0.164c-0.412,0.062-0.828,0.098-1.225,0.107c-0.846-0.025-1.689-0.143-2.484-0.387c-0.454-0.148-0.884-0.34-1.295-0.553c-0.018-0.009-0.034-0.021-0.052-0.031c-0.287-0.15-0.572-0.306-0.832-0.486c-0.643-0.452-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.136-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.588c-0.081-0.398-0.126-0.745-0.149-1.058c0-0.005-0.001-0.011-0.001-0.016v0.016v2.471v0.108v2.142v0.002v2.061v0.562v0.562v1.352c0.005-0.097,0.009-0.164,0.009-0.164s0.015,0.098,0.044,0.282c0.035,0.181,0.054,0.46,0.144,0.79c0.065,0.335,0.182,0.73,0.348,1.174c0.175,0.438,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.858c0.699,0.203,1.438,0.291,2.175,0.303c0.774-0.016,1.47-0.1,2.175-0.303c0.689-0.225,1.365-0.483,1.955-0.859c0.581-0.381,1.135-0.784,1.573-1.26c0.457-0.457,0.817-0.959,1.13-1.437c0.287-0.493,0.521-0.967,0.698-1.405c0.165-0.441,0.284-0.84,0.349-1.177c0.09-0.333,0.108-0.604,0.145-0.787c0.018-0.11,0.027-0.18,0.035-0.226v-8.952c-0.026,0.261-0.065,0.541-0.131,0.858C37.359,21.576,37.193,22.117,36.934,22.679z'/%3E%3Cpath d='M36.934,33.082c-0.272,0.553-0.606,1.147-1.074,1.69c-0.443,0.565-1.016,1.075-1.658,1.526c-0.648,0.449-1.389,0.812-2.18,1.068c-0.791,0.245-1.678,0.366-2.486,0.387c-0.846-0.024-1.689-0.142-2.484-0.387c-0.792-0.258-1.533-0.619-2.181-1.068c-0.643-0.453-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.137-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.589c-0.083-0.405-0.128-0.758-0.15-1.073v3.547c0,4.457,3.613,8.068,8.069,8.068s8.069-3.613,8.069-8.068v-3.333c-0.027,0.262-0.066,0.541-0.131,0.858C37.358,31.978,37.192,32.519,36.934,33.082z'/%3E%3Cpath d='M34.513,6.221C31.784,2.357,28.107,0,25.262,0c-0.875,0-1.671,0.223-2.337,0.693c-1.714,1.21-1.466,3.846-1.466,6.748v0.851v9.318v1.279c0.005-0.097,0.009-0.165,0.009-0.165s0.012,0.078,0.031,0.195c0.005,0.031,0.008,0.049,0.014,0.088c0.023,0.118,0.047,0.287,0.079,0.474c0.018,0.102,0.034,0.202,0.065,0.318c0.016,0.08,0.044,0.175,0.065,0.262c0.068,0.276,0.157,0.575,0.283,0.912c0.175,0.439,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.859c0.699,0.203,1.438,0.29,2.175,0.303c0.774-0.018,1.47-0.102,2.175-0.303c0.41-0.133,0.807-0.29,1.191-0.465c0.211-0.096,0.416-0.201,0.613-0.318c0.047-0.029,0.103-0.048,0.149-0.078c0.132-0.086,0.251-0.179,0.378-0.267c0.438-0.306,0.855-0.623,1.195-0.992c0.457-0.458,0.818-0.959,1.13-1.437c0.287-0.494,0.522-0.968,0.698-1.406c0.164-0.442,0.283-0.84,0.349-1.177c0.089-0.333,0.108-0.604,0.144-0.787c0.019-0.111,0.029-0.18,0.037-0.226v-2.913c0-0.088-0.011-0.173-0.014-0.261C37.862,12.977,36.804,9.465,34.513,6.221z M34.388,16.274c-0.422,0.297-0.936,0.448-1.531,0.448c-1.551,0-3.434-1.01-5.107-2.639c-0.005-0.005-0.011-0.009-0.016-0.015c-0.611-0.597-1.195-1.271-1.722-2.016c-2.59-3.666-3.13-7.928-1.179-9.306c0.42-0.297,0.936-0.448,1.531-0.448c2.121,0,4.872,1.877,6.845,4.67C35.798,10.634,36.337,14.896,34.388,16.274z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-rods-orange, .button--3D.button--medium:hover .icon-rods, .button--3D.button--medium.active .icon-rods, .button--3D.button--green:hover .icon-rods, .button--3D.button--green.active .icon-rods, .button--medium:hover .button--caracteristic.icon-rods,
.button--medium.active .button--caracteristic.icon-rods {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.035 42.035' style='enable-background:new 0 0 42.035 42.035;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M15.331,21.11c-0.771,0.245-1.714,0.517-2.416,0.765c0.993-0.349,1.812-0.473,2.54-0.473c0.719,0,1.349,0.12,1.969,0.262c0.947,0.216,1.903,0.353,2.919,0.566v-2.252c-0.759,0-1.548,0.07-2.32,0.233C17.115,20.403,16.198,20.834,15.331,21.11z'/%3E%3Cpath d='M19.377,26.114c-0.855,0.931-1.815,1.738-2.711,2.897c0.656-0.643,1.393-1.197,2.237-1.577c0.46-0.208,0.948-0.341,1.44-0.439v-1.786C19.933,25.498,19.611,25.86,19.377,26.114z'/%3E%3Cpath d='M19.84,22.759c-0.842,0.147-1.676,0.404-2.424,0.768c-0.803,0.391-1.312,0.891-1.904,1.419c-0.72,0.642-1.411,1.078-2.229,1.81c-0.593,0.53-1.166,1.145-1.677,1.801c0.264-0.34,0.909-0.788,1.211-1.014c0.84-0.627,1.715-1.139,2.603-1.531c1.619-0.715,3.281-1.057,4.924-1.189v-2.119h-0.001C20.175,22.724,20.007,22.73,19.84,22.759z'/%3E%3Cpath d='M18.783,15.725c-0.822-0.005-0.976,0.854-1.212,1.307c-0.358,0.687-1.157,0.767-1.974,1.066c0.43-0.16,1.38,0.019,1.922,0.027c0.655,0.01,1.285,0.018,1.885-0.014c0.321-0.017,0.637-0.053,0.939-0.11V7.442c0-0.022,0-0.044,0-0.066c-0.781-0.617-1.688-1.287-2.76-2.025c0.633,0.435,0.933,1.09,1.137,1.51c0.576,1.187,0.526,2.241-0.01,3.083c-0.78-0.657-1.86-1.281-2.92-1.772c-0.844-0.392-1.814-0.75-2.809-0.959c-0.755-0.159-1.598-0.139-2.34-0.302c-0.661-0.145-1.447-0.4-2.04-0.582c1.667,0.513,2.547,1.27,3.431,2.09c0.999,0.926,2.128,1.58,3.43,2.535c-0.219-0.069-0.435-0.148-0.658-0.213c-0.372-0.11-0.752-0.198-1.135-0.273c-0.759-0.147-1.54-0.233-2.294-0.225c-0.809,0.009-1.424,0.218-2.135,0.374c-0.865,0.189-1.627,0.159-2.625,0.227c-0.725,0.049-1.476,0.136-2.206,0.249c0.377-0.058,1.092,0.054,1.44,0.082c0.966,0.078,1.919,0.194,2.841,0.358c2.067,0.367,4.035,0.944,5.927,1.524c-0.957-0.194-1.817,0.329-2.37,0.592c-1.138,0.542-2.43,0.812-3.943,1.272c0.992-0.157,1.986-0.258,2.997-0.213c0.944,0.043,1.885,0.263,2.783,0.454C15.897,15.548,17.343,15.629,18.783,15.725z'/%3E%3Cpath d='M36.934,22.679c-0.271,0.554-0.605,1.147-1.073,1.69c-0.267,0.341-0.591,0.654-0.938,0.953c-0.148,0.128-0.305,0.25-0.464,0.37c-0.088,0.066-0.165,0.141-0.256,0.204c-0.077,0.053-0.166,0.093-0.246,0.144c-0.59,0.377-1.237,0.699-1.935,0.926c-0.164,0.051-0.342,0.074-0.514,0.115c-0.248,0.059-0.492,0.127-0.748,0.164c-0.412,0.062-0.828,0.098-1.225,0.107c-0.846-0.025-1.689-0.143-2.484-0.387c-0.454-0.148-0.884-0.34-1.295-0.553c-0.018-0.009-0.034-0.021-0.052-0.031c-0.287-0.15-0.572-0.306-0.832-0.486c-0.643-0.452-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.136-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.588c-0.081-0.398-0.126-0.745-0.149-1.058c0-0.005-0.001-0.011-0.001-0.016v0.016v2.471v0.108v2.142v0.002v2.061v0.562v0.562v1.352c0.005-0.097,0.009-0.164,0.009-0.164s0.015,0.098,0.044,0.282c0.035,0.181,0.054,0.46,0.144,0.79c0.065,0.335,0.182,0.73,0.348,1.174c0.175,0.438,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.858c0.699,0.203,1.438,0.291,2.175,0.303c0.774-0.016,1.47-0.1,2.175-0.303c0.689-0.225,1.365-0.483,1.955-0.859c0.581-0.381,1.135-0.784,1.573-1.26c0.457-0.457,0.817-0.959,1.13-1.437c0.287-0.493,0.521-0.967,0.698-1.405c0.165-0.441,0.284-0.84,0.349-1.177c0.09-0.333,0.108-0.604,0.145-0.787c0.018-0.11,0.027-0.18,0.035-0.226v-8.952c-0.026,0.261-0.065,0.541-0.131,0.858C37.359,21.576,37.193,22.117,36.934,22.679z'/%3E%3Cpath d='M36.934,33.082c-0.272,0.553-0.606,1.147-1.074,1.69c-0.443,0.565-1.016,1.075-1.658,1.526c-0.648,0.449-1.389,0.812-2.18,1.068c-0.791,0.245-1.678,0.366-2.486,0.387c-0.846-0.024-1.689-0.142-2.484-0.387c-0.792-0.258-1.533-0.619-2.181-1.068c-0.643-0.453-1.214-0.963-1.658-1.527c-0.468-0.543-0.801-1.137-1.074-1.689c-0.259-0.562-0.424-1.104-0.531-1.589c-0.083-0.405-0.128-0.758-0.15-1.073v3.547c0,4.457,3.613,8.068,8.069,8.068s8.069-3.613,8.069-8.068v-3.333c-0.027,0.262-0.066,0.541-0.131,0.858C37.358,31.978,37.192,32.519,36.934,33.082z'/%3E%3Cpath d='M34.513,6.221C31.784,2.357,28.107,0,25.262,0c-0.875,0-1.671,0.223-2.337,0.693c-1.714,1.21-1.466,3.846-1.466,6.748v0.851v9.318v1.279c0.005-0.097,0.009-0.165,0.009-0.165s0.012,0.078,0.031,0.195c0.005,0.031,0.008,0.049,0.014,0.088c0.023,0.118,0.047,0.287,0.079,0.474c0.018,0.102,0.034,0.202,0.065,0.318c0.016,0.08,0.044,0.175,0.065,0.262c0.068,0.276,0.157,0.575,0.283,0.912c0.175,0.439,0.41,0.911,0.698,1.405c0.312,0.479,0.674,0.979,1.131,1.438c0.438,0.476,0.993,0.879,1.574,1.259c0.59,0.376,1.265,0.637,1.955,0.859c0.699,0.203,1.438,0.29,2.175,0.303c0.774-0.018,1.47-0.102,2.175-0.303c0.41-0.133,0.807-0.29,1.191-0.465c0.211-0.096,0.416-0.201,0.613-0.318c0.047-0.029,0.103-0.048,0.149-0.078c0.132-0.086,0.251-0.179,0.378-0.267c0.438-0.306,0.855-0.623,1.195-0.992c0.457-0.458,0.818-0.959,1.13-1.437c0.287-0.494,0.522-0.968,0.698-1.406c0.164-0.442,0.283-0.84,0.349-1.177c0.089-0.333,0.108-0.604,0.144-0.787c0.019-0.111,0.029-0.18,0.037-0.226v-2.913c0-0.088-0.011-0.173-0.014-0.261C37.862,12.977,36.804,9.465,34.513,6.221z M34.388,16.274c-0.422,0.297-0.936,0.448-1.531,0.448c-1.551,0-3.434-1.01-5.107-2.639c-0.005-0.005-0.011-0.009-0.016-0.015c-0.611-0.597-1.195-1.271-1.722-2.016c-2.59-3.666-3.13-7.928-1.179-9.306c0.42-0.297,0.936-0.448,1.531-0.448c2.121,0,4.872,1.877,6.845,4.67C35.798,10.634,36.337,14.896,34.388,16.274z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-aromatics-grey, .button--input.icon-aromatic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23aaa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 497.127 497.127' style='enable-background:new 0 0 497.127 497.127;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M14.444,443.015h305.691c7.982,0,14.444-6.47,14.444-14.444v-189.64c0-7.982-4.471-19.127-9.982-24.89l-85.35-89.292c-5.511-5.771-16.452-10.445-24.434-10.445h-35.245c17.086-35.888,57.534-55.258,104.598-32.644c32.319,15.534,58.615,43.594,82.968,70.824l-25.207,25.207l96.754,96.754l58.444-58.436l-96.754-96.754l-21.785,21.785c-39.204-43.374-86.927-91.82-147.777-86.529c-36.928,3.211-59.859,28.661-69.971,59.794h-41.074c-7.982,0-18.915,4.674-24.435,10.445l-85.35,89.284C4.471,219.805,0,230.949,0,238.923v189.64C0,436.545,6.47,443.015,14.444,443.015z M399.511,160.092c4.617,4.617,4.617,12.112,0,16.729c-4.617,4.617-12.112,4.617-16.729,0c-2.821-2.821-3.707-6.674-3.081-10.323c1.553,1.731,3.121,3.503,4.658,5.202c7.056,7.779,18.517-3.755,11.494-11.494c-0.951-1.049-1.943-2.154-2.91-3.227C395.333,157.345,397.666,158.247,399.511,160.092z M160.084,189.786c3.081,9.982,18.777,5.723,15.68-4.324c-0.569-1.845-1.057-3.69-1.52-5.527c4.706,2.504,7.958,7.405,7.958,13.103c0,8.218-6.682,14.9-14.9,14.9s-14.9-6.682-14.9-14.9c0-4.666,2.195-8.787,5.568-11.518C158.588,184.315,159.255,187.095,160.084,189.786z M27.613,230.884l85.252-89.187c1.317-1.203,5.267-2.886,6.901-3.008h35.936c-0.65,5.747-0.927,11.518-0.821,17.273c-15.558,5.227-26.881,19.785-26.881,37.091c0,21.663,17.623,39.285,39.285,39.285s39.285-17.623,39.285-39.285c0-20.419-15.721-37.058-35.66-38.92c-0.016-5.275,0.374-10.437,1.162-15.436h42.643c1.796,0.146,5.69,1.813,6.901,2.91l85.301,89.235c1.341,1.544,3.178,6.121,3.276,8.096v179.698H24.386V239.004C24.483,236.956,26.32,232.372,27.613,230.884z'/%3E%3Cpath d='M47.642,405.689h239.305c5.113,0,9.258-4.146,9.258-9.258v-85.456h-0.211c0.041-0.553,0.171-1.024,0.171-1.618c0-13.298-10.779-24.077-24.077-24.077c-3.853,0-7.438,0.984-10.665,2.593c-2.414-3.723-6.584-6.202-11.356-6.202c-0.691,0-1.349,0.106-2.016,0.203c-4.942-4.568-11.494-7.43-18.753-7.43c-13.071,0-23.955,9.088-26.865,21.264c-2.983-2.024-6.584-3.203-10.453-3.203c-6.129,0-11.526,2.999-14.924,7.568c-5.284-4.536-14.526-7.568-25.109-7.568c-11.339,0-21.086,3.495-26.117,8.584c-2.17-1.211-4.633-1.959-7.291-1.959c-2.463,0-4.763,0.65-6.812,1.699c-0.935-6.73-6.657-11.933-13.656-11.933c-5.576,0-10.356,3.316-12.551,8.064c-2.601-0.862-5.332-1.447-8.218-1.447c-8.543,0-16.062,4.154-20.842,10.486c-1.796-2.634-4.674-4.471-8.096-4.471c-5.324,0-9.575,4.194-9.868,9.445h-0.122v0.528v84.919C38.375,401.543,42.521,405.689,47.642,405.689z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-aromatics-brown, .no-touch .panel-menu-action.panel-menu-action--aromatic:hover, .panel-menu-action.panel-menu-action--aromatic.active, .button--caracteristic.icon-aromatic:hover, .button--caracteristic.icon-aromatic.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234a330b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 497.127 497.127' style='enable-background:new 0 0 497.127 497.127;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M14.444,443.015h305.691c7.982,0,14.444-6.47,14.444-14.444v-189.64c0-7.982-4.471-19.127-9.982-24.89l-85.35-89.292c-5.511-5.771-16.452-10.445-24.434-10.445h-35.245c17.086-35.888,57.534-55.258,104.598-32.644c32.319,15.534,58.615,43.594,82.968,70.824l-25.207,25.207l96.754,96.754l58.444-58.436l-96.754-96.754l-21.785,21.785c-39.204-43.374-86.927-91.82-147.777-86.529c-36.928,3.211-59.859,28.661-69.971,59.794h-41.074c-7.982,0-18.915,4.674-24.435,10.445l-85.35,89.284C4.471,219.805,0,230.949,0,238.923v189.64C0,436.545,6.47,443.015,14.444,443.015z M399.511,160.092c4.617,4.617,4.617,12.112,0,16.729c-4.617,4.617-12.112,4.617-16.729,0c-2.821-2.821-3.707-6.674-3.081-10.323c1.553,1.731,3.121,3.503,4.658,5.202c7.056,7.779,18.517-3.755,11.494-11.494c-0.951-1.049-1.943-2.154-2.91-3.227C395.333,157.345,397.666,158.247,399.511,160.092z M160.084,189.786c3.081,9.982,18.777,5.723,15.68-4.324c-0.569-1.845-1.057-3.69-1.52-5.527c4.706,2.504,7.958,7.405,7.958,13.103c0,8.218-6.682,14.9-14.9,14.9s-14.9-6.682-14.9-14.9c0-4.666,2.195-8.787,5.568-11.518C158.588,184.315,159.255,187.095,160.084,189.786z M27.613,230.884l85.252-89.187c1.317-1.203,5.267-2.886,6.901-3.008h35.936c-0.65,5.747-0.927,11.518-0.821,17.273c-15.558,5.227-26.881,19.785-26.881,37.091c0,21.663,17.623,39.285,39.285,39.285s39.285-17.623,39.285-39.285c0-20.419-15.721-37.058-35.66-38.92c-0.016-5.275,0.374-10.437,1.162-15.436h42.643c1.796,0.146,5.69,1.813,6.901,2.91l85.301,89.235c1.341,1.544,3.178,6.121,3.276,8.096v179.698H24.386V239.004C24.483,236.956,26.32,232.372,27.613,230.884z'/%3E%3Cpath d='M47.642,405.689h239.305c5.113,0,9.258-4.146,9.258-9.258v-85.456h-0.211c0.041-0.553,0.171-1.024,0.171-1.618c0-13.298-10.779-24.077-24.077-24.077c-3.853,0-7.438,0.984-10.665,2.593c-2.414-3.723-6.584-6.202-11.356-6.202c-0.691,0-1.349,0.106-2.016,0.203c-4.942-4.568-11.494-7.43-18.753-7.43c-13.071,0-23.955,9.088-26.865,21.264c-2.983-2.024-6.584-3.203-10.453-3.203c-6.129,0-11.526,2.999-14.924,7.568c-5.284-4.536-14.526-7.568-25.109-7.568c-11.339,0-21.086,3.495-26.117,8.584c-2.17-1.211-4.633-1.959-7.291-1.959c-2.463,0-4.763,0.65-6.812,1.699c-0.935-6.73-6.657-11.933-13.656-11.933c-5.576,0-10.356,3.316-12.551,8.064c-2.601-0.862-5.332-1.447-8.218-1.447c-8.543,0-16.062,4.154-20.842,10.486c-1.796-2.634-4.674-4.471-8.096-4.471c-5.324,0-9.575,4.194-9.868,9.445h-0.122v0.528v84.919C38.375,401.543,42.521,405.689,47.642,405.689z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-aromatics-black, .icon-aromatic, .panel-menu-action.panel-menu-action--aromatic, .button--3D.button--medium .icon-aromatic, .button--3D.button--green .icon-aromatic, .button--input.icon-aromatic:hover, .button--input.icon-aromatic.active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23010101' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 497.127 497.127' style='enable-background:new 0 0 497.127 497.127;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M14.444,443.015h305.691c7.982,0,14.444-6.47,14.444-14.444v-189.64c0-7.982-4.471-19.127-9.982-24.89l-85.35-89.292c-5.511-5.771-16.452-10.445-24.434-10.445h-35.245c17.086-35.888,57.534-55.258,104.598-32.644c32.319,15.534,58.615,43.594,82.968,70.824l-25.207,25.207l96.754,96.754l58.444-58.436l-96.754-96.754l-21.785,21.785c-39.204-43.374-86.927-91.82-147.777-86.529c-36.928,3.211-59.859,28.661-69.971,59.794h-41.074c-7.982,0-18.915,4.674-24.435,10.445l-85.35,89.284C4.471,219.805,0,230.949,0,238.923v189.64C0,436.545,6.47,443.015,14.444,443.015z M399.511,160.092c4.617,4.617,4.617,12.112,0,16.729c-4.617,4.617-12.112,4.617-16.729,0c-2.821-2.821-3.707-6.674-3.081-10.323c1.553,1.731,3.121,3.503,4.658,5.202c7.056,7.779,18.517-3.755,11.494-11.494c-0.951-1.049-1.943-2.154-2.91-3.227C395.333,157.345,397.666,158.247,399.511,160.092z M160.084,189.786c3.081,9.982,18.777,5.723,15.68-4.324c-0.569-1.845-1.057-3.69-1.52-5.527c4.706,2.504,7.958,7.405,7.958,13.103c0,8.218-6.682,14.9-14.9,14.9s-14.9-6.682-14.9-14.9c0-4.666,2.195-8.787,5.568-11.518C158.588,184.315,159.255,187.095,160.084,189.786z M27.613,230.884l85.252-89.187c1.317-1.203,5.267-2.886,6.901-3.008h35.936c-0.65,5.747-0.927,11.518-0.821,17.273c-15.558,5.227-26.881,19.785-26.881,37.091c0,21.663,17.623,39.285,39.285,39.285s39.285-17.623,39.285-39.285c0-20.419-15.721-37.058-35.66-38.92c-0.016-5.275,0.374-10.437,1.162-15.436h42.643c1.796,0.146,5.69,1.813,6.901,2.91l85.301,89.235c1.341,1.544,3.178,6.121,3.276,8.096v179.698H24.386V239.004C24.483,236.956,26.32,232.372,27.613,230.884z'/%3E%3Cpath d='M47.642,405.689h239.305c5.113,0,9.258-4.146,9.258-9.258v-85.456h-0.211c0.041-0.553,0.171-1.024,0.171-1.618c0-13.298-10.779-24.077-24.077-24.077c-3.853,0-7.438,0.984-10.665,2.593c-2.414-3.723-6.584-6.202-11.356-6.202c-0.691,0-1.349,0.106-2.016,0.203c-4.942-4.568-11.494-7.43-18.753-7.43c-13.071,0-23.955,9.088-26.865,21.264c-2.983-2.024-6.584-3.203-10.453-3.203c-6.129,0-11.526,2.999-14.924,7.568c-5.284-4.536-14.526-7.568-25.109-7.568c-11.339,0-21.086,3.495-26.117,8.584c-2.17-1.211-4.633-1.959-7.291-1.959c-2.463,0-4.763,0.65-6.812,1.699c-0.935-6.73-6.657-11.933-13.656-11.933c-5.576,0-10.356,3.316-12.551,8.064c-2.601-0.862-5.332-1.447-8.218-1.447c-8.543,0-16.062,4.154-20.842,10.486c-1.796-2.634-4.674-4.471-8.096-4.471c-5.324,0-9.575,4.194-9.868,9.445h-0.122v0.528v84.919C38.375,401.543,42.521,405.689,47.642,405.689z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-aromatics-green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2357b532' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 497.127 497.127' style='enable-background:new 0 0 497.127 497.127;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M14.444,443.015h305.691c7.982,0,14.444-6.47,14.444-14.444v-189.64c0-7.982-4.471-19.127-9.982-24.89l-85.35-89.292c-5.511-5.771-16.452-10.445-24.434-10.445h-35.245c17.086-35.888,57.534-55.258,104.598-32.644c32.319,15.534,58.615,43.594,82.968,70.824l-25.207,25.207l96.754,96.754l58.444-58.436l-96.754-96.754l-21.785,21.785c-39.204-43.374-86.927-91.82-147.777-86.529c-36.928,3.211-59.859,28.661-69.971,59.794h-41.074c-7.982,0-18.915,4.674-24.435,10.445l-85.35,89.284C4.471,219.805,0,230.949,0,238.923v189.64C0,436.545,6.47,443.015,14.444,443.015z M399.511,160.092c4.617,4.617,4.617,12.112,0,16.729c-4.617,4.617-12.112,4.617-16.729,0c-2.821-2.821-3.707-6.674-3.081-10.323c1.553,1.731,3.121,3.503,4.658,5.202c7.056,7.779,18.517-3.755,11.494-11.494c-0.951-1.049-1.943-2.154-2.91-3.227C395.333,157.345,397.666,158.247,399.511,160.092z M160.084,189.786c3.081,9.982,18.777,5.723,15.68-4.324c-0.569-1.845-1.057-3.69-1.52-5.527c4.706,2.504,7.958,7.405,7.958,13.103c0,8.218-6.682,14.9-14.9,14.9s-14.9-6.682-14.9-14.9c0-4.666,2.195-8.787,5.568-11.518C158.588,184.315,159.255,187.095,160.084,189.786z M27.613,230.884l85.252-89.187c1.317-1.203,5.267-2.886,6.901-3.008h35.936c-0.65,5.747-0.927,11.518-0.821,17.273c-15.558,5.227-26.881,19.785-26.881,37.091c0,21.663,17.623,39.285,39.285,39.285s39.285-17.623,39.285-39.285c0-20.419-15.721-37.058-35.66-38.92c-0.016-5.275,0.374-10.437,1.162-15.436h42.643c1.796,0.146,5.69,1.813,6.901,2.91l85.301,89.235c1.341,1.544,3.178,6.121,3.276,8.096v179.698H24.386V239.004C24.483,236.956,26.32,232.372,27.613,230.884z'/%3E%3Cpath d='M47.642,405.689h239.305c5.113,0,9.258-4.146,9.258-9.258v-85.456h-0.211c0.041-0.553,0.171-1.024,0.171-1.618c0-13.298-10.779-24.077-24.077-24.077c-3.853,0-7.438,0.984-10.665,2.593c-2.414-3.723-6.584-6.202-11.356-6.202c-0.691,0-1.349,0.106-2.016,0.203c-4.942-4.568-11.494-7.43-18.753-7.43c-13.071,0-23.955,9.088-26.865,21.264c-2.983-2.024-6.584-3.203-10.453-3.203c-6.129,0-11.526,2.999-14.924,7.568c-5.284-4.536-14.526-7.568-25.109-7.568c-11.339,0-21.086,3.495-26.117,8.584c-2.17-1.211-4.633-1.959-7.291-1.959c-2.463,0-4.763,0.65-6.812,1.699c-0.935-6.73-6.657-11.933-13.656-11.933c-5.576,0-10.356,3.316-12.551,8.064c-2.601-0.862-5.332-1.447-8.218-1.447c-8.543,0-16.062,4.154-20.842,10.486c-1.796-2.634-4.674-4.471-8.096-4.471c-5.324,0-9.575,4.194-9.868,9.445h-0.122v0.528v84.919C38.375,401.543,42.521,405.689,47.642,405.689z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-aromatics-red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='red' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 497.127 497.127' style='enable-background:new 0 0 497.127 497.127;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M14.444,443.015h305.691c7.982,0,14.444-6.47,14.444-14.444v-189.64c0-7.982-4.471-19.127-9.982-24.89l-85.35-89.292c-5.511-5.771-16.452-10.445-24.434-10.445h-35.245c17.086-35.888,57.534-55.258,104.598-32.644c32.319,15.534,58.615,43.594,82.968,70.824l-25.207,25.207l96.754,96.754l58.444-58.436l-96.754-96.754l-21.785,21.785c-39.204-43.374-86.927-91.82-147.777-86.529c-36.928,3.211-59.859,28.661-69.971,59.794h-41.074c-7.982,0-18.915,4.674-24.435,10.445l-85.35,89.284C4.471,219.805,0,230.949,0,238.923v189.64C0,436.545,6.47,443.015,14.444,443.015z M399.511,160.092c4.617,4.617,4.617,12.112,0,16.729c-4.617,4.617-12.112,4.617-16.729,0c-2.821-2.821-3.707-6.674-3.081-10.323c1.553,1.731,3.121,3.503,4.658,5.202c7.056,7.779,18.517-3.755,11.494-11.494c-0.951-1.049-1.943-2.154-2.91-3.227C395.333,157.345,397.666,158.247,399.511,160.092z M160.084,189.786c3.081,9.982,18.777,5.723,15.68-4.324c-0.569-1.845-1.057-3.69-1.52-5.527c4.706,2.504,7.958,7.405,7.958,13.103c0,8.218-6.682,14.9-14.9,14.9s-14.9-6.682-14.9-14.9c0-4.666,2.195-8.787,5.568-11.518C158.588,184.315,159.255,187.095,160.084,189.786z M27.613,230.884l85.252-89.187c1.317-1.203,5.267-2.886,6.901-3.008h35.936c-0.65,5.747-0.927,11.518-0.821,17.273c-15.558,5.227-26.881,19.785-26.881,37.091c0,21.663,17.623,39.285,39.285,39.285s39.285-17.623,39.285-39.285c0-20.419-15.721-37.058-35.66-38.92c-0.016-5.275,0.374-10.437,1.162-15.436h42.643c1.796,0.146,5.69,1.813,6.901,2.91l85.301,89.235c1.341,1.544,3.178,6.121,3.276,8.096v179.698H24.386V239.004C24.483,236.956,26.32,232.372,27.613,230.884z'/%3E%3Cpath d='M47.642,405.689h239.305c5.113,0,9.258-4.146,9.258-9.258v-85.456h-0.211c0.041-0.553,0.171-1.024,0.171-1.618c0-13.298-10.779-24.077-24.077-24.077c-3.853,0-7.438,0.984-10.665,2.593c-2.414-3.723-6.584-6.202-11.356-6.202c-0.691,0-1.349,0.106-2.016,0.203c-4.942-4.568-11.494-7.43-18.753-7.43c-13.071,0-23.955,9.088-26.865,21.264c-2.983-2.024-6.584-3.203-10.453-3.203c-6.129,0-11.526,2.999-14.924,7.568c-5.284-4.536-14.526-7.568-25.109-7.568c-11.339,0-21.086,3.495-26.117,8.584c-2.17-1.211-4.633-1.959-7.291-1.959c-2.463,0-4.763,0.65-6.812,1.699c-0.935-6.73-6.657-11.933-13.656-11.933c-5.576,0-10.356,3.316-12.551,8.064c-2.601-0.862-5.332-1.447-8.218-1.447c-8.543,0-16.062,4.154-20.842,10.486c-1.796-2.634-4.674-4.471-8.096-4.471c-5.324,0-9.575,4.194-9.868,9.445h-0.122v0.528v84.919C38.375,401.543,42.521,405.689,47.642,405.689z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.icon-aromatics-orange, .button--3D.button--medium:hover .icon-aromatic, .button--3D.button--medium.active .icon-aromatic, .button--3D.button--green:hover .icon-aromatic, .button--3D.button--green.active .icon-aromatic, .button--medium:hover .button--caracteristic.icon-aromatic,
.button--medium.active .button--caracteristic.icon-aromatic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffd324' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 497.127 497.127' style='enable-background:new 0 0 497.127 497.127;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M14.444,443.015h305.691c7.982,0,14.444-6.47,14.444-14.444v-189.64c0-7.982-4.471-19.127-9.982-24.89l-85.35-89.292c-5.511-5.771-16.452-10.445-24.434-10.445h-35.245c17.086-35.888,57.534-55.258,104.598-32.644c32.319,15.534,58.615,43.594,82.968,70.824l-25.207,25.207l96.754,96.754l58.444-58.436l-96.754-96.754l-21.785,21.785c-39.204-43.374-86.927-91.82-147.777-86.529c-36.928,3.211-59.859,28.661-69.971,59.794h-41.074c-7.982,0-18.915,4.674-24.435,10.445l-85.35,89.284C4.471,219.805,0,230.949,0,238.923v189.64C0,436.545,6.47,443.015,14.444,443.015z M399.511,160.092c4.617,4.617,4.617,12.112,0,16.729c-4.617,4.617-12.112,4.617-16.729,0c-2.821-2.821-3.707-6.674-3.081-10.323c1.553,1.731,3.121,3.503,4.658,5.202c7.056,7.779,18.517-3.755,11.494-11.494c-0.951-1.049-1.943-2.154-2.91-3.227C395.333,157.345,397.666,158.247,399.511,160.092z M160.084,189.786c3.081,9.982,18.777,5.723,15.68-4.324c-0.569-1.845-1.057-3.69-1.52-5.527c4.706,2.504,7.958,7.405,7.958,13.103c0,8.218-6.682,14.9-14.9,14.9s-14.9-6.682-14.9-14.9c0-4.666,2.195-8.787,5.568-11.518C158.588,184.315,159.255,187.095,160.084,189.786z M27.613,230.884l85.252-89.187c1.317-1.203,5.267-2.886,6.901-3.008h35.936c-0.65,5.747-0.927,11.518-0.821,17.273c-15.558,5.227-26.881,19.785-26.881,37.091c0,21.663,17.623,39.285,39.285,39.285s39.285-17.623,39.285-39.285c0-20.419-15.721-37.058-35.66-38.92c-0.016-5.275,0.374-10.437,1.162-15.436h42.643c1.796,0.146,5.69,1.813,6.901,2.91l85.301,89.235c1.341,1.544,3.178,6.121,3.276,8.096v179.698H24.386V239.004C24.483,236.956,26.32,232.372,27.613,230.884z'/%3E%3Cpath d='M47.642,405.689h239.305c5.113,0,9.258-4.146,9.258-9.258v-85.456h-0.211c0.041-0.553,0.171-1.024,0.171-1.618c0-13.298-10.779-24.077-24.077-24.077c-3.853,0-7.438,0.984-10.665,2.593c-2.414-3.723-6.584-6.202-11.356-6.202c-0.691,0-1.349,0.106-2.016,0.203c-4.942-4.568-11.494-7.43-18.753-7.43c-13.071,0-23.955,9.088-26.865,21.264c-2.983-2.024-6.584-3.203-10.453-3.203c-6.129,0-11.526,2.999-14.924,7.568c-5.284-4.536-14.526-7.568-25.109-7.568c-11.339,0-21.086,3.495-26.117,8.584c-2.17-1.211-4.633-1.959-7.291-1.959c-2.463,0-4.763,0.65-6.812,1.699c-0.935-6.73-6.657-11.933-13.656-11.933c-5.576,0-10.356,3.316-12.551,8.064c-2.601-0.862-5.332-1.447-8.218-1.447c-8.543,0-16.062,4.154-20.842,10.486c-1.796-2.634-4.674-4.471-8.096-4.471c-5.324,0-9.575,4.194-9.868,9.445h-0.122v0.528v84.919C38.375,401.543,42.521,405.689,47.642,405.689z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial, sans serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #444;
  background: grey;
  overflow: hidden; }

#wrapper {
  height: 100%; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.clearfix {
  clear: both; }

.catalog,
.infos {
  padding: 0;
  position: relative;
  height: 100%; }

.overlay-item--slideleft {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .overlay-item--slideleft * {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

#splashScreen,
#loadingScreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  background-color: #ffd324; }
  #splashScreen img,
  #loadingScreen img {
    display: inline-block;
    margin: 0 auto;
    max-width: 60%;
    max-height: 60%; }
  #splashScreen .message,
  #loadingScreen .message {
    color: #4a330b;
    font-family: "Righteous",arial,sans serif; }

.fullscreen-overlay-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7); }
  .fullscreen-overlay-background.active {
    display: block; }

.zoomsscreen-overlay-background {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 260px;
  z-index: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 40px; }
  .zoomsscreen-overlay-background.active {
    display: block; }
  @media screen and (max-width: 760px) {
    .zoomsscreen-overlay-background {
      width: 70px;
      height: 190px; } }

.catalogscreen-overlay-background {
  display: block;
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 180px;
  z-index: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-top-right-radius: 40px;
  right: calc( -2% - 140px); }
  @media screen and (max-width: 760px) {
    .catalogscreen-overlay-background {
      width: 80px;
      height: 90px;
      right: calc( -2% - 76px); } }
  .catalogscreen-overlay-background.withmap {
    height: 400px; }
    @media screen and (max-width: 760px) {
      .catalogscreen-overlay-background.withmap {
        height: 205px; } }

.itembullescreen-overlay-background {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 40px; }

.paramsscreen-overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 80px;
  z-index: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 40px; }
  @media screen and (max-width: 760px) {
    .paramsscreen-overlay-background {
      width: 153px;
      height: 70px; } }

.fullscreen-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  text-align: center;
  /* contenus pour loading-map */
  /* contenus pour popin */ }
  .fullscreen-overlay.active {
    display: block; }
  .fullscreen-overlay img {
    display: inline-block;
    margin: 0 auto;
    max-width: 60%;
    max-height: 60%; }
  .fullscreen-overlay .message {
    color: #fff;
    font-family: "Righteous",arial,sans serif; }
  .fullscreen-overlay.fullscreen-overlay--popin {
    box-sizing: border-box;
    background-color: #fce99f;
    box-shadow: 0px 0px 3px 3px #c49a04 inset;
    border: 8px solid #ffd324;
    border-radius: 20px;
    padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    height: 50%;
    max-height: 50%;
    /* bouton fermer */ }
    @media screen and (max-width: 760px) {
      .fullscreen-overlay.fullscreen-overlay--popin {
        border: 4px solid #ffd324; } }
    @media screen and (max-width: 760px) {
      .fullscreen-overlay.fullscreen-overlay--popin {
        padding: 10px;
        width: 80%;
        height: 80%;
        max-height: 80%; } }
    .fullscreen-overlay.fullscreen-overlay--popin.fullscreen-overlay--popin-filters {
      height: 75%;
      max-height: 75%; }
      @media screen and (min-width: 1025px) {
        .fullscreen-overlay.fullscreen-overlay--popin.fullscreen-overlay--popin-filters {
          left: calc( 50% + 300px);
          max-width: calc( 100% - 600px); } }
      @media screen and (max-width: 1024px) {
        .fullscreen-overlay.fullscreen-overlay--popin.fullscreen-overlay--popin-filters {
          left: 75%; } }
      @media screen and (max-width: 760px) {
        .fullscreen-overlay.fullscreen-overlay--popin.fullscreen-overlay--popin-filters {
          left: 50%; } }
    .fullscreen-overlay.fullscreen-overlay--popin .action {
      text-align: right;
      float: right; }

/***
  title: Field
  section: Positioning
  description: Permet d'afficher un bloc en ligne et centré
  example: |
    <div class="field">
      something
    </div>
    <div class="field">
      something
    </div>
***/
.fieldset {
  margin-bottom: 1em;
  text-align: center; }

.field.field-wide {
  width: 100%; }

.field.field-5 {
  display: inline-block;
  vertical-align: top;
  width: 18%; }
  @media screen and (max-width: 760px) {
    .field.field-5 {
      width: 100%; } }

.field.field-2 {
  display: inline-block;
  vertical-align: top;
  width: 45%; }
  @media screen and (max-width: 760px) {
    .field.field-2 {
      width: 100%; } }

.margin-bottom {
  margin-bottom: 1em; }

.width-60percent {
  width: 60%;
  margin: 0 auto; }

/***
  title: Declinaisons
  section: Icons
  description: Declinaisons des icones par couleur.
  example: |
    Sans classe de formatage
    <span class="icon-sun" title="icon-sun"></span>
    <br/>
    Sur un .button
    <span class="button icon-sun" title="icon-sun"></span>
    <br/>
    Sur un .button.button--caracteristic  
    <span class="button button--caracteristic icon-sun" title="icon-sun"></span>
    <br/>
    Dans un .button simple 
    <span class="button" title="icon-sun"><span class="button button--caracteristic icon-sun" title="icon-sun"></span></span>
    <br/>
    Dans un .button.button--3D  
    <span class="button button--3D" title="icon-sun"><span class="button button--caracteristic icon-sun" title="icon-sun"></span>Bouton</span>
    <br/>
    Dans un .button.button--3D.button--medium  
    <span class="button button--3D button--medium" title="icon-sun"><span class="button button--caracteristic icon-sun" title="icon-sun"></span>Bouton</span>
    <br/>
    Dans un .button.button--3D.button--medium.active  
    <span class="button button--3D button--medium active" title="icon-sun"><span class="button button--caracteristic icon-sun" title="icon-sun"></span>Bouton</span>
    <br/>
***/
/***
  title: 1. Onglets de menu .panel-menu-action
  section: Boutons
  description: |
    Affiche un picto et un libelle en noir. Le :hover et .active sont marrons, avec un soulignement. Chaque bouton est en inline-block afin d'afficher un menu horizontal centre.<p>
    class="panel-menu-action panel-menu-action-NOMDUPICTO"<p>

  example: |
    <div class="">
      <a class="panel-menu-action panel-menu-action-loading">loading</a>
      <a class="panel-menu-action panel-menu-action-loading active">loading</a>
      <a class="panel-menu-action panel-menu-action-catalog">catalog</a>
      <a class="panel-menu-action panel-menu-action-catalog active">catalog</a>
      <a class="panel-menu-action panel-menu-action-inventory">inventory</a>
      <a class="panel-menu-action panel-menu-action-inventory active">inventory</a>
      <a class="panel-menu-action panel-menu-action-config">config</a>
      <a class="panel-menu-action panel-menu-action-config active">config</a>
      <a class="panel-menu-action panel-menu-action-help">help</a>
      <a class="panel-menu-action panel-menu-action-help active">help</a>
      <a class="panel-menu-action panel-menu-action-more">more</a>
      <a class="panel-menu-action panel-menu-action-more active">more</a>
      <a class="panel-menu-action panel-menu-action-map">map</a>
      <a class="panel-menu-action panel-menu-action-map active">map</a>
      <a class="panel-menu-action panel-menu-action-export">export</a>
      <a class="panel-menu-action panel-menu-action-export active">export</a>
      <a class="panel-menu-action panel-menu-action-stat">stat</a>
      <a class="panel-menu-action panel-menu-action-stat active">stat</a>
    </div>
***/
/***
  title: 1bis. Onglets de menu .panel-menu-action - variante mobile
  section: Boutons
  description: |
    Affiche un picto et un libelle en noir. Le :hover et .active sont marrons, avec un soulignement. Chaque bouton est en inline-block afin d'afficher un menu horizontal centre.<p>
    class="panel-menu-action panel-menu-action-NOMDUPICTO"<p>

  example: |
    <div class="">
      <a class="panel-menu-action panel-menu-action-infos shortmobile"><span class="label">infos</span></a>
      <a class="panel-menu-action panel-menu-action-infos shortmobile active"><span class="label">infos</span></a>
      <a class="panel-menu-action panel-menu-action-work shortmobile"><span class="label">work</span></a>
      <a class="panel-menu-action panel-menu-action-work shortmobile active"><span class="label">work</span></a>
      <a class="panel-menu-action panel-menu-action-geo shortmobile"><span class="label">geo</span></a>
      <a class="panel-menu-action panel-menu-action-geo shortmobile active"><span class="label">geo</span></a>
      <a class="panel-menu-action panel-menu-action-ground shortmobile"><span class="label">ground</span></a>
      <a class="panel-menu-action panel-menu-action-ground shortmobile active"><span class="label">ground</span></a>
      <a class="panel-menu-action panel-menu-action-display shortmobile"><span class="label">display</span></a>
      <a class="panel-menu-action panel-menu-action-display shortmobile active"><span class="label">display</span></a>
      <a class="panel-menu-action panel-menu-action-neightbors shortmobile"><span class="label">neightbors</span></a>
      <a class="panel-menu-action panel-menu-action-neightbors shortmobile active"><span class="label">neightbors</span></a>
    </div>
***/
/***
  title: 1bis. Onglets de menu .panel-menu-action - variante mobile
  section: Boutons
  description: |
    Affiche un picto et un libelle en noir. Le :hover et .active sont marrons, avec un soulignement. Chaque bouton est en inline-block afin d'afficher un menu horizontal centre.<p>
    class="panel-menu-action panel-menu-action--NOMDUPICTO"<p>

  example: |
    <div class="">
      <a class="panel-menu-action panel-menu-action--climates shortmobile"><span class="label">climates</span></a>
      <a class="panel-menu-action panel-menu-action--climates shortmobile active"><span class="label">climates</span></a>
    </div>
***/
.panel-menu-action {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-family: "Righteous", arial, sans serif;
  color: #4a330b;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
  padding: 5px 10px;
  font-size: 18px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .panel-menu-action {
      font-size: 14px;
      padding: 5px 10px; } }
  .panel-menu-action:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent; }
  .no-touch .panel-menu-action:hover {
    color: #8f5528; }
  .panel-menu-action.active {
    color: #8f5528; }
    .panel-menu-action.active:after {
      background: #8f5528; }
  .panel-menu-action.panel-menu-action-catalog {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-catalog {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-inventory {
    background-size: 40px 40px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-inventory {
        background-size: 30px 30px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-loading {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-loading {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-config {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-config {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-help {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-help {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-more {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-more {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-map {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-map {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-export {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-export {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-stat {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-stat {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-infos {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-infos {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-work {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-work {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-geo {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-geo {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-ground {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-ground {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-display {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-display {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action-neightbors {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action-neightbors {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--close {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--close {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--plus {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--plus {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--addmagic {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--addmagic {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--sun {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--sun {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--sun_and_shadow {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--sun_and_shadow {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--shadow {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--shadow {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--low {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--low {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--medium {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--medium {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--hight {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--hight {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--rustic {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--rustic {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--to_protect {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--to_protect {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--to_get_in {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--to_get_in {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--easy {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--easy {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--workmedium {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--workmedium {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--hard {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--hard {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--perennial {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--perennial {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--annual {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--annual {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--bisannual {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--bisannual {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--growth_slow {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--growth_slow {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--growth_normal {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--growth_normal {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--growth_quick {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--growth_quick {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--drained {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--drained {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--wet {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--wet {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--dry {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--dry {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--color {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--color {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--radius {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--radius {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--position {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--position {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--widthx {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--widthx {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--widthy {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--widthy {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--height {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--height {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--planet {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--planet {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--acidity {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--acidity {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--terre {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--terre {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--roots {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--roots {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--bulbs {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--bulbs {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--leafs {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--leafs {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--fruits {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--fruits {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--berries {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--berries {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--flowers {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--flowers {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--seeds {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--seeds {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--rods {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--rods {
        background-size: 20px 20px;
        padding-top: 25px; } }
  .panel-menu-action.panel-menu-action--aromatic {
    background-size: 30px 30px;
    background-position: top center;
    padding-top: 35px; }
    @media screen and (max-width: 1024px) {
      .panel-menu-action.panel-menu-action--aromatic {
        background-size: 20px 20px;
        padding-top: 25px; } }
  @media screen and (max-width: 1024px) {
    .panel-menu-action.shortmobile {
      margin: 0 5px; }
      .panel-menu-action.shortmobile .label {
        display: none; } }

.picto {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }

/***
  title: 2. Boutons .button
  section: Boutons
  description: |
    Affiche un bouton simple
  example: |
    <div class="">
      <a class="button">.button</a>
      <a class="button active">.button.active</a>
      <br/>
      <a class="button button-edit">.button</a>
      <a class="button button-edit active">.button.button-edit.active</a>
      <br/>
      <a class="button button-edit button-shortmobile"><span class="label">.button.button-edit.button-shortmobile</span></a>
      <a class="button button-edit button-shortmobile active"><span class="label">.button.button-edit.button-shortmobile.active</span></a>
      <br/>
      <a class="button button-edit button-shortmobile"><span class="label">.button-edit</span></a>
      <a class="button button-delete button-shortmobile"><span class="label">.button-delete</span></a>
      <a class="button button-copy button-shortmobile"><span class="label">.button-copy</span></a>
      <a class="button button-up button-shortmobile"><span class="label">.button-up</span></a>
      <a class="button button-down button-shortmobile"><span class="label">.button-down</span></a>
      <a class="button button-add button-shortmobile"><span class="label">.button-add</span></a>
      <a class="button button-close button-shortmobile"><span class="label">.button-close</span></a>
      <a class="button button-more button-shortmobile"><span class="label">.button-more</span></a>
      <a class="button button-back button-shortmobile"><span class="label">.button-back</span></a>
      <br/>
      <br/>
      <a class="button right button-add"><span class="label">.button-add</span></a>
    </div>
***/
.button--movepictotolabel, .button--wide.button-edit, .button--wide.button-delete, .button--wide.button-copy, .button--wide.button-up, .button--wide.button-down, .button--wide.button-add, .button--wide.button-close, .button--wide.button-more, .buttons--vertical .button.button-edit, .buttons--vertical .button-edit.button--3D, .buttons--vertical .button-edit.button--wide, .buttons--vertical .button-edit.button--caracteristic, .buttons--vertical .button-edit.button--input, .buttons--vertical .button-edit.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn, .buttons--vertical .button.button-delete, .buttons--vertical .button-delete.button--3D, .buttons--vertical .button-delete.button--wide, .buttons--vertical .button-delete.button--caracteristic, .buttons--vertical .button-delete.button--input, .buttons--vertical .button-delete.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn, .buttons--vertical .button.button-copy, .buttons--vertical .button-copy.button--3D, .buttons--vertical .button-copy.button--wide, .buttons--vertical .button-copy.button--caracteristic, .buttons--vertical .button-copy.button--input, .buttons--vertical .button-copy.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn, .buttons--vertical .button.button-up, .buttons--vertical .button-up.button--3D, .buttons--vertical .button-up.button--wide, .buttons--vertical .button-up.button--caracteristic, .buttons--vertical .button-up.button--input, .buttons--vertical .button-up.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn, .buttons--vertical .button.button-down, .buttons--vertical .button-down.button--3D, .buttons--vertical .button-down.button--wide, .buttons--vertical .button-down.button--caracteristic, .buttons--vertical .button-down.button--input, .buttons--vertical .button-down.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn, .buttons--vertical .button.button-add, .buttons--vertical .button-add.button--3D, .buttons--vertical .button-add.button--wide, .buttons--vertical .button-add.button--caracteristic, .buttons--vertical .button-add.button--input, .buttons--vertical .button-add.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn, .buttons--vertical .button.button-close, .buttons--vertical .button-close.button--3D, .buttons--vertical .button-close.button--wide, .buttons--vertical .button-close.button--caracteristic, .buttons--vertical .button-close.button--input, .buttons--vertical .button-close.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn, .buttons--vertical .button.button-more, .buttons--vertical .button-more.button--3D, .buttons--vertical .button-more.button--wide, .buttons--vertical .button-more.button--caracteristic, .buttons--vertical .button-more.button--input, .buttons--vertical .button-more.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn, .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn, .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn, .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname, .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname, .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn {
  background-image: none;
  padding-left: 10px !important; }
  .button--movepictotolabel:before, .button--wide.button-edit:before, .button--wide.button-delete:before, .button--wide.button-copy:before, .button--wide.button-up:before, .button--wide.button-down:before, .button--wide.button-add:before, .button--wide.button-close:before, .button--wide.button-more:before, .buttons--vertical .button.button-edit:before, .buttons--vertical .button-edit.button--3D:before, .buttons--vertical .button-edit.button--wide:before, .buttons--vertical .button-edit.button--caracteristic:before, .buttons--vertical .button-edit.button--input:before, .buttons--vertical .button-edit.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .button.button-delete:before, .buttons--vertical .button-delete.button--3D:before, .buttons--vertical .button-delete.button--wide:before, .buttons--vertical .button-delete.button--caracteristic:before, .buttons--vertical .button-delete.button--input:before, .buttons--vertical .button-delete.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .button.button-copy:before, .buttons--vertical .button-copy.button--3D:before, .buttons--vertical .button-copy.button--wide:before, .buttons--vertical .button-copy.button--caracteristic:before, .buttons--vertical .button-copy.button--input:before, .buttons--vertical .button-copy.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .button.button-up:before, .buttons--vertical .button-up.button--3D:before, .buttons--vertical .button-up.button--wide:before, .buttons--vertical .button-up.button--caracteristic:before, .buttons--vertical .button-up.button--input:before, .buttons--vertical .button-up.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .button.button-down:before, .buttons--vertical .button-down.button--3D:before, .buttons--vertical .button-down.button--wide:before, .buttons--vertical .button-down.button--caracteristic:before, .buttons--vertical .button-down.button--input:before, .buttons--vertical .button-down.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .button.button-add:before, .buttons--vertical .button-add.button--3D:before, .buttons--vertical .button-add.button--wide:before, .buttons--vertical .button-add.button--caracteristic:before, .buttons--vertical .button-add.button--input:before, .buttons--vertical .button-add.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .button.button-close:before, .buttons--vertical .button-close.button--3D:before, .buttons--vertical .button-close.button--wide:before, .buttons--vertical .button-close.button--caracteristic:before, .buttons--vertical .button-close.button--input:before, .buttons--vertical .button-close.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .button.button-more:before, .buttons--vertical .button-more.button--3D:before, .buttons--vertical .button-more.button--wide:before, .buttons--vertical .button-more.button--caracteristic:before, .buttons--vertical .button-more.button--input:before, .buttons--vertical .button-more.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    content: '';
    background-size: 20px 20px;
    background-position: center center;
    height: 20px;
    width: 40px; }
    @media screen and (max-width: 1024px) {
      .button--movepictotolabel:before, .button--wide.button-edit:before, .button--wide.button-delete:before, .button--wide.button-copy:before, .button--wide.button-up:before, .button--wide.button-down:before, .button--wide.button-add:before, .button--wide.button-close:before, .button--wide.button-more:before, .buttons--vertical .button.button-edit:before, .buttons--vertical .button-edit.button--3D:before, .buttons--vertical .button-edit.button--wide:before, .buttons--vertical .button-edit.button--caracteristic:before, .buttons--vertical .button-edit.button--input:before, .buttons--vertical .button-edit.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:before, .buttons--vertical .button.button-delete:before, .buttons--vertical .button-delete.button--3D:before, .buttons--vertical .button-delete.button--wide:before, .buttons--vertical .button-delete.button--caracteristic:before, .buttons--vertical .button-delete.button--input:before, .buttons--vertical .button-delete.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:before, .buttons--vertical .button.button-copy:before, .buttons--vertical .button-copy.button--3D:before, .buttons--vertical .button-copy.button--wide:before, .buttons--vertical .button-copy.button--caracteristic:before, .buttons--vertical .button-copy.button--input:before, .buttons--vertical .button-copy.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:before, .buttons--vertical .button.button-up:before, .buttons--vertical .button-up.button--3D:before, .buttons--vertical .button-up.button--wide:before, .buttons--vertical .button-up.button--caracteristic:before, .buttons--vertical .button-up.button--input:before, .buttons--vertical .button-up.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:before, .buttons--vertical .button.button-down:before, .buttons--vertical .button-down.button--3D:before, .buttons--vertical .button-down.button--wide:before, .buttons--vertical .button-down.button--caracteristic:before, .buttons--vertical .button-down.button--input:before, .buttons--vertical .button-down.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:before, .buttons--vertical .button.button-add:before, .buttons--vertical .button-add.button--3D:before, .buttons--vertical .button-add.button--wide:before, .buttons--vertical .button-add.button--caracteristic:before, .buttons--vertical .button-add.button--input:before, .buttons--vertical .button-add.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:before, .buttons--vertical .button.button-close:before, .buttons--vertical .button-close.button--3D:before, .buttons--vertical .button-close.button--wide:before, .buttons--vertical .button-close.button--caracteristic:before, .buttons--vertical .button-close.button--input:before, .buttons--vertical .button-close.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:before, .buttons--vertical .button.button-more:before, .buttons--vertical .button-more.button--3D:before, .buttons--vertical .button-more.button--wide:before, .buttons--vertical .button-more.button--caracteristic:before, .buttons--vertical .button-more.button--input:before, .buttons--vertical .button-more.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn:before, .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn:before, .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:before {
        height: 20px;
        width: 40px;
        background-size: 15px 15px; } }
  .no-touch .button--movepictotolabel:hover, .no-touch .button--wide.button-edit:hover, .no-touch .button--wide.button-delete:hover, .no-touch .button--wide.button-copy:hover, .no-touch .button--wide.button-up:hover, .no-touch .button--wide.button-down:hover, .no-touch .button--wide.button-add:hover, .no-touch .button--wide.button-close:hover, .no-touch .button--wide.button-more:hover, .no-touch .buttons--vertical .button.button-edit:hover, .buttons--vertical .no-touch .button.button-edit:hover, .no-touch .buttons--vertical .button-edit.button--3D:hover, .buttons--vertical .no-touch .button-edit.button--3D:hover, .no-touch .buttons--vertical .button-edit.button--wide:hover, .buttons--vertical .no-touch .button-edit.button--wide:hover, .no-touch .buttons--vertical .button-edit.button--caracteristic:hover, .buttons--vertical .no-touch .button-edit.button--caracteristic:hover, .no-touch .buttons--vertical .button-edit.button--input:hover, .buttons--vertical .no-touch .button-edit.button--input:hover, .no-touch .buttons--vertical .button-edit.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-edit.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-edit.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-edit.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-edit.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-edit.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-edit.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-edit.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-edit.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-edit.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-edit.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-edit.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-edit.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-edit.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-edit.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-edit.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-edit.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-edit.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-edit.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-edit.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-delete:hover, .buttons--vertical .no-touch .button.button-delete:hover, .no-touch .buttons--vertical .button-delete.button--3D:hover, .buttons--vertical .no-touch .button-delete.button--3D:hover, .no-touch .buttons--vertical .button-delete.button--wide:hover, .buttons--vertical .no-touch .button-delete.button--wide:hover, .no-touch .buttons--vertical .button-delete.button--caracteristic:hover, .buttons--vertical .no-touch .button-delete.button--caracteristic:hover, .no-touch .buttons--vertical .button-delete.button--input:hover, .buttons--vertical .no-touch .button-delete.button--input:hover, .no-touch .buttons--vertical .button-delete.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-delete.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-delete.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-delete.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-delete.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-delete.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-delete.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-delete.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-delete.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-delete.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-delete.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-delete.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-delete.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-delete.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-delete.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-delete.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-delete.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-delete.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-delete.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-delete.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-copy:hover, .buttons--vertical .no-touch .button.button-copy:hover, .no-touch .buttons--vertical .button-copy.button--3D:hover, .buttons--vertical .no-touch .button-copy.button--3D:hover, .no-touch .buttons--vertical .button-copy.button--wide:hover, .buttons--vertical .no-touch .button-copy.button--wide:hover, .no-touch .buttons--vertical .button-copy.button--caracteristic:hover, .buttons--vertical .no-touch .button-copy.button--caracteristic:hover, .no-touch .buttons--vertical .button-copy.button--input:hover, .buttons--vertical .no-touch .button-copy.button--input:hover, .no-touch .buttons--vertical .button-copy.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-copy.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-copy.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-copy.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-copy.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-copy.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-copy.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-copy.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-copy.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-copy.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-copy.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-copy.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-copy.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-copy.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-copy.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-copy.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-copy.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-copy.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-copy.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-copy.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-up:hover, .buttons--vertical .no-touch .button.button-up:hover, .no-touch .buttons--vertical .button-up.button--3D:hover, .buttons--vertical .no-touch .button-up.button--3D:hover, .no-touch .buttons--vertical .button-up.button--wide:hover, .buttons--vertical .no-touch .button-up.button--wide:hover, .no-touch .buttons--vertical .button-up.button--caracteristic:hover, .buttons--vertical .no-touch .button-up.button--caracteristic:hover, .no-touch .buttons--vertical .button-up.button--input:hover, .buttons--vertical .no-touch .button-up.button--input:hover, .no-touch .buttons--vertical .button-up.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-up.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-up.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-up.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-up.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-up.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-up.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-up.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-up.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-up.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-up.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-up.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-up.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-up.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-up.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-up.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-up.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-up.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-up.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-up.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-down:hover, .buttons--vertical .no-touch .button.button-down:hover, .no-touch .buttons--vertical .button-down.button--3D:hover, .buttons--vertical .no-touch .button-down.button--3D:hover, .no-touch .buttons--vertical .button-down.button--wide:hover, .buttons--vertical .no-touch .button-down.button--wide:hover, .no-touch .buttons--vertical .button-down.button--caracteristic:hover, .buttons--vertical .no-touch .button-down.button--caracteristic:hover, .no-touch .buttons--vertical .button-down.button--input:hover, .buttons--vertical .no-touch .button-down.button--input:hover, .no-touch .buttons--vertical .button-down.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-down.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-down.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-down.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-down.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-down.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-down.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-down.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-down.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-down.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-down.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-down.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-down.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-down.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-down.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-down.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-down.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-down.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-down.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-down.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-add:hover, .buttons--vertical .no-touch .button.button-add:hover, .no-touch .buttons--vertical .button-add.button--3D:hover, .buttons--vertical .no-touch .button-add.button--3D:hover, .no-touch .buttons--vertical .button-add.button--wide:hover, .buttons--vertical .no-touch .button-add.button--wide:hover, .no-touch .buttons--vertical .button-add.button--caracteristic:hover, .buttons--vertical .no-touch .button-add.button--caracteristic:hover, .no-touch .buttons--vertical .button-add.button--input:hover, .buttons--vertical .no-touch .button-add.button--input:hover, .no-touch .buttons--vertical .button-add.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-add.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-add.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-add.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-add.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-add.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-add.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-add.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-add.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-add.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-add.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-add.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-add.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-add.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-add.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-add.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-add.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-add.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-add.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-add.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-close:hover, .buttons--vertical .no-touch .button.button-close:hover, .no-touch .buttons--vertical .button-close.button--3D:hover, .buttons--vertical .no-touch .button-close.button--3D:hover, .no-touch .buttons--vertical .button-close.button--wide:hover, .buttons--vertical .no-touch .button-close.button--wide:hover, .no-touch .buttons--vertical .button-close.button--caracteristic:hover, .buttons--vertical .no-touch .button-close.button--caracteristic:hover, .no-touch .buttons--vertical .button-close.button--input:hover, .buttons--vertical .no-touch .button-close.button--input:hover, .no-touch .buttons--vertical .button-close.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-close.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-close.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-close.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-close.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-close.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-close.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-close.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-close.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-close.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-close.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-close.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-close.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-close.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-close.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-close.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-close.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-close.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-close.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-close.maplist-item-morebtn:hover, .no-touch .buttons--vertical .button.button-more:hover, .buttons--vertical .no-touch .button.button-more:hover, .no-touch .buttons--vertical .button-more.button--3D:hover, .buttons--vertical .no-touch .button-more.button--3D:hover, .no-touch .buttons--vertical .button-more.button--wide:hover, .buttons--vertical .no-touch .button-more.button--wide:hover, .no-touch .buttons--vertical .button-more.button--caracteristic:hover, .buttons--vertical .no-touch .button-more.button--caracteristic:hover, .no-touch .buttons--vertical .button-more.button--input:hover, .buttons--vertical .no-touch .button-more.button--input:hover, .no-touch .buttons--vertical .button-more.maplist-item--fullbutton:hover, .buttons--vertical .no-touch .button-more.maplist-item--fullbutton:hover, .no-touch .buttons--vertical .maplist-item--map .button-more.maplist-item-mapbtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-more.maplist-item-mapbtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-more.maplist-item-mapbtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-more.maplist-item-mapbtn:hover, .no-touch .buttons--vertical .maplist-item--map .button-more.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--map .no-touch .button-more.maplist-item-morebtn:hover, .no-touch .maplist-item--map .buttons--vertical .button-more.maplist-item-morebtn:hover, .maplist-item--map .buttons--vertical .no-touch .button-more.maplist-item-morebtn:hover, .no-touch .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:hover, .buttons--vertical .maplist-item--import .no-touch .button-more.maplist-item--importbtn:hover, .no-touch .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:hover, .maplist-item--import .buttons--vertical .no-touch .button-more.maplist-item--importbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-more.maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-more.maplist-item--loginbtn:hover, .no-touch .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:hover, .buttons--vertical .maplist-item--logins .no-touch .button-more.maplist-item--registerbtn:hover, .no-touch .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:hover, .maplist-item--logins .buttons--vertical .no-touch .button-more.maplist-item--registerbtn:hover, .no-touch .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:hover, .buttons--vertical .maplist-item--profil .no-touch .button-more.maplist-item-profilname:hover, .no-touch .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:hover, .maplist-item--profil .buttons--vertical .no-touch .button-more.maplist-item-profilname:hover, .no-touch .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:hover, .buttons--vertical .maplist-item--profil .no-touch .button-more.maplist-item-morebtn:hover, .no-touch .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:hover, .maplist-item--profil .buttons--vertical .no-touch .button-more.maplist-item-morebtn:hover, .button--movepictotolabel.active, .active.button--wide.button-edit, .active.button--wide.button-delete, .active.button--wide.button-copy, .active.button--wide.button-up, .active.button--wide.button-down, .active.button--wide.button-add, .active.button--wide.button-close, .active.button--wide.button-more, .buttons--vertical .active.button.button-edit, .buttons--vertical .active.button-edit.button--3D, .buttons--vertical .active.button-edit.button--wide, .buttons--vertical .active.button-edit.button--caracteristic, .buttons--vertical .active.button-edit.button--input, .buttons--vertical .active.button-edit.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-edit.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-edit.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-edit.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-edit.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-edit.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-edit.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-edit.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-edit.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-edit.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-edit.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-edit.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-edit.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-edit.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-edit.maplist-item-morebtn, .buttons--vertical .active.button.button-delete, .buttons--vertical .active.button-delete.button--3D, .buttons--vertical .active.button-delete.button--wide, .buttons--vertical .active.button-delete.button--caracteristic, .buttons--vertical .active.button-delete.button--input, .buttons--vertical .active.button-delete.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-delete.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-delete.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-delete.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-delete.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-delete.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-delete.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-delete.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-delete.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-delete.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-delete.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-delete.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-delete.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-delete.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-delete.maplist-item-morebtn, .buttons--vertical .active.button.button-copy, .buttons--vertical .active.button-copy.button--3D, .buttons--vertical .active.button-copy.button--wide, .buttons--vertical .active.button-copy.button--caracteristic, .buttons--vertical .active.button-copy.button--input, .buttons--vertical .active.button-copy.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-copy.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-copy.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-copy.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-copy.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-copy.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-copy.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-copy.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-copy.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-copy.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-copy.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-copy.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-copy.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-copy.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-copy.maplist-item-morebtn, .buttons--vertical .active.button.button-up, .buttons--vertical .active.button-up.button--3D, .buttons--vertical .active.button-up.button--wide, .buttons--vertical .active.button-up.button--caracteristic, .buttons--vertical .active.button-up.button--input, .buttons--vertical .active.button-up.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-up.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-up.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-up.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-up.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-up.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-up.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-up.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-up.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-up.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-up.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-up.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-up.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-up.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-up.maplist-item-morebtn, .buttons--vertical .active.button.button-down, .buttons--vertical .active.button-down.button--3D, .buttons--vertical .active.button-down.button--wide, .buttons--vertical .active.button-down.button--caracteristic, .buttons--vertical .active.button-down.button--input, .buttons--vertical .active.button-down.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-down.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-down.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-down.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-down.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-down.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-down.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-down.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-down.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-down.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-down.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-down.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-down.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-down.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-down.maplist-item-morebtn, .buttons--vertical .active.button.button-add, .buttons--vertical .active.button-add.button--3D, .buttons--vertical .active.button-add.button--wide, .buttons--vertical .active.button-add.button--caracteristic, .buttons--vertical .active.button-add.button--input, .buttons--vertical .active.button-add.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-add.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-add.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-add.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-add.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-add.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-add.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-add.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-add.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-add.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-add.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-add.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-add.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-add.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-add.maplist-item-morebtn, .buttons--vertical .active.button.button-close, .buttons--vertical .active.button-close.button--3D, .buttons--vertical .active.button-close.button--wide, .buttons--vertical .active.button-close.button--caracteristic, .buttons--vertical .active.button-close.button--input, .buttons--vertical .active.button-close.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-close.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-close.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-close.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-close.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-close.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-close.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-close.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-close.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-close.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-close.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-close.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-close.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-close.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-close.maplist-item-morebtn, .buttons--vertical .active.button.button-more, .buttons--vertical .active.button-more.button--3D, .buttons--vertical .active.button-more.button--wide, .buttons--vertical .active.button-more.button--caracteristic, .buttons--vertical .active.button-more.button--input, .buttons--vertical .active.button-more.maplist-item--fullbutton, .buttons--vertical .maplist-item--map .active.button-more.maplist-item-mapbtn, .maplist-item--map .buttons--vertical .active.button-more.maplist-item-mapbtn, .buttons--vertical .maplist-item--map .active.button-more.maplist-item-morebtn, .maplist-item--map .buttons--vertical .active.button-more.maplist-item-morebtn, .buttons--vertical .maplist-item--import .active.button-more.maplist-item--importbtn, .maplist-item--import .buttons--vertical .active.button-more.maplist-item--importbtn, .buttons--vertical .maplist-item--logins .active.button-more.maplist-item--loginbtn, .maplist-item--logins .buttons--vertical .active.button-more.maplist-item--loginbtn, .buttons--vertical .maplist-item--logins .active.button-more.maplist-item--registerbtn, .maplist-item--logins .buttons--vertical .active.button-more.maplist-item--registerbtn, .buttons--vertical .maplist-item--profil .active.button-more.maplist-item-profilname, .maplist-item--profil .buttons--vertical .active.button-more.maplist-item-profilname, .buttons--vertical .maplist-item--profil .active.button-more.maplist-item-morebtn, .maplist-item--profil .buttons--vertical .active.button-more.maplist-item-morebtn {
    background-image: none;
    padding-left: 10px; }

.button, .button--3D, .button--wide, .button--caracteristic, .button--input, .maplist-item--fullbutton, .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .maplist-item-morebtn, .maplist-item--import .maplist-item--importbtn, .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .maplist-item--registerbtn, .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .maplist-item-morebtn {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  color: #4a330b;
  text-align: center;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
  font-family: "Righteous", arial, sans serif;
  cursor: pointer;
  margin-bottom: 1px;
  font-size: 18px;
  padding: 5px 10px; }
  @media screen and (max-width: 1024px) {
    .button, .button--3D, .button--wide, .button--caracteristic, .button--input, .maplist-item--fullbutton, .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .maplist-item-morebtn, .maplist-item--import .maplist-item--importbtn, .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .maplist-item--registerbtn, .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .maplist-item-morebtn {
      font-size: 14px; } }
  @media screen and (max-width: 1024px) {
    .button, .button--3D, .button--wide, .button--caracteristic, .button--input, .maplist-item--fullbutton, .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .maplist-item-morebtn, .maplist-item--import .maplist-item--importbtn, .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .maplist-item--registerbtn, .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .maplist-item-morebtn {
      padding: 5px 10px; } }
  .no-touch .button:hover, .no-touch .button--3D:hover, .no-touch .button--wide:hover, .no-touch .button--caracteristic:hover, .no-touch .button--input:hover, .no-touch .maplist-item--fullbutton:hover, .no-touch .maplist-item--map .maplist-item-mapbtn:hover, .maplist-item--map .no-touch .maplist-item-mapbtn:hover, .no-touch .maplist-item--map .maplist-item-morebtn:hover, .maplist-item--map .no-touch .maplist-item-morebtn:hover, .no-touch .maplist-item--import .maplist-item--importbtn:hover, .maplist-item--import .no-touch .maplist-item--importbtn:hover, .no-touch .maplist-item--logins .maplist-item--loginbtn:hover, .maplist-item--logins .no-touch .maplist-item--loginbtn:hover, .no-touch .maplist-item--logins .maplist-item--registerbtn:hover, .maplist-item--logins .no-touch .maplist-item--registerbtn:hover, .no-touch .maplist-item--profil .maplist-item-profilname:hover, .maplist-item--profil .no-touch .maplist-item-profilname:hover, .no-touch .maplist-item--profil .maplist-item-morebtn:hover, .maplist-item--profil .no-touch .maplist-item-morebtn:hover, .button.active, .active.button--3D, .active.button--wide, .active.button--caracteristic, .active.button--input, .active.maplist-item--fullbutton, .maplist-item--map .active.maplist-item-mapbtn, .maplist-item--map .active.maplist-item-morebtn, .maplist-item--import .active.maplist-item--importbtn, .maplist-item--logins .active.maplist-item--loginbtn, .maplist-item--logins .active.maplist-item--registerbtn, .maplist-item--profil .active.maplist-item-profilname, .maplist-item--profil .active.maplist-item-morebtn {
    color: #8f5528; }
  .button.button-edit, .button-edit.button--3D, .button-edit.button--wide, .button-edit.button--caracteristic, .button-edit.button--input, .button-edit.maplist-item--fullbutton, .maplist-item--map .button-edit.maplist-item-mapbtn, .maplist-item--map .button-edit.maplist-item-morebtn, .maplist-item--import .button-edit.maplist-item--importbtn, .maplist-item--logins .button-edit.maplist-item--loginbtn, .maplist-item--logins .button-edit.maplist-item--registerbtn, .maplist-item--profil .button-edit.maplist-item-profilname, .maplist-item--profil .button-edit.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
    @media screen and (max-width: 1024px) {
      .button.button-edit, .button-edit.button--3D, .button-edit.button--wide, .button-edit.button--caracteristic, .button-edit.button--input, .button-edit.maplist-item--fullbutton, .maplist-item--map .button-edit.maplist-item-mapbtn, .maplist-item--map .button-edit.maplist-item-morebtn, .maplist-item--import .button-edit.maplist-item--importbtn, .maplist-item--logins .button-edit.maplist-item--loginbtn, .maplist-item--logins .button-edit.maplist-item--registerbtn, .maplist-item--profil .button-edit.maplist-item-profilname, .maplist-item--profil .button-edit.maplist-item-morebtn {
        background-size: 15px 15px; } }
  .button.button-delete, .button-delete.button--3D, .button-delete.button--wide, .button-delete.button--caracteristic, .button-delete.button--input, .button-delete.maplist-item--fullbutton, .maplist-item--map .button-delete.maplist-item-mapbtn, .maplist-item--map .button-delete.maplist-item-morebtn, .maplist-item--import .button-delete.maplist-item--importbtn, .maplist-item--logins .button-delete.maplist-item--loginbtn, .maplist-item--logins .button-delete.maplist-item--registerbtn, .maplist-item--profil .button-delete.maplist-item-profilname, .maplist-item--profil .button-delete.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-copy, .button-copy.button--3D, .button-copy.button--wide, .button-copy.button--caracteristic, .button-copy.button--input, .button-copy.maplist-item--fullbutton, .maplist-item--map .button-copy.maplist-item-mapbtn, .maplist-item--map .button-copy.maplist-item-morebtn, .maplist-item--import .button-copy.maplist-item--importbtn, .maplist-item--logins .button-copy.maplist-item--loginbtn, .maplist-item--logins .button-copy.maplist-item--registerbtn, .maplist-item--profil .button-copy.maplist-item-profilname, .maplist-item--profil .button-copy.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-up, .button-up.button--3D, .button-up.button--wide, .button-up.button--caracteristic, .button-up.button--input, .button-up.maplist-item--fullbutton, .maplist-item--map .button-up.maplist-item-mapbtn, .maplist-item--map .button-up.maplist-item-morebtn, .maplist-item--import .button-up.maplist-item--importbtn, .maplist-item--logins .button-up.maplist-item--loginbtn, .maplist-item--logins .button-up.maplist-item--registerbtn, .maplist-item--profil .button-up.maplist-item-profilname, .maplist-item--profil .button-up.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-down, .button-down.button--3D, .button-down.button--wide, .button-down.button--caracteristic, .button-down.button--input, .button-down.maplist-item--fullbutton, .maplist-item--map .button-down.maplist-item-mapbtn, .maplist-item--map .button-down.maplist-item-morebtn, .maplist-item--import .button-down.maplist-item--importbtn, .maplist-item--logins .button-down.maplist-item--loginbtn, .maplist-item--logins .button-down.maplist-item--registerbtn, .maplist-item--profil .button-down.maplist-item-profilname, .maplist-item--profil .button-down.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-add, .button-add.button--3D, .button-add.button--wide, .button-add.button--caracteristic, .button-add.button--input, .button-add.maplist-item--fullbutton, .maplist-item--map .button-add.maplist-item-mapbtn, .maplist-item--map .button-add.maplist-item-morebtn, .maplist-item--import .button-add.maplist-item--importbtn, .maplist-item--logins .button-add.maplist-item--loginbtn, .maplist-item--logins .button-add.maplist-item--registerbtn, .maplist-item--profil .button-add.maplist-item-profilname, .maplist-item--profil .button-add.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-close, .button-close.button--3D, .button-close.button--wide, .button-close.button--caracteristic, .button-close.button--input, .button-close.maplist-item--fullbutton, .maplist-item--map .button-close.maplist-item-mapbtn, .maplist-item--map .button-close.maplist-item-morebtn, .maplist-item--import .button-close.maplist-item--importbtn, .maplist-item--logins .button-close.maplist-item--loginbtn, .maplist-item--logins .button-close.maplist-item--registerbtn, .maplist-item--profil .button-close.maplist-item-profilname, .maplist-item--profil .button-close.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-more, .button-more.button--3D, .button-more.button--wide, .button-more.button--caracteristic, .button-more.button--input, .button-more.maplist-item--fullbutton, .maplist-item--map .button-more.maplist-item-mapbtn, .maplist-item--map .button-more.maplist-item-morebtn, .maplist-item--import .button-more.maplist-item--importbtn, .maplist-item--logins .button-more.maplist-item--loginbtn, .maplist-item--logins .button-more.maplist-item--registerbtn, .maplist-item--profil .button-more.maplist-item-profilname, .maplist-item--profil .button-more.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 3px 50%;
    height: 27px;
    min-width: 40px; }
  .button.button-browser, .button-browser.button--3D, .button-browser.button--wide, .button-browser.button--caracteristic, .button-browser.button--input, .button-browser.maplist-item--fullbutton, .maplist-item--map .button-browser.maplist-item-mapbtn, .maplist-item--map .button-browser.maplist-item-morebtn, .maplist-item--import .button-browser.maplist-item--importbtn, .maplist-item--logins .button-browser.maplist-item--loginbtn, .maplist-item--logins .button-browser.maplist-item--registerbtn, .maplist-item--profil .button-browser.maplist-item-profilname, .maplist-item--profil .button-browser.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-synchroissue, .button-synchroissue.button--3D, .button-synchroissue.button--wide, .button-synchroissue.button--caracteristic, .button-synchroissue.button--input, .button-synchroissue.maplist-item--fullbutton, .maplist-item--map .button-synchroissue.maplist-item-mapbtn, .maplist-item--map .button-synchroissue.maplist-item-morebtn, .maplist-item--import .button-synchroissue.maplist-item--importbtn, .maplist-item--logins .button-synchroissue.maplist-item--loginbtn, .maplist-item--logins .button-synchroissue.maplist-item--registerbtn, .maplist-item--profil .button-synchroissue.maplist-item-profilname, .maplist-item--profil .button-synchroissue.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-upload, .button-upload.button--3D, .button-upload.button--wide, .button-upload.button--caracteristic, .button-upload.button--input, .button-upload.maplist-item--fullbutton, .maplist-item--map .button-upload.maplist-item-mapbtn, .maplist-item--map .button-upload.maplist-item-morebtn, .maplist-item--import .button-upload.maplist-item--importbtn, .maplist-item--logins .button-upload.maplist-item--loginbtn, .maplist-item--logins .button-upload.maplist-item--registerbtn, .maplist-item--profil .button-upload.maplist-item-profilname, .maplist-item--profil .button-upload.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-login, .button-login.button--3D, .button-login.button--wide, .button-login.button--caracteristic, .button-login.button--input, .button-login.maplist-item--fullbutton, .maplist-item--map .button-login.maplist-item-mapbtn, .maplist-item--map .button-login.maplist-item-morebtn, .maplist-item--import .button-login.maplist-item--importbtn, .maplist-item--logins .button-login.maplist-item--loginbtn, .maplist-item--logins .button-login.maplist-item--registerbtn, .maplist-item--profil .button-login.maplist-item-profilname, .maplist-item--profil .button-login.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-register, .button-register.button--3D, .button-register.button--wide, .button-register.button--caracteristic, .button-register.button--input, .button-register.maplist-item--fullbutton, .maplist-item--map .button-register.maplist-item-mapbtn, .maplist-item--map .button-register.maplist-item-morebtn, .maplist-item--import .button-register.maplist-item--importbtn, .maplist-item--logins .button-register.maplist-item--loginbtn, .maplist-item--logins .button-register.maplist-item--registerbtn, .maplist-item--profil .button-register.maplist-item-profilname, .maplist-item--profil .button-register.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-logout, .button-logout.button--3D, .button-logout.button--wide, .button-logout.button--caracteristic, .button-logout.button--input, .button-logout.maplist-item--fullbutton, .maplist-item--map .button-logout.maplist-item-mapbtn, .maplist-item--map .button-logout.maplist-item-morebtn, .maplist-item--import .button-logout.maplist-item--importbtn, .maplist-item--logins .button-logout.maplist-item--loginbtn, .maplist-item--logins .button-logout.maplist-item--registerbtn, .maplist-item--profil .button-logout.maplist-item-profilname, .maplist-item--profil .button-logout.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-refresh, .button-refresh.button--3D, .button-refresh.button--wide, .button-refresh.button--caracteristic, .button-refresh.button--input, .button-refresh.maplist-item--fullbutton, .maplist-item--map .button-refresh.maplist-item-mapbtn, .maplist-item--map .button-refresh.maplist-item-morebtn, .maplist-item--import .button-refresh.maplist-item--importbtn, .maplist-item--logins .button-refresh.maplist-item--loginbtn, .maplist-item--logins .button-refresh.maplist-item--registerbtn, .maplist-item--profil .button-refresh.maplist-item-profilname, .maplist-item--profil .button-refresh.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  .button.button-back, .button-back.button--3D, .button-back.button--wide, .button-back.button--caracteristic, .button-back.button--input, .button-back.maplist-item--fullbutton, .maplist-item--map .button-back.maplist-item-mapbtn, .maplist-item--map .button-back.maplist-item-morebtn, .maplist-item--import .button-back.maplist-item--importbtn, .maplist-item--logins .button-back.maplist-item--loginbtn, .maplist-item--logins .button-back.maplist-item--registerbtn, .maplist-item--profil .button-back.maplist-item-profilname, .maplist-item--profil .button-back.maplist-item-morebtn {
    background-size: 20px 20px;
    background-position: 5px 50%;
    padding-left: 30px;
    height: 27px;
    min-width: 40px; }
  @media screen and (max-width: 1024px) {
    .button.button-shortmobile, .button-shortmobile.button--3D, .button-shortmobile.button--wide, .button-shortmobile.button--caracteristic, .button-shortmobile.button--input, .button-shortmobile.maplist-item--fullbutton, .maplist-item--map .button-shortmobile.maplist-item-mapbtn, .maplist-item--map .button-shortmobile.maplist-item-morebtn, .maplist-item--import .button-shortmobile.maplist-item--importbtn, .maplist-item--logins .button-shortmobile.maplist-item--loginbtn, .maplist-item--logins .button-shortmobile.maplist-item--registerbtn, .maplist-item--profil .button-shortmobile.maplist-item-profilname, .maplist-item--profil .button-shortmobile.maplist-item-morebtn {
      background-position: center center;
      padding: 5px 10px;
      height: 27px;
      min-width: 40px; }
      .button.button-shortmobile .label, .button-shortmobile.button--3D .label, .button-shortmobile.button--wide .label, .button-shortmobile.button--caracteristic .label, .button-shortmobile.button--input .label, .button-shortmobile.maplist-item--fullbutton .label, .maplist-item--map .button-shortmobile.maplist-item-mapbtn .label, .maplist-item--map .button-shortmobile.maplist-item-morebtn .label, .maplist-item--import .button-shortmobile.maplist-item--importbtn .label, .maplist-item--logins .button-shortmobile.maplist-item--loginbtn .label, .maplist-item--logins .button-shortmobile.maplist-item--registerbtn .label, .maplist-item--profil .button-shortmobile.maplist-item-profilname .label, .maplist-item--profil .button-shortmobile.maplist-item-morebtn .label {
        display: none; } }
  .button .label, .button--3D .label, .button--wide .label, .button--caracteristic .label, .button--input .label, .maplist-item--fullbutton .label, .maplist-item--map .maplist-item-mapbtn .label, .maplist-item--map .maplist-item-morebtn .label, .maplist-item--import .maplist-item--importbtn .label, .maplist-item--logins .maplist-item--loginbtn .label, .maplist-item--logins .maplist-item--registerbtn .label, .maplist-item--profil .maplist-item-profilname .label, .maplist-item--profil .maplist-item-morebtn .label {
    vertical-align: middle; }

/***
  title: 3. Boutons 3D .button.button--3D
  section: Boutons
  description: |
    Affiche un bouton simple 3D
  example: |
    <div class="">
      <a class="button button--3D">.button.button--3D</a>
      <a class="button button--3D active">.button.button--3D.active</a>
      <br/>
      <a class="button button--3D button-edit">.button.button--3D.button-edit</a>
      <a class="button button--3D button-edit active">.button.button--3D.button-edit.active</a>
      <br/>
      <a class="button button--3D button-edit button-shortmobile"><span class="label">.button.button--3D.button-edit.button-shortmobile</span></a>
      <a class="button button--3D button-edit button-shortmobile active"><span class="label">.button.button--3D.button-edit.active.button-shortmobile</span></a>
      <br/>
      <a class="button button--3D button--dark">.button.button--3D.button--dark</a>
      <a class="button button--3D button--dark button-edit">.button.button--3D.button--dark.button-edit</a>
      <a class="button button--3D button--dark active">.button.button--3D.active.button--dark</a>
      <a class="button button--3D button--dark button-edit active">.button.button--3D.active.button-edit.button--dark</a>
      <br/>
      <a class="button button--3D button--medium"><span class="button button--caracteristic icon-bulbs" title="Bulbes"></span>.button.button--3D.button--medium</a>
      <a class="button button--3D button--medium active"><span class="button button--caracteristic icon-bulbs" title="Bulbes"></span>.button.button--3D.active.button--medium</a>
      <br/>
      <a class="button button--3D button--white">.button.button--3D.button--white</a>
      <a class="button button--3D button--white active">.button.button--3D.active.button--white</a>
      <br/>
      <a class="button button--3D button--green"><span class="button button--caracteristic icon-bulbs" title="Bulbes"></span>.button.button--3D.button--green</a>
      <a class="button button--3D button--green active"><span class="button button--caracteristic icon-bulbs" title="Bulbes"></span>.button.button--3D.active.button--green</a>
    </div>
***/
.button--3D {
  margin-bottom: 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4); }
  .button--3D.button--dark {
    background-color: #4a330b;
    color: #fce99f; }
    .no-touch .button--3D.button--dark:hover, .button--3D.button--dark.active {
      color: #fff;
      background-color: #8f5528; }
  .button--3D.button--medium {
    background-color: #ffd324;
    color: #4a330b; }
    .no-touch .button--3D.button--medium:hover, .button--3D.button--medium.active {
      color: #ffd324;
      background-color: #8f5528; }
  .button--3D.button--white {
    background-color: #fff;
    color: #4a330b; }
    .no-touch .button--3D.button--white:hover, .button--3D.button--white.active {
      color: #8f5528; }
  .button--3D.button--green {
    background-color: #57b532;
    color: #010101; }
    .no-touch .button--3D.button--green:hover, .button--3D.button--green.active {
      color: #ffd324;
      background-color: #010101; }

/***
  title: 2. Boutons .button-round.right
  section: Boutons
  description: |
    Affiche un bouton en absolue
  example: |
    <div class="" style="width: 60%;border:1px solid #000; margin: 20px;position:relative">
      <br/>
      <a class="button-round button-add"></a>
      <a class="button-round button-add"></a>
      <br/>
      <br/>
      <br/>
      <a class="button-round right button-add"></a>
    </div>
***/
.button-round-bg, .button-round.button-add, .button-round.button-select, .button-round.button-delete, .button-round.button-up, .button-round.button-down, .button-round.button-edit, .button-round.button-ok, .button-round.button-copy {
  background-size: 30px 30px;
  background-position: 50% 50%; }
  @media screen and (max-width: 1024px) {
    .button-round-bg, .button-round.button-add, .button-round.button-select, .button-round.button-delete, .button-round.button-up, .button-round.button-down, .button-round.button-edit, .button-round.button-ok, .button-round.button-copy {
      background-size: 15px 15px; } }

.button-round {
  width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 50%;
  background-color: #ffd324;
  color: #4a330b;
  padding: 2px;
  padding-left: 2px !important;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #8f5528 inset;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
  font-family: "Righteous", arial, sans serif;
  cursor: pointer;
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    .button-round {
      width: 30px;
      height: 30px;
      min-height: 30px;
      box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 0px 1px 1px #8f5528 inset; } }
  .button-round.right {
    position: absolute;
    bottom: 0;
    right: 2px; }

/***
  title: 7. Boutons .smallbutton
  section: Boutons
  description: |
    Affiche un bouton en absolue
  example: |
    <a class="smallbutton smallbutton-edit" title="Edit"></a>
    <a class="smallbutton smallbutton-zoomin" title="Zoom in"></a>
    <a class="smallbutton smallbutton-zoomout" title="Zoom out"></a>
    <a class="smallbutton smallbutton-layers" title="Layers"></a>
    <a class="smallbutton smallbutton-top" title="Top"></a>
    <a class="smallbutton smallbutton-bottom" title="Bottom"></a>
    <a class="smallbutton smallbutton-delete" title="Delete"></a>
    <a class="smallbutton smallbutton-copy" title="Copy"></a>
    <a class="smallbutton smallbutton-params" title="Params"></a>
    <a class="smallbutton smallbutton-news" title="News"></a>
    <a class="smallbutton smallbutton-list" title="List"></a>
    <a class="smallbutton smallbutton-download" title="Download"></a>
    <a class="smallbutton smallbutton-add" title="Add"></a>
    <a class="smallbutton smallbutton-add mini" title="Add"></a>
***/
.smallbutton {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "Righteous", arial, sans serif;
  color: #4a330b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 46px;
  border-radius: 50%;
  background-color: #ffd324;
  cursor: pointer;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 760px) {
    .smallbutton {
      width: 30px;
      height: 30px; } }
  .smallbutton.mini {
    width: 20px;
    height: 20px; }
  .no-touch .smallbutton:hover {
    background-color: #4a330b;
    color: #ffd324; }
  .smallbutton:active {
    -webkit-animation: loupe 0.3s ease-out 1;
            animation: loupe 0.3s ease-out 1; }
  .smallbutton.right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .smallbutton.smallbutton-zoomin {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-zoomout {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-layers {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-params {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-top {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-bottom {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-delete {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-copy {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-edit {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-news {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-list {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-download {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-add {
    background-size: 60% 60%; }
  .smallbutton.smallbutton-back {
    background-size: 60% 60%; }

/***
  title: 4. Boutons wide .button.button--wide
  section: Boutons
  description: |
    Affiche un bouton simple pleine largeur
  example: |
    <div class="">
      <a class="button button--wide">.button.button--wide</a>
      <a class="button button--wide active">.button.button--wide.active</a>
      <br/>
      <a class="button button--wide button-edit"><span class="label">.button.button--wide.button-edit</span></a>
      <a class="button button--wide button-edit active"><span class="label">.button.button--wide.button-edit.active</span></a>
      <br/>
      <a class="button button--wide button-edit button-shortmobile"><span class="label">.button.button--wide.button-edit.button-shortmobile</span></a>
      <a class="button button--wide button-edit button-shortmobile active"><span class="label">.button.button--wide.button-edit.active.button-shortmobile</span></a>
      <br/>
      <a class="button button--wide button-edit button-shortmobile button--orange"><span class="label">.button.button--wide.button-edit.button-shortmobile.button--orange</span></a>
      <a class="button button--wide button-edit button-shortmobile button--orange active"><span class="label">.button.button--wide.button-edit.active.button-shortmobile.button--orange</span></a>
      <br/>
      <a class="button button--wide button-edit button-shortmobile button--green"><span class="label">.button.button--wide.button-edit.button-shortmobile.button--green</span></a>
      <a class="button button--wide button-edit button-shortmobile button--green active"><span class="label">.button.button--wide.button-edit.active.button-shortmobile.button--green</span></a>
    </div>
***/
.button--wide {
  display: block;
  width: 100%; }
  .button--wide.button--orange {
    background-color: #ffd324;
    color: #4a330b; }
    .no-touch .button--wide.button--orange:hover, .button--wide.button--orange.active {
      color: #fff;
      background-color: #8f5528; }
      .no-touch .button--wide.button--orange:hover *, .button--wide.button--orange.active * {
        color: #fff; }
  .button--wide.button--green {
    background-color: #57b532;
    color: #4a330b; }
    .no-touch .button--wide.button--green:hover, .button--wide.button--green.active {
      color: #fff; }

/***
  title: 6. Boutons caracteristique .button.button-caracteristic
  section: Boutons
  description: |
    Affiche un ptit bouton picto
  example: |
    <div class="">
    	Exposition
      <a class="button button--caracteristic icon-sun"></a>
      <a class="button button--caracteristic icon-sun active"></a>
      <a class="button button--caracteristic icon-sun_and_shadow"></a>
      <a class="button button--caracteristic icon-sun_and_shadow active"></a>
      <a class="button button--caracteristic icon-shadow"></a>
      <a class="button button--caracteristic icon-shadow active"></a>
    </div>
    <div class="">
    	Besoin en eau
      <a class="button button--caracteristic icon-low"></a>
      <a class="button button--caracteristic icon-low active"></a>
      <a class="button button--caracteristic icon-medium"></a>
      <a class="button button--caracteristic icon-medium active"></a>
      <a class="button button--caracteristic icon-hight"></a>
      <a class="button button--caracteristic icon-hight active"></a>
    </div>
    <div class="">
    	Resistance au froid
      <a class="button button--caracteristic icon-rustic"></a>
      <a class="button button--caracteristic icon-rustic active"></a>
      <a class="button button--caracteristic icon-to_protect"></a>
      <a class="button button--caracteristic icon-to_protect active"></a>
      <a class="button button--caracteristic icon-to_get_in"></a>
      <a class="button button--caracteristic icon-to_get_in active"></a>
    </div>
***/
.button--caracteristic {
  height: 20px;
  width: 20px;
  padding: 0; }

.caracteristic {
  margin: 0 5px; }
  @media screen and (max-width: 760px) {
    .caracteristic {
      margin: 0px; }
      .caracteristic .slash {
        font-size: 12px; } }

/***
  title: 3. Boutons on input .button.button--input
  section: Boutons
  description: |
    Affiche un petit bouton pour les input
  example: |
    <div class="">
      <a class="button button--input icon-close"></a>
      <a class="button button--input icon-close active"></a>
    </div>
***/
.button--input {
  height: 16px;
  width: 16px;
  cursor: pointer; }
  .button--input.icon-close {
    background-size: 100% 100%; }
  .button--input.icon-plus {
    background-size: 100% 100%; }
  .button--input.icon-addmagic {
    background-size: 100% 100%; }
  .button--input.icon-sun {
    background-size: 100% 100%; }
  .button--input.icon-sun_and_shadow {
    background-size: 100% 100%; }
  .button--input.icon-shadow {
    background-size: 100% 100%; }
  .button--input.icon-low {
    background-size: 100% 100%; }
  .button--input.icon-medium {
    background-size: 100% 100%; }
  .button--input.icon-hight {
    background-size: 100% 100%; }
  .button--input.icon-rustic {
    background-size: 100% 100%; }
  .button--input.icon-to_protect {
    background-size: 100% 100%; }
  .button--input.icon-to_get_in {
    background-size: 100% 100%; }
  .button--input.icon-easy {
    background-size: 100% 100%; }
  .button--input.icon-workmedium {
    background-size: 100% 100%; }
  .button--input.icon-hard {
    background-size: 100% 100%; }
  .button--input.icon-perennial {
    background-size: 100% 100%; }
  .button--input.icon-annual {
    background-size: 100% 100%; }
  .button--input.icon-bisannual {
    background-size: 100% 100%; }
  .button--input.icon-growth_slow {
    background-size: 100% 100%; }
  .button--input.icon-growth_normal {
    background-size: 100% 100%; }
  .button--input.icon-growth_quick {
    background-size: 100% 100%; }
  .button--input.icon-drained {
    background-size: 100% 100%; }
  .button--input.icon-wet {
    background-size: 100% 100%; }
  .button--input.icon-dry {
    background-size: 100% 100%; }
  .button--input.icon-color {
    background-size: 100% 100%; }
  .button--input.icon-radius {
    background-size: 100% 100%; }
  .button--input.icon-position {
    background-size: 100% 100%; }
  .button--input.icon-widthx {
    background-size: 100% 100%; }
  .button--input.icon-widthy {
    background-size: 100% 100%; }
  .button--input.icon-height {
    background-size: 100% 100%; }
  .button--input.icon-planet {
    background-size: 100% 100%; }
  .button--input.icon-acidity {
    background-size: 100% 100%; }
  .button--input.icon-terre {
    background-size: 100% 100%; }
  .button--input.icon-roots {
    background-size: 100% 100%; }
  .button--input.icon-bulbs {
    background-size: 100% 100%; }
  .button--input.icon-leafs {
    background-size: 100% 100%; }
  .button--input.icon-fruits {
    background-size: 100% 100%; }
  .button--input.icon-berries {
    background-size: 100% 100%; }
  .button--input.icon-flowers {
    background-size: 100% 100%; }
  .button--input.icon-seeds {
    background-size: 100% 100%; }
  .button--input.icon-rods {
    background-size: 100% 100%; }
  .button--input.icon-aromatic {
    background-size: 100% 100%; }

/***
  title: 4. Boutons d'action des encarts .item-menu-action
  section: Boutons
  description: |
    Affiche un bouton pleine largeur centre.
  example: |
    <div class="">
      <a class="item-menu-action">.item-menu-action</a>
      <a class="item-menu-action active">.item-menu-action.active</a>
      <a class="item-menu-action item-menu-action-infos button--orange">version orange</a>
      <a class="item-menu-action item-menu-action-infos button--orange active">version orange active</a>
      <div class="item-menu-action item-menu-action-infos button--green">version verte</div>
      <div class="item-menu-action item-menu-action-infos button--green active">version verte active</div>
    </div>
***/
.item-menu-action {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-family: "Righteous", arial, sans serif;
  color: #4a330b;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
  margin-bottom: 1px;
  font-size: 18px;
  padding: 5px 10px; }
  @media screen and (max-width: 1024px) {
    .item-menu-action {
      font-size: 14px;
      padding: 5px 10px; } }
  .no-touch .item-menu-action:hover, .item-menu-action.active {
    color: #8f5528; }
  .item-menu-action.button--orange {
    background-color: #ffd324;
    color: #4a330b; }
    .item-menu-action.button--orange:hover, .item-menu-action.button--orange.active {
      color: #fff;
      background-color: #8f5528; }
      .item-menu-action.button--orange:hover *, .item-menu-action.button--orange.active * {
        color: #fff; }
  .item-menu-action.button--green {
    background-color: #57b532;
    color: #4a330b; }
    .item-menu-action.button--green:hover, .item-menu-action.button--green.active {
      color: #fff; }

/***
  title: 5. Boutons d'ouverture/fermeture de panel .overlay-item-button
  section: Boutons
  description: |

  example: |
    <div class="">
      <a class="overlay-item-button icon-config" title="Open configuration"></a>
      <a class="overlay-item-button icon-config active" title="Open configuration"></a>
      <a class="overlay-item-button icon-catalog big" title="Open catalog"></a>
      <a class="overlay-item-button icon-catalog big active" title="Open catalog"></a>
      <a class="overlay-item-button icon-inventory" title="Open inventory"></a>
      <a class="overlay-item-button icon-inventory active" title="Open inventory"></a>
      <a class="overlay-item-button icon-mapedit" title="Open map config"></a>
      <a class="overlay-item-button icon-mapedit active" title="Open map config"></a>
      <a class="overlay-item-button icon-item" title="Open item"></a>
      <a class="overlay-item-button icon-item active" title="Open item"></a>
    </div>
***/
.overlay-item-button {
  display: inline-block;
  cursor: pointer;
  margin: 28px;
  border-radius: 50%;
  background-color: #fce99f;
  border: 8px solid #ffd324;
  color: #4a330b;
  padding: 2px 4px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4), 0px 0px 3px 3px #8f5528 inset;
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 760px) {
    .overlay-item-button {
      margin: 14px; } }
  @media screen and (max-width: 760px) {
    .overlay-item-button {
      width: 30px;
      height: 30px;
      max-width: 30px;
      max-height: 30px;
      border: 4px solid #ffd324;
      box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4), 0px 0px 2px 2px #8f5528 inset; } }
  .overlay-item-button.big {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px; }
    @media screen and (max-width: 760px) {
      .overlay-item-button.big {
        width: 45px;
        height: 45px;
        max-width: 45px;
        max-height: 45px; } }
  .overlay-item-button.small {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px; }
    @media screen and (max-width: 760px) {
      .overlay-item-button.small {
        width: 25px;
        height: 25px;
        max-width: 25px;
        max-height: 25px; } }
  @media screen and (max-width: 760px) {
    .overlay-item-button {
      line-height: 30px; } }
  .overlay-item-button img {
    max-width: 100%; }
  .no-touch .overlay-item-button:hover {
    border-color: #8f5528;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 760px) {
      .no-touch .overlay-item-button:hover {
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4); } }
  .overlay-item-button:hover:after {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .overlay-item-button:active:after {
    -webkit-animation: loupe 0.3s ease-out 1;
            animation: loupe 0.3s ease-out 1; }
  .overlay-item-button.saving:after {
    -webkit-animation: roll 1s infinite;
            animation: roll 1s infinite; }
  .overlay-item-button.downloading:after {
    -webkit-animation: updown 0.6s infinite;
            animation: updown 0.6s infinite; }
  .overlay-item-button.active {
    border-color: #8f5528;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 760px) {
      .overlay-item-button.active {
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4); } }
  .overlay-item-button.icon-config:after {
    background-size: 70% 70%;
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }
  .overlay-item-button.icon-catalog:after {
    background-size: 70% 70%;
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }
  .overlay-item-button.icon-inventory:after {
    background-size: 70% 70%;
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }
  .overlay-item-button.icon-mapedit:after {
    background-size: 70% 70%;
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }
  .overlay-item-button.icon-news:after {
    background-size: 70% 70%;
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }
  .overlay-item-button .label {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: -30px;
    left: 50%;
    line-height: 18px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #ffd324;
    text-shadow: 0px 0px 10px black;
    white-space: nowrap; }
    @media screen and (max-width: 760px) {
      .overlay-item-button .label {
        bottom: -17px;
        font-size: 12px;
        line-height: 12px; } }
  .no-touch .overlay-item-button:hover .label {
    color: #8f5528;
    text-shadow: 0px 0px 10px transparent; }
  .overlay-item-button.active .label {
    color: #8f5528;
    text-shadow: 0px 0px 10px transparent; }

/***
  title: 3. Boutons panel action
  section: Boutons
  description: |
    Affiche un bouton d'action dans un panel
  example: |
    <div class="">
      <a class="button-panel-action">.button-panel-action</a>
      <a class="button-panel-action active">.button-panel-action.active</a>
      <br/>
      <a class="button-panel-action icon-close"></a>
      <a class="button-panel-action icon-close active"></a>
      <br/>
      <a class="button-panel-close"></a>
    </div>
***/
.button-panel-action {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  color: #ffd324; }
  .button-panel-action:hover {
    cursor: pointer;
    color: #4a330b; }
  .button-panel-action.icon-close {
    width: 30px;
    height: 30px; }
    @media screen and (max-width: 760px) {
      .button-panel-action.icon-close {
        width: 20px;
        height: 20px; } }
  .button-panel-action.icon-plus {
    width: 30px;
    height: 30px; }
    @media screen and (max-width: 760px) {
      .button-panel-action.icon-plus {
        width: 20px;
        height: 20px; } }
  .button-panel-action.icon-addmagic {
    width: 30px;
    height: 30px; }
    @media screen and (max-width: 760px) {
      .button-panel-action.icon-addmagic {
        width: 20px;
        height: 20px; } }

.button-panel-close {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #ffd324;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 0px 0px 2px 2px #c49a04; }
  @media screen and (max-width: 760px) {
    .button-panel-close {
      width: 25px;
      height: 3px; } }
  .button-panel-close:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #ffd324;
    border-radius: 3px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    box-shadow: 0px 0px 2px 2px #c49a04; }
    @media screen and (max-width: 760px) {
      .button-panel-close:before {
        width: 25px;
        height: 3px; } }
  .button-panel-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #ffd324;
    border-radius: 3px; }
    @media screen and (max-width: 760px) {
      .button-panel-close:after {
        width: 25px;
        height: 3px; } }
  .button-panel-close:hover, .button-panel-close.active {
    cursor: pointer;
    background-color: #4a330b; }
    .button-panel-close:hover:before, .button-panel-close:hover:after, .button-panel-close.active:before, .button-panel-close.active:after {
      background-color: #4a330b; }

/***
  title: 1. Onglets de menu .buttons .panel-menu-action
  section: Boutons containers
  description: |
    Le container .buttons affiche un border bottom pointille.

  example: |
    <div class="buttons">
      <a class="panel-menu-action panel-menu-action-loading">loading</a>
      <a class="panel-menu-action panel-menu-action-catalog">catalog</a>
      <a class="panel-menu-action panel-menu-action-inventory">inventory</a>
      <a class="panel-menu-action panel-menu-action-config">config</a>
      <a class="panel-menu-action panel-menu-action-help">help</a>
      <a class="panel-menu-action panel-menu-action-more">more</a>
      <a class="panel-menu-action panel-menu-action-map">map</a>
      <a class="panel-menu-action panel-menu-action-export">export</a>
      <a class="panel-menu-action panel-menu-action-stat">stat</a>
    </div>
***/
.buttons {
  border-bottom: 1px dotted #010101;
  text-align: center; }
  .buttons:after {
    content: '';
    display: block;
    clear: both; }

/***
  title: 2. Onglets de menu .buttons-bottom .panel-menu-action
  section: Boutons containers
  description: |
    Le container .buttons affiche un border bottom pointille.

  example: |
    <div class="buttons">
      <a class="panel-menu-action panel-menu-action-loading">loading</a>
      <a class="panel-menu-action panel-menu-action-catalog">catalog</a>
      <a class="panel-menu-action panel-menu-action-inventory">inventory</a>
      <a class="panel-menu-action panel-menu-action-config">config</a>
      <a class="panel-menu-action panel-menu-action-help">help</a>
      <a class="panel-menu-action panel-menu-action-more">more</a>
      <a class="panel-menu-action panel-menu-action-map">map</a>
      <a class="panel-menu-action panel-menu-action-export">export</a>
      <a class="panel-menu-action panel-menu-action-stat">stat</a>
    </div>
***/
.buttons-bottom {
  border-top: 1px dotted #010101;
  text-align: right; }
  .buttons-bottom:after {
    content: '';
    display: block;
    clear: both; }

/***
  title: 3. Boutons en ligne et centres
  section: Boutons containers
  description: |
    Affiche des boutons alignés horizontalement et centrés
  example: |
    <div class="buttons--horizontal">
      <a class="button button--dark">Mon bouton dark</a>
      <a class="button button--dark active">Mon bouton dark actif</a>
    </div>
***/
.buttons--horizontal {
  text-align: center;
  padding-top: 3px; }

/***
  title: 3. Boutons en colonne et centres
  section: Boutons containers
  description: |
    Affiche des boutons alignés verticalement et centrés
  example: |
    <div class="buttons--vertical">
      <a class="button button--3D button-edit"><span class="label">.button.button--3D.button-edit</span></a>
      <a class="button button--3D button-delete button-shortmobile"><span class="label">.button.button--3D.button-delete.button-shortmobile</span></a>
      <a class="button button--3D button-copy button-shortmobile"><span class="label">.button.button--3D.button-copy.button-shortmobile</span></a>
      <a class="button button--3D button-add button-shortmobile"><span class="label">.button.button--3D.button-add.button-shortmobile</span></a>
      <a class="button button--3D button-close button-shortmobile"><span class="label">.button.button--3D.button-close.button-shortmobile</span></a>
      <a class="button button--3D button-more button-shortmobile"><span class="label">.button.button--3D.button-more.button-shortmobile</span></a>

      <a class="button button--wide button-edit"><span class="label">.button.button--3D.button-edit</span></a>
      <a class="button button--wide button-delete button-shortmobile"><span class="label">.button.button--3D.button-delete.button-shortmobile</span></a>
    </div>
***/
.buttons--vertical {
  text-align: center;
  padding-top: 3px; }
  .buttons--vertical .button--3D {
    width: 90%; }

/***
  title: 2. Association
  section: Labels
  description: |
    
  example: |
    <div class="association-item">
      <span class="association-sens icon-right"></span>
      <span class="association-sens icon-left"></span>
      <span class="label">Haricots</span>
    </div>
    <div class="association-item">
      <span class="association-sens icon-right"></span>
      <span class="association-sens "></span>
      <span class="label">Tomates</span>
    </div>
    <div class="association-item">
      <span class="association-sens "></span>
      <span class="association-sens icon-left"></span>
      <span class="label">Carottes</span>
    </div>
***/
.association-item:after {
  content: '';
  display: block;
  clear: both; }

.association-item .association-sens {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 2px; }
  @media screen and (max-width: 760px) {
    .association-item .association-sens {
      width: 20px;
      height: 20px; } }

.association-item .label {
  display: block;
  float: left;
  width: calc( 100% - 64px);
  font-family: "Righteous", arial, sans serif;
  font-size: 20px;
  line-height: 30px; }
  @media screen and (max-width: 760px) {
    .association-item .label {
      font-size: 14px;
      line-height: 16px; } }

.association-item .association-ok {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 2px; }
  @media screen and (max-width: 760px) {
    .association-item .association-ok {
      width: 16px;
      height: 16px; } }

.association-item .association-excl {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 2px; }
  @media screen and (max-width: 760px) {
    .association-item .association-excl {
      width: 16px;
      height: 16px; } }

/***
  title: 3. Filters
  section: Labels
  description: |
    
  example: |
    <div class="">
      <span class="filter-label">
        <span>Montagnard</span>
      </span>
      <span class="filter-label">
        <span class="picto icon-fruits-black" title=""></span>
        <span>Fruit</span>
      </span>
    </div>
***/
.filter-label {
  color: #999;
  font-family: "Righteous", arial, sans serif;
  font-size: 12px;
  margin: 0 5px; }
  @media screen and (max-width: 1024px) {
    .filter-label {
      font-size: 12px; } }
  .filter-label .picto {
    width: 12px;
    height: 12px; }
  .filter-label span {
    vertical-align: middle; }

/***
  title: 1. Titre de popin
  section: Labels
  description: |
    Affiche un titre
  example: |
    <div class="">
      <div class="popin-title">Filtrer le catalogue</div>
      <div class="popin-title icon-catalog big">Catalogue</div>
      <div class="popin-title icon-inventory big">Inventaire</div>
      <div class="popin-title icon-mapedit big">Map</div>
    </div>
***/
.popin-title {
  margin: 0 auto;
  margin-bottom: 10px;
  margin: 0 40px;
  text-align: center;
  color: #c49a04;
  font-size: 20px;
  font-style: italic;
  font-family: "Righteous", arial, sans serif; }
  .popin-title:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    content: '';
    background-size: 30px 30px;
    background-position: center center;
    height: 30px;
    width: 40px; }
    @media screen and (max-width: 1024px) {
      .popin-title:before {
        height: 20px;
        width: 40px;
        background-size: 20px 20px; } }
  .popin-title.big {
    padding: 5px 0;
    font-size: 24px; }
    @media screen and (max-width: 1024px) {
      .popin-title.big {
        font-size: 16px; } }

.overlay-item {
  position: absolute; }
  .overlay-item#config, .overlay-item#item, .overlay-item#itemsheet, .overlay-item#mapedit, .overlay-item#params {
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .overlay-item#catalog--inventory--mapedit {
    bottom: 0;
    left: 0;
    width: 600px;
    height: 84%;
    z-index: 0; }
    @media screen and (max-width: 1024px) {
      .overlay-item#catalog--inventory--mapedit {
        width: 50%; } }
    @media screen and (max-width: 460px) {
      .overlay-item#catalog--inventory--mapedit {
        width: 70%; } }
  .overlay-item#zooms {
    bottom: 30px;
    right: 30px;
    width: auto;
    height: auto;
    z-index: 0; }
    @media screen and (max-width: 760px) {
      .overlay-item#zooms {
        bottom: 14px;
        right: 14px; } }
  .overlay-item#params {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0; }
  .overlay-item.overlay-item--slideleft {
    -webkit-transform: translate(-102%, 0);
            transform: translate(-102%, 0);
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease; }
  .overlay-item.active.overlay-item--centered, .overlay-item.active#config, .overlay-item.active#item, .overlay-item.active#itemsheet, .overlay-item.active#mapedit {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .overlay-item.active.overlay-item--slideleft {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease; }

#maplabel {
  position: absolute;
  bottom: 32px;
  left: 50%;
  width: 60%;
  width: calc( 100% - 280px);
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 20px;
  border-radius: 4px; }
  @media screen and (max-width: 1024px) {
    #maplabel {
      padding: 5px 15px; } }
  @media screen and (max-width: 760px) {
    #maplabel {
      padding: 5px 10px;
      bottom: 15px;
      width: calc( 100% - 182px); } }
  #maplabel span {
    font-family: "Righteous", arial, sans serif;
    color: #ffd324;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    font-size: 22px; }
    @media screen and (max-width: 1024px) {
      #maplabel span {
        font-size: 18px; } }
    @media screen and (max-width: 760px) {
      #maplabel span {
        font-size: 14px; } }

#itembulle {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 40px; }
  #itembulle .smallbutton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; }
  @media screen and (max-width: 760px) {
    #itembulle {
      padding-bottom: 20px; } }
  @media screen and (orientation: landscape) {
    #itembulle {
      direction: rtl;
      padding-bottom: 0px;
      padding-left: 40px; }
      #itembulle .smallbutton {
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px; } }
  @media screen and (orientation: landscape) and (max-width: 760px) {
    #itembulle {
      padding-left: 20px; } }

#itembulle-bulle {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  #itembulle-bulle .label {
    font-size: 16px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 16px;
    color: #ffd324;
    text-shadow: 0px 0px 2px #010101;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 144px; }
    @media screen and (max-width: 760px) {
      #itembulle-bulle .label {
        font-size: 12px;
        line-height: 12px;
        width: 46px; } }

#zooms .smallbutton {
  margin-top: 10px; }

#params {
  padding: 20px; }
  #params .smallbutton {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

#refresh-alert {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 5;
  display: none; }
  @media screen and (max-width: 760px) {
    #refresh-alert {
      top: 5px;
      right: 5px;
      width: 20px;
      height: 20px; } }
  #refresh-alert a.active {
    display: block; }

.overlay-item .overlay-item-button {
  display: block;
  position: absolute;
  z-index: 0; }

.overlay-item#config .overlay-item-button, .overlay-item#iteminfos .overlay-item-button, .overlay-item#itemalerts .overlay-item-button, .overlay-item#itemdisplay .overlay-item-button {
  top: -100%; }

.overlay-item#iteminfos .overlay-item-button, .overlay-item#itemalerts .overlay-item-button, .overlay-item#itemdisplay .overlay-item-button {
  display: none; }

.overlay-item#mapparams .overlay-item-button, .overlay-item#mapedit .overlay-item-button {
  top: -100%; }

.overlay-item .overlay-item-button.icon-catalog {
  bottom: 10px; }

.overlay-item .overlay-item-button.icon-inventory {
  bottom: 148px; }
  @media screen and (max-width: 760px) {
    .overlay-item .overlay-item-button.icon-inventory {
      bottom: 82px; } }

.overlay-item .overlay-item-button.icon-mapedit {
  bottom: 256px; }
  @media screen and (max-width: 760px) {
    .overlay-item .overlay-item-button.icon-mapedit {
      bottom: 140px; } }

.overlay-item#config .overlay-item-button, .overlay-item#iteminfos .overlay-item-button, .overlay-item#itemalerts .overlay-item-button, .overlay-item#itemdisplay .overlay-item-button {
  top: -100%; }

.overlay-item#iteminfos .overlay-item-button, .overlay-item#itemalerts .overlay-item-button, .overlay-item#itemdisplay .overlay-item-button {
  display: none; }

.overlay-item#mapparams .overlay-item-button, .overlay-item#mapedit .overlay-item-button {
  right: 0; }

.overlay-item.overlay-item--slideleft .overlay-item-button {
  right: calc( -2% - 140px); }
  @media screen and (max-width: 760px) {
    .overlay-item.overlay-item--slideleft .overlay-item-button {
      right: calc( -2% - 74px); } }
  .overlay-item.overlay-item--slideleft .overlay-item-button.big {
    right: calc( -2% - 155px); }
    @media screen and (max-width: 760px) {
      .overlay-item.overlay-item--slideleft .overlay-item-button.big {
        right: calc( -2% - 81px); } }
  .overlay-item.overlay-item--slideleft .overlay-item-button.small {
    right: calc( -2% - 137px); }
    @media screen and (max-width: 760px) {
      .overlay-item.overlay-item--slideleft .overlay-item-button.small {
        right: calc( -2% - 72px); } }

.overlay-item.active.overlay-item--centered .overlay-item-button, .overlay-item.active#config .overlay-item-button, .overlay-item.active#mapedit .overlay-item-button, .overlay-item.active#mapparams .overlay-item-button, .overlay-item.active#iteminfos .overlay-item-button, .overlay-item.active#itemalerts .overlay-item-button, .overlay-item.active#itemdisplay .overlay-item-button {
  top: 0; }

.overlay-item.active#item .overlay-item-button {
  display: none; }

.overlay-item.active .overlay-item-button {
  z-index: 2; }

.overlay-item.active#config .overlay-item-button {
  z-index: -1; }

.overlay-quick-buttons .smallbutton {
  display: block;
  text-align: center; }

.overlay-quick-buttons .text {
  font-family: "Righteous", arial, sans serif;
  color: #ffd324;
  font-weight: bold;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-align: right;
  vertical-align: bottom;
  font-size: 40px; }
  @media screen and (max-width: 1024px) {
    .overlay-quick-buttons .text {
      font-size: 18px; } }
  @media screen and (max-width: 760px) {
    .overlay-quick-buttons .text {
      font-size: 14px; } }
  .overlay-quick-buttons .text img {
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      .overlay-quick-buttons .text img {
        max-height: 18px; } }
    @media screen and (max-width: 760px) {
      .overlay-quick-buttons .text img {
        max-height: 14px; } }
  .no-touch .overlay-quick-buttons .text[ng-click]:hover {
    color: #fce99f;
    cursor: pointer; }

.overlay-item .panel {
  z-index: -2; }

.overlay-item.overlay-item--centered .panel {
  display: none; }

.overlay-item#catalog--inventory--mapedit .panel {
  position: absolute;
  height: 100%;
  width: 100%; }

.overlay-item.active.overlay-item--centered .panel, .overlay-item.active#config .panel, .overlay-item.active#item .panel {
  display: block;
  z-index: 1;
  opacity: 1; }

.overlay-item.active#catalog--inventory--mapedit .panel.active {
  z-index: 1; }

/***
  title: Scroller vertical
  section: Positioning
  description: Permet d'afficher un bloc scrollable qui prend la hauteur de son container, moins un eventuel titre ou ligne de boutons
  example: |
    <div style="height:200px">
      <div class="scroller">
        something very long
      </div>
    </div>
    <div style="height:200px">
      <div class="scroller scroller-with-h1">
    	  <h1>Titre H1</h1>
        something very long
      </div>
    </div>
    <div style="height:200px">
      <div class="scroller scroller-with-h2">
    	  <h2>Titre H2</h2>
        something very long
      </div>
    </div>
***/
.scroller {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 100%;
  width: 100%; }
  .scroller.scroller-with-h1 {
    height: calc( 100% - 40px + 20px - 2em);
    max-height: calc( 100% - 40px + 20px - 2em); }
  .scroller.scroller-with-h2 {
    height: calc( 100% - 20px + 20px - 2em);
    max-height: calc( 100% - 20px + 20px - 2em); }
  .scroller.scroller-with-tabs {
    height: calc( 100% - 26px - 1em - 2em);
    max-height: calc( 100% - 26px - 1em - 2em); }
  .scroller.scroller-item {
    height: calc( 100% - 130px);
    max-height: calc( 100% - 130px); }
    @media screen and (max-width: 760px) {
      .scroller.scroller-item {
        height: calc( 100% - 170px);
        max-height: calc( 100% - 170px); } }
  .scroller.scroller-itemsheet {
    height: calc( 100% - 165px);
    max-height: calc( 100% - 165px); }
    @media screen and (max-width: 760px) {
      .scroller.scroller-itemsheet {
        height: calc( 100% - 85px);
        max-height: calc( 100% - 85px); } }
  .scroller.scroller-itemsheetedit {
    height: 100%;
    max-height: 100%; }
  .scroller.scroller-tooltip {
    height: calc( 100% - 36px);
    max-height: calc( 100% - 36px); }

.scroller-wrapper {
  position: relative;
  height: 100%; }

/***
  title: Scroller horizontal
  section: Positioning
  description: 
  example: |
    <div style="width:200px">
      <div class="hscroller">
        <div style="white-space:nowrap;">something very long something very long something very long something very long something very long something very long something very long something very long something very long something very long</div> 
      </div>
    </div>
***/
.hscroller {
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  max-width: 100%; }

/***
  title: Titres
  section: Textes
  description: 
  example: |
    <h1>Titre H1</h1>
    <h2>Titre H2</h2>
    <h3>Titre H3</h3>
    <h2 class="underlined">Titre H2 souligné et centré</h2>

***/
h1 {
  margin: 20px auto;
  text-align: center;
  color: #4a330b;
  font-size: 40px;
  text-shadow: 1px 1px 2px #8f5528;
  font-weight: bold;
  font-family: "Righteous", arial, sans serif; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 26px; } }
  @media screen and (max-width: 760px) {
    h1 {
      font-size: 18px; } }

h2 {
  margin: 10px auto;
  text-align: left;
  color: #4a330b;
  font-size: 20px;
  font-weight: bold;
  font-family: "Righteous", arial, sans serif; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 18px; } }
  @media screen and (max-width: 760px) {
    h2 {
      font-size: 14px; } }
  h2.underlined {
    text-align: center;
    position: relative; }
    h2.underlined:before {
      content: '';
      display: block;
      clear: both;
      border-top: 1px solid #8f5528;
      position: absolute;
      left: 20%;
      top: 15px;
      width: 60%;
      z-index: -1; }

h3 {
  margin: 10px auto;
  text-align: left;
  color: #4a330b;
  font-size: 16px;
  font-weight: bold;
  font-family: "Righteous", arial, sans serif; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 14px; } }
  @media screen and (max-width: 760px) {
    h3 {
      font-size: 14px; } }
  h3.underlined {
    text-align: center;
    position: relative; }
    h3.underlined:before {
      content: '';
      display: block;
      clear: both;
      border-top: 1px solid #8f5528;
      position: absolute;
      left: 20%;
      top: 15px;
      width: 60%;
      z-index: -1; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

small {
  font-size: 0.8em; }

.good {
  color: #fff;
  display: inline-block;
  background: blue;
  border-radius: 50%;
  padding: 2px 5px; }

.bad {
  color: #fff;
  display: inline-block;
  background: red;
  border-radius: 50%;
  padding: 2px 5px; }

.error {
  color: red; }

.success {
  color: #57b532; }

/***
  title: Couleurs
  section: Textes
  description: 
  example: |
    <div class="styleguide-color styleguide-color--brown">$brown<br/>#695200</div>
    <div class="styleguide-color styleguide-color--brownlighter">$brown-lighter<br/>#c49a04</div>
    <div class="styleguide-color styleguide-color--orange">$orange<br/>#ffd324</div>
    <div class="styleguide-color styleguide-color--yellow">$yellow<br/>#fce99f</div>
***/
.styleguide-color {
  display: inline-block;
  width: 100px;
  height: 60px;
  vertical-align: top;
  text-align: center;
  line-height: 30px; }
  .styleguide-color.styleguide-color--brown {
    background: #4a330b;
    color: #fff; }
  .styleguide-color.styleguide-color--brownlighter {
    background: #8f5528;
    color: #fff; }
  .styleguide-color.styleguide-color--orange {
    background: #ffd324;
    color: #fff; }
  .styleguide-color.styleguide-color--yellow {
    background: #fce99f;
    color: #4a330b; }

.button.button--flat, .button--flat.button--3D, .button--flat.button--wide, .button--flat.button--caracteristic, .button--flat.button--input, .button--flat.maplist-item--fullbutton, .maplist-item--map .button--flat.maplist-item-mapbtn, .maplist-item--map .button--flat.maplist-item-morebtn, .maplist-item--import .button--flat.maplist-item--importbtn, .maplist-item--logins .button--flat.maplist-item--loginbtn, .maplist-item--logins .button--flat.maplist-item--registerbtn, .maplist-item--profil .button--flat.maplist-item-profilname, .maplist-item--profil .button--flat.maplist-item-morebtn,
.as-button.button--flat {
  min-width: 25px;
  width: 25px;
  height: 40px;
  line-height: 40px;
  margin: 0px auto;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 760px) {
    .button.button--flat, .button--flat.button--3D, .button--flat.button--wide, .button--flat.button--caracteristic, .button--flat.button--input, .button--flat.maplist-item--fullbutton, .maplist-item--map .button--flat.maplist-item-mapbtn, .maplist-item--map .button--flat.maplist-item-morebtn, .maplist-item--import .button--flat.maplist-item--importbtn, .maplist-item--logins .button--flat.maplist-item--loginbtn, .maplist-item--logins .button--flat.maplist-item--registerbtn, .maplist-item--profil .button--flat.maplist-item-profilname, .maplist-item--profil .button--flat.maplist-item-morebtn,
    .as-button.button--flat {
      height: 31px;
      line-height: 31px; } }

.button.button--texture, .button--texture.button--3D, .button--texture.button--wide, .button--texture.button--caracteristic, .button--texture.button--input, .button--texture.maplist-item--fullbutton, .maplist-item--map .button--texture.maplist-item-mapbtn, .maplist-item--map .button--texture.maplist-item-morebtn, .maplist-item--import .button--texture.maplist-item--importbtn, .maplist-item--logins .button--texture.maplist-item--loginbtn, .maplist-item--logins .button--texture.maplist-item--registerbtn, .maplist-item--profil .button--texture.maplist-item-profilname, .maplist-item--profil .button--texture.maplist-item-morebtn,
.as-button.button--texture {
  width: 50px;
  height: 50px;
  background: none; }

.button img, .button--3D img, .button--wide img, .button--caracteristic img, .button--input img, .maplist-item--fullbutton img, .maplist-item--map .maplist-item-mapbtn img, .maplist-item--map .maplist-item-morebtn img, .maplist-item--import .maplist-item--importbtn img, .maplist-item--logins .maplist-item--loginbtn img, .maplist-item--logins .maplist-item--registerbtn img, .maplist-item--profil .maplist-item-profilname img, .maplist-item--profil .maplist-item-morebtn img,
.as-button img {
  max-height: 18px;
  max-width: 20px;
  margin-right: 5px; }

.as-item-menu-action {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
  font-family: "Righteous", arial, sans serif;
  font-size: 18px;
  color: #4a330b;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
  margin-bottom: 1px; }
  @media screen and (max-width: 1024px) {
    .as-item-menu-action {
      font-size: 14px;
      padding: 5px 10px; } }
  .as-item-menu-action.button--orange {
    background-color: #ffd324;
    color: #4a330b; }
  .as-item-menu-action.button--green {
    background-color: #57b532;
    color: #4a330b; }

.alerts {
  padding: 1em 3em; }

.alert {
  display: block; }
  .alert p {
    display: inline-block;
    color: #4a330b;
    width: 80%;
    vertical-align: middle;
    font-size: 20px;
    margin: 5px 0; }
  .alert .button, .alert .button--3D, .alert .button--wide, .alert .button--caracteristic, .alert .button--input, .alert .maplist-item--fullbutton, .alert .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .alert .maplist-item-mapbtn, .alert .maplist-item--map .maplist-item-morebtn, .maplist-item--map .alert .maplist-item-morebtn, .alert .maplist-item--import .maplist-item--importbtn, .maplist-item--import .alert .maplist-item--importbtn, .alert .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .alert .maplist-item--loginbtn, .alert .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .alert .maplist-item--registerbtn, .alert .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .alert .maplist-item-profilname, .alert .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil .alert .maplist-item-morebtn {
    margin-left: 1em; }
  .alert:before {
    content: '>';
    display: inline-block;
    color: #4a330b;
    font-size: 20px;
    text-shadow: 1px 1px 2px #c49a04;
    font-weight: bold;
    font-family: 'Righteous', sans serif;
    vertical-align: middle; }
  .alert:after {
    content: '';
    clear: both;
    display: block;
    position: relative; }

@media screen and (max-width: 1024px) {
  .scale-infos {
    display: block; } }

#mapedit .button-close,
#inventory .button-close,
#catalog .button-close {
  float: right; }

.button-addparcelletomap {
  font-size: 20px;
  text-align: center;
  line-height: 0.8em; }

.search-filters {
  margin-bottom: 10px;
  padding-top: 2px; }
  .search-filters .field-field {
    position: relative;
    width: 80%;
    text-align: left;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .search-filters .field-field {
        width: 90%; } }
  .search-filters .icon-close {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .search-filters .icon-addmagic {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .search-filters .filters-selected {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    height: 18px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .search-filters .filters-selected {
        width: 90%; } }

.filter-line {
  margin: 0 5px;
  margin-bottom: 10px; }
  .filter-line .button, .filter-line .button--3D, .filter-line .button--wide, .filter-line .button--caracteristic, .filter-line .button--input, .filter-line .maplist-item--fullbutton, .filter-line .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .filter-line .maplist-item-mapbtn, .filter-line .maplist-item--map .maplist-item-morebtn, .maplist-item--map .filter-line .maplist-item-morebtn, .filter-line .maplist-item--import .maplist-item--importbtn, .maplist-item--import .filter-line .maplist-item--importbtn, .filter-line .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .filter-line .maplist-item--loginbtn, .filter-line .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .filter-line .maplist-item--registerbtn, .filter-line .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .filter-line .maplist-item-profilname, .filter-line .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil .filter-line .maplist-item-morebtn {
    margin: 2px; }

.list {
  width: 100%;
  margin: 0 auto;
  height: calc( 100% - 100px);
  top: 40px; }
  @media screen and (max-width: 1024px) {
    .list {
      height: calc( 100% - 87px); } }
  .filters-opened .list {
    height: calc( 100% - 268px); }
    @media screen and (max-width: 1024px) {
      .filters-opened .list {
        height: calc( 100% - 254px); } }
  .list .catalog-item {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .list .catalog-item {
        width: 90%; } }

.item-section {
  height: calc( 100% - 60px); }
  @media screen and (max-width: 1024px) {
    .item-section {
      height: calc( 100% - 44px); } }
  @media screen and (max-width: 760px) {
    .item-section {
      height: calc( 100% - 24px); } }

.filter .productiontype {
  position: relative; }

.catalog-item--action {
  width: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "Righteous", arial, sans serif;
  line-height: 20px;
  color: #8f5528;
  border-radius: 50%;
  background: #ffd324;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.4); }
  .no-touch .catalog-item--action[ng-click]:hover {
    cursor: pointer; }
  .no-touch .catalog-item--action:hover {
    background: #fce99f; }
  .catalog-item--action img {
    max-width: 100%;
    max-height: 40px; }

#catalog .catalog-item-add {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 30px; }

#catalog .catalog-item-select {
  position: absolute;
  bottom: 5px;
  right: 45px;
  font-size: 20px; }

#catalog .catalog-item-picto {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 20px;
  padding: 0;
  width: 30px;
  height: 30px; }

@media screen and (max-width: 1024px) {
  #catalog .tab-inventory .category-all,
  #catalog .tab-inventory .category .button,
  #catalog .tab-inventory .category .button--3D,
  #catalog .tab-inventory .category .button--wide,
  #catalog .tab-inventory .category .button--caracteristic,
  #catalog .tab-inventory .category .button--input,
  #catalog .tab-inventory .category .maplist-item--fullbutton,
  #catalog .tab-inventory .category .maplist-item--map .maplist-item-mapbtn, .maplist-item--map
  #catalog .tab-inventory .category .maplist-item-mapbtn,
  #catalog .tab-inventory .category .maplist-item--map .maplist-item-morebtn, .maplist-item--map
  #catalog .tab-inventory .category .maplist-item-morebtn,
  #catalog .tab-inventory .category .maplist-item--import .maplist-item--importbtn, .maplist-item--import
  #catalog .tab-inventory .category .maplist-item--importbtn,
  #catalog .tab-inventory .category .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins
  #catalog .tab-inventory .category .maplist-item--loginbtn,
  #catalog .tab-inventory .category .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins
  #catalog .tab-inventory .category .maplist-item--registerbtn,
  #catalog .tab-inventory .category .maplist-item--profil .maplist-item-profilname, .maplist-item--profil
  #catalog .tab-inventory .category .maplist-item-profilname,
  #catalog .tab-inventory .category .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil
  #catalog .tab-inventory .category .maplist-item-morebtn {
    font-size: 7px;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 760px) {
  #catalog .tab-inventory .buttons--vertical .buttons--vertical {
    display: none; } }

#item .action {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 760px) {
    #item .action {
      top: -7px;
      right: -10px; } }

.catalog-item-name .productiontypes {
  vertical-align: middle; }
  .catalog-item-name .productiontypes img {
    max-width: 40px;
    max-height: 40px; }
    @media screen and (max-width: 760px) {
      .catalog-item-name .productiontypes img {
        max-width: 20px;
        max-height: 20px; } }

.catalog-item-summary .picture {
  float: left;
  width: 60px; }
  @media screen and (max-width: 760px) {
    .catalog-item-summary .picture {
      width: 45px; } }
  .catalog-item-summary .picture img {
    display: block;
    border: 0;
    max-width: 100%; }

.catalog-item-summary .texts {
  float: left;
  width: calc( 100% - 60px);
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
  color: #4a330b;
  font-family: "Righteous", arial, sans serif;
  font-size: 20px;
  line-height: 22px; }
  @media screen and (max-width: 760px) {
    .catalog-item-summary .texts {
      width: calc( 100% - 45px);
      font-size: 14px;
      line-height: 16px; } }

.catalog-item-summary .productiontypes,
.catalog-item-summary .exposure,
.catalog-item-summary .waterneeds,
.catalog-item-summary .coldresistance,
.catalog-item-summary .persistence {
  cursor: pointer;
  display: inline-block; }
  .catalog-item-summary .productiontypes > span,
  .catalog-item-summary .exposure > span,
  .catalog-item-summary .waterneeds > span,
  .catalog-item-summary .coldresistance > span,
  .catalog-item-summary .persistence > span {
    white-space: nowrap; }
  .catalog-item-summary .productiontypes img,
  .catalog-item-summary .exposure img,
  .catalog-item-summary .waterneeds img,
  .catalog-item-summary .coldresistance img,
  .catalog-item-summary .persistence img {
    max-width: 20px;
    max-height: 20px; }

.item-menu2 {
  margin: 0 auto;
  margin-top: 33px;
  margin-left: -5px;
  cursor: pointer; }
  #catalog .item-menu2 {
    background: none;
    float: none;
    width: auto;
    margin: 0px;
    margin-top: -3px;
    text-align: center; }
    #catalog .item-menu2 .item-menu-action {
      width: 100%;
      box-sizing: border-box; }
    #catalog .item-menu2.is-plant .item-menu-action {
      width: calc( 50% - 1px);
      margin-left: 1px;
      float: left;
      display: block; }
      #catalog .item-menu2.is-plant .item-menu-action:first-child {
        width: calc( 50% - 1px);
        margin-right: 1px;
        margin-left: 0px; }

#item .actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right; }

.associations:after {
  content: '';
  display: block;
  clear: both; }

.associations-like-col,
.associations-dislike-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px; }
  @media screen and (max-width: 760px) {
    .associations-like-col,
    .associations-dislike-col {
      width: 100%;
      float: none;
      margin-bottom: 10px; } }

svg {
  display: block;
  position: relative;
  z-index: 0; }

svg#mapscale {
  position: absolute;
  bottom: 42px; }
  @media screen and (max-width: 760px) {
    svg#mapscale {
      bottom: 25px; } }

.svgscalebackground {
  fill: #000;
  fill-opacity: 0.6; }

text.svgscaletext {
  font-size: 18px;
  fill: #fff;
  text-anchor: middle; }
  @media screen and (max-width: 760px) {
    text.svgscaletext {
      font-size: 14px; } }

line#svgScale {
  stroke-width: 2px;
  stroke: #fff; }
  @media screen and (max-width: 760px) {
    line#svgScale {
      stroke-width: 1px; } }

rect#base-for-pan-zoom {
  fill: transparent; }

rect#background:hover {
  cursor: move;
  stroke: red; }

g.plant circle.itemSurface {
  fill: url(#MyGradientCircle); }

g.plant rect.itemSurface {
  fill: url(#MyGradientRect); }

g.plant .itemSurface {
  fill-opacity: 0.5;
  cursor: pointer;
  stroke: #000; }
  g.plant .itemSurface.alert {
    stroke: #fff; }
  g.plant .itemSurface.feel-bad {
    stroke: red; }
  g.plant .itemSurface.feel-good {
    stroke: blue; }
  g.plant .itemSurface.longpress {
    fill-opacity: 1; }
  g.plant .itemSurface.verylongpress {
    fill-opacity: 1;
    stroke: red; }

.no-touch g.plant:hover .itemSurface, g.plant.active .itemSurface {
  fill-opacity: 1;
  -webkit-animation: clignote 1s ease infinite;
          animation: clignote 1s ease infinite; }

g.plant .itemSurfaceClone {
  opacity: 0; }

g.plant circle.itemPoint {
  fill: #000; }

g.plant .itemName {
  fill: #ffd324;
  fill-opacity: 0;
  cursor: pointer;
  text-anchor: middle;
  stroke-width: 1px;
  font-family: "Righteous", arial, sans serif;
  font-size: 18px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 760px) {
    g.plant .itemName {
      font-size: 14px; } }

g.plant.no-active .itemName {
  fill-opacity: 1; }

.no-touch g.plant:hover .itemName {
  fill: #fce99f; }

.no-touch g.plant:hover .itemName, g.plant.active .itemName {
  fill-opacity: 1;
  -webkit-animation: kaboom 1s ease alternate initial;
          animation: kaboom 1s ease alternate initial; }

.touch g.plant .itemName {
  fill-opacity: 1;
  -webkit-animation: kaboom 1s ease alternate initial;
          animation: kaboom 1s ease alternate initial; }

g.plant polyline {
  fill: none;
  stroke: #ffd324;
  stroke-width: 1px;
  stroke-opacity: 0;
  stroke-linejoin: round; }

.no-touch g.plant:hover polyline {
  stroke: #fce99f; }

g.plant.no-active polyline {
  stroke-opacity: 1; }

.no-touch g.plant:hover polyline, g.plant.active polyline {
  stroke-opacity: 1;
  -webkit-animation: kaboom 1s ease alternate initial;
          animation: kaboom 1s ease alternate initial; }

.touch g.plant polyline {
  stroke-opacity: 1;
  -webkit-animation: kaboom 1s ease alternate initial;
          animation: kaboom 1s ease alternate initial; }

g.plant .backgroundSelected,
g.plant polyline.background {
  opacity: 0; }

g.plant.active .backgroundSelected,
g.plant.active polyline.background {
  opacity: 0.3;
  fill: #333;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round; }

g.plant.active.verylongpress .backgroundSelected,
g.plant.active.verylongpress polyline.background {
  fill: #fce99f; }

g.plant .plant-menu {
  display: none; }

g.plant.active .plant-menu {
  display: block; }

g.plant .itemButton {
  fill: #ffd324;
  cursor: pointer;
  text-anchor: middle;
  font-size: 18px;
  stroke-width: 1px;
  font-family: "Righteous", arial, sans serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }

g.plant .itemButton-move {
  display: none; }

g.plant.verylongpress .itemButton-move {
  display: inherit; }

g.plant .itemButtonBg {
  fill: #ffd324;
  cursor: pointer; }

.no-touch g.plant:hover .itemButton {
  fill: #fce99f;
  -webkit-animation: kaboom 1s ease initial;
          animation: kaboom 1s ease initial; }

g.plant.not-displayed {
  opacity: 0.1; }

/***
  title: Champs
  section: Formulaires
  description: 
  example: |
    <label>Champ simple</label>
    <input type="text" value="value" placeholder="Placeholder" />
    <label>Champ simple invalide</label>
    <input type="text" value="abc" placeholder="Distance en mètres" pattern="[0-9]*[0-9.]{0,1}" />
    <label>Sélection simple</label>
    <select>
    	<option value="v1">Value 1</option>
    	<option value="v2">Value 2</option>
    </select>
    <label>Sélection multiple</label>
    <select multiple size="3">
    	<option value="v1">Value 1</option>
    	<option value="v2">Value 2</option>
    	<option value="v3">Value 3</option>
    </select>
***/
label {
  color: #8f5528;
  padding: 8px 10px;
  font-family: 'Righteous', sans serif;
  font-size: 16px;
  display: block;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    label {
      font-size: 14px; } }

input[type=text],
input[type=email],
input[type=password],
input[type=file],
input[type=color] {
  border: 0;
  border-radius: 5px;
  background: #faf3dc;
  color: #4a330b;
  box-shadow: 0px 0px 3px 2px #8f5528 inset;
  padding: 8px 10px;
  font-family: 'Righteous', sans serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  min-height: 16px; }
  @media screen and (max-width: 760px) {
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=file],
    input[type=color] {
      font-size: 14px; } }
  input[type=text]:invalid,
  input[type=email]:invalid,
  input[type=password]:invalid,
  input[type=file]:invalid,
  input[type=color]:invalid {
    box-shadow: 0px 0px 3px 2px red inset; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=file]:focus,
  input[type=color]:focus {
    outline: 0; }
  input[type=text].grey,
  input[type=email].grey,
  input[type=password].grey,
  input[type=file].grey,
  input[type=color].grey {
    box-shadow: 0px 0px 3px 2px #aaa inset; }

input[type=color] {
  padding: 2px;
  height: 30px; }

select {
  border: 0;
  border-radius: 5px;
  background: #faf3dc;
  color: #4a330b;
  box-shadow: 0px 0px 3px 2px #8f5528 inset;
  padding: 8px 10px;
  font-family: 'Righteous', sans serif;
  font-size: 16px;
  min-height: 16px;
  width: 100%;
  box-sizing: border-box;
  display: block; }
  select[multiple] {
    overflow-y: auto; }
  @media screen and (max-width: 760px) {
    select {
      font-size: 14px; } }
  select:invalid {
    box-shadow: 0px 0px 3px 2px red inset; }
  select.grey {
    box-shadow: 0px 0px 3px 2px #aaa inset; }

textarea {
  border: 0;
  border-radius: 5px;
  background: #faf3dc;
  color: #4a330b;
  box-shadow: 0px 0px 3px 2px #8f5528 inset;
  padding: 8px 10px;
  font-family: 'Righteous', sans serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  min-height: 16px; }
  @media screen and (max-width: 760px) {
    textarea {
      font-size: 14px; } }
  textarea:invalid {
    box-shadow: 0px 0px 3px 2px red inset; }
  textarea:focus {
    outline: 0; }
  textarea.grey {
    box-shadow: 0px 0px 3px 2px #aaa inset; }

.field-value {
  color: #4a330b;
  padding: 8px 10px;
  font-family: 'Righteous', sans serif;
  font-size: 16px;
  display: block;
  min-height: 16px; }
  @media screen and (max-width: 760px) {
    .field-value {
      font-size: 14px; } }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

/***
  title: Champs avec suffix
  section: Formulaires
  description: 
  example: |
    <label>Champ de valeur flottante avec suffix</label>
    <div class="float-text-field">
      <input type="text" value="0.8" placeholder="Placeholder" pattern="[1-9]*[0-9](.[0-9]*){0,1}"/>
      <span>m</span>
    </div>
***/
.float-text-field {
  position: relative;
  display: block; }
  .float-text-field input[type=text],
  .float-text-field input[type=email],
  .float-text-field input[type=password],
  .float-text-field input[type=file] {
    padding-right: 30px;
    padding-left: 40px; }
  .float-text-field .prefix {
    position: absolute;
    display: block;
    height: 34px;
    top: 0px;
    left: 10px;
    line-height: 34px;
    padding-right: 5px;
    color: #8f5528;
    font-family: 'Righteous', sans serif;
    font-size: 18px;
    border-right: 2px solid #8f5528; }
    @media screen and (max-width: 760px) {
      .float-text-field .prefix {
        font-size: 16px;
        line-height: 32px;
        height: 32px; } }
  .float-text-field .suffix {
    position: absolute;
    display: block;
    height: 28px;
    top: 0px;
    right: 10px;
    line-height: 28px;
    color: #8f5528;
    font-family: 'Righteous', sans serif;
    font-size: 18px; }
    @media screen and (max-width: 760px) {
      .float-text-field .suffix {
        font-size: 16px;
        line-height: 26px;
        height: 26px; } }
  .float-text-field:after {
    content: '';
    display: block;
    clear: both;
    position: relative; }

/***
  title: Disposition des champs
  section: Formulaires
  description: 
  example: |
    <label for="distance">Champ unique</label>
    <div class="field-single">
      <div class="float-text-field">
        <input type="text" value="" pattern="{{patternFloat}}" title="Valeur flottante ex: 0.8"/>
        <span>m</span>
      </div>
    </div>
    <label>Champ à 2 pr ligne</label>
    <div class="field-duo">
      <div class="float-text-field field-duo-1">
        <input type="text" value="" name="mapwidthx" id="mapwidthx" ng-change="changeMap()" pattern="{{patternFloat}}" title="Valeur flottante ex: 0.8"/>
        <span>m</span>
      </div>
      <div class="float-text-field field-duo-2">
        <input type="text" value="" name="mapwidthy" id="mapwidthy" ng-change="changeMap()" pattern="{{patternFloat}}" title="Valeur flottante ex: 0.8"/>
        <span>m</span>
      </div>
    </div>
***/
.field-single {
  text-align: center;
  margin: 0 auto; }

.field-duo {
  text-align: center;
  margin: 0 auto; }
  .field-duo .field-duo-1 {
    float: left;
    width: 46%;
    margin-right: 4%;
    clear: left; }
  .field-duo .field-duo-2 {
    float: left;
    width: 46%;
    margin-left: 4%; }
  .field-duo:after {
    content: '';
    display: block;
    clear: both;
    position: relative; }

.buttons--vertical input[type=text],
.buttons--vertical input[type=email],
.buttons--vertical input[type=password],
.buttons--vertical input[type=file],
.buttons--vertical .field-value {
  width: calc( 90% - 20px);
  margin: 0 auto;
  margin-bottom: 4px; }

/***
  title: Disposition des champs
  section: Formulaires
  description: 
  example: |
    <div class="field">
      <label for="item_name">Nom</label>
      <div class="field-field">
        <span class="field-value">machin non editable</span>
      </div>
      <div class="field-description">Description du champ</div>
    </div>
    <div class="field">
      <label for="item_name">Nom</label>
      <div class="field-field field-field-editable">
        <span class="field-value">machin</span>
      </div>
      <div class="field-edit">
        <span class="button button-edit"><span class="label">Editer</span></span>
      </div>
      <div class="field-description">Description du champ</div>
    </div>
    <div class="field">
      <label for="item_name">Nom</label>
      <div class="field-field field-field-editable">
        <input type="text" id="item_name" value="machin editable"/>
      </div>
      <div class="field-edit">
        <span class="button">OK</span>
      </div>
      <div class="field-description">Description du champ</div>
    </div>
***/
.field {
  text-align: left;
  clear: both;
  margin-bottom: 5px; }
  .field label {
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    min-height: 30px;
    line-height: 20px;
    width: 30%; }
    @media screen and (max-width: 1024px) {
      .field label {
        width: 40%; } }
    @media screen and (max-width: 760px) {
      .field label {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        min-height: 0px;
        line-height: 18px; } }
  .field .field-field {
    display: block;
    float: left;
    width: 70%; }
    @media screen and (max-width: 1024px) {
      .field .field-field {
        width: 60%; } }
    @media screen and (max-width: 760px) {
      .field .field-field {
        width: 100%; } }
    .field .field-field.field-field-editable {
      width: 50%; }
      @media screen and (max-width: 1024px) {
        .field .field-field.field-field-editable {
          width: 50%; } }
      @media screen and (max-width: 760px) {
        .field .field-field.field-field-editable {
          width: 80%; } }
    .field .field-field .margin-bottom-thin {
      margin-bottom: 10px; }
      @media screen and (max-width: 760px) {
        .field .field-field .margin-bottom-thin {
          margin-bottom: 5px; } }
    @media screen and (max-width: 760px) {
      .field .field-field .field-value {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0px;
        line-height: 18px; } }
  .field .field-edit,
  .field .field-ok {
    float: left;
    color: #4a330b;
    padding: 5px 10px;
    font-family: 'Righteous', sans serif;
    font-size: 16px;
    display: block;
    min-height: 16px;
    width: 20%;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 30px;
    line-height: 20px; }
    .field .field-edit:hover,
    .field .field-ok:hover {
      color: #8f5528; }
    @media screen and (max-width: 1024px) {
      .field .field-edit,
      .field .field-ok {
        width: 20%; } }
    @media screen and (max-width: 760px) {
      .field .field-edit,
      .field .field-ok {
        font-size: 14px;
        width: 20%;
        text-align: right;
        padding: 0;
        padding-right: 5px;
        min-height: 0px;
        line-height: 18px; } }
    .field .field-edit .button, .field .field-edit .button--3D, .field .field-edit .button--wide, .field .field-edit .button--caracteristic, .field .field-edit .button--input, .field .field-edit .maplist-item--fullbutton, .field .field-edit .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .field .field-edit .maplist-item-mapbtn, .field .field-edit .maplist-item--map .maplist-item-morebtn, .maplist-item--map .field .field-edit .maplist-item-morebtn, .field .field-edit .maplist-item--import .maplist-item--importbtn, .maplist-item--import .field .field-edit .maplist-item--importbtn, .field .field-edit .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .field .field-edit .maplist-item--loginbtn, .field .field-edit .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .field .field-edit .maplist-item--registerbtn, .field .field-edit .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .field .field-edit .maplist-item-profilname, .field .field-edit .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil .field .field-edit .maplist-item-morebtn,
    .field .field-ok .button,
    .field .field-ok .button--3D,
    .field .field-ok .button--wide,
    .field .field-ok .button--caracteristic,
    .field .field-ok .button--input,
    .field .field-ok .maplist-item--fullbutton,
    .field .field-ok .maplist-item--map .maplist-item-mapbtn, .maplist-item--map
    .field .field-ok .maplist-item-mapbtn,
    .field .field-ok .maplist-item--map .maplist-item-morebtn, .maplist-item--map
    .field .field-ok .maplist-item-morebtn,
    .field .field-ok .maplist-item--import .maplist-item--importbtn, .maplist-item--import
    .field .field-ok .maplist-item--importbtn,
    .field .field-ok .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins
    .field .field-ok .maplist-item--loginbtn,
    .field .field-ok .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins
    .field .field-ok .maplist-item--registerbtn,
    .field .field-ok .maplist-item--profil .maplist-item-profilname, .maplist-item--profil
    .field .field-ok .maplist-item-profilname,
    .field .field-ok .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil
    .field .field-ok .maplist-item-morebtn {
      padding: 0;
      border: 0;
      box-shadow: none; }
    .field .field-edit .button-edit,
    .field .field-ok .button-edit {
      padding-left: 30px; }
  .field .field-description {
    clear: both;
    font-size: 12px;
    color: #8f5528; }
  .field:after {
    content: '';
    display: block;
    clear: both; }

#config .action {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 760px) {
    #config .action {
      top: -7px;
      right: -10px; } }

#config .item-section {
  height: calc( 100% - 50px); }

.mapslist {
  padding-top: 10px; }
  .mapslist:after {
    content: '';
    display: block;
    clear: both; }

.maplist-item {
  margin-bottom: 5px;
  display: block; }
  .maplist-item:after {
    content: '';
    display: block;
    clear: both; }
  .maplist-item .maplist-item-icon {
    display: block;
    float: left;
    width: 60px;
    height: 20px; }
    @media screen and (max-width: 760px) {
      .maplist-item .maplist-item-icon {
        width: 50px; } }
  .maplist-item .maplist-item-label {
    display: block;
    float: left;
    text-align: left;
    width: calc( 100% - 60px);
    height: 20px;
    line-height: 20px; }
    @media screen and (max-width: 760px) {
      .maplist-item .maplist-item-label {
        width: calc( 100% - 50px); } }
    .maplist-item .maplist-item-label .button, .maplist-item .maplist-item-label .button--3D, .maplist-item .maplist-item-label .button--wide, .maplist-item .maplist-item-label .button--caracteristic, .maplist-item .maplist-item-label .button--input, .maplist-item .maplist-item-label .maplist-item--fullbutton, .maplist-item .maplist-item-label .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .maplist-item .maplist-item-label .maplist-item-mapbtn, .maplist-item .maplist-item-label .maplist-item--map .maplist-item-morebtn, .maplist-item--map .maplist-item .maplist-item-label .maplist-item-morebtn, .maplist-item .maplist-item-label .maplist-item--import .maplist-item--importbtn, .maplist-item--import .maplist-item .maplist-item-label .maplist-item--importbtn, .maplist-item .maplist-item-label .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .maplist-item .maplist-item-label .maplist-item--loginbtn, .maplist-item .maplist-item-label .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .maplist-item .maplist-item-label .maplist-item--registerbtn, .maplist-item .maplist-item-label .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .maplist-item .maplist-item-label .maplist-item-profilname, .maplist-item .maplist-item-label .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil .maplist-item .maplist-item-label .maplist-item-morebtn {
      width: 30px;
      min-width: 30px;
      padding: 0;
      height: 20px; }
  .maplist-item .maplist-item-infos {
    display: none;
    clear: both;
    border: 1px solid #ffd324;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px;
    background: #fce99f;
    position: relative; }

/***
  title: 1. Item de liste des plans - bouton
  section: Maplist
  description: |
    Affiche un bouton simple
  example: |
    <a class="maplist-item maplist-item--fullbutton">
      <span class="maplist-item-icon icon-add"></span>
      <span class="maplist-item-label">Nouveau</span>
    </a>
***/
.maplist-item--fullbutton {
  background: #ffd324;
  border-radius: 4px; }
  .maplist-item--fullbutton .icon-add {
    background-size: 20px 20px; }

/***
  title: 2. Item de liste des plans - map
  section: Maplist
  description: |
    
  example: |
    <div class="maplist-item maplist-item--map">
      <a class="maplist-item-mapbtn">
        <span class="maplist-item-icon">
          <span class="date" title="date">
            <span><span class="day">24 Aout</span><span class="year">2016</span></span>
          </span>
        </span>
        <span class="maplist-item-label">
          <span class="button button-browser"></span>
          Nouveau
        </span>
      </a>
      <a class="maplist-item-morebtn">
        <span class="button button-more"></span>
      </a>
      <div class="maplist-item-infos">
        ...
      </div>
    </div>
    <div class="maplist-item maplist-item--map active">
      <a class="maplist-item-mapbtn">
        <span class="maplist-item-icon">
          <span class="date" title="date">
            <span><span class="day">24 Aout</span><span class="year">2016</span></span>
          </span>
        </span>
        <span class="maplist-item-label"><span class="button button-synchroissue"></span>Nouveau</span>
      </a>
      <a class="maplist-item-morebtn">
        <span class="button button-more"></span>
      </a>
      <div class="maplist-item-infos">
        ...
      </div>
    </div>
    <div class="maplist-item maplist-item--map open">
      <a class="maplist-item-mapbtn">
        <span class="maplist-item-icon">
          <span class="date" title="date">
            <span><span class="day">24 Aout</span><span class="year">2016</span></span>
          </span>
        </span>
        <span class="maplist-item-label">Nouveau</span>
      </a>
      <a class="maplist-item-morebtn">
        <span class="button button-more"></span>
      </a>
      <div class="maplist-item-infos">
        <div class="id">Identifiant : 12345698</div>
        <div class="status">
          <div class=""><span class="icon icon-cloud-black"></span>Enregistrement synchro (synchro, ou pas de local)</div>
          <div class=""><span class="icon icon-browser-black"></span>Enregistrement local (n'est pas dans le cloud, ou cloud inaccessible)</div>
          <div class=""><span class="icon icon-synchroissue-black"></span>Enregistrement desynchro (pas les memes dates)</div>
        </div>
        <br/>
        <div class="buttons-bottom">
          <div class="button button-delete">supprimer</div>
        </div>
      </div>
    </div>
***/
.maplist-item--map {
  position: relative; }
  .maplist-item--map .maplist-item-mapbtn {
    display: block;
    float: left;
    width: calc( 100% - 32px);
    background: #ffd324;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .maplist-item--map .maplist-item-morebtn {
    display: block;
    float: left;
    width: 30px;
    margin-left: 2px;
    background: #ffd324;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0; }
    .maplist-item--map .maplist-item-morebtn .button, .maplist-item--map .maplist-item-morebtn .button--3D, .maplist-item--map .maplist-item-morebtn .button--wide, .maplist-item--map .maplist-item-morebtn .button--caracteristic, .maplist-item--map .maplist-item-morebtn .button--input, .maplist-item--map .maplist-item-morebtn .maplist-item--fullbutton, .maplist-item--map .maplist-item-morebtn .maplist-item-mapbtn, .maplist-item--map .maplist-item-morebtn .maplist-item-morebtn, .maplist-item--map .maplist-item-morebtn .maplist-item--import .maplist-item--importbtn, .maplist-item--import .maplist-item--map .maplist-item-morebtn .maplist-item--importbtn, .maplist-item--map .maplist-item-morebtn .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .maplist-item--map .maplist-item-morebtn .maplist-item--loginbtn, .maplist-item--map .maplist-item-morebtn .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .maplist-item--map .maplist-item-morebtn .maplist-item--registerbtn, .maplist-item--map .maplist-item-morebtn .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .maplist-item--map .maplist-item-morebtn .maplist-item-profilname {
      padding: 0;
      height: 30px;
      width: 30px;
      margin: 0 auto; }
  .maplist-item--map.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -2px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px; }
  .maplist-item--map.open .maplist-item-mapbtn {
    border-bottom-left-radius: 0px; }
  .maplist-item--map.open .maplist-item-morebtn {
    border-bottom-right-radius: 0px; }
  .maplist-item--map.open .maplist-item-infos {
    display: block; }
    .maplist-item--map.open .maplist-item-infos .id {
      font-style: italic;
      text-align: right;
      font-size: 0.8em; }
    .maplist-item--map.open .maplist-item-infos .status {
      text-align: left; }
      .maplist-item--map.open .maplist-item-infos .status .icon, .maplist-item--map.open .maplist-item-infos .status .icon-close, .maplist-item--map.open .maplist-item-infos .status .icon-plus, .maplist-item--map.open .maplist-item-infos .status .icon-addmagic, .maplist-item--map.open .maplist-item-infos .status .icon-sun, .maplist-item--map.open .maplist-item-infos .status .icon-sun_and_shadow, .maplist-item--map.open .maplist-item-infos .status .icon-shadow, .maplist-item--map.open .maplist-item-infos .status .icon-low, .maplist-item--map.open .maplist-item-infos .status .icon-medium, .maplist-item--map.open .maplist-item-infos .status .icon-hight, .maplist-item--map.open .maplist-item-infos .status .icon-rustic, .maplist-item--map.open .maplist-item-infos .status .icon-to_protect, .maplist-item--map.open .maplist-item-infos .status .icon-to_get_in, .maplist-item--map.open .maplist-item-infos .status .icon-easy, .maplist-item--map.open .maplist-item-infos .status .icon-workmedium, .maplist-item--map.open .maplist-item-infos .status .icon-hard, .maplist-item--map.open .maplist-item-infos .status .icon-perennial, .maplist-item--map.open .maplist-item-infos .status .icon-annual, .maplist-item--map.open .maplist-item-infos .status .icon-bisannual, .maplist-item--map.open .maplist-item-infos .status .icon-growth_slow, .maplist-item--map.open .maplist-item-infos .status .icon-growth_normal, .maplist-item--map.open .maplist-item-infos .status .icon-growth_quick, .maplist-item--map.open .maplist-item-infos .status .icon-drained, .maplist-item--map.open .maplist-item-infos .status .icon-wet, .maplist-item--map.open .maplist-item-infos .status .icon-dry, .maplist-item--map.open .maplist-item-infos .status .icon-color, .maplist-item--map.open .maplist-item-infos .status .icon-radius, .maplist-item--map.open .maplist-item-infos .status .icon-position, .maplist-item--map.open .maplist-item-infos .status .icon-widthx, .maplist-item--map.open .maplist-item-infos .status .icon-widthy, .maplist-item--map.open .maplist-item-infos .status .icon-height, .maplist-item--map.open .maplist-item-infos .status .icon-planet, .maplist-item--map.open .maplist-item-infos .status .icon-acidity, .maplist-item--map.open .maplist-item-infos .status .icon-terre, .maplist-item--map.open .maplist-item-infos .status .icon-roots, .maplist-item--map.open .maplist-item-infos .status .icon-bulbs, .maplist-item--map.open .maplist-item-infos .status .icon-leafs, .maplist-item--map.open .maplist-item-infos .status .icon-fruits, .maplist-item--map.open .maplist-item-infos .status .icon-berries, .maplist-item--map.open .maplist-item-infos .status .icon-flowers, .maplist-item--map.open .maplist-item-infos .status .icon-seeds, .maplist-item--map.open .maplist-item-infos .status .icon-rods, .maplist-item--map.open .maplist-item-infos .status .icon-aromatic, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-catalog, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-inventory, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-loading, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-config, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-help, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-more, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-map, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-export, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-stat, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-infos, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-work, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-geo, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-ground, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-display, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action-neightbors, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--close, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--plus, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--addmagic, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--sun, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--sun_and_shadow, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--shadow, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--low, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--medium, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--hight, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--rustic, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--to_protect, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--to_get_in, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--easy, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--workmedium, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--hard, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--perennial, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--annual, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--bisannual, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--growth_slow, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--growth_normal, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--growth_quick, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--drained, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--wet, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--dry, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--color, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--radius, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--position, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--widthx, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--widthy, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--height, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--planet, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--acidity, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--terre, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--roots, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--bulbs, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--leafs, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--fruits, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--berries, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--flowers, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--seeds, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--rods, .maplist-item--map.open .maplist-item-infos .status .panel-menu-action.panel-menu-action--aromatic, .maplist-item--map.open .maplist-item-infos .status .button--movepictotolabel:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-edit:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-delete:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-copy:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-up:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-down:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-add:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-close:before, .maplist-item--map.open .maplist-item-infos .status .button--wide.button-more:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-edit:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-edit:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-edit.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-edit.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-edit.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-edit.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-edit.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-edit.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-edit.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-edit.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-edit.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-edit.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-edit.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-edit.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-edit.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-delete:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-delete:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-delete.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-delete.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-delete.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-delete.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-delete.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-delete.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-delete.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-delete.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-delete.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-delete.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-delete.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-delete.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-delete.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-copy:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-copy:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-copy.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-copy.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-copy.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-copy.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-copy.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-copy.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-copy.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-copy.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-copy.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-copy.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-copy.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-copy.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-copy.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-up:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-up:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-up.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-up.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-up.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-up.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-up.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-up.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-up.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-up.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-up.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-up.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-up.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-up.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-up.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-down:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-down:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-down.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-down.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-down.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-down.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-down.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-down.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-down.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-down.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-down.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-down.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-down.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-down.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-down.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-add:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-add:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-add.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-add.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-add.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-add.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-add.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-add.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-add.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-add.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-add.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-add.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-add.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-add.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-add.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-close:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-close:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-close.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-close.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-close.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-close.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-close.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-close.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-close.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-close.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-close.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-close.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-close.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-close.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-close.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button.button-more:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button.button-more:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.button--3D:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.button--3D:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.button--wide:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.button--wide:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.button--caracteristic:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.button--caracteristic:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.button--input:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.button--input:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--fullbutton:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-mapbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.maplist-item-mapbtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-more.maplist-item-mapbtn:before, .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .button-more.maplist-item-morebtn:before, .maplist-item--map.open .buttons--vertical .maplist-item-infos .status .button-more.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--import .button-more.maplist-item--importbtn:before, .buttons--vertical .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .buttons--vertical .button-more.maplist-item--importbtn:before, .maplist-item--import .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--importbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-more.maplist-item--loginbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-more.maplist-item--loginbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--loginbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--logins .button-more.maplist-item--registerbtn:before, .buttons--vertical .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .buttons--vertical .button-more.maplist-item--registerbtn:before, .maplist-item--logins .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--registerbtn:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-more.maplist-item-profilname:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-more.maplist-item-profilname:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-profilname:before, .maplist-item--map.open .maplist-item-infos .status .buttons--vertical .maplist-item--profil .button-more.maplist-item-morebtn:before, .buttons--vertical .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .buttons--vertical .button-more.maplist-item-morebtn:before, .maplist-item--profil .buttons--vertical .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-morebtn:before, .maplist-item--map.open .maplist-item-infos .status .button.button-edit, .maplist-item--map.open .maplist-item-infos .status .button-edit.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-edit.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-edit.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-edit.button--input, .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-edit.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-edit.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-edit.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-edit.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-edit.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-edit.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-delete, .maplist-item--map.open .maplist-item-infos .status .button-delete.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-delete.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-delete.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-delete.button--input, .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-delete.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-delete.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-delete.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-delete.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-delete.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-delete.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-copy, .maplist-item--map.open .maplist-item-infos .status .button-copy.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-copy.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-copy.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-copy.button--input, .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-copy.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-copy.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-copy.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-copy.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-copy.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-copy.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-up, .maplist-item--map.open .maplist-item-infos .status .button-up.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-up.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-up.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-up.button--input, .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-up.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-up.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-up.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-up.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-up.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-up.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-down, .maplist-item--map.open .maplist-item-infos .status .button-down.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-down.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-down.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-down.button--input, .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-down.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-down.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-down.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-down.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-down.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-down.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-add, .maplist-item--map.open .maplist-item-infos .status .button-add.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-add.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-add.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-add.button--input, .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-add.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-add.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-add.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-add.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-add.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-add.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-close, .maplist-item--map.open .maplist-item-infos .status .button-close.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-close.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-close.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-close.button--input, .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-close.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-close.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-close.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-close.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-close.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-close.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-more, .maplist-item--map.open .maplist-item-infos .status .button-more.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-more.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-more.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-more.button--input, .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-more.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-more.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-more.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-more.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-more.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-more.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-browser, .maplist-item--map.open .maplist-item-infos .status .button-browser.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-browser.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-browser.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-browser.button--input, .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-browser.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-browser.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-browser.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-browser.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-browser.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-browser.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-synchroissue, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.button--input, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-synchroissue.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-synchroissue.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-synchroissue.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-synchroissue.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-synchroissue.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-synchroissue.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-upload, .maplist-item--map.open .maplist-item-infos .status .button-upload.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-upload.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-upload.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-upload.button--input, .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-upload.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-upload.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-upload.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-upload.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-upload.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-upload.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-login, .maplist-item--map.open .maplist-item-infos .status .button-login.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-login.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-login.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-login.button--input, .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-login.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-login.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-login.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-login.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-login.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-login.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-register, .maplist-item--map.open .maplist-item-infos .status .button-register.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-register.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-register.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-register.button--input, .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-register.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-register.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-register.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-register.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-register.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-register.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-logout, .maplist-item--map.open .maplist-item-infos .status .button-logout.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-logout.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-logout.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-logout.button--input, .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-logout.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-logout.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-logout.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-logout.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-logout.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-logout.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-refresh, .maplist-item--map.open .maplist-item-infos .status .button-refresh.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-refresh.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-refresh.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-refresh.button--input, .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-refresh.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-refresh.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-refresh.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-refresh.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-refresh.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-refresh.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button.button-back, .maplist-item--map.open .maplist-item-infos .status .button-back.button--3D, .maplist-item--map.open .maplist-item-infos .status .button-back.button--wide, .maplist-item--map.open .maplist-item-infos .status .button-back.button--caracteristic, .maplist-item--map.open .maplist-item-infos .status .button-back.button--input, .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item--fullbutton, .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item-mapbtn, .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .button-back.maplist-item--importbtn, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item--importbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-back.maplist-item--loginbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item--loginbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .button-back.maplist-item--registerbtn, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item--registerbtn, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-back.maplist-item-profilname, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item-profilname, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .button-back.maplist-item-morebtn, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .button-back.maplist-item-morebtn, .maplist-item--map.open .maplist-item-infos .status .button-round.button-add, .maplist-item--map.open .maplist-item-infos .status .button-round.button-select, .maplist-item--map.open .maplist-item-infos .status .button-round.button-delete, .maplist-item--map.open .maplist-item-infos .status .button-round.button-up, .maplist-item--map.open .maplist-item-infos .status .button-round.button-down, .maplist-item--map.open .maplist-item-infos .status .button-round.button-edit, .maplist-item--map.open .maplist-item-infos .status .button-round.button-ok, .maplist-item--map.open .maplist-item-infos .status .button-round.button-copy, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-zoomin, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-zoomout, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-layers, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-params, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-top, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-bottom, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-delete, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-copy, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-edit, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-news, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-list, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-download, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-add, .maplist-item--map.open .maplist-item-infos .status .smallbutton.smallbutton-back, .maplist-item--map.open .maplist-item-infos .status .overlay-item-button.icon-config:after, .maplist-item--map.open .maplist-item-infos .status .overlay-item-button.icon-catalog:after, .maplist-item--map.open .maplist-item-infos .status .overlay-item-button.icon-inventory:after, .maplist-item--map.open .maplist-item-infos .status .overlay-item-button.icon-mapedit:after, .maplist-item--map.open .maplist-item-infos .status .overlay-item-button.icon-news:after, .maplist-item--map.open .maplist-item-infos .status .association-item .association-sens.icon-right, .association-item .maplist-item--map.open .maplist-item-infos .status .association-sens.icon-right, .maplist-item--map.open .maplist-item-infos .status .association-item .association-sens.icon-left, .association-item .maplist-item--map.open .maplist-item-infos .status .association-sens.icon-left, .maplist-item--map.open .maplist-item-infos .status .association-item .association-ok, .association-item .maplist-item--map.open .maplist-item-infos .status .association-ok, .maplist-item--map.open .maplist-item-infos .status .association-item .association-excl, .association-item .maplist-item--map.open .maplist-item-infos .status .association-excl, .maplist-item--map.open .maplist-item-infos .status .popin-title:before, .maplist-item--map.open .maplist-item-infos .status #refresh-alert, .maplist-item--map.open .maplist-item-infos .status .maplist-item--fullbutton .icon-add, .maplist-item--fullbutton .maplist-item--map.open .maplist-item-infos .status .icon-add, .maplist-item--map.open .maplist-item-infos .status .maplist-item--import .icon-upload, .maplist-item--import .maplist-item--map.open .maplist-item-infos .status .icon-upload, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .icon-login, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .icon-login, .maplist-item--map.open .maplist-item-infos .status .maplist-item--logins .icon-register, .maplist-item--logins .maplist-item--map.open .maplist-item-infos .status .icon-register, .maplist-item--map.open .maplist-item-infos .status .maplist-item--profil .icon-login, .maplist-item--profil .maplist-item--map.open .maplist-item-infos .status .icon-login, .maplist-item--map.open .maplist-item-infos .status .date:before, .maplist-item--map.open .maplist-item-infos .status #itemsheet .itemsheet-associations .associations .association-ok, #itemsheet .itemsheet-associations .associations .maplist-item--map.open .maplist-item-infos .status .association-ok, .maplist-item--map.open .maplist-item-infos .status #itemsheet .itemsheet-associations .associations .association-excl, #itemsheet .itemsheet-associations .associations .maplist-item--map.open .maplist-item-infos .status .association-excl {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin: 0 5px; }

/***
  title: 3. Item de liste des plans - bouton
  section: Maplist
  description: |
    Affiche un bouton simple
  example: |
    <div class="maplist-item maplist-item--import open">
      <a class="maplist-item--importbtn">
        <span class="maplist-item-icon icon-upload"></span>
        <span class="maplist-item-label">Importer</span>
      </a>
      <div class="maplist-item-infos">
        <input type="file">
        <br/>
        <div class="buttons-bottom">
          <a class="button button-upload">Importer "monfichier.json"</a>
        </div>
      </div>
    </div>
***/
.maplist-item--import .maplist-item--importbtn {
  background: #ffd324;
  border-radius: 4px;
  width: 100%; }

.maplist-item--import .icon-upload {
  background-size: 20px 20px; }

.maplist-item--import.open .maplist-item--importbtn {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.maplist-item--import.open .maplist-item-infos {
  display: block; }

/***
  title: 4. Item de liste des plans - connect
  section: Maplist
  description: |
    Affiche un bouton simple
  example: |
    <div class="maplist-item maplist-item--logins open">
      <a class="maplist-item--loginbtn active">
        <span class="maplist-item-icon icon-login"></span>
        <span class="maplist-item-label">Connexion</span>
      </a>
      <a class="maplist-item--registerbtn">
        <span class="maplist-item-icon icon-register"></span>
        <span class="maplist-item-label">Inscription</span>
      </a>
      <div class="maplist-item-infos">
        <div class="field">
          <label for="emaillogin">Email</label>
          <div class="field-field"><input type="text" name="email" id="emaillogin"/></div>
        </div>
        <div class="field">
          <label for="passwordlogin">mot de passe</label>
          <div class="field-field"><input type="text" name="password" id="passwordlogin"/></div>
        </div>
        <div class="buttons-bottom">
          <a class="button button-login">connexion</a>
        </div>
      </div>
    </div>
***/
.maplist-item--logins .maplist-item--loginbtn {
  display: block;
  float: left;
  background: #ffd324;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: calc( 50% - 1px); }

.maplist-item--logins .maplist-item--registerbtn {
  display: block;
  float: left;
  background: #ffd324;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: calc( 50% - 1px);
  margin-left: 2px; }

.maplist-item--logins .icon-login {
  background-size: 20px 20px; }

.maplist-item--logins .icon-register {
  background-size: 20px 20px; }

.maplist-item--logins.open .maplist-item--loginbtn {
  border-bottom-left-radius: 0px; }

.maplist-item--logins.open .maplist-item--registerbtn {
  border-bottom-right-radius: 0px; }

.maplist-item--logins.open .maplist-item-infos {
  display: block;
  padding-top: 30px; }

/***
  title: 5. Item de liste des plans - loggued
  section: Maplist
  description: |
    Affiche un bouton simple
  example: |
    <div class="maplist-item maplist-item--profil open">
      <a class="maplist-item-profilname">
        <span class="maplist-item-icon">
          <span class="maplist-item-icon icon-login"></span>
        </span>
        <span class="maplist-item-label">Sandrine</span>
      </a>
      <a class="maplist-item-morebtn">
        <span class="button button-more"></span>
      </a>
      <div class="maplist-item-infos">
        <div class="buttons-bottom">
          <a class="button button-logout">deconnexion</a>
        </div>
      </div>
    </div>
***/
.maplist-item--profil {
  position: relative; }
  .maplist-item--profil .maplist-item-profilname {
    display: block;
    float: left;
    width: calc( 100% - 32px);
    background: #ffd324;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .maplist-item--profil .maplist-item-profilname:hover {
      cursor: default;
      color: #4a330b; }
      .maplist-item--profil .maplist-item-profilname:hover .maplist-item-label {
        color: #4a330b; }
  .maplist-item--profil .maplist-item-morebtn {
    display: block;
    float: left;
    width: 30px;
    margin-left: 2px;
    background: #ffd324;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0; }
    .maplist-item--profil .maplist-item-morebtn .button, .maplist-item--profil .maplist-item-morebtn .button--3D, .maplist-item--profil .maplist-item-morebtn .button--wide, .maplist-item--profil .maplist-item-morebtn .button--caracteristic, .maplist-item--profil .maplist-item-morebtn .button--input, .maplist-item--profil .maplist-item-morebtn .maplist-item--fullbutton, .maplist-item--profil .maplist-item-morebtn .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .maplist-item--profil .maplist-item-morebtn .maplist-item-mapbtn, .maplist-item--profil .maplist-item-morebtn .maplist-item--import .maplist-item--importbtn, .maplist-item--import .maplist-item--profil .maplist-item-morebtn .maplist-item--importbtn, .maplist-item--profil .maplist-item-morebtn .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .maplist-item--profil .maplist-item-morebtn .maplist-item--loginbtn, .maplist-item--profil .maplist-item-morebtn .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .maplist-item--profil .maplist-item-morebtn .maplist-item--registerbtn, .maplist-item--profil .maplist-item-morebtn .maplist-item-profilname, .maplist-item--profil .maplist-item-morebtn .maplist-item-morebtn {
      padding: 0;
      height: 30px;
      width: 30px;
      margin: 0 auto; }
  .maplist-item--profil.open .maplist-item-profilname {
    border-bottom-left-radius: 0px; }
  .maplist-item--profil.open .maplist-item-morebtn {
    border-bottom-right-radius: 0px; }
  .maplist-item--profil.open .maplist-item-infos {
    display: block; }
  .maplist-item--profil .icon-login {
    background-size: 20px 20px; }

.mapslist .mapslist-header,
.mapslist .mapslist-load,
.mapslist .mapslist-create,
.mapslist .mapslist-upload {
  margin-bottom: 5px;
  display: block; }
  .mapslist .mapslist-header:after,
  .mapslist .mapslist-load:after,
  .mapslist .mapslist-create:after,
  .mapslist .mapslist-upload:after {
    content: '';
    display: block;
    clear: both; }

.mapslist .mapslist-load.active {
  position: relative; }
  .mapslist .mapslist-load.active:before {
    left: 0%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fce99f;
    border-width: 15px;
    margin-top: -15px; }

.mapslist .item-menu-action,
.mapslist .as-item-menu-action {
  display: block; }
  .mapslist .item-menu-action:after,
  .mapslist .as-item-menu-action:after {
    content: '';
    display: block;
    clear: both; }

.mapslist .item-menu-action-1 {
  width: calc( 100% - 47px);
  float: left; }

.mapslist .item-menu-action-2 {
  width: 45px;
  float: left;
  margin-left: 2px; }

.mapslist .maplastupdate {
  float: left;
  width: 60px;
  min-height: 40px;
  background-size: 30px 30px; }
  @media screen and (max-width: 760px) {
    .mapslist .maplastupdate {
      min-height: 30px;
      background-size: 20px 20px; } }

.mapslist .mapname {
  float: left;
  width: calc( 100% - 205px);
  padding: 12px 15px;
  box-sizing: border-box;
  text-align: left;
  color: #4a330b; }
  @media screen and (max-width: 760px) {
    .mapslist .mapname {
      width: calc( 100% - 135px);
      padding: 6px 15px; } }
  .mapslist .mapname .button, .mapslist .mapname .button--3D, .mapslist .mapname .button--wide, .mapslist .mapname .button--caracteristic, .mapslist .mapname .button--input, .mapslist .mapname .maplist-item--fullbutton, .mapslist .mapname .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .mapslist .mapname .maplist-item-mapbtn, .mapslist .mapname .maplist-item--map .maplist-item-morebtn, .maplist-item--map .mapslist .mapname .maplist-item-morebtn, .mapslist .mapname .maplist-item--import .maplist-item--importbtn, .maplist-item--import .mapslist .mapname .maplist-item--importbtn, .mapslist .mapname .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .mapslist .mapname .maplist-item--loginbtn, .mapslist .mapname .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .mapslist .mapname .maplist-item--registerbtn, .mapslist .mapname .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .mapslist .mapname .maplist-item-profilname, .mapslist .mapname .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil .mapslist .mapname .maplist-item-morebtn {
    width: 100%; }
  .mapslist .mapname .item-menu-action,
  .mapslist .mapname .as-item-menu-action {
    width: 100%; }

.mapslist .mapsavestatus {
  float: left;
  width: 140px;
  padding: 12px 0px;
  box-sizing: border-box;
  text-align: center;
  color: #8f5528;
  font-style: italic;
  font-size: 12px; }
  @media screen and (max-width: 760px) {
    .mapslist .mapsavestatus {
      width: 70px;
      padding: 0px 0px; } }

.mapslist .mapslist-create .mapname {
  width: calc( 100% - 60px); }

.mapslist .mapslist-upload .mapname {
  width: calc( 30% - 60px); }
  @media screen and (max-width: 760px) {
    .mapslist .mapslist-upload .mapname {
      width: calc( 100% - 60px);
      padding-bottom: 0; } }

.mapslist .mapslist-upload .as-item-menu-action {
  cursor: default; }

.mapslist .synchro {
  float: left;
  width: 40px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box; }
  .mapslist .synchro img {
    display: block;
    max-width: 15px;
    margin: 0 auto; }

.mapslist .synchrolocalstorage,
.mapslist .synchroonline {
  float: left;
  width: 40px;
  text-align: center;
  font-size: 16px;
  padding: 6px 0;
  box-sizing: border-box; }

.mapslist .mapformimport,
.mapslist .mapformimportbutton {
  float: left;
  padding: 6px 15px;
  box-sizing: border-box;
  text-align: left; }

.mapslist .mapformimportbutton {
  padding: 10px 15px;
  text-align: right; }

.mapslist .mapslist-upload .mapformimport {
  width: 40%; }
  @media screen and (max-width: 760px) {
    .mapslist .mapslist-upload .mapformimport {
      width: calc( 100% - 45px);
      margin-left: 45px;
      padding-top: 0; } }

.mapslist .mapslist-upload .mapformimportbutton {
  width: 30%; }
  @media screen and (max-width: 760px) {
    .mapslist .mapslist-upload .mapformimportbutton {
      width: calc( 100% - 45px);
      margin-left: 45px;
      padding-top: 0; } }

.mapslist .maploginbuttons {
  float: left;
  width: 70%;
  padding: 12px 15px;
  box-sizing: border-box;
  text-align: right; }
  .mapslist .maploginbuttons a {
    display: inline-block;
    padding: 0; }
  @media screen and (max-width: 760px) {
    .mapslist .maploginbuttons {
      width: 100%;
      padding: 6px 15px;
      padding-top: 0; } }
  @media screen and (max-width: 760px) {
    .mapslist .maploginbuttons.maploginbuttons-login {
      text-align: center; } }
  @media screen and (max-width: 760px) {
    .mapslist .maploginbuttons.maploginbuttons-logout {
      text-align: center; } }

.mapslist .maploginform {
  padding: 6px 15px;
  float: none;
  clear: both; }
  .mapslist .maploginform .action {
    float: right; }
    .mapslist .maploginform .action .button, .mapslist .maploginform .action .button--3D, .mapslist .maploginform .action .button--wide, .mapslist .maploginform .action .button--caracteristic, .mapslist .maploginform .action .button--input, .mapslist .maploginform .action .maplist-item--fullbutton, .mapslist .maploginform .action .maplist-item--map .maplist-item-mapbtn, .maplist-item--map .mapslist .maploginform .action .maplist-item-mapbtn, .mapslist .maploginform .action .maplist-item--map .maplist-item-morebtn, .maplist-item--map .mapslist .maploginform .action .maplist-item-morebtn, .mapslist .maploginform .action .maplist-item--import .maplist-item--importbtn, .maplist-item--import .mapslist .maploginform .action .maplist-item--importbtn, .mapslist .maploginform .action .maplist-item--logins .maplist-item--loginbtn, .maplist-item--logins .mapslist .maploginform .action .maplist-item--loginbtn, .mapslist .maploginform .action .maplist-item--logins .maplist-item--registerbtn, .maplist-item--logins .mapslist .maploginform .action .maplist-item--registerbtn, .mapslist .maploginform .action .maplist-item--profil .maplist-item-profilname, .maplist-item--profil .mapslist .maploginform .action .maplist-item-profilname, .mapslist .maploginform .action .maplist-item--profil .maplist-item-morebtn, .maplist-item--profil .mapslist .maploginform .action .maplist-item-morebtn {
      min-height: 26px;
      min-width: 31px;
      padding-left: 10px; }

.mapslist .mapinformations {
  clear: both;
  margin-top: 2px;
  border-left: 1px solid #ffd324;
  border-right: 1px solid #ffd324;
  border-bottom: 1px solid #ffd324;
  background: #fce99f; }

.date {
  text-align: center;
  display: inline-block;
  margin-top: -4px; }
  .date .day {
    display: block;
    font-size: 12px; }
  .date .year {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin-top: -2px; }
  .date .hour {
    display: block;
    font-size: 0.7em;
    line-height: 1em; }

#itemsheet .panel {
  position: relative; }

#itemsheet .action {
  position: absolute;
  top: 10px;
  right: 5px; }

#itemsheet .itemsheet-header {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  height: 145px; }
  @media screen and (max-width: 760px) {
    #itemsheet .itemsheet-header {
      margin-top: 40px;
      margin-bottom: 10px;
      height: 45px; } }
  #itemsheet .itemsheet-header .picture {
    float: left;
    width: 145px; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-header .picture {
        width: 45px; } }
    #itemsheet .itemsheet-header .picture img {
      display: block;
      border: 0;
      max-width: 100%; }
  #itemsheet .itemsheet-header .texts {
    float: left;
    width: calc( 100% - 145px);
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-header .texts {
        width: calc( 100% - 45px); } }
  #itemsheet .itemsheet-header:after {
    content: '';
    display: block;
    clear: both; }
  #itemsheet .itemsheet-header .name {
    color: #4a330b;
    font-family: "Righteous",arial,sans serif;
    font-size: 38px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 40px; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-header .name {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 10px; } }
  #itemsheet .itemsheet-header .variety {
    color: #4a330b;
    font-family: "Righteous",arial,sans serif;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-header .variety {
        font-size: 16px; } }
  #itemsheet .itemsheet-header .description {
    color: #4a330b;
    font-family: "Righteous",arial,sans serif;
    font-style: italic;
    font-size: 20px;
    text-align: left; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-header .description {
        font-size: 16px; } }

#itemsheet .isPlant .itemsheet-header .name {
  position: relative; }
  #itemsheet .isPlant .itemsheet-header .name:before {
    content: 'my';
    display: inline;
    font-style: italic;
    font-size: smaller;
    padding-right: 10px; }

#itemsheet .edition .itemsheet-header {
  height: auto; }
  #itemsheet .edition .itemsheet-header .picture,
  #itemsheet .edition .itemsheet-header .texts {
    float: none;
    width: 100%;
    padding-left: 0; }
  #itemsheet .edition .itemsheet-header .picture {
    width: 145px; }
    @media screen and (max-width: 760px) {
      #itemsheet .edition .itemsheet-header .picture {
        width: 45px; } }

#itemsheet .itemsheet-quickinfos {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  border: 2px dashed #4a330b;
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    #itemsheet .itemsheet-quickinfos {
      margin-bottom: 10px;
      padding: 10px; } }
  #itemsheet .itemsheet-quickinfos:after {
    content: '';
    display: block;
    clear: both; }
  #itemsheet .itemsheet-quickinfos .section {
    width: 25%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    color: #4a330b;
    font-family: "Righteous", arial, sans serif;
    font-size: 18px;
    line-height: 20px; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-quickinfos .section {
        font-size: 12px;
        padding: 0;
        width: 50%;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px; }
        #itemsheet .itemsheet-quickinfos .section:nth-child(2n+1) {
          clear: both; }
        #itemsheet .itemsheet-quickinfos .section:nth-child(3):before, #itemsheet .itemsheet-quickinfos .section:nth-child(4):before {
          content: '●';
          display: block;
          position: relative;
          padding-left: 60px;
          padding-bottom: 10px;
          margin-top: -10px; } }
  #itemsheet .itemsheet-quickinfos .quickinfos-caracteristic {
    margin-bottom: 10px; }

@media screen and (max-width: 760px) {
  #itemsheet .edition .itemsheet-quickinfos .section {
    width: 100%; } }

#itemsheet .itemsheet-associations {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  border: 2px dashed #4a330b;
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    #itemsheet .itemsheet-associations {
      margin-bottom: 10px;
      padding: 10px; } }
  #itemsheet .itemsheet-associations:after {
    content: '';
    display: block;
    clear: both; }
  #itemsheet .itemsheet-associations .section {
    width: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    color: #4a330b;
    font-family: "Righteous", arial, sans serif;
    font-size: 18px;
    line-height: 20px; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-associations .section {
        font-size: 12px;
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px; } }
  #itemsheet .itemsheet-associations .associations.associations-friends {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
    #itemsheet .itemsheet-associations .associations.associations-friends .icon-like-black {
      display: block;
      width: 20px;
      height: 20px;
      margin: 0 auto; }
      #itemsheet .itemsheet-associations .associations.associations-friends .icon-like-black:hover {
        cursor: pointer; }
      @media screen and (max-width: 760px) {
        #itemsheet .itemsheet-associations .associations.associations-friends .icon-like-black {
          margin: 0;
          margin-left: 35px;
          margin-bottom: 10px; } }
  #itemsheet .itemsheet-associations .associations.associations-ennemies {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
    #itemsheet .itemsheet-associations .associations.associations-ennemies .icon-dislike-black {
      display: block;
      width: 20px;
      height: 20px;
      margin: 0 auto; }
      #itemsheet .itemsheet-associations .associations.associations-ennemies .icon-dislike-black:hover {
        cursor: pointer; }
      @media screen and (max-width: 760px) {
        #itemsheet .itemsheet-associations .associations.associations-ennemies .icon-dislike-black {
          margin: 0;
          margin-left: 35px;
          margin-bottom: 10px; } }
  #itemsheet .itemsheet-associations .associations .association-ok {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px; }
  #itemsheet .itemsheet-associations .associations .association-excl {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px; }
  #itemsheet .itemsheet-associations .associations .name .like,
  #itemsheet .itemsheet-associations .associations .name .isliked,
  #itemsheet .itemsheet-associations .associations .name .dislike,
  #itemsheet .itemsheet-associations .associations .name .isdisliked {
    cursor: help; }
  #itemsheet .itemsheet-associations .associations .model {
    display: block;
    margin-right: 30%;
    position: relative;
    padding: 5px 0; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-associations .associations .model {
        padding-right: 20px;
        margin-right: 0;
        min-height: 20px; } }

.no-touch #itemsheet .itemsheet-associations .associations .model a:hover {
  color: #8f5528;
  cursor: pointer; }

#itemsheet .itemsheet-calendars {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    #itemsheet .itemsheet-calendars {
      margin-bottom: 10px; } }
  #itemsheet .itemsheet-calendars:after {
    content: '';
    display: block;
    clear: both; }

#itemsheet .edition .itemsheet-calendars .section {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px; }
  @media screen and (max-width: 760px) {
    #itemsheet .edition .itemsheet-calendars .section {
      width: 100%;
      float: none;
      padding: 0; } }

#itemsheet .edition .itemsheet-calendars label {
  text-align: left; }

#itemsheet .itemsheet-position {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  border: 1px dotted #4a330b;
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    #itemsheet .itemsheet-position {
      margin-bottom: 10px;
      padding: 10px; } }
  #itemsheet .itemsheet-position:after {
    content: '';
    display: block;
    clear: both; }
  #itemsheet .itemsheet-position .section {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    color: #4a330b;
    font-family: "Righteous", arial, sans serif; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-position .section {
        font-size: 12px;
        margin-bottom: 10px; } }
  #itemsheet .itemsheet-position .circleform {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
  #itemsheet .itemsheet-position .lineform {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle; }

#itemsheet .edition .itemsheet-position label {
  text-align: left; }

#itemsheet .itemsheet-details {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    #itemsheet .itemsheet-details {
      margin-bottom: 10px; } }
  #itemsheet .itemsheet-details:after {
    content: '';
    display: block;
    clear: both; }
  #itemsheet .itemsheet-details .itemsheet-details-detail {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    float: left;
    width: 33%;
    margin-bottom: 20px;
    color: #4a330b;
    font-family: "Righteous", arial, sans serif; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-details .itemsheet-details-detail {
        font-size: 14px;
        line-height: 16px;
        float: none;
        width: 100%; } }
    #itemsheet .itemsheet-details .itemsheet-details-detail .link {
      margin: 2px 0; }
    #itemsheet .itemsheet-details .itemsheet-details-detail a {
      color: #4a330b;
      text-decoration: underline; }
      #itemsheet .itemsheet-details .itemsheet-details-detail a:hover {
        color: #8f5528;
        text-decoration: none; }
    #itemsheet .itemsheet-details .itemsheet-details-detail.itemsheet-details-detail-notes, #itemsheet .itemsheet-details .itemsheet-details-detail.itemsheet-details-detail-links {
      float: none;
      width: 100%;
      clear: both; }
    #itemsheet .itemsheet-details .itemsheet-details-detail.itemsheet-details-detail-notes {
      border-bottom: 1px dotted #4a330b;
      margin-bottom: 20px;
      padding-bottom: 20px; }
  #itemsheet .itemsheet-details ul {
    margin: 0; }
  #itemsheet .itemsheet-details .button-round {
    margin: 0 20px; }
    @media screen and (max-width: 760px) {
      #itemsheet .itemsheet-details .button-round {
        margin: 0 10px; } }

#itemsheet .edition .itemsheet-details label {
  text-align: left; }

/***
  title: Calendar
  section: Components
  description: |

  example: |
    <div class="">
      <div calendar="" selected="item.months_seedlings"><div class="calendar calendar-seeding"><span class="calendar-month selected" ng-repeat="month in months" data-id="1" title="JANUARY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="2" title="FEBRUARY">F</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="3" title="MARCH">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="4" title="APRIL">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="5" title="MAY">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="6" title="JUNE">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="7" title="JULY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="8" title="AUGUST">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="9" title="SEPTEMBER">S</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="10" title="OCTOBER">O</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="11" title="NOVEMBER">N</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="12" title="DECEMBER">D</span><!-- end ngRepeat: month in months --></div></div>
      <div calendar="" selected="item.months_seedlings"><div class="calendar calendar-harvest"><span class="calendar-month selected" ng-repeat="month in months" data-id="1" title="JANUARY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="2" title="FEBRUARY">F</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="3" title="MARCH">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="4" title="APRIL">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="5" title="MAY">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="6" title="JUNE">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="7" title="JULY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="8" title="AUGUST">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="9" title="SEPTEMBER">S</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="10" title="OCTOBER">O</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="11" title="NOVEMBER">N</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="12" title="DECEMBER">D</span><!-- end ngRepeat: month in months --></div></div>
    </div>
***/
.calendar {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #8f5528;
  margin-bottom: 2px; }
  .calendar .calendar-month {
    display: table-cell;
    border: 1px solid #8f5528;
    background: #faf3dc;
    color: #8f5528;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    cursor: help; }
    .calendar .calendar-month.selected {
      background: #8f5528;
      color: #fff; }
  .calendar .calendar-label {
    width: 100px;
    cursor: default;
    font-size: 14px;
    text-transform: uppercase; }
    @media screen and (max-width: 760px) {
      .calendar .calendar-label {
        width: 20px;
        max-width: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: '.';
        cursor: help; } }

.progress {
  height: 10px;
  background: #faf3dc;
  border: 1px solid #ffd324;
  border-radius: 4px;
  width: 80%;
  margin: 3px auto; }
  .progress .progress-state {
    height: 10px;
    background: #ffd324;
    width: 16.6%;
    margin: 0 auto;
    float: left; }

/***
  title: Tooltip
  section: Panels
  description: |
    

  example: |
    <div class="" style="height:200px">
    <span class="tooltip">
      <div class="action">
        <a class="button button-close" title="Close"></a>
      </div>
      <h2>Besoins en eau</h2>
      <span class="waterneeds" value="LOW">
        <img src="medias/pictos/water.svg" alt="Faible" title="Besoin en eau Faible">
        <span>Faible</span>
      </span>
    </span>
    </div>
***/
.tooltip {
  position: absolute;
  background-color: #ffd324;
  padding: 20px;
  border-radius: 5px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
  width: 40%;
  height: 50%;
  max-height: 50%; }
  @media screen and (max-width: 760px) {
    .tooltip {
      padding: 10px;
      width: 60%; } }
  .tooltip .action {
    text-align: right;
    float: right; }
  .tooltip img {
    vertical-align: middle;
    max-width: 20px;
    max-height: 20px; }
    @media screen and (max-width: 760px) {
      .tooltip img {
        max-width: 15px;
        max-height: 15px; } }
  .tooltip .waterneeds img:not(:first-child) {
    margin-left: -12px; }

/***
  title: Overlay centre
  section: Panels
  description: |
    Il prend 90% de la hauteur de son container

  example: |
    <div class="" style="height:400px">
      <div class="overlay-panel overlay-panel-centered">
        <div class="panel-wrapper">
          ..
        </div>
      </div>
    </div>
***/
/***
  title: Overlay gauche
  section: Panels
  description: |
    Il prend 100% de la hauteur de son container

  example: |
    <div class="" style="height:400px">
      <div class="overlay-panel overlay-panel-catalog">
        <div class="panel-wrapper">
          ..
        </div>
      </div>
    </div>
***/
.overlay-panel {
  display: block;
  box-sizing: border-box;
  background: #fce99f;
  color: #010101;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4), 0px 0px 3px 3px #c49a04 inset;
  border-radius: 20px;
  border: 8px solid #ffd324; }
  @media screen and (max-width: 760px) {
    .overlay-panel {
      border: 4px solid #ffd324; } }
  .overlay-panel.overlay-panel-centered {
    margin: 2% auto;
    width: 70%;
    height: 90%; }
    @media screen and (max-width: 760px) {
      .overlay-panel.overlay-panel-centered {
        width: 90%;
        height: 96%; } }
  .overlay-panel.overlay-panel-fullwide {
    margin: 0 auto;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 760px) {
      .overlay-panel.overlay-panel-fullwide {
        width: 100%;
        height: 100%; } }
  .overlay-panel.overlay-panel-catalog, .overlay-panel.overlay-panel-inventory, .overlay-panel.overlay-panel-mapedit {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
    border-bottom: 0;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 3px 3px #c49a04 inset; }
  .overlay-panel .panel-wrapper {
    display: block;
    box-sizing: border-box;
    margin: 10px;
    height: 100%;
    height: calc( 100% - 20px);
    position: relative;
    text-align: center; }
    .overlay-panel .panel-wrapper .action {
      float: right;
      margin-right: 5px;
      margin-top: 10px; }
      @media screen and (max-width: 760px) {
        .overlay-panel .panel-wrapper .action {
          margin-right: 0px;
          margin-top: 5px; } }

/***
  title: Encart dans le catalogue .catalog-item
  section: Panels
  description: |

  example: |
    <div class="catalog-item">
      <div class="catalog-item-desc from-catalog">
        <a class="catalog-item-name" title="Nom">
          <span class="name">Nom</span>
        </a>
        <div class="catalog-item-summary">
          description courte
        </div>
      </div>
      <div class="buttons--vertical">
        <div class="button button--wide button-add button--orange" title="Ajouter au potager"><span class="label">Ajouter au potager</span></div>
      </div>
    </div>
***/
/***
  title: Encart dans le potager .catalog-item.catalog-item--green
  section: Panels
  description: |

  example: |
    <div class="catalog-item catalog-item--green">
      <div class="catalog-item-desc from-catalog">
        <a class="catalog-item-name" title="Nom">
          <span class="name">Nom</span>
        </a>
        <div class="catalog-item-summary">
          description courte
        </div>
      </div>
      <div class="catalog-item-calendar">
        <div calendar="" selected="item.months_seedlings"><div class="calendar calendar-seeding"><span class="calendar-month selected" ng-repeat="month in months" data-id="1" title="JANUARY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="2" title="FEBRUARY">F</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="3" title="MARCH">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="4" title="APRIL">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="5" title="MAY">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="6" title="JUNE">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="7" title="JULY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="8" title="AUGUST">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="9" title="SEPTEMBER">S</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="10" title="OCTOBER">O</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="11" title="NOVEMBER">N</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="12" title="DECEMBER">D</span><!-- end ngRepeat: month in months --></div></div>
        <div calendar="" selected="item.months_seedlings"><div class="calendar calendar-harvest"><span class="calendar-month selected" ng-repeat="month in months" data-id="1" title="JANUARY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="2" title="FEBRUARY">F</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="3" title="MARCH">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="4" title="APRIL">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="5" title="MAY">M</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="6" title="JUNE">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="7" title="JULY">J</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="8" title="AUGUST">A</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="9" title="SEPTEMBER">S</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="10" title="OCTOBER">O</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="11" title="NOVEMBER">N</span><!-- end ngRepeat: month in months --><span class="calendar-month ng-binding ng-scope" ng-repeat="month in months" data-id="12" title="DECEMBER">D</span><!-- end ngRepeat: month in months --></div></div>
      </div>
      <div class="buttons--vertical">
        <div class="button button--wide button--green" title="Cibler"><span class="label">Cibler</span></div>
        <div class="button button--wide button--green" title="Dupliquer"><span class="label">Dupliquer</span></div>
      </div>
    </div>
***/
.catalog-item {
  padding: 1em 0;
  padding-top: 0;
  clear: both;
  position: relative; }
  .catalog-item:after {
    content: '';
    display: block;
    clear: both;
    position: relative; }
  .catalog-item .catalog-item-calendar,
  .catalog-item .buttons--vertical {
    margin-top: -3px;
    padding-top: 0; }

.catalog-item-desc {
  position: relative;
  margin: 0 auto; }

.catalog-item-name {
  color: #4a330b;
  font-family: "Righteous", arial, sans serif;
  font-size: 24px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin: 5px auto; }
  @media screen and (max-width: 1024px) {
    .catalog-item-name {
      font-size: 20px; } }
  @media screen and (max-width: 760px) {
    .catalog-item-name {
      font-size: 16px; } }
  .catalog-item-desc:hover .catalog-item-name .name, .catalog-item-name:hover .name {
    color: #8f5528;
    text-decoration: none; }
  .catalog-item--green .catalog-item-name .name {
    position: relative; }
    .catalog-item--green .catalog-item-name .name:before {
      content: 'my';
      display: inline;
      font-style: italic;
      font-size: smaller;
      padding-right: 3px; }
  .catalog-item--green .catalog-item-name a.name:hover {
    color: #80b56a; }

.catalog-item-summary {
  border-radius: 5px;
  padding: 20px 10px;
  background: #faf3dc;
  border: 2px solid #ffd324;
  box-shadow: 0px 1px 3px 1px #aaa inset;
  box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    .catalog-item-summary {
      font-size: 14px;
      padding: 10px 5px;
      height: auto; } }
  .catalog-item-desc:hover .catalog-item-summary, .catalog-item-summary:hover {
    cursor: pointer; }
    .catalog-item-desc:hover .catalog-item-summary .texts, .catalog-item-summary:hover .texts {
      color: #8f5528; }
  .catalog-item-summary:after {
    content: '';
    display: block;
    clear: both; }
  .catalog-item--green .catalog-item-summary {
    border: 2px solid #57b532; }

.catalog-item-calendar .calendar {
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0; }
  .catalog-item-calendar .calendar .calendar-month {
    border-top: 0; }
  .catalog-item-calendar .calendar.calendar:first-child .calendar-month {
    padding-top: 2px; }
  .catalog-item-calendar .calendar.calendar:last-child .calendar-month:first-child {
    border-bottom-left-radius: 4px; }
  .catalog-item-calendar .calendar.calendar:last-child .calendar-month:last-child {
    border-bottom-right-radius: 4px; }

/***
  title: Encart detaille
  section: Panels
  description: |

  example: |
    <div class="catalog-item catalog-item--detailled">
      <div class="catalog-item-desc from-catalog">
        <a class="catalog-item-name" title="Nom">
          <span class="name">Nom</span>
        </a>
        <div class="catalog-item-summary">
          description courte
        </div>
      </div>
      <div class="item-menu2">
        <div class="item-menu-action item-menu-action-infos active button--orange" title="Généralités">Généralités</div>
        <div class="item-menu-action item-menu-action-work button--orange" title="Entretien">Entretien</div>
        <div class="item-menu-action item-menu-action-geo button--orange" title="Environnement">Environnement</div>
      </div>
    </div>
***/
/***
  title: Encart detaille
  section: Panels
  description: |

  example: |
    <div class="catalog-item catalog-item--green catalog-item--detailled">
      <div class="catalog-item-desc from-catalog">
        <a class="catalog-item-name" title="Nom">
          <span class="name">Nom</span>
        </a>
        <div class="catalog-item-summary">
          description courte
        </div>
      </div>
      <div class="item-menu2 is-plant">
        <div class="item-menu-action item-menu-action-infos active button--green" title="Généralités">Généralités</div>
        <div class="item-menu-action item-menu-action-work button--green" title="Entretien">Entretien</div>
        <div class="item-menu-action item-menu-action-geo button--green" title="Environnement">Environnement</div>
      </div>
    </div>
***/
.catalog-item--detailled {
  height: 100%;
  padding: 0;
  box-sizing: border-box; }
  .catalog-item--detailled .catalog-item-desc {
    float: left;
    width: 20%; }
    @media screen and (max-width: 1024px) {
      .catalog-item--detailled .catalog-item-desc {
        width: 50%; } }
    @media screen and (max-width: 760px) {
      .catalog-item--detailled .catalog-item-desc {
        float: none;
        width: auto; } }
  .catalog-item--detailled .catalog-item-name {
    height: 40px; }
    @media screen and (max-width: 760px) {
      .catalog-item--detailled .catalog-item-name {
        height: 20px; } }
  .catalog-item--detailled .item-menu2 {
    float: left;
    width: 80%;
    height: 67px;
    margin-top: 40px; }
    @media screen and (max-width: 1024px) {
      .catalog-item--detailled .item-menu2 {
        width: 50%; } }
    @media screen and (max-width: 760px) {
      .catalog-item--detailled .item-menu2 {
        float: none;
        width: auto;
        margin: 3px auto;
        height: auto; } }
  .catalog-item--detailled .item-section {
    clear: both;
    height: calc( 100% - 130px);
    max-height: calc( 100% - 130px);
    position: absolute;
    width: 100%;
    top: 130px; }
    @media screen and (max-width: 760px) {
      .catalog-item--detailled .item-section {
        height: calc( 100% - 136px);
        max-height: calc( 100% - 136px);
        top: 108px; } }

#appversion {
  position: absolute;
  bottom: 0;
  right: 0; }