﻿#siteSearchResultsHeader {
    background-color: #EEEEEE;
    border-top: 1px dotted #d4d4d4;
    padding: 3px;
}

.siteSearchNoResults {
    margin-top: 10px;
}

.siteSearchItem h4 {
    font-weight: normal;
    margin: 20px 0 0 0;
}

.siteSearchItem img {
    margin-right: 3px;
}

.siteSearchUrl {
    color: #497D32;
}

#siteSearchPager {
    border-top: 1px dotted #c0c0c0;
    margin: 15px 0;
    padding-top: 15px;
    text-align: center;
}

#siteSearchPager span, #siteSearchPager a {
    padding: 10px;
}

#siteSearchResults .searchResultsTaxonomies, #siteSearchResults .searchResultsTaxonomies li {
    color: #777;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.spinner {width: 70px; position: absolute; left: 45%;}
.spinner > div {width: 18px; height: 18px; background-color: #00477d; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s; animation-delay: -0.16s;}
@-webkit-keyframes sk-bouncedelay {0%, 80%, 100% {-webkit-transform: scale(0)} 40% {-webkit-transform: scale(1.0)}}
@keyframes sk-bouncedelay {0%, 80%, 100% {-webkit-transform: scale(0);transform: scale(0);} 40% {-webkit-transform: scale(1.0); transform: scale(1.0);}}