
/*COMMON*/

.disable_selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.animated_transition {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.button-title {
	font-size: 12px;
	color: #404040;
}

/*FILTER PANEL*/

.filter_panel_background {
	display: inline-block;
	position: relative;
	height: 50px;
	visibility: visible;
	z-index: 10;
	float: left;
	font-size: 11px;
}

.filter_panel_background_mobile {
	display: inline-block;
	position: relative;
	padding-right: 50px;
	height: 50px;
	visibility: visible;
	z-index: 10;
	float: left;
	zoom: 0.6;
	font-size: 8px;
}

/*LIST BUTTON*/

.fliter_list_button_background {
	float: left;
	text-align: middle;
	cursor: pointer;
	padding-right: 9px;
	/*display: inline-block;*/
	/*background-color: yellow;*/
}

.fliter_list_button_icon {
	display: inline-block;
}

.fliter_list_button_title {
	display: block;
}

/*FILTER NAVIGATOR*/

.filter_navigator_background {
	position: absolute;
	left: 0px;
}

/*LIST GRID*/

.filter_grid_background {
	position: absolute;
	left: 0px;
	background: #efeff0;
	border: 1px solid #a0a0a0;
	padding: 0px 10px 10px 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	/*z-index: 100;*/
	overflow: hidden;
	cursor: default;
}

.filter_grid_table {
	margin: -10px;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0px;
}

.filter_grid_title {
	font-size: 18px;
	color: #404040;
	text-align: center;
	width: 100%;
}

/*LIST GRID CELL*/

.filter_grid_cell {
	margin: 0px 5px 10px 5px;
	background: #efeff0;
	cursor: pointer;
}

.filter_grid_cell_icon {
	width: 168px;
	height: 48px;
	box-sizing: content-box;
	background: white;
}

.filter_grid_cell_panel {
	position: relative;
	width: 100%;
	height: 20px;
	background: #505050;
	text-align: center;
	color: #fff;
	/*font-size: 12px;*/
	width: 168px;
}

.filter_grid_cell_title {
	display: block;
	padding-top: 1.5px;
	font: Poppins;
	
}

.filter_grid_cell_check {
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
}

/*KEYWORD PANEL*/

.filter_keyword_panel_label {
	font-size: 12px;
	color: #a0a0a0;
	text-align: left;
}

.filter_keyword_panel_input {
	background: #fff;
	border: #c2c2c2 solid 1px;
	padding: 5px;
	color: #000;
	font-size: 14px;
	outline: none;
	width: 300px;
}

/*SEPARATOR*/

.filter_separator {
	float: left;
	background: #d3d3d4;
	width: 2px;
	height: 100%;
	margin-right: 10px;
}

/*STRIPE*/

.filter_stripe_backgroud 
{
	float: left;
	top: 80px;
	width: 100%;
	height: 30px;
	margin-top: 5px;
}

.filter_stripe_box {
	background-color: #efeff0;
	border: #d5d5d5 solid 1px;
	padding: 4px 8px;
	margin-left: -1px;
	color: #a5a5a5;
	font-size: 12px;
	float: left;
	text-align: left;
}

.filter_stripe_title {
	display: inline;
}

.filter_stripe_item {
	color: #404040;
	padding-left: 4px;
	cursor: pointer;
}

.filter_stripe_default_item {
	color: #404040;
}

.filter_stripe_delete_button {
	margin-top: -8px;
	cursor: pointer;
}

.filter_stripe_reset_button {
	background-color: #fff;
	border: #d5d5d5 solid 1px;
	padding: 4px 8px;
	color: #000;
	font-size: 12px;
	float: left;
	cursor: pointer;
	margin-left: -1px;
}