/* 
* main view
*/

.locations-title {
    color: black;
    font-weight: bold;
}

.location-single-left {
    position: relative;
    left: 10px;
}

.location-single-right {
    position: relative;
    right: 10px;
}

.location-img-div {
    margin-top: 20px;
}

.location-div {
    margin-top: 20px;
    padding: 5px;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.location-img {
    width: 15%;
    max-width: 100px !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

.locations-label {
    white-space: nowrap;
    margin: 0;
    vertical-align: middle;
    padding: 5px 15px;
    color:  rgb(102, 177, 172);
    cursor: pointer;
}

.locations-border {
    border: 1px solid  rgb(102, 177, 172);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

/*
* popup box
*/

.locations-info-box-placeholder {
    position: absolute !important;
    z-index: 100;
    margin-bottom: 10vh;
    line-height: 24px;
}
.locations-info-box {
    background-color: rgb(102, 177, 172);
    padding: 8px;
    margin-left: auto;
}

.locations-text{
    font-size: 0.8rem;
    color: white;
    display: block;
}

.locations-text-country {
    margin-bottom: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locations-text-year {
    margin-bottom: 5px;
    font-weight: bold;
}

.locations-text-desc {
    white-space: pre;
    overflow: auto;
}

.locations-info-box-close {
    vertical-align: top;
    margin-bottom: 20px;
    color: white;
    padding-left: 0 !important;
    height: 1.5em !important;
    cursor: pointer;
}
