﻿.filter-select {
    min-width: 150px;
    max-width: 230px;
    *width: 230px;
}
.row-image {max-height: 60px;}
#SearchGrid table tbody tr {height: 70px;}
.total-raised {color: #FFA500;font-weight: bold;}
#SearchGridGeneric .t-status {display: none;}
#search-result-generic {margin-top: 15px;}

.clear {
    clear:both;
    display:block;
}
.transition {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.spacer10 { height: 10px;width: 100%;}
.spacer20 { height: 20px;width: 100%;}
.spacer30 { height: 30px;width: 100%;}

.pad0 {
    padding:0;
}

#loader img {
    margin: 20px auto 20px;
    display: block;
    width: 30px;
}

/* ====================================
    WRAPPERS */
div#search-page-wrapper {
    width: 100%;
    background: #fff;
}

div#search-page-wrapper.embed {
    margin:0 auto;
}
.inner-wrap {
    width:100%;
    padding:15px 0;
    margin: 0 auto;
    max-width:1200px;
}
div#searchForm {
    padding: 0 15px;
}

/* ====================================
    NAV BAR */
body.ie,
body.ie9,
body.ie10,
body.ie11,
body.edge,
body.ie.edge {
    overflow-x:hidden;
    overflow-y:auto !important;
}
body.ie a#systemdropdown-hb > svg,
body.ie9 a#systemdropdown-hb > svg,
body.ie10 a#systemdropdown-hb > svg,
body.ie11 a#systemdropdown-hb > svg {
    position:relative;
    height:15px;
    margin-top:-2px;
}
body.ie.edge a#systemdropdown-hb > svg {
    position:relative;
    height:auto;
    margin-top:0;
}
.frpcreate-header {
    background: #1a3a49;
    color: #fff;
}
#frpcreate #event-dropdown, #frpcreate #system-dropdown {
        background: #1a3a49;
}
#frpcreate #event-dropdown li a, #frpcreate #system-dropdown a {
    color:#fff;
}
.frp-create-header-wrap {
    max-width:1200px !important;
}
/* ====================================
    SEARCH BAR */
div#search-input.button-bar {
    background: #fff;
    border: 0;
    margin: 0;
    padding: 15px 10px;
}
#search-page-wrapper li {
    list-style-type: none;
}
input#search-input-field {
    font-family: 'bariol_regularregular';
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    width: 100%;
}
a#nominate {
    background: #d0d0d0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 50px;
    font-family: 'bariol_regularregular';
    text-decoration: none;
    display: block;
}
li#searchbtns button#btnSearch {
    background: #1a3a49;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 50px;
    font-family: 'bariol_regularregular';
}

li#searchbtns > div {
    padding: 0 5px;
}
#search-textbox {
    position:relative;
}
#search-textbox span {
    position: absolute;
    font-family: 'fontAwesome';
    font-size: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #505050;
    padding: 12px 15px;
    border-left: 1px solid #d8d8d8;
    cursor: pointer;
    background:transparent;
    border-radius:5px;
}
#search-textbox span:hover {
    background:#f47d32;
    color:#fff;
}

/* ====================================
    SEARCH ITEMS */
#search-result {
    padding-bottom:50px;
    background:#f7f7f7;
}

#search-result.ben-search .search-item.appended {
    margin-top:30px;
    opacity:0;
}


div#search-items {
    padding: 30px 0 0;
}
div#search-items:after {
    clear: both;
    display: block;
    content: '';
}
.search-item-image {
    background: #fff;
}
.search-item-desc h3 {
    margin-bottom: 10px;
    font-weight: bold;
    margin: 25px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
}
.search-item {
    font-family: 'bariol_regularregular';
    color: #333;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
.search-item-btns a.search-item-fundraise {
    background: #1a3a49;
    color: #fff;
}
.search-item-btns a span.fa {
    margin-right: 7px;
}
.search-item-btns a.search-item-donate {
    background: #f47d32;
    color: #fff;
}
.search-item-btns a {
    text-decoration: none;
    background: #f7f7f7;
    display: block;
    padding: 7px;
    width: 80%;
    margin: 10px auto;
    border-radius: 50px;
    font-size: 14px;
}
.search-item-btns {
    margin-bottom: 20px;
}
.search-item-wrap {
    border-radius: 5px;
    overflow: hidden;
    cursor:pointer;
    background:#fff;
}

#banner {
    height:250px;
    width:100%;
    margin:0 auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center top;
}
li#search-textbox {
    position: relative;
}
ul#searchtextresult > li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-family: 'bariol_regularregular';
    font-size: 15px;
    cursor: pointer;
    background: #f6f6f6;
}

ul#searchtextresult > li:hover {
    background: #c1c1c1;
    color:#fff;
}

ul#searchtextresult {
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    overflow-x:hidden;
}

ul#searchtextresult.filled {
    border-top: 1px solid #c1c1c1;
    border-bottom: 5px solid #e8e5e5;
}
.item-image {
    background-repeat: no-repeat;
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center center;
    margin: -60px auto 15px;
    border-radius: 500px;
    background-color: #ddd;
    display: block;
    overflow: hidden;
}
#search-result.ben-search .item-image {
    background-size: contain;
    width: 85%;
    height: 120px;
    margin: 20px auto;
    border-radius: 0;
    background-color: transparent;
}

body.ie #search-result #grid-wrapper,
body.ie9 #search-result #grid-wrapper,
body.ie10 #search-result #grid-wrapper,
body.ie11 #search-result #grid-wrapper {
    overflow-x:auto;
    overflow-y:auto;
}

body.ie #search-result #SearchGrid,
body.ie9 #search-result #SearchGrid,
body.ie10 #search-result #SearchGrid,
body.ie11 #search-result #SearchGrid {
    width: auto;
}

body.ie #search-result #SearchGrid table,
body.ie9 #search-result #SearchGrid table,
body.ie10 #search-result #SearchGrid table,
body.ie11 #search-result #SearchGrid table {
    table-layout: auto;
    width: 100%;
}

body.ie #search-result #SearchGrid table .t-last,
body.ie9 #search-result #SearchGrid table .t-last,
body.ie10 #search-result #SearchGrid table .t-last,
body.ie11 #search-result #SearchGrid table .t-last {
    width: auto;
}


.event-banner {
    background-color: #e1e1e1;
    height: 80px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    opacity: 0.7;
}

.event-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #f47d32;
}


li#searchbtns {
    padding: 5px;
}

@media screen and (max-width:767px){
    .search-item {
        padding: 5px;
        margin: 10px 0;
    }
    div#search-items {
        padding: 0;
        margin: 0;
    }
    .search-item:nth-child(odd) {
    padding-left: 0;
}
    .search-item:nth-child(even) {
    padding-right: 0;
}
    div#search-result .inner-wrap {
        padding: 20px 15px;
    }
    li#searchbtns {
        padding-left: 0;
    }
    li#searchbtns > div {
        padding: 0;
    }
    li#searchbtns {
        padding-left: 10px;
        padding-top: 20px;
    }
    li#searchbtns a#nominate {
        margin: 0 auto 10px;
    }
    #search-input .inner-wrap {
        padding: 0 0px;
    }
    div#searchForm {
        padding: 20px 10px;
    }
    div#search-input.button-bar {
        padding:0;
    }
    div#searchForm input, div#searchForm select {
        width: 100%;
        margin-bottom: 10px;
        padding: 12px;
    }
    #search-page-wrapper.beneficiaries-search li#searchbtns > div:nth-child(1) {
        display: none;
    }
    #search-page-wrapper.pagesearch li#searchbtns, #search-page-wrapper.beneficiaries-search li#searchbtns {
        padding: 10px 0 0 0;
    }
}