.panel-default > .panel-heading {
    background: var(--very-light-blue);
}

.card-body a, .card-body a:focus, a:hover {
    color: var(--grey);
}

.search-result {
    margin-top: -15px;
    max-height: 350px;
    overflow-y: auto;
    background: var(--light-blue);
}

.form-control{
    float: none;
}
.custom-search-form {
    position: relative;
}

.research-btn--closed {
    background: url(/imgs/cancel.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 12px;
    width: 20px;
    height: 20px;
    z-index: 999;
    cursor: pointer;
}

.hide {
    display: none;
}

.line-result {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.line-result:last-child {
    margin-bottom: 15px;
}

a.link-search-result {
    display: inline;
}

a.link, a:hover.link, a:focus.link{
    color: var(--very-light-blue);
    text-decoration: underline;
}