﻿.bs-caret {
    display: none;
}

:root {
    --rating_color: #febd00;
}

.listing_block,
.mo_b_table {
    font-size: 13px;
}

.listing_block {
    width: 100%;
    float: left;
    padding: 0px 15px;
    border: 1px solid #e3e3e3;
    min-height: 300px;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 2px 2px 8px #e4e4e4;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.listing_block_logo {
    width: 100%;
    float: left;
    height: 130px;
    position: relative;
}

    .listing_block_logo img {
        max-width: 85px;
        max-height: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }

.listing_company_name {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    padding: 20px 0px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}

.listing_name_check {
    float: none;
}

.mo_b_table {
    width: 100%;
    float: left;
}

    .mo_b_table tr td:nth-child(1) {
        width: 50px;
    }

        .mo_b_table tr td:nth-child(1) img {
            width: 20px;
        }

    .mo_b_table tr td {
        padding: 5px 0px;
        vertical-align: top;
    }

.listing_cat {
    width: 100%;
    float: left;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
    padding: 10px 0px;
    margin-top: 10px;
}

    .listing_cat label {
        width: 35%;
        float: left;
        margin-bottom: 0px;
        font-weight: bold;
    }

    .listing_cat select {
        width: 65%;
        float: left;
        border: 0px;
    }

        .listing_cat select:focus,
        .listing_cat select:active {
            border: 0px;
            outline: 0px;
        }

.listing_bottom {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.listing_stat_green {
    border: 1px solid darkgreen;
    color: darkgreen;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 6px;
    width: auto;
    float: left;
}

.listing_time_sch {
    float: right;
}

.listing_rating {
    width: 30px;
    height: 15px;
    float: left;
    text-align: center;
    background-color: var(--rating_color);
    position: relative;
    color: #454545;
    font-weight: bold;
    line-height: 15px;
}

    .listing_rating:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 10px solid var(--rating_color);
        top: 15px;
        left: 1px;
    }

    .listing_rating:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 10px solid var(--rating_color);
        bottom: 15px;
        left: 1px;
    }

.rating_row td:nth-child(1) {
    height: 45px;
}

.rating_row td {
    vertical-align: middle !important;
}

.list_qick_view {
    width: 100%;
    position: absolute;
    background-color: #333333;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    bottom: 0px;
    left: 0px;
    padding: 13px;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.listing_block:hover {
    border-color: #333 !important;
}

.list_qick_view:hover {
    color: #d5d5d5 !important;
    text-decoration: none;
}

.listing_cat_type {
    width: 125px;
    position: absolute;
    background-color: #f2416d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    top: -5px;
    left: -44px;
    padding-top: 30px;
    padding-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    transform: rotate(-45deg);
    z-index: 8;
    font-size: 11px;
}

.listing_view_count {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #9999;
}

.listing_stat_close {
    border: 1px solid red;
    color: red;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 6px;
    width: auto;
    float: left;
}

.tp-breadcrumb_m {
    position: sticky;
    top: 71px !important;
    background-color: #f3f3f3;
    width: 100%;
    float: left;
    z-index: 9999;
    margin-bottom: 10px;
}

.filter_location_data_header {
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 4px;
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}
.tp-breadcrumb_m .breadcrumb {
    margin-top:4px;
}
.filter_location_data_carrot_div span {
    float: right;
}

.filter_location_data_header .filter_location_data_carrot {
    float: right;
}

.filter_location_data_container {
    width: 100%;
    float: left;
    padding-right: 20px;
}

.filter_location_data_content {
    width: 100%;
    float: left;
    position: relative;
}

.filter_location_data_content_load {
    border: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 200px;
}

.filter_location_data_anchor {
    cursor: pointer;
}

    .filter_location_data_anchor:hover {
        padding: 5px;
    }

.filter_location_data_header {
    cursor: pointer;
}

    .filter_location_data_header .filter_location_data_txt {
        width: 80%;
        float: left;
    }

    .filter_location_data_header .filter_location_data_carrot_div {
        width: 20%;
        float: left;
    }

.def_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.def_sidebar {
    width: 250px;
    flex-shrink: 0;
}

.def_content {
    width: calc(100% - 250px);
    padding: 0px 20px;
}

/* Responsive Styles */
@media (max-width: 992px) { /* Tablet */
    .def_sidebar {
        width: 200px;
    }

    .def_content {
        width: calc(100% - 200px);
    }
}

@media (max-width: 768px) { /* Mobile */
    .def_sidebar {
        width: 100%;
        margin: 1rem 0;
    }

    .def_content {
        width: 100%;
    }
}


.def_pagination .paginationtextdv {
    float: left;
}

.drop_custom [class*='icon-']:before {
    font-family: unset !important;
}

.dropdown-menu a {
    width: 100%;
    float: left;
    position: relative;
    border: 0px;
}

.drop_custom .dropdown-menu > .active > a,
.drop_custom .dropdown-menu > .active > a:focus,
.drop_custom .dropdown-menu > .active > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}

.no_r {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

.select_issue .dropdown-menu.open.show {
    transform: translate3d(0px, 34px, 0px) !important;
}
