.block-sort-item a {
    color: #118c2f;
}

.search-bar .tt-menu {
    margin: 0;
}

.search-bar .tt-menu .tt-dataset.tt-dataset-company-names .tt-suggestion.tt-selectable>div:nth-child(1) {
    width: 70% !important;
    white-space: nowrap;
    overflow: hidden;
}

.search-bar .tt-menu .tt-dataset.tt-dataset-company-names .tt-suggestion.tt-selectable>div:nth-child(2) {
    margin: 0px 0 0 10px !important;
}

.search-bar .overall-rating {
    height: 20px;
}

.item_company_online div {
    font-size: 11px;
}

.block-sort-all-categories {
    overflow: hidden;
    height: 80px;
}

.block-sort-all-categories ul {
    list-style: none;
    margin: 0;
}

.block-sort-all-categories ul li {
    text-decoration: underline;
}

.button-block-sort-all-categories {
    margin-top: 20px;
}

.button-block-sort-all-categories a {
    color: rgb(77, 77, 77);
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.icon-price-list {
    margin-top: 20px;
    width: 50%;
}

.block-sort-diverse label {
    color: #4d4d4d;
}

a.remove_filter img {
    background-color: #fff;
    border-radius: 10px;
}

/*Eugene styles*/
.details-message-border h4 {
    border: 1px solid rgb(4, 164, 210);
    border-radius: 15px;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 0;
}

.activeLink {
    font-weight: bold;
}

.activeLink::before {
    content: '\27A4';
    position: absolute;
    margin-left: -1em;
    color: #000;
    font-size: .8em;
}

div.item_company_btn_topcompany a.btn {
    width: 96%;
    padding: 3% 1%;
    color: #fff;
    display: block;
    text-shadow: none;
    /* color: rgb(91, 91, 91); */
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    background: #31b14c;
}

div.item_company_btn_topcompany_mobile a.btn-success {
    color: #fff !important;
}

div.item_company_btn_topcompany_mobile a.btn {
    float: right;
    width: 62%;
    padding: 2% 1%;
    color: #000;
    display: block;
    text-shadow: none;
    color: rgb(91,91,91);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

/* For typeahead */
.tt-subheader,
.tt-subheader:hover {
    font-weight: bold;
    /* font-style: italic; */
    background-color: #ffffff;
    color: #000 !important;
    cursor: default;
}

.default_contact_picture {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    max-height: 90px;
    background-image: linear-gradient(#01944d, #5ff14e);
    border-radius: 10px;
    color: #fff;
    font-size: .85em;
    font-weight: bold;
    padding: 5px;
    display: table;
    float: none;
    margin-top: auto;
    position: absolute;
    top: -14px;
    left: -14px;
}

.default_contact_picture p {
    max-width: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-sort-all-categories ul li a{
    color: #118c2f;
}
@media(max-width: 979px) {
    .mobil-profile-mobil2 {
        background: #ffffff;
    }

    .mobil-bar-option > ul > li.span3 {
        width: 33%;
    }
    .mobil-bar-option > ul > li.span4 {
        width: 24%;
    }

    .block-sort {
        margin-top: 0px;
    }

    .block-sort-diverse label {
        color: #fff;
    }
    .block-sort-diverse input {
        margin-right: 10px !important;
    }
}

@media screen and (orientation: portrait) and (max-width: 896px) {
    /* .item_company_block .top-firmaer, */
    .item_company_block .default_contact_picture {
        top: -9px;
        left: -9px;
        border-radius: 0px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 70px;
    }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    /* .item_company_block .top-firmaer, */
    .item_company_block .default_contact_picture {
        top: -16px;
        left: -16px;
        border-radius: 0px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 70px;
        min-width: 150px;
        max-width: 150px;
    }
}

