/**
 * Copyright (C) 2015-2019 IDENTITY, Lda.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; version 2
 * of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/

/* HTML5 Seamless overlay wireframe window */

.ueow_seamless_overlay_window {
	z-index: 200;
	position: fixed;
	border: 1px solid rgba(0,100,250,0.1);
	background: rgba(0,50,150,0.2);
}

.ueow_seamless_overlay_ground {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.ueow_cursor_move               { cursor:move; }
.ueow_cursor_resize_top         { cursor:n-resize; }
.ueow_cursor_resize_bottom      { cursor:s-resize; }
.ueow_cursor_resize_left        { cursor:w-resize; }
.ueow_cursor_resize_right       { cursor:e-resize; }
.ueow_cursor_resize_topleft     { cursor:nw-resize; }
.ueow_cursor_resize_topright    { cursor:ne-resize; }
.ueow_cursor_resize_bottomleft  { cursor:sw-resize; }
.ueow_cursor_resize_bottomright { cursor:se-resize; }
