

/* ==================================== */
/* ============ Filter By ============= */

.filter {
	height: 40px;
	padding: 0;
	background-color: #ffffff;
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 0 0 1px;
	z-index: 99;
	margin-top:20px;
}
.filter span {
	display: inline-block;
	margin: 6px 0;
	font-size: 18px;
  font-weight: bold;
}
.filter .search_filter {
	position: relative;
	display: inline-block;
	float: right;
  padding: 2px 12px;
	margin: 5px 0px 5px 8px;
  font-size: 17px;
  font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-color: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.filter .search_filter:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.54);
}
.filter .type {
	position: relative;
	display: inline-block;
	float: right;
	width: 87px;
	margin: 5px 0px 5px 8px;
	padding: 4px 10px 4px 10px;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	transition: 0.5s;
}
.filter .type:hover {
  border-color: rgba(0, 0, 0, 0.54);
	background-color: rgba(0, 0, 0, 0.12);
}
.filter .type i {
	position: absolute;
	top: 7px;
	right: 5px;
}
.filter .type:hover > .choice {
	display: block;
}
.filter .type .choice {
	display: none;
	position: absolute;
	top: 28px;
	right: -1px;
	max-height: 300px;
  padding: 2px 26px 2px 8px;
	overflow-x: hidden;
  overflow-y: auto;
	border: solid rgba(0, 0, 0, 0.54);
	border-width: 1px;
	background-color: #ffffff;
  font-family: tahoma, ms sans serif;
  font-size: 13px;
	z-index: 20;
}
.filter .type .choice::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 8px;
  width: 134px;
  height: 1px;
  border-top: 1px dotted rgba(0, 0, 0, 0.12);
}
#filter-mob {
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	padding: 0 8px;
	background-color: #ffffff;;
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 0 0 1px;
	cursor: pointer;
	z-index: 998;
}
#filter-mob .search_filter {
	position: relative;
	display: none;
	float:right;
  padding: 2px 20px;
	margin: -3px 0 0 20px;
  font-size: 17px;
  font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-color: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
#filter-mob .search_filter:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.54);
}
#filter-mob #filter-mob-head {
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	color: #757575;
}
#filter-mob #filter-select-mob {
	display: none;
	padding: 0 7px 15px;
	font-size: 16px;
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 1px 0 0;
}
#filter-mob #filter-select-mob .type {
	position: relative;
	margin: 15px 0 0;
	padding: 10px;
	font-size: 17px;
	border: 1px solid rgba(0, 0, 0, 0.54);
	background-color: #ffffff;
}
#filter-mob #filter-select-mob .type i {
	position: absolute;
	top: 5px;
	right: 5px;
}
#filter-mob #filter-select-mob .type .choice {
	overflow-x: hidden;
  overflow-y: auto;
	background-color: #ffffff;
  font-family: tahoma, ms sans serif;
  font-size: 13px;
}
#filter-mob #filter-select-mob .type .choice::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 8px;
  width: 134px;
  height: 1px;
  border-top: 1px dotted rgba(0, 0, 0, 0.12);
}
#filter-space {
	display: none;
	width: 100%;
	height: 40px;
}





/* ==================================== */
/* =========== Pagination ============= */

.pagination {
	margin: 5px 0;
}
.pagination > li > a {
	color: #212121;
}
.pagination > li > .this {
	background-color: #eeeeee;
}
.pagination-panel {
	text-align: right;
}


.notfound {
	height: 200px;
	padding-top: 50px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
