* {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(img/ebg.gif);
	background-size: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
toolbox {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	width: 350px;
	bottom: 0px;
	background-color: #555;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	border-right: 2px solid #bbb;
	z-index: 60;
}
editor {
	position: fixed;
	left: 340px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 20px;
	overflow: hidden;
}
modmenu {
	position: fixed;
	display: block;
	z-index: 999;
	top: -3px;
	padding: 0px 40px;
	left: calc(50% + 160px);
	transform: translateX(-50%);
	background-color: #555;
	border-radius: 0 0 40px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
	font-size: 0;
	white-space: nowrap;
}
mmn {
	position: relative;
	display: inline-block;
	color: #eee;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	cursor: pointer;
	transition: background-color 0.5s;
}
mmn:hover, mmn[changing] {
	background-color: #777;
}
mmn[disabled] {
	opacity: 0.4;
	pointer-events: none;
}
mmslider {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	display: block;
	width: 30px;
	height: 200px;
	background-color: #777;
	border-radius: 0 0 20px 20px;
	top: 35px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: -1;
	cursor: default;
	transition: opacity 0.5s;
}
mmn:hover mmslider, mmn[changing] mmslider {
	opacity: 1;
	pointer-events: auto;
}
mmsla {
	position: absolute;
	display: block;
	width: 5px;
	height: 170px;
	border: 1px solid #888;
	border-radius: 5px;
	background-color: #666;
	left: 50%;
	transform: translateX(-50%);
	top: 15px;
}
mmsla::after, mmsla::before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 2px;
	background-color: #888;
	left: -10px;
	top: 33%;
	z-index: -1;
}
mmsla[cntr]::after, mmsla[cntr]::before {
	top: 50%;	
}
mmsla::before {
	left: 8px;
}
mmsli {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 2px solid #aaa;
	background-color: #333;
	left: -6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	top: 80%;
	transform: translateY(-7px);
	cursor: pointer;
	transition: background-color 0.5s;
}
mmsli:hover {
	background-color: #e5007e;
}
mmn:hover fselector {
	opacity: 1;
	pointer-events: auto;
}
toolbox ul {
	position: relative;
	display: block;
	width: 100%;
	padding: 3px 5px 3px 23px;
}
toolbox ul.selshape,
toolbox ul.selsize,
toolbox ul.layers {
	font-size: 0;
	line-height: 0;
	background-color: #444;
	margin: 3px 0;
}
toolbox ul.selshape::before,
toolbox ul.selsize::before,
toolbox ul.layers::before {
	position: absolute;
	display: block;
	content: "";
	left: 0px;
	width: 20px;
	top: 0px;
	bottom: 0px;
	background-color: #333;
	border-radius: 0 5px 5px 0;
}

toolbox ul.selshape::after,
toolbox ul.selsize::after,
toolbox ul.layers::after {
	position: absolute;
	display: block;
	content: attr(caption);
	color: #09c1ff;
	font-weight: bold;
	transform: rotateZ(-90deg);
	transform-origin: left center;
	left: 10px;
	top: 104px;
	font-size: 11px;
	line-height: 12px;
	width: 100px;
	text-align: right;
	text-transform: uppercase;
	pointer-events: none;
}
toolbox ul.selshape li {
	position: relative;
	display: inline-block;
	margin: 2px;
	border: 1px solid #333;
	width: calc(25% - 4px);
	height: 95px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
	color: #222;
	padding: 65px 2px 5px;
	cursor: pointer;
	background-color: #aaa;
	cursor: pointer;
	transition: background-color 0.5s;
	vertical-align: top;
}
toolbox ul.selshape li::before {
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	background: url(img/shrd1.png) center center no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 5px;
}
toolbox ul.selshape li[strd1]::before {
	background-image: url(img/shrd1.png);	
}
toolbox ul.selshape li[strd2]::before {
	background-image: url(img/shrd2.png);	
}
toolbox ul.selshape li[strd3]::before {
	background-image: url(img/shrd3.png);	
}
toolbox ul.selshape li[stsq1]::before {
	background-image: url(img/shsq1.png);	
}
toolbox ul.selshape li[stsq2]::before {
	background-image: url(img/shsq2.png);	
}
toolbox ul.selshape li[stsq3]::before {
	background-image: url(img/shsq3.png);	
}
toolbox ul.selshape li[stsq4]::before {
	background-image: url(img/shsq4.png);	
}
toolbox ul.selshape li:hover {
	background-color: #eee;
}
toolbox ul.selshape li[selected] {
	background-color: #e5007e;
	color: #fff;
}
toolbox ul.selsize {
	display: flex;
}
toolbox ul.selsize li {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	flex: 1;
	text-align: center;
	border: 1px solid #333;
	border-radius: 3px;
	margin: 2px;
	color: #222;
	background-color: #aaa;
	cursor: pointer;
	transition: background-color 0.5s, color 0.5s;
	font-weight: bold;
	padding-bottom: 1px;
}
toolbox ul.selsize li:hover {
	background-color: #eee;	
}
toolbox ul.selsize li[selected] {
	background-color: #e5007e;
	color: #fff;
}
toolbox ul.selsize li[disabled] {
	opacity: 0.3;
	pointer-events: none;
}
toolbox ul.additem {
	position: absolute;
	display: flex;
	padding: 7px;
	bottom: 0px;
}
#fupload {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	cursor: none;
	line-height: 0;
	opacity: 0;
	z-index: -1;
}
toolbox ul.additem li {
	position: relative;
	display: block;
	flex: 1;
	margin: 2px;
	border: 1px solid #333;
	border-radius: 3px;
	color: #222;
	background-color: #aaa;
	cursor: pointer;
	transition: background-color 0.5s, color 0.5s;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 5px;
	padding-top: 40px;
	overflow: hidden;
}
toolbox ul.additem li:hover,
toolbox ul.additem li[hover] {
	background-color: #e5007e;
	color: #fff;
}
toolbox ul.layers {
	padding-left: 26px;
	padding-right: 9px;
	min-height: 70px;
}
toolbox ul.layers li {
	position: relative;
	display: block;
	height: 50px;
	background-color: #777;
	margin: 5px 0;
	transition: background-color 0.5s;
	cursor: pointer;
}
toolbox ul.additem li::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	top: 7px;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	background: url(img/text.png) center center no-repeat;
	background-size: contain;
}
toolbox ul.additem li.btnupl::after {
	background-image: url(img/upload.png);
	width: 36px;
}
toolbox ul.additem li.btnclp::after {
	background-image: url(img/clipart.png);
	width: 26px;
}
toolbox ul.additem li.btnprnt::after {
	background-image: url(img/printer.png);
	background-size: 37px;
}
limg {
	position: absolute;
	display: block;
	left: 2px;
	top: 2px;
	width: 60px;
	height: 46px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eee;
}
toolbox ul.layers li:hover {
	background-color: #aaa;
}
toolbox ul.layers li[active] {
	background-color: #b93a80;	
}
txtt {
	position: absolute;
	display: block;
	font-size: 14px;
	line-height: 16px;
	width: 150px;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
svg {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#editsvg {
	cursor: move;	
}
bldel, bltxt, blup, bldown {
	position: absolute;
	display: block;
	right: 30px;
	width: 27px;
	height: 27px;
	background: url(img/bin.png) center center no-repeat;
	background-size: 16px;
	background-color: #999;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	transition: opacity 0.5s, background-color 0.5s;
	cursor: pointer;
	opacity: 0.1;
	border: 1px solid #bbb;
}
bldel:hover,
bltxt:hover,
blup:hover,
bldown:hover {
	background-color: #fff;
	
}
bltxt {
	right: 60px;
	background-image: url(img/edittxt.png);
}
blup {
	transform: none;
	right: 5px;
	top: 0px;
	height: 20px;
	width: 20px;
	border-top: none;
	border-radius: 0 0 3px 4px;
	background-image: url(img/lup.png);
	background-size: 10px;
	opacity: 0.1;
	background-color: #3a859e;
}
bldown {
	transform: none;
	right: 5px;
	top: 30px;
	height: 20px;
	width: 20px;
	border-bottom: none;
	border-radius: 3px 4px 0 0;
	background-image: url(img/ldown.png);
	background-size: 10px;
	opacity: 0.1;
	background-color: #3a859e;
}
bldown:hover,
blup:hover {
	background-color: #09c1ff;	
}
ul.layers li:hover bldel,
ul.layers li[active] bldel,
ul.layers li:hover bltxt,
ul.layers li[active] bltxt,
ul.layers li:hover blup,
ul.layers li[active] blup,
ul.layers li:hover bldown,
ul.layers li[active] bldown {
	opacity: 1;
}
wmask {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.64);
	transition: opacity 0.5s;
	opacity: 0;
	pointer-events: none;
}
wmask[show] {
	opacity: 1;
	pointer-events: auto;
}
wmodal {
	position: absolute;
	display: block;
	bottom: -5px;
	padding: 20px;
	left: 50%;
	transform: translate(-50%, 100%);
	background-color: #ddd;
	border-radius: 10px 10px 0 0;
	min-width: 400px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.47);
	border: 1px solid #fff;
	transition: transform 0.5s;
}
wmask[show] wmodal {
	transform: translate(-50%, 0%);	
}
wmodal[caption] {
	padding-top: 60px;
}
wmodal[caption]::before {
	position: absolute;
	display: block;
	content: attr(caption);
	top: 20px;
	width: calc(100% - 40px);
	padding-bottom: 10px;
	border-bottom: 1px solid #e5007e;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
	color: #333;
}
wmodal input {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: #eee;
	border: 1px solid #fff;
}
wmodal input:focus {
	border-color: #6ad0fe;
	background-color: #fff;
}
wmodal p {
	padding-bottom: 20px;
}
bline {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
button {
	position: relative;
	display: inline-block;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #aaa;
	cursor: pointer;
	transition: background-color 0.5s, color 0.5s;
	margin-left: 5px;
}
button[bgreen] {
	background-color: #30dc42;
}
button[bred] {
	background-color: #f65252;
}
button:hover {
	background-color: #b93a80;
	color: #fff;
}
fbrowser {
	position: relative;
	display: block;
	width: 900px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	line-height: 0;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 8px;
	border-radius: 4px;
	background-color: #eee;
	border: 1px solid #bbb;
}
fbstatus {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	font-size: 16px;
	line-height: 16px;
	transform: translate(-50%, -50%);
	background-color: #555;
	color: #fff;
	padding: 10px 25px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.46);
	pointer-events: none;
}
fbitm {
	position: relative;
	display: inline-block;
	width: calc(12.5% - 6px);
	height: 100px;
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 3px;
	transition: background-color 0.5s, color 0.5s;
	cursor: pointer;
	border-radius: 3px;
}
fbitm:not([caption]) {
	border: 1px solid #fff;
	background-color: #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
}
fbitm[caption] {
	background: url(img/folder.png) center 7px no-repeat;
	background-size: 85px;
}
fbitm[caption]::after {
	position: absolute;
	display: block;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	content: attr(caption);
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
fbitm:hover {
	background-color: #ff1aa2;
	color: #fff;
}
fbitm[selected] {
	background-color: #089ee2;
	color: #fff;	
}
imagepr {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}
imagepr::after {
	position: absolute;
	display: block;
	content: "Proccessing image...";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	padding: 10px 30px;
	background-color: #ff1aa2;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.51);
}
jobs {
	position: fixed;
	display: block;
	width: 355px;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #444;
	z-index: 50;
	border-radius: 0 20px 20px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
	border: 2px solid #2ca9e1;
	transition: left 0.5s;
	padding: 10px 10px 10px 40px;
	min-height: 170px;
}
jobs[open] {
	left: 320px;	
}
jobs[printlist] {
	padding-top: 40px;
	padding-bottom: 70px;
	left: -30px;
}
jobs[printlist]::before {
	position: absolute;
	display: block;
	content: "Job list";
	top: 20px;
	left: 45px;
	color: #41aae5;
	font-weight: bold;
}
jltoggle {
	position: absolute;
	display: block;
	height: 140px;
	right: -30px;
	width: 30px;
	background-color: #2ca9e1;
	border-radius: 0 10px 10px 0;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 4px 0 10px rgba(0, 0, 0, 0.31);
	cursor: pointer;
	transition: background-color 0.5s;
}
jltoggle:hover {
	background-color: #e4007e;
}
jltoggle::after {
	position: absolute;
	display: block;
	content: "jobs";
	width: 140px;
	height: 20px;
	left: 25px;
	text-align: center;
	transform: rotateZ(90deg);
	transform-origin: left top;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	pointer-events: none;
}
jlistitm {
	position: relative;
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	background-color: #aaa;
	margin: 5px;
	border-radius: 5px;
	border: 1px dashed #333;
	cursor: pointer;
	transition: background-color 0.5s;
}
jlistitm:hover {
	background-color: #eee;
}
jlistitm[active] {
	background-color: #e3007e;
}
deljobb {
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	cursor: pointer;
	transition: opacity 0.5s, background-color 0.5s;
	opacity: 0.1;
}
deljobb:hover {
	background-color: #2ba8e1;
}
jlistitm:hover deljobb {
	opacity: 1;
}
deljobb::after {
	position: absolute;
	display: block;
	left: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	content: "";
	background: url(img/bin.png) center center no-repeat;
	background-size: contain;
}
newjobb {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: 93px;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	opacity: 0.8;
}
newjobb::before {
	position: absolute;
	display: block;
	content: "+";
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
	font-size: 50px;
	width: 50px;
	height: 50px;
	border: 2px solid #333;
	line-height: 36px;
	background-color: rgba(255, 255, 255, 0.24);
}
jlistitm:hover newjobb {
	opacity: 1;
}
wmodal h2 {
	position: relative;
	display: block;
	color: #39abe3;
	font-size: 15px;
	line-height: 30px;
}
#texteditor {
	position: relative;
	display: block;
	width: 800px;
	height: 200px;
	background-image: url(img/ebg.gif);
	background-size: 20px;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}
txteff {
	position: absolute;
	display: block;
	left: 20px;
	bottom: 20px;
	z-index: 20;
	height: 38px;
}
bmmm {
	position: relative;
	display: block;
	float: left;
	font-size: 17px;
	padding: 8px 20px;
	height: 38px;
	border-radius: 3px;
	background-color: #aaa;
	cursor: pointer;
	transition: background-color 0.5s, color 0.5s;
	margin-right: 5px;
	border: 1px solid #fff;
}
bmmm::before {
	position: absolute;
	display: block;
	content: attr(caption);
	left: 0px;
	bottom: 36px;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #4c4c4c;
	text-align: left;
	line-height: 11px;
	padding-bottom: 4px;
}
fntlist {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	display: block;
	left: -1px;
	bottom: 45px;
	text-align: left;
	background-color: #888;
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	transition: opacity 0.5s;
	z-index: 10;
}
fntlist::before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fff;
	bottom: -7px;
	transform: rotateZ(45deg);
	left: 10px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
bmmm:hover fntlist {
	opacity: 1;
	pointer-events: auto;
}
canvas#cplt, canvas#cfplt {
	position: relative;
	display: block;
	width: 300px;
	height: 158px;
	background: url(img/colours.png) center center no-repeat;
	background-size: contain;
	border-radius: 4px;
	cursor: crosshair;
}

fnt {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 5px 20px;
	cursor: pointer;
	color: #fff;
	transition: background-color 0.5s;
	border-radius: 5px;
	background-color: #888;
}
fnt:hover {
	background-color: #32a9e1;
}
printlayout {
	position: fixed;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: #bbb;
}
printpage {
	position: absolute;
	display: block;
	width: 420px;
	height: 594px;
	background-color: #eee;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
}
jlclose {
	position: absolute;
	display: block;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #aaa;
	cursor: pointer;
	transition: background-color 0.5s, color 0.5s;
	margin-left: 5px;
	bottom: 15px;
	right: 15px;
}
jlclose:hover {
	background-color: #e3007d;
	color: #fff;
}
pitm {
	position: absolute;
	display: block;
	cursor: move;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform-origin: center center;
}
pitmprint {
	position: absolute;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
ppage {
	position: absolute;
	display: none;
	left: 0mm;
	top: 0mm;
	width: 209mm;
	height: 296mm;
	background-color: #fff;
	z-index: 9999;
}
ppage img {
	position: absolute;
	transform-origin: center center;
}
img.pdsgn {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
canvas#printc {
	position: fixed;
	display: block;
	width: 200px;
	height: 200px;
	bottom: 10px;
	right: 10px;
	background-color: #cdd7c4;
	z-index: 999;
}
ploading {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
	padding: 30px 100px;
	background-color: #333;
	color: #f32e8e;
	border-radius: 5px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
}
@media print {
	jobs,
	toolbox,
	modmenu,
	editor,
	printlayout,
	ljobs,
	jlclose {
		display: none;
	}
	ppage {
		display: block;
	}
    @page 
    {
        size:  auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }
}
ljobs {
	position: fixed;
	display: block;
	left: -10px;
	padding-left: 10px;
	top: 50%;
	width: 200px;
	transform: translateY(-50%);
	background-color: #e6e6e6;
	border-radius: 0 5px 5px 0;
	border: 1px solid #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.21);
	overflow: hidden;
}
jbbl {
	position: relative;
	display: block;
	width: 190px;
	height: 70px;
	background-size: 65px;
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	transition: background-color 0.5s;
}
jbbl:hover {
	background-color: rgba(6, 172, 254, 0.3);
}
jbbl[selected] {
	background-color: #eb4895;
}
jbbl:last-child {
	border-bottom: none;
}
jbbl[hidden] {
	opacity: 0.5;
}
ricon, visicon {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ccc;
	border-radius: 3px;
	border: 1px solid #aaa;
	cursor: pointer;
	transition: background-color 0.5s;
}
ricon::after, visicon::after {
	position: absolute;
	display: block;
	content: "";
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: url(img/eye-on.png) center center no-repeat;
	background-size: 17px;
	opacity: 0.4;
}
ricon::after {
	background-image: url(img/rotate.png);
	background-size: 13px;
}
ricon[rotated] {
	background-color: #fff;
}
ricon[rotated]::after {
	transform: rotate(90deg);
	opacity: 1;
}
visicon::after {
	opacity: 1;
}
visicon {
	right: 40px;
	background-color: #fff;
}
jbbl[hidden] ricon, jbbl[hidden] visicon {
	border-color: #333;
}
jbbl[hidden] visicon::after {
	background-image: url(img/eye-off.png);	
}
ricon:hover, visicon:hover {
	background-color: #ffef00;
}
