.hide{
	display: none !important;
}
.no-result
{
	padding: 10px;
    color: #909090;
}
.filter-list
{	
	position: absolute;
	background-color: #ffffff;
	padding: 10px;
	width: 90%;
	min-width: 940px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.3) 0 0 10px;
	top: 40px;
	left: 0px;
	z-index: 1002;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.filter-list .search {
	box-shadow: rgba(0,0,0,0.5) 0 0 5px inset;
	padding: 8px 10px;
	width: auto;
	min-width: 250px;
	font-size: 14px;
	float: left;
	/*text-transform: lowercase;*/
}
.list-header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px;
  background-color: #dcdcdc;
  border-radius: 5px;
}
.list-header p {
  display: block;
  float: right;
  margin-left: 10px;
  padding: 0 15px;
  margin: 0 25px 0 0px;
  font-size: 20px;
  line-height: 34px;
}
.list-container
{
	float: left;
	width: 100%;
	/*-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;*/
}
.modal .list-container {
		height: 340px;
		float: left;
	width: 100%;
		overflow: auto;
		    padding-bottom: 78px;
	}
.modal .filter-list{
	overflow:hidden;
}
.filter-list .city-list
{
	float: left;
	width: 20%;
}
.filter-list ul
{
	list-style: none;
	padding: 0;
	line-height: 23px;
	font-size: 12px;
	float: left;
	width: 100%;
}
.filter-list ul li
{
	padding: 3px 10px;
}
.filter-list ul li:hover
{
	background: #f4f4f4;
	cursor: pointer;
}
.filter-list ul li.country
{
	font-weight:bold;
	color: #E52713;
	font-size: 16px;
}
.filter-list ul li.country:hover
{
	background: none;
	cursor: default;
}
.close-filter {
font-family: sans-serif !important;
  position: absolute;
  right: 19px;
  top: 19px;
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  background-color: rgba(238, 53, 36, 0.87);
  color: #ffffff;
  height: 27px;
  width: 27px;
  line-height: 16px;
  text-align: center;
}
.close-filter:hover
{
	 background-color: rgb(238, 53, 36);
}
.close-filter .icon
{
	border-radius: 0;
	border: none;
	background: none;
	position: relative;
	padding: 0px;
	font-size: 17px;
}
.modal .filter-list
{
	max-width: 353px;
	min-width: auto;
	max-height: 320px;
	/* overflow: auto; */
}
.modal .close-filter {
    right: 14px;
    top: 24px;
    height: 20px;
    width: 20px;
    line-height: 10px;
}
.modal .close-filter .icon {
    font-size: 12px;
}
.modal .list-header p {
    padding: 0 15px 0 0;
    font-size: 13px;
    line-height: 22px;
	float: left;
    display: none;
}
.modal .filter-list .city-list {
    float: left;
    width: 100%;
}
.modal .filter-list .search
{
	min-width: 1px;
}
/*.close-filter:hover .icon
{
	color: #E52713;	
}*/
.update-city .filter-list
{
	min-width: 320px;
	overflow: auto;
	max-height: 347px;
}
.update-city .list-header p
{
	font-size: 14px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 17px;
	display: none;
}
.update-city .close-filter
{
	height: 20px;
	width: 20px;
	line-height: 10px;
}
.update-city .close-filter .icon
{
	font-size: 12px;
}
.update-city .filter-list .city-list
{
	width: 100%;
}
.update-city .filter-list .search
{
	min-width: 240px;
}
@media screen and (max-width: 1250px)
{
	.filter-list
	{
		min-width: 820px;
	}
	.filter-list .city-list
	{
		width: 25%;
	}
}
@media screen and (max-width: 1100px)
{
	.filter-list
	{
		min-width: 600px;
		position: fixed;
		width: 80%;
		margin: 0 auto;
		max-height: 491px;
		overflow: hidden;
		margin-bottom: 350px;
		z-index: 1001;
		top: 80px;
		  left: 0;
		  right: 0;
	}
	.list-container {
		height: 340px;
		overflow: auto;
	}
	.filter-list .city-list {
		width: 50%;
	}
}
@media screen and (max-width: 940px)
{
	.filter-list
	{
		position:fixed;
		top: 99px;
		width: 80%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px)
{
	.filter-list
	{
		min-width: 430px;
	
		top: 130px;
}
	.list-header p {
	  display: none;
	}
	.filter-list .close-filter
	{
		top: 1px;
	
		width: 20px;
		height: 20px;
		right: 1px;
		padding: 3px;
}
	.filter-list .close-filter .icon
	{
		font-size: 12px;
	
		line-height: 16px;
}
	.filter-list .search
	{
		width: 100%;
	}
}
@media screen and (max-width: 480px)
{
	.filter-list
	{
		min-width: 300px;
		top: 46px;
		width: 100%;
		border-radius: 0;
		height: 100%;
	}
	.list-container
	{
		height: 100%;
		padding-bottom: 60px;
	}
	.filter-list .city-list {
		width: 100%;
	}
	.list-header p {
	  text-align: left;
	  padding: 0;
	  font-size: 14px;
	
	  display: block;
	  width: 100%;
	  margin: 0 0 3px;
	  line-height: 20px;
	}
	.filter-list ul li
	{
		padding: 5px 10px;
		border-bottom: #dcdcdc solid 1px;
	}
}