.parada{
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    margin-bottom: 30px;
    margin-left: -2px;
}

.leaflet-routing-container {
  display: none !important;
}

.my-custom-cluster {
  background-color: black;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  border: 3px solid rgba(0,0,0,0.5);
  line-height: 26px!important;
  z-index: 999!important;
  position: relative;
}

.parada-icon .parada {
    z-index: 9;
    position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f07f3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.price_badge {
    background: var(--secondary-color);
    color: white;
    padding: 3px 7px;
    top: 15px;
    right: 15px;
    border-radius: 5px;
    font-size: 1.15em;
    font-weight: 600;
}

.asiento {
    position: relative;
    min-width: 40px;
}

.asiento-vacio {
    visibility: hidden;
}

.bus-middle {
    background-image: url(../cpanelBW/imagesBW/bus_middle.png);
    background-size: 100%;
}

.asiento_numero {
    position: absolute;
    top: 8px;
    left: calc(50% - 8px);
    background: white;
    width: 16px;
    text-align: center;
}

/*
#lista_de_resultados_column:after {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 10%;
    position: absolute;
    bottom:0;
    left: 0;
    display: block;
    content: "";
    z-index: 99;
}
*/


#lista_de_resultados .card-bus{
    background-color: white;
}

.inactive_card {
    opacity: 0.65;
}

.asiento:not(.text-danger):hover {
    cursor: pointer;
    color: black !important;
}

.asiento.text-danger{
    pointer-events: none;
}

.cart_subtotal {
    display: none;
}

.leaflet-popup-content {
    font-family: 'Work Sans';
    min-width: 100px;
}

.leaflet-popup-content h6{
    font-size: 1rem;
    margin-bottom: 0;
}

.leaflet-popup-content p{
    font-size: 0.85rem;
    margin: 5px 0 0 0!important;
    text-align: center;
}

.input-group .select2-container--default .select2-selection--single {
    border: none;
    color: #444;
    line-height: 31px;
}

.input-group span.select2.select2-container.select2-container--default {
    width: calc(50% - 60px)!important;
    border: 1px solid #ced4da;
    padding: 2px;
}

.leaflet-bar a {
    background-color: #f07f3c !important;
    color: white !important;
}

.parada.bg-gray {
    background: #b6b6b6;
}


div#col_busqueda_vaje.full_width #lista_de_resultados {
    width: 80% !important;
    margin-left: 10%;
}

div#lista_de_resultados {
    position: relative;
}

div#lista_de_resultados.loading::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('../images/ajaxLoading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
}

label.mostrar_paradas p, label.mostrar_paradas input {
    float: left;
}

label.mostrar_paradas input {
    margin: 5px 5px 0 0;
}

label.mostrar_paradas {
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
}

label.mostrar_paradas {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.cart-product-price{
    display: none;
}

button.accordion-button.collapsed {
    background: #fafafa;
}

.accordion-button:focus{
    box-shadow: none;
}

#top-bar{
    position: fixed;
    width: 100%;
}

#top-bar.transparent-topbar + #header{
    padding-top: 0px!important;
}

.cart_item.cart_payment{
    display: none;
}

@media(max-width: 575px){
    .price_badge{
       position: static !important;
        width: 100%;
        display: block;
        text-align: center;
    }

    label.mostrar_paradas{
        font-size: 0.9em;
    }

    .h2{
        font-size: 1.5rem;
    }

    #sobre_la_empresa{
        background-position: top 50% right 65%!important;
    }
}