.leaflet-popup-content {
    width:300px!important;
}
#map {
    height:700px;
}
.checkbox {
    font-size:0.85rem;
}
.label {
    font-size:1.10rem;
}
.card {
    border: #cdcdcd;
    border-style: solid;
    border-width: 1px;
}

.card-content {
    padding:2px;
    font-family:'Chilanka',handwriting;
}
.grey-card {
        background-color: rgba(174,174,174,0.2)!important;
}

.input, .select select, .textarea {
    border-color:#080808;
}
.search-filters {
    margin-bottom:25px;
}


.img-container {
    position: relative;
    width: 100%;
    
    max-height:86px;
}
.fa-star {
    z-index: 2;
    color: #dd8617;
    font-size:1.5rem;
    padding:5px;
    
    /*position: absolute;
    right:0;
    background-color:rgba(174,174,174,0.7)!important;
    border-radius:50%;
    border-color:rgba(174,174,174,0.7)!important;*/
}
.fa-star-o {
    z-index: 2;
    color: #dd8617;
    font-size:1.5rem;
    padding:5px;
    /*position: absolute;
    right:0;
    background-color:rgba(174,174,174,0.7)!important;
    border-radius:50%;
    border-color:rgba(174,174,174,0.7)!important;*/
}
.fa-check {
    z-index: 2;
    color: green;
    font-size:1.5rem;
    padding:5px;
    /*position: absolute;
    right:0;
    bottom:-2.3rem;
    background-color:rgba(174,174,174,0.7)!important;
    border-radius:50%;
    border-color:rgba(174,174,174,0.7)!important;*/
}
.fa-shield {

    z-index: 2;
    color: green;
    font-size:1.5rem;
    padding:5px;
    /*
    position: absolute;
    right:40px;
    bottom:-2.3rem;
    background-color:rgba(174,174,174,0.7)!important;
    border-radius:50%;
    border-color:rgba(174,174,174,0.7)!important;*/
}
.card-image {
    margin-bottom:-1rem;
}
.check-icon {
    height:28px;
}
.profile-card {
    margin-bottom:3rem;

}
.profile-usertitle-name {
    color:#1189bd!important;
    font-weight: 600!important;
    font-family: 'Chilanka',handwriting;
}
.search-card-bio {
    color:#363636!important;
}
.content {
    margin:0.25rem;
    color:#363636!important;
}
.is-4by1 {
    max-height:86px;
    overflow-y:hidden;
}

.fa-tasks {
    margin-right:0.75rem;

}
input[type=checkbox] {
    margin-right:5px;
}

.is-info {
    font-family: 'Chilanka',handwriting;
}
.check-holder {
    margin-right:0.75rem;
    margin-left:0.75rem;
}

.clear-filters {
    margin-bottom:10px;
}

.search-card-bio {
    font-size:14px;
    line-height:1.5em;

}