﻿
.overFlowhidden {
    overflow:hidden;
}

.clear10px {
    clear:both;
    margin:10px 0;
}

.contentPart {
    padding: 10px;
    max-width: 1300px;
    float: left;
}

.myDetail > div {
    width: 48% !important;
    padding: 5px !important;
    margin: 10px 5px !important;
}

.vendorDetail h4 {
    float: left;
    text-align: center;
    width: 123px;
    margin: 10px 2px;
    line-height: 35px;
    font-size: 16px !important;
    font-family: Lato;
    color: #666666 !important;
}

    .vendorDetail h4 label {
        color: #cccccc;
        font-size: 26px;
    }

.myDetail > div span {
    padding: 40px 42px;
    margin: 10px 0;
    background: url(../../NewImages/vendor-count-icons.png) no-repeat -25px -9px;
    float: right;
}

    .myDetail > div span.myPlanner {
        background-position: -150px -7px;
    }

    .myDetail > div span.myReviews {
        background-position: -25px -140px;
    }


    .myDetail > div span.myAccount {
        background-position: -151px -140px;
    }

.vend-Cat ul li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    font-family: Verdana;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    background: #fff;
}

  
.padding15px {
    padding: 15px;
}



#searchResult .resultItem {
    float: left;
    width: 495px !important;
    height: 200px !important;
    border: 1px solid #f5f2f2;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    background: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
}

#searchResult .memberImg {
    width: 140px !important;
    height: 140px !important;
    float: left;
    margin-right: 8px !important;
    overflow: hidden;
}

    #searchResult .memberImg img {
        width: 100%;
        float: left;
    }


#searchResult .memberDetail {
    float: left;
    width: 300px !important;
}

    #searchResult .memberDetail h3 {
        text-align: left !important;
    }

    #searchResult .memberDetail p {
        margin: 5px 0 !important;
    }

#searchResult .actionByMember {
    width: auto !important;
    float: right;
}

#searchResult .viewProfile {
    float: left !important;
    width: auto !important;
    margin: 0 3px !important;
}




#leftPanel .navigation ul li ul {
    width: 100%;
}

.removeShortListed {
    position: absolute;
    margin: -20px 0 0 320px;
    font-size: 25px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    color: #B1AEAE;
}

.removeShortListed:hover {
    color:#222;
}

.locationBox {
        height: 200px;
    margin-left: 0;
    width: 770px;
    font-size: 12px;
    padding: 2px;
    text-transform: capitalize;
    font-family: Verdana;
    position: absolute;
    z-index: 999;
    background: #fff;
    overflow: auto;
    box-shadow: 1px 3px 10px 3px #ccc;
    border: 10px solid #E7E7E9;
    border-radius: 8px;
}


.InActive {
    z-index: -1;
    width: 0% !important;
    height: 0px !important;
    overflow: hidden;
}

.fullWidth {
    width: 100% !important;
    z-index: 99;
}

#accordion .active {
    background: #1fb5ad !important;
    margin: 0 !important;
}

    #accordion .active a {
        color: #fff !important;
    }

.holdSubMenu > a:after {
    content:"+";
    color:#fff;
    float:right;
    right:15px;
    margin-top:0px;
    font-size:30px !important;
    position:absolute;
    }

.holdSubMenuMinus > a:after {
    content:"_";
    margin-top:-14px !important;
}

.vendorSearchPanel {
    background: #2F2F37;
    color: #fff;
}

    .vendorSearchPanel input[type='text'],
    .vendorSearchPanel select {
        color:#333;
        min-width:80px;
        max-width:180px;

    }
