/* List page All  */

.ilf {
	color: #777;
}

.fa-type-1 {
	color: #777;
}

.ai {
	color: #777;
}

.bootstrap-select > .btn {
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.bundle_box .bootstrap-select > .btn {
	border: 1px solid rgba(219,6,6,0.2);
}

.list_control {
	/*border: 2px solid #777;*/
	border-top: 5px solid #777;
	background-color: #f7f7f7;
	width: 100%;
}

.searchbox { 
	border: 1px solid #ccc;
	width: 79%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
 }
 
.searchsubmit {
	background-color: #ccc;
	border: 1px solid #ccc;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #666;
 }
 
.searchsubmit:hover {
	background-color: #AAAAAA;
}
 
.searchclear {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bundle_box .searchbox { 
	border: 1px solid rgba(219,6,6,0.2);
 }
 
.bundle_box .searchsubmit {
	border: 1px solid rgba(219,6,6,0.2);
 }
 
.bundle_box .searchclear {
	border-top: 1px solid rgba(219,6,6,0.2);
	border-bottom: 1px solid rgba(219,6,6,0.2);
}
 
.list_tabs_ai {
	background-color: #777;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top: 5px solid #777;
}

.form_box {
	width: 100%;
}

.reset_btn {
	background-color: #f7f7f7;
}
 
.input-group-append {
 	height: 34px;
 }

.tab_type {
	width: 20%;
	min-height: 55px;
}

.tab_list {
	width: 25%;
	min-height: 55px;
}

.tab_make {
	width: 28%;
	min-height: 55px;
}

.tab_fuel {
	width: 16%;
	min-height: 55px;
}

.tab_trans {
	width: 16%;
	min-height: 55px;
}

.tab_cat {
	width: 18%;
	min-height: 55px;
}

.tab_seller {
	width: 29%;
	min-height: 55px;
}

.tab_loc {
	width: 29%;
	min-height: 55px;
}

.tab_time {
	width: 19%;
	min-height: 55px;
}

.tab_distance {
	width: 19%;
	min-height: 55px;
}

.tab_options {
	width: 15%;
	min-height: 55px;
}

.tab_sort {
	width: 22%;
	min-height: 19px;
}

.tab_layout {
	width: 17%;
	min-height: 55px;
}

.tab_search {
	width: 66%;
	min-height: 55px;
}

.tab_section {
	width: 18%;
	min-height: 55px;
}

.tab_reset {
	width: 9%;
	text-align: center;
	min-height: 55px;
}

.tab_pc_button {
	display: none;
}

.pc_button {
	background-color: #f7f7f7;
}

.badge-all {
	background-color: #777;
}

.row_filter {
	background-color: #777;
}

@media (max-width: 1200px) {
	.tab_type {
		width: 19%;
	}

	.tab_list {
		width: 19%;
	}

	.tab_make {
		width: 19%;
	}

	.tab_fuel {
		width: 19%;
	}

	.tab_trans {
		width: 19%;
	}

	.tab_cat {
		width: 19%;
	}

	.tab_seller {
		width: 24%;
	}

	.tab_loc {
		width: 24%;
	}

	.tab_time {
		width: 24%;
	}

	.tab_distance {
		width: 24%;
	}

	.tab_options {
		width: 19%;
	}

	.tab_sort {
		width: 23%;
	}

	.tab_layout {
		width: 19%;
	}

	.tab_search {
		width: 64%;
	}
	
	.tab_section {
		width: 19%;
	}

	.tab_reset {
		width: 10%;
		text-align: center;
	}
	
	.label_distance {
		display: none;
	}
	
	.pc_label {
		text-align: left;
		width: 100%;
	}
	
	.searchbox { 
		width: 75%;
	 }
	 
	 .searchclear { 
		width: 10%;
	 }
	 
	 .searchsubmit { 
		width: 15%;
	 }

}

@media (max-width: 991px) {
	.tab_type {
		width: 17%;
	}

	.tab_list {
		width: 17%;
	}

	.tab_make {
		width: 17%;
	}

	.tab_fuel {
		width: 17%;
	}

	.tab_trans {
		width: 17%;
	}

	.tab_cat {
		width: 19%;
	}

	.tab_seller {
		width: 23%;
	}

	.tab_loc {
		width: 23%;
	}

	.tab_time {
		width: 22%;
	}

	.tab_distance {
		width: 22%;
	}

	.tab_options {
		width: 17%;
	}

	.tab_sort {
		width: 24%;
	}

	.tab_layout {
		width: 18%;
	}

	.tab_search {
		width: 56%;
	}

	.tab_reset {
		width: 12%;
		text-align: center;
	}
	
	.label_distance {
		display: none;
	}
	
	.pc_label {
		text-align: left;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.tab_type {
		width: 100%;
	}

	.tab_list {
		width: 100%;
	}

	.tab_make {
		width: 100%;
	}

	.tab_fuel {
		width: 100%;
	}

	.tab_trans {
		width: 100%;
	}

	.tab_cat {
		width: 100%;
	}

	.tab_seller {
		width: 100%;
	}

	.tab_loc {
		width: 100%;
	}

	.tab_time {
		width: 100%;
	}

	.tab_distance {
		width: 100%;
	}

	.tab_options {
		width: 100%;
	}

	.tab_sort {
		width: 100%;
	}

	.tab_layout {
		width: 100%;
	}

	.tab_search {
		width: 100%;
	}
	
	.tab_section {
		width: 100%;
	}

	.tab_reset {
		width: 47%;
		text-align: center;
	}
	
	.pc_label {
		display: none;
	}
	
	.label_distance {
		display: inline-block;
	}
	
	.tab_pc_button {
		display: inline-block;
		width: 47%;
	}
	
	.list_control {
		border: 1px solid #777;
		border-top: 10px solid #777;
	}
}

@media (max-width: 553px) {
	.tab_pc_button {
		width: 46%;
	}
	
	.tab_reset {
		width: 46%;
	}
}

@media (max-width: 430px) {
	.tab_pc_button {
		width: 45%;
	}
	
	.tab_reset {
		width: 45%;
	}
}

@media (max-width: 336px) {
	.tab_pc_button {
		width: 44%;
	}
	
	.tab_reset {
		width: 44%;
	}
}