/* global.theme.css */

.SYSTEM_DEBUG { z-index:2000; display:none; background-color:#ff9999; position: fixed; top:0; bottom:30px; right:0; opacity:1; width:50%; max-width:500px; cursor:pointer; padding:10px;}
.SYSTEM_DEBUG pre { background-color:#eeeeee; overflow:auto;padding:10px; margin:0; font-size:11px;}
.SYSTEM_DEBUG pre:first-of-type { height:25%;margin-bottom:20px;}
.SYSTEM_DEBUG pre:last-of-type { height:70%;}
/*.SYSTEM_DEBUG:hover {opacity:1.0;}*/

.SYSTEM_DEBUG_BAR { height:30px; background-color: #ff0000; color:#ffffff; line-height: 30px; padding:0 10px; display:flex; justify-content: space-between; font-size:14px; }
.SYSTEM_DEBUG_BAR a { cursor:pointer; padding:0 10px;}
.SYSTEM_DEBUG_BAR a:hover { background-color: #7777ff;}