﻿/*#pills-tabContent, #pills-tabContent2 {
    height: 850px;
}*/

.pills-mapa1, .pills-mapa2 {
    height: 750px; /*800px*/
    padding: 0px;
}

#pills-mapa1, #pills-mapa2 {
    position: relative;
}

#worldMap, #worldMap2 {
    /* configure the size of the map */
    width: 100%;
    height: 100%;
    background: #FFF;
}

#globe {
    width: 100%;
}

@media (min-width: 1400px) {
    #worldMap, #worldMap2 {
        width: 90%;
        margin-left: auto;
    }

    #globe {
        width: 90%;
        margin-left: auto;
    }
}

    /*#worldMap path {*/
        /* fill: #ECECEC;*/
        /*stroke: #000;
        stroke-width: 1px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        fill-opacity: 1,
    }

        #worldMap path:hover {
            fill: #001E78;
            stroke: #001E78;
            stroke-width: 2px;
            transition: fill 0.4s;
        }*/

#tabela1Table {
    text-align: left;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot1 {
    background: #ff0600;
}

.dot2 {
    background: #007AC9;
}

.dot3 {
    background: #008542;
}

.dot4 {
    background: #BE4771;
}

.dot5 {
    background: #744FAC;
}

.dot6 {
    background: #7D4016;
}

.dot7 {
    background: #F06D06;
}

.dot8 {
    background: #4D4D4D;
}

.mapaSw-tab li button svg {
    color: black;
}

.mapaSw-tab li button.active svg {
    color: #001D77!important;
}

.legend{
    z-index: 3000;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0px;
    padding: 16px;
    font-size: .95rem;
}

#legendMap, #legendMap3D2 {
    bottom: 0;
    width: 300px;
}

#legendMap2, #legendMap3D {
    width: 240px;
}

.map-mode {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}

/*.legendMap2 {
    line-height: 18px !important;
    color: #555;
    background: #FFF;
}

    .legendMap2 i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }*/
.circle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px !important;
    font-size: 16px;
    font-weight: bold;
    background: #001D77;
    border-color: #FFFFFF;
    color: white;
    opacity: 0.9;
}

.circle-1 {
    width: 50px;
    height: 50px;
}

.circle-2 {
    width: 42px;
    height: 42px;
}

.circle-3 {
    width: 32px;
    height: 32px;
}

.circle-4 {
    width: 24px;
    height: 24px;
}

.circle-5 {
    width: 16px;
    height: 16px;
}

    /*    .circle.circle1 {
        background: #1354AF;
        border-color: #1354AF;
        color: white;
    }

    .circle.circle2 {
        background: rgba(0, 57, 128, 0.2);
        border-color: green;
        color: yellow;
    }*/


    /* Tooltip text */
    .circle .tooltip-text {
        visibility: hidden;
        width: auto;
        min-width: 120px;
        background-color: #fff;
        color: #333333;
        text-align: center;
        border-radius: 5px;
        position: absolute;
        z-index: 100;
        bottom: 80%; /* Position above the element */
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        transition: opacity 0.3s;
        font-size: 1rem;
    }

        /* Tooltip arrow */
        .circle .tooltip-text::after {
            content: '';
            position: absolute;
            top: 100%; /* Arrow at the bottom of the tooltip */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
            opacity: 1;
        }

    /* Show the tooltip text on hover */
    .circle:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.tooltip-primary {
    color: #001D77 !important;
    font-size: 1.25rem !important;
}

#tabela2Table {
    width: 800px;
}

.treeselect-list {
    z-index: 2000;
}

.smDataTableAdmSort th{
    font-weight: 400 !important;
}

.marker-cluster-large, .marker-cluster-medium, .marker-cluster-small {
    background-color: rgba(0, 29, 119, 0.6);
}

.marker-cluster-large div, .marker-cluster-medium div, .marker-cluster-small div {
    background-color: rgba(0, 29, 119, 1);
    color: #FFF;
}