﻿.sfsearchResults{
    margin-top:30px;
}

.sfsearchResult{
    margin-bottom: 25px;
}

.sfsearchBox button {
    display: initial;
    background: #3996d2;
    background: -moz-linear-gradient(-45deg, #3996d2 0%, #204181 100%);
    background: -webkit-linear-gradient(-45deg, #3996d2 0%,#204181 100%);
    background: linear-gradient(135deg, #3996d2 0%,#204181 100%);
    padding-left:30px;
    padding-right:30px;
    color:white;
    text-transform:uppercase;
    border-style:none;
    height:34px;
}

.sfsearchBox input{
    height: 34px;
    text-indent: 4px;
    font-size: 16px;
    width:300px;
}

dt{
    margin-top:20px;
}

.sfsearchResultStatistics{
    margin-top:20px;
}

.sfsearchResultsWrp{
    padding-bottom:20px;
}

.k-list{
    list-style:none;
    margin:0;
    padding:0;
}

.k-list li{
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:#dddddd;
    cursor:pointer;
    padding: 5px 0 5px 0;
}

.k-list li:last-child {
    border-style:none;
}

.k-animation-container{
    margin-top:8px !important;
    padding-right:8px;
}

.sfsearchResultTitle{
    font-weight:600;
}

.sf_pagerNumeric{
    margin-bottom:20px;
    margin-top:10px;
}

.sf_pagerNumeric a {
    padding: 5px 10px 5px 10px;
    border-color: #204181;
    border-style: solid;
    border-width: 1px;
    margin-right: 2px;
    color: #204181 !important;
    display: inline-block;
}

    .sf_pagerNumeric a.sf_PagerCurrent {
        background: #204181;
        color: white !important;
    }

@media(max-width:500px) {
    .sfsearchBox input{
        width: 100%;
    }

    .sfsearchBox button{
        display:block;
        margin:0;
        margin-top:10px;
        width:100%;
    }
}

