/**
 * -----------------------------------------------------------------------------
 * @package     smartVISU
 * @author      Martin Gleiss
 * @copyright   2012 - 2015
 * @license     GPL [http://www.gnu.de]
 * ----------------------------------------------------------------------------- 
 */

/* enable selecting text in docu pages only */
html body {
  -webkit-touch-callout: none!important;
  -webkit-user-select: text!important;
  -moz-user-select: text!important;
  -ms-user-select: text!important;
  user-select: text!important;
}

.severity_E .tplchk_text {
	color: red;
}
.severity_W .tplchk_text {
	color: #E1D500;
}
.severity_N .tplchk_text {
	color: limegreen;
}
.severity_I .tplchk_text {
	color: limegreen;
}

.check img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
