
/*MAP ICONS*/

div.panelCollectionIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 5px;
    border-radius: 15px;
    font-size: 0px;
    /* background-color: hsl(195, 100%, 45%); */
    pointer-events: all;
    cursor: pointer;
}


div.panelAssetIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 5px;
    font-size: 0px;
    text-align: center;
    pointer-events: auto;
    cursor: pointer;
}


div.panelCollectionIconBox1 {
    position: absolute;
    z-index: 3;
    display: block;
    width: 25px;
    height: 18px;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -11px;
    border: solid 2px hsl(195, 100%, 45%);
    background-color: hsl(195, 80%, 65%);
    box-shadow: 0px 0px 0px 1px hsl(0, 0%, 100%);
    pointer-events: none;
}

div.panelCollectionIconBox2, div.panelCollectionIconBox3 {
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 24px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -12px;
    background-color: hsl(195, 100%, 45%);
    transform: rotate(16deg);
    opacity: 0.50;
    pointer-events: none;
}

div.panelCollectionIconBox3 {
    transform: rotate(-16deg) !important;
    /* opacity: 0.35; */
    pointer-events: none;
}

div.panelCollectionToggleIcon {
    position: absolute;
    z-index: 9;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
    pointer-events: all;
}

div.panelAssetIcon div.panelCollectionIcon {
    top: 0;
    left: 0;
    margin-right: 5px;
    pointer-events: none;
    cursor: default;
}

div.panelCollectionToggleIconH, div.panelCollectionToggleIconV {
    position: absolute;
    z-index: 1;
    display: block;
    width: 12px;
    height: 2px;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    background-color: hsl(0, 0%, 100%);
}

div.panelCollectionToggleIconV {
    width: 2px;
    height: 12px;
    left: 50%;
    margin-left: -1px;
    top: 1px;
}

div.open div.panelCollectionToggleIconV {
    display: none;
}

div.closed div.panelCollectionToggleIconV {
    display: block;
}

div.mapOptionsIcon {
    position: absolute;
    left: 16px;
    top: 17px;
    width: 36px;
    height: 36px;
}

/*.leaflet-marker-icon:hover {*/
    /*z-index: 101 !important;*/
/*}*/


.kmlCustomIcon {

    background-color: transparent;
    border: none;

}

img.kmlCustomIconImage {
    /*margin-top: -18px !important;*/
    margin-left: -14px !important;
    height: 40px !important;
    width: 40px !important;
}


.mapIcon, .mapIconSelected {
    margin: 0 !important;
    top: -12.5px;
    left: -12.5px;
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    z-index: 0 !important;
}

.mapIcon:hover {
    z-index: 101 !important;
}

.mapIconSelected {
    top: -22.5px !important;
    left: -22.5px !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    z-index: 100 !important;
    background-color: hsl(145, 100%, 60%);
}

img.mapIconImg {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
}

.mapIconSelected img.mapIconImg {
    left: 10px;
    top: 10px;
}


.markerHighlight {
    z-index: 100 !important;
    pointer-events: none !important;
    padding: 6px;
    border-radius: 8px;
    /*width: 25px !important;*/
    /*height: 25px !important;*/
    /*margin-left: -20px !important;*/
    /*margin-top: -20px !important;*/
    background-color: hsl(145, 100%, 55%);
}

img.markerSelected {
}

div.mapOptionsIconRect1, div.mapOptionsIconRect2 {
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
    border: solid 2px hsl(0, 0%, 65%);
    background-color: hsl(0, 0%, 100%);
}

div.mapOptionsIconRect2 {
    z-index: 1;
    left: initial;
    top: initial;
    right: 0px;
    bottom: 0px;
}

div.dockButtonIcon {
    font-size: 0px;
    text-align: center;
    pointer-events: none;
}

img.dockButtonIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    pointer-events: none;
}