@charset "UTF-8";
/* CSS Document */


.clear-all
{
	width:24px;
	padding-top:0px;
}


.filterSort
{
	left:-6px;
	top:1px;
}


/* SORT DIALOG */
.sortDialogTitle 
{
	color:grey;
}

.sortDialogIcon 
{
	margin-right:8px;
}

/*
.sortDialogClear 
{
	margin-right:2px;
}

.sortDialogSubmit 
{
	margin-right:2px;
}*/

.sortDialogClose 
{
	border:0px;
}

.sortButtonIcon
{
	padding-top:2px;
	padding-bottom:0px;
}


/* FILTER DIALOG */

.filterDialogTitle 
{
	color:white;
}

.filterDialogIcon 
{
	margin-right:8px;
}

/*
.filterDialogClear 
{
	margin-right:2px;
}

.filterDialogSubmit 
{
	margin-right:2px;
}

.filterDialogClose 
{
	border:0px;
}	
*/

/* FILTER */

	
	.filter
	{
		font-weight:600;
		border:1px solid white !important; /*#ccc*/
		border-radius:3px !important; 
	/*	box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */ /* shadow */			
	}
	
	.dropdown-menu.filter
	{
		margin-left:-1px;
	}
	
	
	.filter-menu-item-xs
	{
		font-size:12px;
	}
	.filter-menu-item-sm
	{
		font-size:13px;
	}
	.filter-menu-item-md
	{
		font-size:14px;
	}
	.filter-menu-item-lg
	{
		font-size:16px;
	}


	.filter-search-menu
	{
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
		border-left:0px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	}

	.filter-btn
	{
		border-radius:0px; /* no border radius */
		border-left:0px; /* no left border */
		border-right:0px; /* no right border */
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075); /* shadow */	
	}

	.filterIcon
	{
		border-top-left-radius:3px; /* left radius */
		border-bottom-left-radius:3px; /* left radius */

		border-top-right-radius:0px !important;  /* right radius */
		border-bottom-right-radius:0px !important; /* right radius */
		
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075); /* shadow */	
		border-right:0px !important; /* no right border */
	}
	
	.filterBoolIcon
	{
		font-size:12px;
		
		padding:5px;
		padding-top:4px;
		padding-bottom:4px;
		
		top:0px;
		
		border:1px solid #ccc;
		
		border-top-left-radius:3px;
		border-bottom-left-radius:3px;
		
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		
		border-right:0px;
	}
	
/*	.filter-divider
	{
		margin:2px;
	}*/
	
	.no-border-left
	{
		border-top-left-radius:0px !important; /* left radius */
		border-bottom-left-radius:0px !important; /* left radius */
		
		border-left:0px !important;	
	}

	.no-border-right
	{
		border-top-right-radius:0px !important; /* left radius */
		border-bottom-right-radius:0px !important; /* left radius */
		
		border-right:0px;	
	}
	
	.filterStandard
	{
		font-weight:600 !important;	
	}




/* SORT */

.sort
{
 /*	display:inline;
	left:-6px;
	top:1px;
 	*/
}


	.sortIcon
	{
		border:0px;	
	}

	.sortMenuIcon
	{
		margin-right:4px;
		top:2px;
	}

	.sortAlone
	{
		border:1px solid #ccc;
		border-radius:3px; 
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075); /* shadow */	

	}

	.sortOnly
	{
		border:1px solid #ccc;
		border-radius:3px !important; 
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075); /* shadow */	
	}
