.contact-popular-requests {
    border: 1px solid #002d56;
    margin-bottom: 30px;
}

.contact-popular-requests h3 {
    color: white;
    background: #002d56;
    text-align: center;
    font-size: 22px 20px;
    font-weight: normal;
    padding: 20px;
}

.contact-popular-requests .content {
    padding: 20px;
}

.contact-popular-requests .list-styled {
    margin-bottom: 0;
}

.contact-popular-requests .list-styled li {
    margin-bottom: 15px;
}

.contact-popular-requests .fa {
    margin-right: 20px;
}

.contact-popular-requests .search {
    display: inline;
    font-size: 0;
}

@media (min-width : 768px) and (max-width : 991px) {
    .contact-popular-requests .search {
        margin-left: 0;
    }
}

.contact-popular-requests .search .input-group {
    border: 1px solid #aaa;
}

.contact-popular-requests .search .search-box {
    background: #f2f2f2;
    border: none;
    color: #005699;
    padding: 6px 12px 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-popular-requests .search .search-box::-moz-placeholder {
    color: #005699;
    opacity: 1;
}

.contact-popular-requests .search .search-box:-ms-input-placeholder {
    color: #005699;
}

.contact-popular-requests .search .search-box::-webkit-input-placeholder {
    color: #005699;
}

.contact-popular-requests .search .search-box::-moz-placeholder {
    color: #005699;
    font-style: italic;
    opacity: 1;
}

.contact-popular-requests .search .search-box:-ms-input-placeholder {
    color: #005699;
    font-style: italic;
}

.contact-popular-requests .search .search-box::-webkit-input-placeholder {
    color: #005699;
    font-style: italic;
}

.contact-popular-requests .search .btn {
    background: #f2f2f2;
    border: none;
    color: #005699;
    font-family: 'FontAwesome';
    font-size: 16px;
    padding: 0;
    width: 34px;
    height: 34px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.contact-popular-requests .search .btn:focus,
.contact-popular-requests .search .btn:hover {
    background: #005699;
    color: white;
}

.contact-popular-requests .search .btn .fa {
    margin-right: 0;
}


/*# sourceMappingURL=contact-popular-requests.css.map */