﻿.header {
    box-shadow: none;
    border-bottom: 2px #eee solid
}

.search-list::before {
    background: linear-gradient(to bottom, #f0f0f0 0%, #f5f5f5);
    content: '';
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0
}

.search-bar {
    padding: 20px 0;
    border-bottom: 1px #eee solid;
    background: #fff
}

    .search-bar .row {
        margin-bottom: 15px;
        margin-right: 0
    }

        .search-bar .row:last-child {
            margin-bottom: 0
        }

    .search-bar .btn-search {
        border-radius: 4px;
        width: 200px;
        height: 53px;
    }


    .search-bar .col-md-6, .search-bar .col-sm-4, .search-bar .col-sm-6 {
        margin-bottom: 20px
    }

.ui.form.search-bar .inline.fields .field > .selection.dropdown {
    width: 100%
}

.ui.form.search-bar .inline.fields {
    margin: 0 0 20px
}

#MoreLink i.fas {
    margin-top: 3px;
    float: right;
    margin-left: 5px;
}

/* Search Map */
a.map-box {
    background: #fff url('../../Images/map.jpg') no-repeat center right;
    display: block;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

/*------------------------------------------------*/
.searchTitle {
    padding-top: 30px;
    z-index: 9999;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.searchTitle h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.typeShow {
    padding-top: 10px;
    color: #333;
}

    .typeShow i {
        font-size: 15pt;
        background: #f0f0f0;
        padding: 8px;
        color: #a0a0a0;
        border-radius: 3px
    }

        .typeShow i.active {
            background: #e4002b;
            color: #fff;
        }

    .typeShow :hover {
        color: rgba(0, 0, 0, 0.3);
    }

/*paging----------------------------------------------------------------------------------*/

.more {
    font-size: medium;
    padding-left: 40px;
    padding-right: 40px;
}

.titlePageNumber {
    height: 30px;
    background-color: #e4002b;
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.titlePageNumberA {
    float: left;
    width: 130px;
    height: 30px;
    padding-top: 4px
}

.titlePageNumberB {
    border: 2px solid #fff;
    width: 1px;
    height: 30px;
    float: left;
}

.noresult-box {
    text-align: center;
    margin: 20px 0 50px
}

.noresult-txt {
    font-size: 24px;
    display: block;
    margin: 20px 0 30px
}

.ui.form .ui.selection.search.dropdown {
    min-height: 52px !important;
}

@media(max-width:767px) {
    .typeShow {
        display: none
    }

    .search-bar-row {
        margin-top: 15px
    }

    .search-bar .row {
        margin-bottom: 0;
    }

    .search-bar .btn-search {
        width: 100%;
    }

    .search-bar .box-svgicon {
        margin-top: 4px
    }

    .search-bar {
        padding: 15px 0;
    }

    a.show-filter {
        border: 1px #999 solid;
        display: inline-block !important;
        padding: 5px 10px;
        border-radius: 5px;
        color: #333;
        font-weight: 500
    }
}

@media(max-width:479px) {
    .searchTitle {
        font-size: 16px;
    }

    a.map-box {
        font-size: 18px;
    }

    a.map-box {
        background: #fff url('../../Images/map-sm.jpg') no-repeat center right;
    }
}
