.vp {color:green !important;
display:none !important;}
x.deepsecurity{color:green !important;}

/*
	Copyright (C) 2013 Trend Micro Inc. All rights reserved.
*/

/*
	This style sheet serves as a testing tool and as a manifest of all 
	the element class names used for conditionally displaying content.

	attributes should be:
		display:none !important; 
	or
		display:inline !important; 

*/

/* ======= ELEMENT EXCEPTIONS ========= */
/*
	Certain elements need to use a display value that is different from the 
	default "inline". These elements, along with the values they use, are 
	defined below.


<BEGIN ELEMENT EXCEPTIONS>
body:block
dd:block
div:block
dl:block
dt:block
ol:block
p:block
ul:block
pre:block
li:list-item
table:table
tr:table-row
col:table-column
tbody:table-row-group
colgroup:table-column-group
<END ELEMENT EXCEPTIONS>
*/

/* =======  EDITIONS  ========= */
/* 
	Edition class names are used to display content depending on the edition 
	of DSM that is deployed. If an element has no edition class name, the 
	element belongs in all editions (t0mt, t0, tn).
	The tn class is included for completeness only.  Since tn content appears
	in all three editions, there should be no need to use it.   
*/

/* Tenant 0, with multi-tenant license */
.t0mt {
	
}

/* Tenant 0, without multi-tenant license */
.t0 {
	
}

/* Tenant N, the SaaS client */
.tn {
	
}

/* =======  MODULES  ========= */
/*
	Module class names are used in the help to indicate the text enclosed in the 
	tag applies to that module ONLY.  They are used to hide content that applies 
	to unlicensed modules.
*/
.am {
	
}

.wrs {
	
}

.fw {
	
}

.dpi {
	
}

.li {
	
}

.im {
	
}

/* =======  MULTI-TENANT OPTIONS  ========= */
/*
	These are the options for the individual MT settings found in 
	Administration > System Settings > Tenants
*/

/* Allow tenants to use the Backup Scheduled Task  */
.backup {
	
}

/* Allow tenants to use the Run Script Scheduled Task  */
.runScript {
	
}

/* Allow tenants to run Host Discovery (directly and as a Scheduled Task)  */
.discovery {
	
}

/* Allow tenants to run Port Scan (directly and as a Scheduled Task)  */
.portScan {
	
}

/* Allow tenants to synchronize with vCenter  */
.syncVcenter {
	
}

/* Allow tenants to synchronize with Cloud Connectors  */
.syncCloud {
	
}

/* Allow tenants to synchronize with Directories  */
.syncDirectory {
	
}

/* Allow tenants to use the Relays in my "Default Relay Group" (for unassigned Relays)  */
.defaultRelayGroup {
	
}

/* New tenants should automatically check for software component updates  */
/* (Shouldn't have to use this since there will probably not be any OLH content)  */
.autoCheckUpdates {
	
}

/* Lockdown the following configuration options (all tenants use the options configured for the primary tenant):	 */

/* Agents Tab - Data Privacy Settings  */
.dataPrivacy {
	
}

/* SIEM Tab (All tenants use the settings located on the SIEM tab for ALL event types and syslog is relayed via the Manager)  */
.siemTab {
	
}

/* SMTP Tab  */
.smtpTab {
	
}

/* Storage Tab  */
.storageTab {
	
}

/* Classes specific to various Deep Security Editions */

/* Help specific to Deep Security */
.deepsecurity {

}

/* Help specific to the regular enterprise release of Deep Security */
.enterprise {

}

/* Help specific to Deep Security as a Service */
.dsaas {

}

/* Help specific to IDF/VP */
.vp {

}

/* Help specific to DSM for AWS marketplace */
.aws {

}

