/*! Rappid v1.7.2 - HTML5 Diagramming Framework - TRIAL VERSION

Copyright (c) 2015 client IO

 2016-07-06 


This Source Code Form is subject to the terms of the Rappid Trial License
, v. 2.0. If a copy of the Rappid License was not distributed with this
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
 or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/


.paper-scroller {
   background-color: hsla(220,11%,97%,.95);
}
.paper-scroller > .paper {
   /* Grid background image */
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYV2NkYGAwBuKzQIwXMBJSAJMfVUidcAQAnUQBC6jEGBUAAAAASUVORK5CYII=');
   background-color: white;
   box-shadow: 0 0 2px lightgray;
}

.element.basic.Rect rect,
.element.basic.Circle circle,
.element.devs.Atomic rect {
   -webkit-svg-shadow: 2px 2px 5px gray;
}
.element.basic.Path path { 
   -webkit-svg-shadow: 1px 1px 2px gray; 
}

@media print {
    body:before {
       content: "VIA.Process \A PROCESS_SAMPLE \A Process sample \A Version 1 \A 2017-10-09 18:00:55 ";
	   white-space: pre;
       top: -1mm;
	   font-size:12px;
    }
}