@charset "UTF-8";
/* ------------------------------------------------------------------------------- */
/*  Estilos Gerais
/*
/* PALETA
/*   1. pantone - 7406 C             #00a439
/*   2. pantone - Black 7 C 	 	 #3d3935
/*   3. pantone - black 2 C          #332f21
/*
/* ------------------------------------------------------------------------------- */

.painel-sombra{
  box-shadow: 3px 0px 3px rgba(0,0,0,0.5);
}

.mb-table-graph{
  border: 2px solid #eaeaea;
}

.big-checkbox {
  zoom: 1.3;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.mb-table{
  border: 1px solid rgba(0,0,0,.12);
  border-collapse:unset;box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.widget-shadow{
  border: 1px solid rgba(0,0,0,.12);
  border-collapse:unset;box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.timeline>li+li {
    margin-top: 10px!important;
}

.item-padrao-carregado {
    background-color: #e7ecff !important;
}
.item-padrao-carregado:hover {
    background-color: #e7ecff !important;
}

.grafico-motoboy-online-faixa-0 {
  float:left;width:5px;height:5px;background-color:#64bd63;margin:7px;
}

.grafico-motoboy-online-faixa-1 {
  float:left;width:10px;height:10px;background-color:#64bd63;margin:5px;
}

.grafico-motoboy-online-faixa-2 {
  float:left;width:15px;height:15px;background-color:#64bd63;margin:2px;
}

.grafico-motoboy-online-faixa-3 {
  float:left;width:20px;height:20px;background-color:#64bd63;margin:1px;
}

.grafico-motoboy-offline-faixa-0 {
  float:left;width:5px;height:5px;background-color:#dd5826;margin:7px;
}

.alert-dados-padrao{
    background-color:#e7ecff;
    padding:10px;
    font-size:small;
}

.botao-expansao-menu:hover{
  background-color:rgba(0,0,0,0.1)!important;
}

.navbar-header>.navbar-nav {
 margin-left: 0px!important;
}

.remove-radius{
  border-radius:0px!important;
}

.alert-info-hover{
  border-radius:0px!important;
}
.alert-info-hover:hover{
  background-color:#d8f0ec;
}
.alert-warning-hover{
  border-radius:0px!important;
}
.alert-warning-hover:hover{
  background-color:#fce8ce;
}

.cabecalho-filtros{
   background-color:#e0e0e0;
   color:black;
}

.cabecalho-filtros:hover{
   background-color:#bfbfbf;
}

.bounce-enter-active {
  animation: bounce-in .5s;
}
.bounce-leave-active {
  animation: bounce-in .5s reverse;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.wobble-anin {
  -webkit-animation: wobble-anin 5s infinite both;
          animation: wobble-anin 5s infinite both;
}

@keyframes wobble-anin {
   0%   { transform: translateX(0%);  rotate(0); }
   4%  { transform: translateX(-15%)  rotate(-8deg); }
   8%  { transform: translateX(20%)   rotate( 3deg); }
   12%  { transform: translateX(-15%) rotate(-3deg); }
   22%  { transform: translateX(10%)  rotate( 2deg); }
   32%  { transform: translateX(-5%)  rotate(-1deg); }
   70%  { transform: translateX(0%);  rotate(0); } /* mantem parado */
   60%  { transform: translateX(0%);  rotate(0); } /* mantem parado */
}

/* Animações de entrada e saída podem utilizar diferentes  */
/* funções de duração e de tempo.                          */
.slide-fade-enter-active {
  transition: all .1.5s ease;
}
.slide-fade-leave-active {
  transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active em versões anteriores a 2.1.8 */ {
  transform: translateX(40px);
  opacity: 0;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-4-20 14:40:56
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.rotate-in-center {
  -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate(0); /* mantem parado */
            transform: rotate(0); /* mantem parado */
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0); /* mantem parado */
            transform: rotate(0); /* mantem parado */
    opacity: 1;
  }
}

.no-margin-bottom{
  margin-bottom: 0px !important;
}

.label-motoboy {
    background-color: white;
    color:black !important;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e3df;
    font-weight: 100 !important;
}




.label-motoboy-lg {
    font-size: 24px !important;
    margin-top: 2px;
    padding: 15px!important;
}

.icone-motoboy-sm {
    font-size: 12px !important;
}

.icone-motoboy-lg {
    font-size: 18px !important;
}

.label-motoboy-desativado {
    background-color: white;
    color:black !important;
    border-style: none;
    font-weight: 100 !important;
}

.label-motoboy:hover {
    text-decoration: underline;
}

.alert-white {
    background-color:white!important;
    margin-top:0px!important;
    margin-right:20px!important;
    margin-bottom:0px!important;
}

.border-lg{
    padding: 0px;
    border: 2px solid transparent;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-hint {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
    color: #fff;
    background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

.m-list-item {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    padding: 8px 12px 12px;
}

.m-list-item:hover {
    background-color: #eeeeee;
}
/* Styles for Vue Adicionar Volume Component */

.adicionar-volume-container {
    padding: 20px;
    max-width: 600px;
}

.adicionar-volume-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background-color: #007bff;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}

.adicionar-volume-btn:hover:not(:disabled) {
    background-color: #0056b3;
    transform: translateY(-1px);
}

.adicionar-volume-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-icon {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.btn-loading {
    display: flex;
    align-items: center;
}

.btn-text {
    font-size: 14px;
}

.volumes-list {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
}

.volumes-title {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.volume-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.volume-item:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.volume-code {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #495057;
}

.volume-status {
    margin-left: 15px;
}

.badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.badge-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.badge-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.badge-secondary {
    background-color: #e2e3e5;
    color: #383d41;
    border: 1px solid #d6d8db;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    margin-top: 20px;
}

.empty-state p {
    margin: 0;
    color: #6c757d;
    font-style: italic;
}

.initial-loading {
    text-align: center;
    padding: 40px 20px;
}

.initial-loading p {
    margin: 0;
    color: #6c757d;
}

.initial-loading .fa-spinner {
    margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .adicionar-volume-container {
        padding: 15px;
    }
    
    .volume-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .volume-status {
        margin-left: 0;
    }
    
    .volumes-title {
        font-size: 16px;
    }
}

/* Styles for Vue Selecionar Volume Component */

.selecionar-volume-container {
    padding: 20px;
    max-width: 800px;
}

.section {
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
}

.section-title {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
}

.loading-state {
    text-align: center;
    padding: 20px;
}

.loading-state p {
    margin: 0;
    color: #6c757d;
}

.codes-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.code-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 8px;
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.code-item:hover {
    background-color: #e9ecef;
    border-color: #007bff;
}

.code-item.selected {
    background-color: #e3f2fd;
    border-color: #007bff;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.selected-item {
    background-color: #f2f2f2 !important;
    /* border-color: #28a745 !important; */
    cursor: default;
}

.selected-item:hover {
    background-color: #bfbfbf !important;
    border-color: #3f3f3f !important;
}

.code-checkbox {
    margin-right: 12px;
}

.code-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.code-info {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #495057;
}

.code-actions {
    margin-left: 15px;
}

.remove-btn {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.add-codes-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    background-color: #28a745;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.add-codes-btn:hover {
    background-color: #218838;
    transform: translateY(-1px);
}

.add-codes-btn i {
    margin-right: 8px;
}

.actions-section {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #e9ecef;
}

.save-btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 250px;
}

.save-btn:hover:not(:disabled) {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.save-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

.save-btn i {
    margin-right: 8px;
}

.empty-state {
    text-align: center;
    padding: 30px 20px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
}

.empty-state p {
    margin: 0;
    color: #6c757d;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .selecionar-volume-container {
        padding: 15px;
    }
    
    .section {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .code-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .code-checkbox {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .code-actions {
        margin-left: 0;
        margin-top: 5px;
    }
    
    .section-title {
        font-size: 14px;
    }
    
    .save-btn {
        min-width: auto;
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Custom scrollbar for codes list */
.codes-list::-webkit-scrollbar {
    width: 8px;
}

.codes-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.codes-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.codes-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}
@font-face{font-family:map-icons;src:url(resource:/fonts/map-icons.eot);src:url(resource:/fonts/map-icons.eot#iefix) format('embedded-opentype'),url(resource:/fonts/map-icons.ttf) format('truetype'),url(resource:/fonts/map-icons.woff) format('woff'),url(resource:/fonts/map-icons.svg#map-icons) format('svg');font-weight:400;font-style:normal}.map-icon-label .map-icon{display:block;font-size:24px;color:#FFF;width:48px;line-height:48px;text-align:center;white-space:nowrap}.map-icon{font-family:map-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.map-icon-abseiling:before{content:"\e800"}.map-icon-accounting:before{content:"\e801"}.map-icon-airport:before{content:"\e802"}.map-icon-amusement-park:before{content:"\e803"}.map-icon-aquarium:before{content:"\e804"}.map-icon-archery:before{content:"\e805"}.map-icon-art-gallery:before{content:"\e806"}.map-icon-assistive-listening-system:before{content:"\e807"}.map-icon-atm:before{content:"\e808"}.map-icon-audio-description:before{content:"\e809"}.map-icon-bakery:before{content:"\e80a"}.map-icon-bank:before{content:"\e80b"}.map-icon-bar:before{content:"\e80c"}.map-icon-baseball:before{content:"\e80d"}.map-icon-beauty-salon:before{content:"\e80e"}.map-icon-bicycle-store:before{content:"\e80f"}.map-icon-bicycling:before{content:"\e810"}.map-icon-boat-ramp:before{content:"\e811"}.map-icon-boat-tour:before{content:"\e812"}.map-icon-boating:before{content:"\e813"}.map-icon-book-store:before{content:"\e814"}.map-icon-bowling-alley:before{content:"\e815"}.map-icon-braille:before{content:"\e816"}.map-icon-bus-station:before{content:"\e817"}.map-icon-cafe:before{content:"\e818"}.map-icon-campground:before{content:"\e819"}.map-icon-canoe:before{content:"\e81a"}.map-icon-car-dealer:before{content:"\e81b"}.map-icon-car-rental:before{content:"\e81c"}.map-icon-car-repair:before{content:"\e81d"}.map-icon-car-wash:before{content:"\e81e"}.map-icon-casino:before{content:"\e81f"}.map-icon-cemetery:before{content:"\e820"}.map-icon-chairlift:before{content:"\e821"}.map-icon-church:before{content:"\e822"}.map-icon-circle:before{content:"\e823"}.map-icon-city-hall:before{content:"\e824"}.map-icon-climbing:before{content:"\e825"}.map-icon-closed-captioning:before{content:"\e826"}.map-icon-clothing-store:before{content:"\e827"}.map-icon-compass:before{content:"\e828"}.map-icon-convenience-store:before{content:"\e829"}.map-icon-courthouse:before{content:"\e82a"}.map-icon-cross-country-skiing:before{content:"\e82b"}.map-icon-crosshairs:before{content:"\e82c"}.map-icon-dentist:before{content:"\e82d"}.map-icon-department-store:before{content:"\e82e"}.map-icon-diving:before{content:"\e82f"}.map-icon-doctor:before{content:"\e830"}.map-icon-electrician:before{content:"\e831"}.map-icon-electronics-store:before{content:"\e832"}.map-icon-embassy:before{content:"\e833"}.map-icon-expand:before{content:"\e834"}.map-icon-female:before{content:"\e835"}.map-icon-finance:before{content:"\e836"}.map-icon-fire-station:before{content:"\e837"}.map-icon-fish-cleaning:before{content:"\e838"}.map-icon-fishing-pier:before{content:"\e839"}.map-icon-fishing:before{content:"\e83a"}.map-icon-florist:before{content:"\e83b"}.map-icon-food:before{content:"\e83c"}.map-icon-fullscreen:before{content:"\e83d"}.map-icon-funeral-home:before{content:"\e83e"}.map-icon-furniture-store:before{content:"\e83f"}.map-icon-gas-station:before{content:"\e840"}.map-icon-general-contractor:before{content:"\e841"}.map-icon-golf:before{content:"\e842"}.map-icon-grocery-or-supermarket:before{content:"\e843"}.map-icon-gym:before{content:"\e844"}.map-icon-hair-care:before{content:"\e845"}.map-icon-hang-gliding:before{content:"\e846"}.map-icon-hardware-store:before{content:"\e847"}.map-icon-health:before{content:"\e848"}.map-icon-hindu-temple:before{content:"\e849"}.map-icon-horse-riding:before{content:"\e84a"}.map-icon-hospital:before{content:"\e84b"}.map-icon-ice-fishing:before{content:"\e84c"}.map-icon-ice-skating:before{content:"\e84d"}.map-icon-inline-skating:before{content:"\e84e"}.map-icon-insurance-agency:before{content:"\e84f"}.map-icon-jet-skiing:before{content:"\e850"}.map-icon-jewelry-store:before{content:"\e851"}.map-icon-kayaking:before{content:"\e852"}.map-icon-laundry:before{content:"\e853"}.map-icon-lawyer:before{content:"\e854"}.map-icon-library:before{content:"\e855"}.map-icon-liquor-store:before{content:"\e856"}.map-icon-local-government:before{content:"\e857"}.map-icon-location-arrow:before{content:"\e858"}.map-icon-locksmith:before{content:"\e859"}.map-icon-lodging:before{content:"\e85a"}.map-icon-low-vision-access:before{content:"\e85b"}.map-icon-male:before{content:"\e85c"}.map-icon-map-pin:before{content:"\e85d"}.map-icon-marina:before{content:"\e85e"}.map-icon-mosque:before{content:"\e85f"}.map-icon-motobike-trail:before{content:"\e860"}.map-icon-movie-rental:before{content:"\e861"}.map-icon-movie-theater:before{content:"\e862"}.map-icon-moving-company:before{content:"\e863"}.map-icon-museum:before{content:"\e864"}.map-icon-natural-feature:before{content:"\e865"}.map-icon-night-club:before{content:"\e866"}.map-icon-open-captioning:before{content:"\e867"}.map-icon-painter:before{content:"\e868"}.map-icon-park:before{content:"\e869"}.map-icon-parking:before{content:"\e86a"}.map-icon-pet-store:before{content:"\e86b"}.map-icon-pharmacy:before{content:"\e86c"}.map-icon-physiotherapist:before{content:"\e86d"}.map-icon-place-of-worship:before{content:"\e86e"}.map-icon-playground:before{content:"\e86f"}.map-icon-plumber:before{content:"\e870"}.map-icon-point-of-interest:before{content:"\e871"}.map-icon-police:before{content:"\e872"}.map-icon-political:before{content:"\e873"}.map-icon-post-box:before{content:"\e874"}.map-icon-post-office:before{content:"\e875"}.map-icon-postal-code-prefix:before{content:"\e876"}.map-icon-postal-code:before{content:"\e877"}.map-icon-rafting:before{content:"\e878"}.map-icon-real-estate-agency:before{content:"\e879"}.map-icon-restaurant:before{content:"\e87a"}.map-icon-roofing-contractor:before{content:"\e87b"}.map-icon-route-pin:before{content:"\e87c"}.map-icon-route:before{content:"\e87d"}.map-icon-rv-park:before{content:"\e87e"}.map-icon-sailing:before{content:"\e87f"}.map-icon-school:before{content:"\e880"}.map-icon-scuba-diving:before{content:"\e881"}.map-icon-search:before{content:"\e882"}.map-icon-shield:before{content:"\e883"}.map-icon-shopping-mall:before{content:"\e884"}.map-icon-sign-language:before{content:"\e885"}.map-icon-skateboarding:before{content:"\e886"}.map-icon-ski-jumping:before{content:"\e887"}.map-icon-skiing:before{content:"\e888"}.map-icon-sledding:before{content:"\e889"}.map-icon-snow-shoeing:before{content:"\e88a"}.map-icon-snow:before{content:"\e88b"}.map-icon-snowboarding:before{content:"\e88c"}.map-icon-snowmobile:before{content:"\e88d"}.map-icon-spa:before{content:"\e88e"}.map-icon-square-pin:before{content:"\e88f"}.map-icon-square-rounded:before{content:"\e890"}.map-icon-square:before{content:"\e891"}.map-icon-stadium:before{content:"\e892"}.map-icon-storage:before{content:"\e893"}.map-icon-store:before{content:"\e894"}.map-icon-subway-station:before{content:"\e895"}.map-icon-surfing:before{content:"\e896"}.map-icon-swimming:before{content:"\e897"}.map-icon-synagogue:before{content:"\e898"}.map-icon-taxi-stand:before{content:"\e899"}.map-icon-tennis:before{content:"\e89a"}.map-icon-toilet:before{content:"\e89b"}.map-icon-trail-walking:before{content:"\e89c"}.map-icon-train-station:before{content:"\e89d"}.map-icon-transit-station:before{content:"\e89e"}.map-icon-travel-agency:before{content:"\e89f"}.map-icon-unisex:before{content:"\e8a0"}.map-icon-university:before{content:"\e8a1"}.map-icon-veterinary-care:before{content:"\e8a2"}.map-icon-viewing:before{content:"\e8a3"}.map-icon-volume-control-telephone:before{content:"\e8a4"}.map-icon-walking:before{content:"\e8a5"}.map-icon-waterskiing:before{content:"\e8a6"}.map-icon-whale-watching:before{content:"\e8a7"}.map-icon-wheelchair:before{content:"\e8a8"}.map-icon-wind-surfing:before{content:"\e8a9"}.map-icon-zoo:before{content:"\e8aa"}.map-icon-zoom-in-alt:before{content:"\e8ab"}.map-icon-zoom-in:before{content:"\e8ac"}.map-icon-zoom-out-alt:before{content:"\e8ad"}.map-icon-zoom-out:before{content:"\e8ae"}

