﻿
[class*="marker-"]:after {
    background-size: cover;
    cursor: pointer;
    content: "\f041";
    font-family: FontAwesome;
    font-size: 40px;
    /*top: 0;*/
    /*bottom: 20px;*/
    -webkit-text-stroke: 1px black;
    position: relative;
}

.marker-cliente {
    color: #47bac1;
}
.marker-origen {
    color: #8a43cc;
}
.marker-pendiente {
    color: #47bac1;
}
.marker-no-entregado {
    color: #b80d0d;
}
.marker-entregado {
    color: #59be30;
}
.marker-entrega-parcial {
    color: #c0cc1b;
}

.marker-cliente-square:after {
    content: attr(title);
    color: #47bac1;
}

.marker-origen-square:after {
    content: attr(title);
    color: #8a43cc;
}

.marker-pendiente-square:after {
    content: attr(title);
    color: #ffffff;
    background-image: url('../images/markers/square-pendiente.png');
    font-size: 13px;
    line-height: 1;
    top: -22px;
    padding: 10px 10px;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -13px;
    font-family: revert;
    font-weight: bold;
}

.marker-no-entregado-square:after {
    content: attr(title);
    color: #ffffff;
    background-image: url('../images/markers/square-noentregado.png');
    font-size: 13px;
    line-height: 1;
    top: -22px;
    padding: 10px 10px;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -13px;
    font-family: revert;
    font-weight: bold;
}

.marker-entregado-square:after {
    content: attr(title);
    color: #ffffff;
    background-image: url('../images/markers/square-entregado.png');
    font-size: 13px;
    line-height: 1;
    top: -22px;
    padding: 10px 10px;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -13px;
    font-family: revert;
    font-weight: bold;
}

.marker-entrega-parcial-square:after {
    content: attr(title);
    color: #ffffff;
    background-image: url('../images/markers/square-parcial.png');
    font-size: 13px;
    line-height: 1;
    top: -22px;
    padding: 10px 10px;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -13px;
    font-family: revert;
    font-weight: bold;
}
.marker-truck:after {
    content: "\f0d1";
    color: cornflowerblue;
}
.marker-truck-celeste:after {
    content: "\f0d1";
    color: cornflowerblue;
}
.marker-truck-amarillo:after {
    content: "\f0d1";
    color: #d0c00e; 
}
.marker-truck-naranja:after {
    content: "\f0d1";
    color: #d0610e;
}
.marker-truck-rojo:after {
    content: "\f0d1";
    color: #d0140e;
}
.marker-truck-negro:after {
    content: "\f0d1";
    color: black;
}
.marker-truck-bordo:after {
    content: "\f0d1";
    color: #750000;
}
.marker-circle-red:after {
    content: "\f111";
    color: red;
    font-size: 10px;
}
.marker-circle-red-7:after {
    content: "\f111";
    color: red;
    font-size: 7px;
}
.marker-circle-green:after {
    content: "\f111";
    color: green;
    font-size: 15px;
}
.marker-map-pin:after {
    content: "\f276";
    color: green;
}
.marker-label:after {
    content: attr(title);
    font-size: 20px;
    top: 12px;
    background-color: white;
    padding: 3px;
    color: black;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -35px;
}
.marker-pin-label:after {
    content: attr(title);
    font-size: 14px;
    line-height: 1;
    top: -21px;
    background-color: white;
    padding: 2px 5px;
    color: #000000;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -9px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    /* border: 1px solid #000000; */
    font-family: revert;
    font-weight: bold;
}
.marker-pin-label-two-digits:after {
    content: attr(title);
    font-size: 13px;
    line-height: 1;
    top: -21px;
    background-color: white;
    padding: 2px 5px;
    color: #000000;
    position: absolute;
    -webkit-text-stroke: unset;
    left: -12px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    /* border: 1px solid #000000; */
    font-family: revert;
    font-weight: bold;
}