@charset "utf-8";

/*
	XGUI-Web CSS
	Filter Components
	-----------------
*/

div[xgFilterPanel] {
	cursor: default;
	border-width: 1px; 
	border-width: 0.1rem; 	
	border-style: solid solid none;		
	border-color: rgba(181, 166, 36, 1.00);	
	background-color: rgba(238, 232, 170, 1.00);	
}

div[xgFilterHeader] {
	cursor: pointer;		
	padding: 0 15px 0 10px;
	padding: 0 1.5rem 0 1rem;	
}

div[xgFilterHeader] > * {
	cursor: pointer;	
}

div[xgFilterFooter],
div[xgFilterContent] {
	padding: 10px;
	padding: 1rem;	
}

div[xgFilterFooter],
div[xgFilterHeader] {
	font-weight: bold;
}

div[xgFilterFooter],
div[xgFilterContent] {	
	display: none;
}

div[xgFilterContent] div[xgFilterFooter] {
	padding: 0;			
	display: block;
	background-color: transparent;		
}

div[xgFilterIcon] {
	float: left;
	width: 16px;
	width: 1.6rem;	
	height: 16px;
	height: 1.6rem;
	margin: 10px 0;
	margin: 1rem 0;	
	background-repeat: no-repeat;
	background-image: url(/xgui-web/images/FilterPanel.png);
}

label[xgFilterActive] {
	display: none;
	margin: 6px 0px 0px 6px;
	margin: 0.6rem 0rem 0rem 0.6rem;
	color: rgba(244, 146, 96, 1.00);
	font-weight: bold;
}

label[xgFilterInactive] {
	margin: 6px 0px 0px 6px;
	margin: 0.6rem 0rem 0rem 0.6rem;
}

div[xgFilterFooter] input[btnFilter] {
	background-image: url(/xgui-web/images/btnFilter.png);	
}

div[xgFilterFooter] input[btnFilterReset] {
	background-image: url(/xgui-web/images/btnClearText.png);	
}