@charset "utf-8";
/* Personalisation Tool's Customised CSS Code */

body {
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	background:#eee;
	color:#333;
	padding:0;
	margin:0;

	-webkit-user-select:none; /* Chrome all / Safari all */
	   -moz-user-select:none; /* Firefox all */
		-ms-user-select:none; /* IE 10+ */
			user-select:none; /* Likely future */
}

.hideMe {display:none !important;}
.pullRight {float:right;}
.pullLeft {float:left;}
.pullCenter {
	margin:auto;
	float:none;
}
.clearFix::after {
	display:table;
	clear:both;
	content:"";
}
.alignJustify {text-align:justify;}
.alignCenter {text-align:center;}
.alignRight {text-align:right;}
.alignLeft {text-align:left;}
/*.siteWidth {width:1100px;}*/

header, nav, aside, section, footer, #persTool img, header nav.topNav {
	box-sizing:border-box;
	display:block;
}

h1, h2, h3, h4, h5, h6 {margin:0;}
.noScroll {overflow:hidden;}
.loader {
	background:rgba(0,0,0,0.5);
	position:fixed;
	z-index:99999;
	height:1200px;
	width:100%;
	left:0;
	top:0;
}
.loader::before, .loader::after {
	margin:-50px 0 0 -50px;
	box-sizing:border-box;
	text-align:center;
	border-radius:50%;
	line-height:100px;
	position:fixed;
	display:block;
	height:100px;
	width:100px;
	content:"";
	left:50%;
	top:50%;
}
.loader::before {
	background:rgba(255, 255, 255, 0.7);
	content:"Loading";
}
.loader::after {
	animation:spin 2s linear infinite;
	border:10px solid #fafafa;
	border-top-color:#f75353;
}
@keyframes spin {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}

#persTool {
	position:relative;
	margin:0 auto;
	width:100%;
	padding:0;
}
#persTool > .siteWidth {margin-bottom:20px;}
#persTool img {width:100%;}
.persTool ul {
	list-style:none;
	padding:0;
	margin:0;
}
#toolBody {margin:0 auto;}

header {
	background:#333;
	position:fixed;
	padding:0 5px;
	height:40px;
	color:#fff;
	z-index:99;
	width:100%;
	top:0;
}
header h1, .resultBox h1 {
	font-weight:normal;
	line-height:50px;
}
header a {
	text-decoration:none;
	color:#fff;
}
header nav.topNav {
	position:relative;
	z-index:100;
	height:40px;
	clear:both;
	width:40px;
	margin:0;
}
.templateName {
	color:rgba(255,255,255,0.8);
	margin-bottom:10px;
	position:relative;
	font-size:100%;
	height:30px;
}
.templateName label,
.templateName input,
.templateName button {
	box-sizing:border-box;
	display:inline-block;
	height:30px;
	outline:0;
	border:0;
}
.templateName input[type=text] {
	position:absolute;
	font-size:110%;
	padding:0 5px;
	color:#333;
	width:100%;
}
.templateName button {
	background:rgba(160,230,250,0.4);
	position:absolute;
	font-style:italic;
	font-size:100%;
	padding:0 10px;
	cursor:pointer;
	height:30px;
	right:0;
	top:0;
}
.templateName button:hover {background:rgba(160,230,250,0.9);}
.templateName button:active {background:rgba(160,230,250,0.7);}
header .settings {
	position:absolute;
	margin-right:0;
	right:5px;
	top:0;
}
nav.topNav {
	position:relative;
	min-height:40px;
	min-width:34px;
}
nav.topNav .menuIcon, .settings .menuIcon {
	position:absolute;
	cursor:pointer;
	padding:5px;
	height:30px;
	width:24px;
	left:0;
}
.settings .menuIcon {
	text-align:center;
	line-height:30px;
	font-size:180%;
}
.menuIcon.close {
	background:#555;
	color:#fff;
}
/*i#layers.close {color:#f75353;}*/
.fa-gear.close::before,
.settings .menuIcon::after {
	display:block;
	content:"";
}
.fa-gear.close::before,
.fa-gear.close::after,
.menuIcon > div {
	background:#eee;
	transition:0.4s;
	margin:5px 0;
	height:3px;
}
.close .barTwo {opacity:0;}
.close .barOne {
	-webkit-transform:rotate(-45deg) translate(-5px, 5px);
	transform:rotate(-45deg) translate(-5px, 5px);
	/*background:#333;*/
}
.close .barThree {
	-webkit-transform:rotate(45deg) translate(-6px, -6px);
	transform:rotate(45deg) translate(-6px, -6px);
	/*background:#333;*/
}
.fa-gear.close::before {
	-webkit-transform:rotate(-45deg) translate(-6px, 5px);
	transform:rotate(-45deg) translate(-6px, 5px);
	background:#333;
}
.fa-gear.close::after {
	-webkit-transform:rotate(45deg) translate(0px, 0px);
	transform:rotate(45deg) translate(0px, 0px);
	background:#333;
}
.close + .menuBox, .close + .toolBox {display:block;}
.menuBox, .toolBox {
	position:absolute;
	background:#555;
	transition:0.4s;
	min-width:200px;
	max-width:250px;
	overflow:hidden;
	padding:5px 0;
	z-index:10001;
	display:none;
	top:40px;
	left:0;
}
.toolBtn:hover + .toolBox, .toolBox:hover {display:block;}
.toolBox {
	overflow:visible;
	min-width:140px;
	left:-8px;
}
.layering .toolBox {min-width:100px;}
.userTab .toolBox {
	text-align:left;
	min-width:120px;
	max-width:150px;
	right:-5px;
	left:auto;
}
.toolBar .menuBox {
	min-width:250px;
	max-width:280px;
}
.layers .menuBox {
	background:#444;
	max-width:268px;
	z-index:9999;
	left:-10px;
	top:40px;
}
#layers.close {background:#444;}
.layerName {text-transform:capitalize;}
.emptyLayer {text-align:center;}
.menuBox ul, .menuBox li, .toolBox ul, .toolBox li, aside ul, aside li {
	list-style:none;
	padding:0;
	margin:0;
}
.menuBox li, .toolBox li, aside li {
	line-height:34px;
	overflow:hidden;
	color:#eee;
}
.menuBox ul > li, aside ul > li, .toolBox ul > li {padding:0 15px;}
.layerList {overflow:auto;}
.layerList li {padding-right:12px;}
.layerList li[id], .layerList li label {cursor:pointer;}
aside .leftMenu {padding:2px 0;}
aside .leftMenu > li:not(:first-child) > div	{display:none;}
aside .leftMenu > li > div {
	border-bottom:1px dashed rgba(255, 255, 255, 0.3);
	padding:15px 0;
}
.menuBox li:not(:first-child) a, .toolBox li:not(:first-child) a {border-top:1px solid #888;}
.toolBar .menuBox li:not(:first-child) > div {border-top:1px solid #888;}
.menuBox li:not(:first-child)::before, .toolBox li:not(:first-child)::before {
	border-top:1px solid #333;/*rgba(0, 0, 0, 0.2)*/
	display:block;
	content:"";
	width:100%;
}
.toolBox li:not(:first-child)::before, nav .menuBox li:not(:first-child)::before {border-top-color:#222;}
.toolBar .menuBox li:not(:first-child)::before {border-top-color:#111;}
.menuBox a, .toolBox a, aside a {
	text-decoration:none;
	transition:0.2s;
	display:block;
	/*color:#333;*/
}
.toolBox a, aside a {color:#fff;}
aside a {font-size:110%;}
.menuBox a:hover, .toolBox a:hover, aside a:hover {padding-left:5px;}
a[aria-disabled="true"] {pointer-events: none; opacity: 0.5;}
.toolBox a.logout:hover {color:#f5a7a7;}
.mainBox {
	box-sizing:border-box;
	padding-left:5px;
	background:#333;
	position:fixed;
	z-index:1;
	left:0;
	top:0;
}
aside {
	box-sizing:border-box;
	margin-bottom:30px;
	background:#3a3a3a;
	position:relative;
	overflow:auto;
}
aside, section {margin-top:40px;}
aside, .mainBox, footer {width:22%;}
header h1 {
	font-family:"Pacifico", cursive, sans-serif;
	padding-left:8px;
	line-height:40px;
	cursor:pointer;
	font-size:160%;
}
aside h2 {
	border-bottom:1px solid #666;
	font-weight:normal;
	position:relative;
	line-height:30px;
	cursor:pointer;
	font-size:120%;
	padding:4px 0;
}
aside h2::after {
    border-bottom:1px solid #000;
    position:absolute;
    display:block;
    content:"";
    width:100%;
    bottom:0;
}
aside h2:hover {background:#3c3c3c;}
aside h2 i {
	position:absolute;
	right:0;
	top:0;
}
.dimention label {
	border-radius:0 5px 5px 0;
	box-sizing:border-box;
	position:relative;
	background:#eee;
	overflow:hidden;
		float:left;
	width:50%;
}
.dimention label input:focus, .dimention label:hover {background:#fff;}
.dimention label:first-child {
	border-right:1px solid rgba(0,0,0,0.2);
	border-radius:5px 0 0 5px;
}
.dimention label::before {
	position:absolute;
	content:"Height:";
	line-height:35px;
	display:block;
	color:#222;
	left:10px;
	top:0;
}
.dimention label:first-child::before {content:"Width:";}
.dimention input {
	box-sizing:border-box;
	text-align:right;
	background:none;
	padding:0 10px;
		display:block;
	height:35px;
	color:#222;
	width:100%;
	outline:0;
	border:0;
}
aside input[type=color] {
	box-sizing:border-box;
	border-radius:8px;
	background:#eee;
	cursor:pointer;
	display:block;
	height:55px;
	padding:5px;
	width:20%;
	outline:0;
	border:0;
}
.textBox fieldset:not(.clearFix) {padding-bottom:0;}
.textBox input[type=color], .borderProp input[type=color] {width:25%;}
.textBox #addText {
	border-radius:8px;
	line-height:50px;
	background:#eee;
	cursor:pointer;
	height:55px;
	width:40%;
	outline:0;
	border:0;
}
fieldset .clearFix input {margin-right:5%;}
.textBox #addText:hover {background:#fff;}
.textBox select {margin-bottom:5px;}
.textBox select, input[type=range] {
	box-sizing:border-box;
	height:30px;
	width:100%;
}
.borderProp input[type=range] {
	margin-top:13px;
	margin-right:0;
	width:68%;
}
.textBox label.fas {
	text-align:center;
	line-height:18px;
	cursor:pointer;
	height:18px;
	width:18px;
}
.textBox label.fas input {display:none;}
#text {
	box-sizing:border-box;
	height:50px;
	padding:5px;
	width:100%;
	clear:both;
	outline:0;
}
#imageProp label.sprite, .filler {margin-bottom:10px;}
.filler .imageProp {width:75%;}
/*.imageProp {height:55px;}*/
.imageProp label input {
	position:absolute;
	margin:0;
	left:0;
}
.imageProp legend input {margin:4px;}
.imageProp label.sprite input {
	overflow:hidden;
	display:block;
	height:0.1px;
	width:0.1px;
	z-index:-1;
	opacity:0;
}
.imageProp label, legend label {
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.imageProp label.sprite {
	display:block;
	width:100%
}
.imageProp label.sprite::after {
	font:normal 15px/53px arial, sans-serif;
	content:"Select Image File";
	border-radius:0 8px 8px 0;
	box-sizing:border-box;
	position:absolute;
	text-align:center;
	background:#eee;
	display:block;
	height:53px;
	width:77%;
	color:#333;
	top:1px;
	right:0;
}
.imgFilters li:not(.filterBox) {clear:both;}
.imgFilters li, .imgFilters .pullCenter label {padding:0;}
.imgFilters li.clearFix div:not(.pullCenter) label:not(:first-child) {margin-left:5px;}
.imgFilters li.clearFix div.pullLeft {
	min-height:34px;
	margin-left:8%;
	max-width:55%;
}
.grayscale .props {
	margin:2px 0 0px 7%;
	text-align:left;
	float:left;
	width:47%;
}
.grayscale .props label {
    padding-left:16px !important;
    margin:0 !important;
    display:block;
    float:none;
    clear:both;
    left:0;
}
.grayscale .props input {top:5px;}
.imgFilters li.clearFix .pullCenter {
	position:relative;
	width:100%;
}
.imgFilters li.clearFix .pullCenter::before {
	border-top:3px solid #2a2a2a;
	position:absolute;
	display:block;
	content:"";
	width:15px;
	left:5px;
	bottom:0;
	height:0;
}
.imgFilters label {padding:0 0 0 15px;}
.imgFilters label:first-child, .imgFilters .pullRight label {padding:0 0 0 20px;}
.imgFilters label input {top:11px;}
.imgFilters input[type=range] {
	position:relative;
	display:block;
	height:34px;
	width:100%;
	margin:0;
	top:0;
}
.imgFilters .pullCenter > label {
	transition:0.5s all ease;
	border-left:3px solid #2a2a2a;
	box-sizing:border-box;
	padding:0 0 0 12px;
	margin-left:5px;
	cursor:default;
	width:40%;
}
.imgFilters .pullCenter > .pullRight {
	margin:4px 0;
	height:26px;
	padding:0;
	width:55%;
	top:0;
}
.templateProp .imageProp label::after {
	content:"Background";
	width:70%;
}
.shapeProp .imageProp label::after {
	content:"Clip Image";
		width:68%;
}
.imageProp label:hover::after, aside input[type=color]:hover {
	transition:0.5s all ease;
	background:#fff;
}
.imageProp label:hover::before {color:#fff;}
/* .imageProp .imgFilters {} */
.filterList li.filterBox label {
	box-sizing:border-box;
	width:100%;
	padding:0;
}
.filterList .pullRight {width:55%;}
.filterList img {position:relative;}
.filterList li.filterBox {
	text-align:center;
	line-height:24px;
	font-size:80%;
	float:left;
	width:30%;
}
.filterList li.grayscale {
	border:1px solid #555;
	box-sizing:border-box;
	margin-bottom:10px;
	width:65%;
}
.filterList li.grayscale > label {
	float:left;
	width:46%;
}
.filterList li.filterBox:not(:nth-child(3n+1)) {margin-left:5%;}
.filterList li.filterBox input[type="checkbox"] {
	opacity:0.1;
	left:25px;
	top:28px;
}
.filterBox input:disabled + img {opacity:0.5;}
.filterBox input:checked + img {border:3px dotted #f75353	;}
.filterBox img {z-index:1;}
fieldset {margin-bottom:10px;}
legend, legend label {
	line-height:26px;
	display:block;
}
legend label {padding:0 5px 0 25px;}
legend label input {
	position:absolute;
	top:3px;
	left:0;
}
section {z-index:1;}
section, .toolBar {width:78%;}
#jsonData {
	position:absolute;
	z-index:9999;
	height:30px;
	width:135px;
	right:255px;
	top:1px;
}
.toolBar {
	box-sizing:border-box;
	background:#333;
	padding:0 10px;
	cursor:default;
	position:fixed;
	height:40px;
	z-index:999;
	color:#fff;
	right:0;
	top:0;
}
.group:not(:first-child) {margin-left:16px;}
.group:not(:first-child)::before {
	border-left:1px dashed rgba(255, 255, 255, 0.8);
	position:absolute;
	height:30px;
	content:"";
	left:-8px;
	top:5px;
}
/*.group.pullRight::before {border-left-width:0;}*/
.testIcon::before {
	content:"\f5ff";
}
.group {
	position:relative;
	text-align:center;
	height:40px;
}
.toolBar i {width:33px;}
.toolBar i.active, .toolBar i:hover {background:#555;}
.toolBox i:hover {background:#444;}
.menuIcon.close::after, .toolBar i.close::after, .toolBar i.active::after {
    border-right:17px solid transparent;
    border-left:17px solid transparent;
    border-top:4px solid #f75353;
    position:absolute;
    display:block;
    content:"";
    top:0;
}
.menuIcon.close::after {left:0;}
.toolBar i, .shapes i {
	text-align:center;
	cursor:pointer;
	color:#fff;
}
/*.toolBar i:hover, .shapes i:hover, .settings i:hover, aside h2 i:hover {color:#a0e6fa;}
.settings i.close:hover, .toolBar i.active, .popContent i:hover, #bgLayer .fa-lock:hover {color:#f75353;}*/
.menuIcon:hover > div, #addTriangle:hover::after {background:#a0e6fa;}
.menuIcon.close:hover > div {background:#f75353;}
.shapes i {
	margin-bottom:10px;
	position:relative;
	line-height:50px;
	font-size:300%;
	width:28%;
	padding:0;
}
.shapes i:not(:nth-child(3n+1)) {margin-left:5%;}
.group.layering i {font-size:170%;}
.group.layering i::before {top:5px;}
.sprite {
	display:inline-block;
	height:40px;
	width:25px;
}
.sprite::before {
	background:url(../images/main_sprite.png) no-repeat -3px -3px;
	display:inline-block;
	margin:8px 0 0;
	height:25px;
	width:25px;
	content:"";
	transition:0.5s all ease;
}
/*.sprite:hover::before {
	background-color:#f75353;
	border-radius:10%;
}
.searchBtn {background-position:-33px -3px;}*/
#zoomIn::before, .zooming .toolBtn::before {background-position:-63px -3px;}
#zoomOut::before {background-position:-93px -3px;}
#resetZoom::before {background-position:-123px -3px;}
#grabMode::before {background-position:-153px -3px;}
#copy::before {background-position:-183px -3px;}
#paste::before {background-position:-213px -3px;}
#group::before {background-position:-243px -3px;}
#ungroup::before {background-position:-273px -3px;}
#bringToFront::before {background-position:-303px -3px;}
#bringForward::before, .layering .toolBtn::before {background-position:-333px -3px;}
#sendBackwards::before {background-position:-363px -3px;}
#sendToBack::before {background-position:-393px -3px;}
#layerLeft::before, .alignment .toolBtn::before {background-position:0 -33px;}
#layerCenter::before {background-position:-33px -33px;}
#layerRight::before {background-position:-63px -33px;}
#layerTop::before {background-position:-93px -33px;}
#layerMiddle::before {background-position:-123px -33px;}
#layerBottom::before {background-position:-153px -33px;}
#flipX::before {background-position:-183px -33px;}
#flipY::before {background-position:-213px -33px;}
#remove::before {background-position:-243px -33px;}
#undo::before {background-position:-273px -33px;}
#redo::before {background-position:-303px -33px;}
#fullPreview::before {background-position:-333px -33px;}
#printPreview::before {background-position:-363px -33px;}
#settings::before {background-position:-393px -33px;}
#saveJSON::before {background-position:-3px -63px;}
#loadJSON::before {background-position:-33px -63px;}
#traceSVG::before {background-position:-63px -63px;}
/*aside h2 i.minus::before {background-position:-93px -63px;}*/
aside h2 i.sprite::before {background-position:-123px -63px;}
aside h2 i.toClose::before, .popContent i::before {background-position:-153px -63px;}
.layerList .visibility::before {background-position:-183px -63px;}
.layerList .hidden::before {background-position:-213px -63px;}
.layerList .removeBG::before {background-position:-243px -63px;}
.layerList .movable::before {background-position:-273px -63px;}
.layerList .locked::before {background-position:-303px -63px;}
.rect::before {background-position:0px -90px;}
.circle::before {background-position:-60px -90px;}
.triangle::before {background-position:-120px -90px;}
.star::before {background-position:-180px -90px;}
.heart::before {background-position:-240px -90px;}
.more::before {background-position:-300px -90px;}
.image::before {background-position:-355px -90px;}

.toolBox .sprite {
	height:40px;
	width:40px;
}
.layerList .sprite {
	position:relative;
	height:28px;
	width:30px;
	top:3px;
}
.shapes .sprite {
	height:50px;
	width:28.5%;
}
/*.toolBox .sprite::before {margin-top:4px;}*/
.layerList .sprite::before {margin-top:2px;}
.shapes .sprite::before {
	height:50px;
	width:50px;
	margin:0;
}
.imageProp .image {height:53px;}
.imageProp .image::before {
	border-radius:5px 0 0 5px;
	background-color:#eee;
	margin:1px 0 0;
	height:53px;
	width:32%;
}
.imageProp .image:hover::before {
	border-radius:5px 0 0 5px;
	background-color:#fff;
}
.layerList .pullRight {line-height:20px;}

footer {
	text-shadow:1px 1px 0 #222;
	background:#353535;
	line-height:30px;
	position:fixed;
	font-size:85%;
	height:30px;
	color:#aaa;
	bottom:0;
}
footer a {
	text-decoration:none;
	display:inline-block;
	color:#aaa;
}
footer a:hover {
	text-decoration:underline;
	padding-left:0;
}

#previewPopup {
	background:rgba(0,0,0,0.5);
	position:fixed;
	height:2000px;
	z-index:9999;
	width:100%;
	left:0;
	top:0;
}
#previewPopup .popContent {
	box-sizing:border-box;
	background:#fff;
	position:fixed;
	padding:5px;
	left:50%;
	top:50%;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.popContent i {
	border:3px solid #fff;
    box-sizing:border-box;
    border-radius:50%;
    position:absolute;
    overflow:hidden;
    background:#555;
    cursor:pointer;
    font-size:180%;
    height:26px;
    width:26px;
    right:-8px;
    top:-8px;
}
.popContent i.toClose::before {
    position:relative;
    left:-2px;
    top:-2px;
    margin:0;
}
.popContent i:hover {background:#fff;}
.popContent img {
	display:block;
	height:100%;
	width:100%;
	border:0;
}
/* Custom Scrollbars - Start */
::-webkit-scrollbar {width:5px;}
::-webkit-scrollbar-track {background:#666;}
::-webkit-scrollbar-thumb {background:#999;}
::-webkit-scrollbar-thumb:hover {background:#f75353;}
/* Custom Scrollbars -  End  */