﻿.table {
    display: table;
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
}

.vehicle-list > .cell {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vehicle-list .vehicle-list-left {
    width: 230px;
}
.table .cell {
    display: table-cell;
}
.top {
    vertical-align: top;
}
.product-listing .listing-sidebar .widget {
    border: 1px solid #e3e3e3;
    padding: 10px;
    background-color: #f0f0f0;
}
.product-listing .listing-sidebar .widget-search {
    padding: 0px;
}
    .product-listing .listing-sidebar .widget-search h5 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
        .product-listing .listing-sidebar .widget-search h5:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            background: #008fe2;
            left: 0;
            bottom: 0px;
        }
@media screen and (min-width: 781px) {
    .fa-times {
        display: none !important;
    }
}

.advanced-search label {
    padding-top: 5px;
}
.search label {
    display: block;
    margin: 2px 0px 2px 0px;
    font-size: 11px;
    color: #777;
}
.form input[type="text"], .form input[type="password"], .form input[type="file"], .form input[type="radio"], .form textarea, .form .input {
    border: 1px solid #e3e3e3;
    margin: 0px; 
    color: #111;
    padding: 7px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advanced-search input, .advanced-search button, .advanced-search a, .advanced-search .dropdown {
    width: 100%;
    margin: 2px 0px 6px 0px;
}

.form .dropdown {
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    padding: 5px;
    display: inline-block;
    background-image: url(/images/ddl-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px top 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover, .button:focus, .button:active {
    color: #ffffff;
}
.form button, .form .button {
    border: 0px;
}
.advanced-search input, .advanced-search button, .advanced-search a, .advanced-search .dropdown {
    width: 100%;
    margin: 2px 0px 6px 0px;
}
.button {
    text-align: center;
    background: #2d529f;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -ms-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.gridAjax {
    position: relative;
    border-collapse: collapse;
    border: 0px;
}
.filter-tags {
    display: none;
}
.product-listing ul {
    margin-bottom: 0px;
}
.filter-tags ul { 
    display: inline-block;
}
.ulReset {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.filter-tags ul li {
    border: 1px solid #999;
    border-top-color: #F9F9F9;
    border-left-color: #F9F9F9;
    background-color: #F0F0F0;
    font-size: 12px;
    padding: 5px 7px;
    cursor: default;
    display: inline-block;
    margin: 4px 6px;
    margin-left: 0px;
}
.product-listing ul li a {
    color: #323232;
    position: relative;
    display: inline-block;
}

.filter-tags .clear-filter {
    display: inline-block;
    background-color: #999;
    color: #FFF;
    padding: 6px 10px;
    font-size: 12px;
}

.filter-tags:after {
    display: block;
    content: "";
    clear: both;
}

.gridAjax .gridSearch {
    padding: 8px 10px 8px 10px;
    border: 0px;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    display:flex;
}
.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
    float: left;
}
.column6 {
    width: 50%;
}
.product-listing ul {
    margin-bottom: 0px;
}
.gridAjax .gridSearch input {
    display: inline-block;
    padding: 4px 8px;
}
.gridAjax .gridSearch .list-type .active {
    background-color: #555;
    color: #FFF;
}
.gridAjax .gridSearch .list-type .list-button {
    display: block;
    padding: 5px 15px;
    background-color: #D5D5D5;
    color: #999;
}
.gridAjax .gridSearch .list-type .list-button {
    display: block;
    padding: 5px 15px; 
}
.rowHorizontal > li {
    display: inline-block;
}
.gridAjax .gridSearch .dropdown-pagesize {
    padding-right: 30px;
}
.search-panel-li {
    display: none !important;
}
.rightText {
    text-align: right;
}

.gridAjax .gridAjaxBody {
    position: relative;
}
.gridAjax .gridAjaxTable {
    border: 0px;
}
.gridAjax table {
    border-spacing: 0px; 
    width: 100%;
}
table {
    background-color: transparent;
}
.gridAjax table > tbody > tr:nth-child(2n+1) {
    background-color: #F5F5F5;
}
.gridAjax table > tbody > tr {
    background-color: #FFFFFF;
    cursor: default;
}
.gridAjax .header th {
    position: relative;
}
.gridAjax table > thead th, .gridAjax table > thead td, .gridAjax .header th {
    text-align: center;
    font-weight: bold;
    cursor: default;
    background-color: #f0f0f0;
    color: #111;
    border: 1px solid #e4e7ec;
}
.gridAjax .cModel {
    width: 275px;
    text-align:left !important;
}
.gridAjax .cAracFiyat {
    font-weight: bold;
    white-space: nowrap;
}
.gridAjax table > tbody > tr > td {
    padding: 3px 4px;
    border: 0px;
    cursor: pointer;
}
.centerText {
    text-align: center;
}
.minWidth {
    width: 1% !important;
}

.gridAjax .gridSearch .list-type .active {
    background-color: #555;
    color: #FFF;
}
.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) {
    display: inline-block;
    border: 1px solid #D0D0D0;
    width: 263px;
    cursor: pointer;
    margin: 10px;
    vertical-align: top;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(50 50 52 / 20%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 52, 0.20);
    box-shadow: 0px 1px 2px 0px rgb(50 50 52 / 20%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.gridBox .gridAjaxTable .header {
    width: auto;
    background-color: transparent;
    text-align: center;
    display: block;
}

.gridBox .gridAjaxTable > tbody > tr:nth-child(2n+1) {
    background-color: #FFF;
}

.gridBox .gridAjaxTable .header th {
    background-color: transparent !important;
    border: 0px;
    width: auto;
    display: inline-block;
    background-image: none;
}

.gridAjax .header th {
    position: relative;
}

.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) td {
    padding: 10px 10px 0px 10px;
    line-height: normal;
    display: block;
    width: auto !important;
    text-align: left;
    vertical-align: top;
}

.gridBox .gridAjaxTable > tbody > tr .anaResimLink {
    float: none;
}

.gridAjax table > tbody > tr .anaResimLink {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
}

.gridBox .gridAjaxTable .anaResim {
    width: 100%;
    height: 170px;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gridBox .gridAjaxTable .anaResim {
    width: 100%;
    height: 170px;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) td {
    padding: 10px 10px 0px 10px;
    line-height: normal;
    display: block;
    width: auto !important;
    text-align: left;
    vertical-align: top;
} 
.gridBox .gridAjaxTable tbody td.cModel {
    height: 73px !important;
}
.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .altModelAd {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 19px;
    width: 100%;
    white-space: nowrap;
}

.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cModelYil, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracKm, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cYakitTur {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) td {
    padding: 10px 10px 0px 10px;
    line-height: normal;
    display: block;
    width: auto !important;
    text-align: left;
    vertical-align: top;
}

.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cModelYil::after {
    display: inline-block;
    content: 'Model';
    margin-left: 5px;
    font-style: italic;
    font-size: 11px;
} 

.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracKm::after {
    display: inline-block;
    content: 'Km';
    margin-left: 5px;
    font-style: italic;
    font-size: 11px;
}
.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat * {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}

.gridAjax table > tbody > tr .anaResimLink {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
}
.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat {
    padding-bottom: 10px !important;
    margin-top: 10px;
    background-color: #000;
    text-align: center !important;
}
.gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) td {
    padding: 10px 10px 0px 10px;
    line-height: normal;
    display: block;
    width: auto !important;
    text-align: left;
    vertical-align: top;
}

.gridAjax .anaResim {
    width: 160px;
    height: 100px;
    background-position: center;
    background-size: cover;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hide {
    display: none !important;
}

.gridAjax .aracListBilgi {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.product-listing ul {
    margin-bottom: 0px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    .pagination > li {
        display: inline;
    }
        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        text-decoration:none !important;
        background-color: #e4e7ec;
        border-color: #e4e7ec;
    }
    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143; 
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

.search .searchButtonAbsolute {
    position: fixed;
    bottom: 10px;
    z-index: 100;
    width: auto;
}

.gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) {
    display: table;
    border: 1px solid #D0D0D0;
    width: auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(50 50 52 / 20%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 52, 0.20);
    box-shadow: 0px 1px 2px 0px rgb(50 50 52 / 20%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.gridBoxList .gridAjaxTable > tbody > tr {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.gridAjax table > tbody > tr {
    background-color: #FFFFFF;
    cursor: default;
}

