﻿

.rounded
{
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

#canvas {
	-webkit-box-shadow: 6px 10px 38px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 10px 38px -8px rgba(0,0,0,0.75);
	box-shadow: 6px 10px 38px -8px rgba(0,0,0,0.75);
	position: relative;
}

.canvas-layer {
	position: absolute;
}

.canvas-layer img {
	position: absolute;
	top: 0;
	left: 0;
}

.swatch {
	height: 45px;
}

.swatch:hover {
	-ms-opacity: .7;
	opacity: .7;
}

.preview-image {
	max-width: inherit !important;
	max-height: inherit !important;

}

.preview-image:hover {
		cursor:move;
}

.selectedElement {
  color: #69D2E7;
  outline: 3px dashed #E0E4CC;
  box-shadow: 0 0 0 3px #69D2E7;
  animation: 1s animateBorderOne ease infinite;
}

.selectedElement  .ui-resizable-handle {
	display: block !important;
}

.notSelectedElement .ui-resizable-handle {
	display: none !important;
}


@keyframes animateBorderOne{
  to {
    outline-color: #69D2E7;
    box-shadow: 0 0 0 3px #E0E4CC;
  }
}


#canvas .ui-icon
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	
}  
.ui-resizable-se:hover
{
	opacity: 1;
}
.ui-resizable-se
{
	right:-8px !important;
	bottom:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-se
{
	background-position: top left !important;
}

.ui-resizable-ne:hover
{
	opacity: 1;
}
.ui-resizable-ne
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	right:-8px !important;
	top:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-ne
{
	background-position: top left !important;
}

.ui-resizable-nw:hover
{
	opacity: 1;
}
.ui-resizable-nw
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	left:-8px !important;
	top:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-nw
{
	background-position: top left !important;
}

.ui-resizable-sw:hover
{
	opacity: 1;
}
.ui-resizable-sw
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	left:-8px !important;
	bottom:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-sw
{
	background-position: top left !important;
}

.ui-resizable-n:hover
{
	opacity: 1;
}
.ui-resizable-n
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	left:50% !important;
	top:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-n
{
	background-position: top left !important;
}

.ui-resizable-w:hover
{
	opacity: 1;
}
.ui-resizable-w
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	top:45% !important;
	left:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-w
{
	background-position: top left !important;
}


.ui-resizable-s:hover
{
	opacity: 1;
}
.ui-resizable-s
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	left:50% !important;
	bottom:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-s
{
	background-position: top left !important;
}

.ui-resizable-e:hover
{
	opacity: 1;
}
.ui-resizable-e
{
	background-image:url('/global/images/handle.png')!important;
	width:13px !important;
	height:13px !important;
	top:45% !important;
	right:-8px !important;
	opacity: .6;
}
.ui-icon-gripsmall-diagonal-e
{
	background-position: top left !important;
}

.ui-resizable-resizing {
	border: 2px solid gray;
	margin: -3px;
}

#text-input {
	width: 100%;
	height: 50px;
}

.color-swatch {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.color-swatch div, .color-swatch a {
	width: 100%;
	height: 100%;
}

.color-swatch:hover {
	opacity: .5;
}

.selected {
	opacity: .5;	
}