.sc-results-toolbar, .result-title-bar {
    background-color: #05446B !important;
    color: white;
    text-align: center;
}

div.filter-icon > div > svg, div.sc-print-icon > svg {
    fill: white;
}

div.filter-icon > div > svg:hover , div.sc-print-icon > svg:hover {
    fill: #c1590c;
    cursor: pointer;
}

div.sc-result-icon > svg {
    fill: #c1590c;
}


a.sc-result-item {
    border: 1px solid #c1590c !important;
    margin-top: .5rem;
}

a.sc-result-item:hover {
    opacity: 0.6;
    background-color: transparent;
}

.silvercloud-acsearch-bar > div > button {
    background-color: #05446B;
}

.sc-filters-container {
    border-bottom: solid #c1590c 1px !important;
    border-right: solid #c1590c 1px;
    border-left: solid #c1590c 1px;
}

.pagination > li {
    display: inline !important;
    border: none;
    margin: 0 3px 0 3px;
}

.pagination > li > a {
    margin: 0 3px 0 3px !important;
    color: #fefefe !important
}

.pagination > li > a:hover, .pagination > .active > a {
    float: left !important;
    color: #ffffff !important;
    border: none;
    cursor: pointer;
}

.pagination > .active > a {
    color: white !important;
    box-shadow: 0 0 0 2px #ec7924 !important;
}

.pagination > li > a:hover {
    box-shadow: 0 0 0 2px #ec7924 !important;
}

.sc-comment-buttons > button {
    background-color: #05446B !important;
    color: white;
}

.sc-results-toolbar > div:first-child {
    width: 100% !important;
    text-align: center !important;
}

.sendFeedback {
    background-color: #05446B !important;
    color: white;
}

.sc-comment-buttons > #yes:hover, .sc-comment-buttons > #yes:active {
    background-color: #50C878 !important;
    cursor: pointer;
}

.sc-comment-buttons > #no:hover, .sc-comment-buttons > #no:active {
    background-color: #FF4C4C !important;
    cursor: pointer;
}

.silvercloud-back-button:hover, .sc-clear-filter:hover {
    background-color: #c1590c !important;
    color: white !important;
    cursor: pointer;
}

.sc-filter-container select {
    height: 3rem !important;
}

.sc-clear-filter {
    padding: 2px 6px 2px 6px !important;
}
