/* CSS Document */


/**
 ** Search Box
 ** ---------------------------------------------------------------------------
 **/

.searchbox{
    background-color: #004c9f;
    padding: 15px;
}
.searchHeader,
.noSearchHeader{
    background-color: #fff;
    padding: 15px;
}
.searchHeader p,
.noSearchHeader p{
    margin-bottom: 0;
}
.searchbox button.searchBtn{
    text-align:center;
    border:none;
    width: 100%;
    height: 100%;
    background-color: #1caee1;
    color:white;
    font-size: 14px;
    
}

.searchbox .item{
    background-color: white;
    display: flex;
    padding: 15px;
}
.searchbox .item{
    border-bottom: 1px solid #ccc;
}
.searchbox .item .photo{
    width: 150px;
}
.searchbox .item .text{
    padding-left: 30px;
    flex:1;
}
.searchbox .item .text h4{
    font-size: 18px;
    color: #004c9f;
}
.searchbox .item .text address{
    font-size:14px;
}

.searchbox .item .setBtnWrap{
    
}
.searchbox .item .setBtnWrap button{
    border-radius: 40px;
    background: #004c9f;
    height: 30px;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 14px;
}