.map-project-item-info {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    width: 50%;
    max-height: calc(100% - 40px);
    overflow: auto;
}

.map-project-item-info > p {
    margin: 0;
    margin-bottom: 3px;
    display: flex;
}

.map-project-item-info p > * {
    display: block;
    flex: 1;
    /*padding: 10px;*/
}

.map-project-item-info > div > strong,
.map-project-item-info > p > strong {
    font-weight: bold;
    color: rgba(58, 139, 233, 1);
    margin-right: 20px;
}

#map {
    position: relative;
}

.close-project-info {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #f00;
    cursor: pointer;
}

.close-project-info:hover {
    font-weight: bold;
}


.nav {
    z-index: 9998;
}

.project-item-types {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 20px;
    z-index: 999;
    font-size: 16px;
}

.project-status-type {
    display: flex;
    margin-bottom: 5px;
}
.project-status-type > span{
    display: block;
    flex: 1;
}

.project-item-types .project-status-type-color {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
}


.home-page-link-404{
    font-size: 18px;
    color: rgba(58, 139, 233, 1);
    text-decoration: underline;
}

.sharethis-inline-share-buttons{
    text-align: left !important;
    margin-top: 10px;
}

.elipsis-5-lines{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-key-highlight{
    background-color: #ffd92570;

}

.c-pointer{
    cursor: pointer;
}

.lightbox .lb-image {
    border-radius: 3px;
    border: unset !important;
}

.main p a:not(.atdf-btn),
.main p ~ ul a:not(.atdf-btn),
.main p ~ ol a:not(.atdf-btn),
.main table a:not(.atdf-btn) {
    color: #57B6DD;
    border-bottom: 1px #57B6DD solid;
}

.main p a:not(.atdf-btn):hover,
.main p ~ ul a:not(.atdf-btn):hover,
.main p ~ ol a:not(.atdf-btn):hover,
.main table a:not(.atdf-btn):hover {
    border-bottom-color: transparent;
}
