
.embassy-box {
    display: block;
    height: 100px;
    width: 100px;
    /* background-color: #00000045; */
    top: 0px;
    position: absolute;
    width: 130px;
    height: 150px;
    top: 168px;
    left: 200px;
    padding: 12px;
    font-size: 10px;

    .embassy-city {
        color: white;
        font-weight: bold;
        display: block;
    }
                            
    .embassy-type {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 2px solid #e6c381;
        border-left: 0px;
        border-bottom: 0px;
        color: white;
        font-size: 0px;
        /*display: none;*/
        border-color: #c1ffd7 !important;
    }
}

#embassiesModal .city-embassy-box {
	position: absolute;
    width: 300px;

    

    .embassy-type {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 2px solid #e6c381;
        border-left: 0px;
        border-bottom: 0px;
        color: white;
        font-size: 0px;
    }

    h1, h2, h3 {
        color: white;
        font-size: 20px;
        text-align: center;
    }

    ol {
        padding-left: 0px;
    }

    li {
        color: white;
        /* float: left; */
        list-style-type: none;
        padding: 2px;
        /* width: 20%; */
        /* text-align: left; */
        display: inline;
        margin: 0px;
	    display: inline-block;
    }

    a {
        color: white;
    }
}

#other .city-embassy-box li {
	margin: 0px;
	display: inline-block;
}

.consulate-general {
    .embassy-city {
        color: #eae897;
    }
}

.city-puce {
    width: 7px;
    height: 7px;
    display: block;
    background-color: #e3ffc0;
    border-radius: 50%;
    position: absolute;
}

.city-big-puce {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #e3ffc0;
    border-radius: 50%;
    position: absolute;
}

#embassiesModal .nav-tabs .nav-link:not(.active) {
	color: white;
}

#embassiesModal .nav-tabs .nav-link {
	font-size: 16px;
}

.embassies-legend {
    position: absolute;
    z-index: 1;
    top: 20px;
    background-color: #9ff0e5cf;
    right: 18px;
    width: 250px;
    padding: 12px;
    
    .color-square {
        background-color: red;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        margin-right: 12px;
    }
    
    .mission-type {
        float: left;
        width: 80%;
    }
}