.search {
    list-style-type: none;
    padding: 1px 0 10px;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form {
    background: #fff;
    padding: 20px 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .search-form input {
        width: 100%;
    }

.user-badge {
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 115px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 2px solid #23c6c8;
}

.search-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px;
    color: #676a6c;
}

    .badge-header, .badge-header a {
        color: #00acac;
    }

        .badge-header > ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: left;
            float: left;
            margin-top: 2px;
            width: 130px;
        }

            .badge-header > ul > li {
                height: 23px;
            }

                .badge-header > ul > li span {
                    display: inline-block;
                }

        .badge-header .userimage {
            float: left;
            width: 75px;
            height: 75px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            overflow: hidden;
            margin: -2px 10px -2px 0;
            display: inline-block;
        }

            .badge-header .userimage img {
                width: 75px;
                height: 75px;
            }

        .badge-header .username, .badge-header .username a {
            width: 185px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            height: 22px;
            font-size: 16px !important;
        }

        .badge-header .username {
            font-size: 15px !important;
            font-weight: 600;
        }

img {
    vertical-align: middle;
    border: 0;
}

.search-content + .search-footer, .search-header + .search-content, .search-content + .search-content, .search-header + .search-footer {
    margin-top: 20px;
}

.search-content {
    font-size: 14px;
}

    .search-content:after, .search-content:before {
        content: '';
        display: table;
        clear: both;
    }

p {
    margin: 0 0 10px;
}

.search-footer {
    margin: -20px -30px;
    padding: 20px 30px;
    background: #e8ecf1;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .search-footer .buttons {
        margin-left: auto;
        margin-right: auto;
        width: 365px;
    }

    .search-footer button {
        color: #575d63;
        text-decoration: none;
        margin: 0 15px;
        width: 150px;
    }

.button-add {
    width: 75px;
    margin-top: 15px;
}

.no-result {
    padding: 10px 0 0 5px;
    color: #fff;
}

.user-badge-status {
    padding-top: 24px;
    height: 75px;
}

    .user-badge-status a, .user-badge-status label {
        text-decoration: none;
        height: 23px;
        font-size: 25px;
        padding-left: 10px;
    }

    .user-badge-status .single {
        padding-left: 40px;
    }
