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

@CHARSET "UTF-8";

/* 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;
}

/* display background only on larger displays */
@media all and (min-width: 600px) {
	.page-bg {
		background-image: url('../../pics/bg/fractal.png');
	}
}

/* image for the shutter */
#widget_device_shutter-shutter2 {
	background-image: url('../../pics/shutter/shutter_ocean.png');
}

/* image for the shutter */
#widget_device_shutter-shutter3 {
	background-image: url('../../pics/shutter/shutter_cliff.png');
}

/* width of a tank */
#widget_basic_tank-tank6 {
	width: 60px;
}
