.list-item-map {
    padding: 10px;
    color: #555555;
}
.list-item-title {
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
    color: #195EB9;
}
.list-badge {
    padding: 2px 10px;
    border-radius: 15px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    white-space: nowrap;
}
.list-badge-map {
    padding: 2px 7px;
    font-size:12px;
}
.list-badge-info {
    color: #248f00;
    font-weight: 600;
    font-size: 14px;
}
.list-badge-warn {
    color: #e53204;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 780px) {
    .list-item-title {
        font-size: 16px;
    }
}

.d-flex {
    display: flex;
}
.d-flex-col {
    flex-direction: column;
}
.d-flex-1 {
    flex: 1;
}
.d-flex-center {
    display: flex;
    align-items: center;
}
.d-flex-baseline {
    display: flex;
    align-items: baseline;
}
.d-flex-wrap {
    flex-wrap:wrap;
}

.list-item-map .fa-map-marker-alt,
.list-item-map .fa-layer-group,
.list-item-map .fa-user,
.list-item-map .fa-phone,
.list-item-map .fa-users,
.list-item-map .fa-users,
.list-item-map .fa-calendar,
.list-item-map .fa-calendar {
    min-width: 13px;
}

.m-bot-tiny {
    margin-bottom: 5px;
}
.m-bot-small {
    margin-bottom: 10px;
}
.m-bot-medium {
    margin-bottom: 15px;
}
.m-bot-big {
    margin-bottom: 20px;
}
.m-right-tiny {
    margin-right: 5px;
}
.m-right-small {
    margin-right: 10px;
}
.m-right-medium {
    margin-right: 15px;
}
.m-left-auto {
    margin-left: auto;
}
.d-horizontal {
    width: 100%;
    height: 0;
    border-top: 1px solid #F0F0F0;
}

.b-yellow {
    color: #195EB9;
    background-color: #FFE611;
    font-weight: 600;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 5px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
}
.b-yellow:active,
.b-yellow:focus,
.b-yellow:hover {
    color: #195EB9;
    background-color: #FFE611;
    text-shadow:1px 1px white;
}

.b-mini {
    border-radius: 5px;
    color: #195EB9;
    font-weight: 600;
    height: 25px;
    font-size: 11px !important;
    line-height: 25px;
    padding: 0px 10px !important;
    font-family: 'Montserrat', sans-serif;
    border: none;
}