/* https://www.w3.org/TR/sdw-ucr/localstyles.css */
.contributor:before {
	content: "Contributed by: ";
	font-weight: bold;
}

.source:before {
	content: "Source: ";
	font-weight: bold;
}

.deliverables:before {
	content: "Deliverable(s): ";
	font-weight: bold;
}
/* CSS based largly on SDWWG template */

/* Hide deliverables for the moment, filter by tags*/
.deliverables{
	display: none;	
}

.tag, .switch{
	display: inline-block;
	margin-right: 0.5em; 
	font: bold 1em Arial;
	text-decoration: none;
	background-color: #f2f2f2;/*#eeeeee;*/
	color: #333333;
	padding: 3px 8px 3px 8px;		
	border-radius: 5px;
}

.tag{
	border: 2px solid;
}

.switch{
	box-shadow: 0px 5px 0px #ababab;		
}

.switch:hover {
	  
}

.switch.deliverable_reference{
}

/* For "press style buttons" see http://callmenick.com/_development/stylish-css-buttons/  */
.switch.checked {
	/*color: #406041;*/
	background-color: #cdcdcd;/*#b3d6b4;*/	
	box-shadow: 0 2px #ababab;
	transform: translateY(3px);
}

.filter{
	display: inline-block;
	margin-bottom: 0.7em; 
}

.filterGroup{
	padding: 0.5em;
	padding-left: 1em;
	/*margin: 0.5em;*/		 
}

#deliverableFilter{
	background-color: #ccebff;
	border-radius: 5px 5px 0px 0px;
}

#resourceFilter{
	background-color: #deedde;
}

#aspectFilter{
	background-color: #ffeecc;
}

#metaFilter{
	background-color: #e9e9e9;
	border-radius: 0px 0px 5px 5px;
}



.tags:before {
	content: "Tags: ";
	font-weight: bold;
}

p.tags:empty:after {
	content: 'no tags';
}

.filterControl{
	padding-bottom: 10px; 
}

.dxwgButton{
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
}

.applyFilterButton{
	
}

.resetFilterButton{
	
}

.stakeholders:before {
	content: "Stakeholders: ";
	font-weight: bold;
}

.description:before {
	display: block;
	content: "Description";
	font-weight: bold;
}

.existing_approaches:before {
	display: block;
	content: "Existing approaches";
	font-weight: bold;
}

.links:before {
	content: "Links";
	font-weight: bold;
}

.related_use_cases:before {
	content: "Related use cases";
	font-weight: bold;
}

.comments:before {
	content: "Comments";
	font-weight: bold;
}

.requirements:before {
	content: "Requirements";
	font-weight: bold;
}

.relatedDeliverables:before {
    content: "Related deliverables: ";
    font-weight: bold;
}
.relatedRequirements:before {
    content: "Related requirements: ";
    font-weight: bold;
}
.relatedUseCases:before {
    content: "Related use cases: ";
    font-weight: bold;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
.toggleVis {
	text-decoration: none;
	font-weight: bold;
}
.expandOrCollapse {
	font-weight: bold;
}

a.sec-ref:after{	
	content: "\02002";
}
