﻿.memberWrap {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    max-width: 308px;
}

.innerMemberWrap {
    background-color: #ffffff;
    padding: 10px;
}

.groupWrap {
    background-color: #163040;
    height: 40px;
    border-top: 4px solid #3f8cb9;
}

.memberSpan {
    background-color: #3f8cb9;
    font-size: 12px;
    display: inline-block;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    margin-top: 6px;
    margin-left: 4px;
}

.specialGroupWrap{
    position: absolute;
    top: 4px;
    left: 4px;
}

.memberSpan img {
    width: 25px;
    position: absolute;
    left: 2px;
    top: -1px;
}

span.memberSpan.special {
    margin-left: 15px;
    padding-left: 16px;
}

.functionGroupWrap {
    position: absolute;
    bottom: 5px;
    left: 1px;
}

.portraitWrap {
    position: relative;
}

.memberView h3 {
    color: white;
}

.filterBtn {
    font-size: 17px;
    background-color: #163040;
    color: white;
    padding: 4px 13px;
    margin-right: 4px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}

.filterWrap {
    margin-bottom: 40px;
}

.filterBtn.is-checked {
    background-color: #3f8cb9;
}

span.memberName {
    font-size: 17px;
}

.innerMemberWrap {
    font-size: 14px;
    font-weight: 300;
}

.memberWrap address {
    margin-bottom: 0;
}

.listMemberWrap {
    background-color: #163040;
    border-radius: 30px;
    padding: 7px 20px;
    color: white;
    width: 100%;
    font-size: 15px;
    transition: background-color ease .35s;
}

    .listMemberWrap:hover {
        background-color: #5a798c;
    }

.listMemberWrap .smaller {
    font-size: 14px;
}

.moreInfoBtn {
    color: white;
    margin-left: 15px;
}

.moreInfoBtn:hover {
    color: white;
    margin-left: 15px;
}