﻿
body.searchresults {
    background-color: #36288f;
}
body.searchresults div.ccat p, body.searchresults div.cloc p {
    color: #36288f;
}

hr {
    margin: 10px 0;
}

section.category label {
    width: 90%;
}

section.category .form-check {
    display: block;
    min-height: 1.5rem !important;
    padding-left: 1.5em !important;
    line-height: 38px !important;
    font-size: 22px !important;
}

    section.category .form-check input {
        width: 25px !important;
        height: 25px !important;
        margin-right: 10px !important;
    }
.searchpage .actions {
    /*padding: 0 16px;*/
}

.searchpage .actionbuttons {
    padding: 0 0px 0 30px;
}

.searchpage a.btnnearby {
    background: url(/Images/ic_location.png) no-repeat;
    background-size: 26px;
    padding-left: 36px;
    background-position: 4px;
}

section.location {
    margin-top: 40px;
}
section.location, section.searching, section.results {
    display: none;
}

section.results span.noresults {
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
    width: 100%;
    display: block;
}
section.results span.noresults a {
    margin: auto;
    width: 80%;
}

section.location .actionbuttons {
    padding: 0 30px 0 30px;
}
section.location a.btnnearby {
    color: #fff;
    font-weight: 300;
    font-size: 32px !important;
}

section.location .row {
    margin-top:20px;
}

.ccat, .cloc {
    background-color:#fff;
    display: none;
}

.ccat p, .cloc p {
    padding-left: 20px;
    font-size: 13px;
    color: #555555;
    line-height: 25px;
}

.ccat p i, .cloc p i {
    margin-right: 10px;
}

a.smchange {
    height: 30px !important;
    line-height: 16px !important;
    font-size: 14px !important;
}
input.dest {
    height: 50px !important;
}

section.results .res {
    background-color: #36288f;
    padding-top: 4px;
}
section.results .sitecontainer, section.switches .switch {
/*    background-color: #36288f;
    border-top: solid 1px #9b9b9b;
    padding: 10px 0;*/
}

    section.results .sitecontainer .site {
        margin: 4px 0px;
        border-radius: 3px;
        overflow: hidden;
        cursor: pointer;
        font-size: 0.95em !important;
    }
    section.results .sitecontainer .site .site-heading {
        background-color: #7964ff;
        padding: 5px 7px;
        font-size: 16px;
    }
    section.results .sitecontainer .site .site-content {
        background-color: #fff;
        padding: 10px 0 10px 0;
    }
    section.results .thumb {
        width: 20%;
            float: left;
        margin: 0 10px;
    }
        section.results .thumb img {
            width: 70px;
            border-radius: 3px;
        }
    section.results .content {
        width: 73%;
        display: inline-block;
        min-height: 70px;
    }


section.results .name {
    font-weight: 700;
    color: #36288f;
}
section.results .cats {
    color: #231a5e;
}
section.results .address {
    color: #999;
}

section.switches .name {
    font-weight: 700;
    color: #36288f;
}
section.switches .avail, section.switches .desc {
    color: #231a5e;
}
section.switches .rate, section.switches .chk {
    color: #36288f;
}


        
.search-loader {
    padding-top: 250px;
    z-index: 150;
    display: none;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #36288f;
}
.search-loader p {
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.search-loader .loader {
    background-image: url(/images/i827.gif);
    width: 96px;
    height: 24px;
    margin: auto;
    display: block;
    margin-top: 20px !important;
}

.currentlocation {
    /*display: none;*/
}


@media (max-width: 400px) {

    section.category table tr td {
        font-size: 16px;
        padding: 8px 15px 0px 15px;
    }
    
    section.location a.btnnearby {
        font-size: 26px !important;
    }

    .searchpage a.btnnearby {
        background-size: 22px;
    }
    section.results .sitecontainer .site .site-heading {
        font-size: 13px;
    }
    section.results .thumb {
        margin: 0 5px;
    }
    section.results .content {
        padding-left: 10px;
        font-size: 13px;
    }

    section.location .row {
        margin-top: 10px;
    }

}



@media (max-width: 768px) {

    .currentlocation {
        display: inline;
    }

}


@media (max-height: 480px) {
    input.dest {
        height: 30px !important;
    }
    section.location .row {
        margin-top: 5px;
    }
    .btn-wide.showall {
        height: 40px;
        line-height: 27px;
    }
}