body, div, td, p {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #FFF;
}
body.grab, body.grab * {
	cursor: n-resize !important;
	cursor: grabbing !important;
}
#over {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #EEE;
	background-color: rgba(0,0,0,0.4);
	z-index: 2147483647;
	opacity: 0;
}
#over.u {
	opacity: 1;
}
#over.n {
	position: absolute;
	min-height: 100%;
}
#bx {
	position: absolute;
	display: none;
	background-color: #FFF;
	text-align: left;
	z-index: 2147483647;
	width: 660px;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 15px;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
}
#bx div#close {
	display: block;
	width: 23px;
	height: 21px;
	background: #878585 url(ed/cls.png) no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#bx h1 {
	background-color: #D51622;
	margin: -15px -15px 15px -15px;
	padding: 8px;
	font-size: 13px;
	cursor: default;
	background-image: none;
	color: #FFF;
}
#bx iframe {
	border: 0;
	margin: 0;
	width: 100%;
}
#bx form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
#bx form.c.i {
	margin-top: 5px;
}
#bx form.c.i input:first-child {
	margin-bottom: 15px;
}
#bx .btn {
	margin: 0 4px;
}
#bx form.c.d {
	text-align: left;
}
#bx form.c.d>div:last-child {
	text-align: center;
	margin-top: 15px;
}
#bx form.c.d>input, #bx form.c.d>select {
	margin: 5px 0 10px 0;
}
#bx form.c>input[type="text"], #bx form.c>select,
table.prm input[type="text"], table.prm textarea, table.prm select {
	width: 100%;
	border: 1px solid #999;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
}
#bx form.c label {
	display: block;
	margin: 0 0 4px 0;
	text-align: left;
}
#bx form.c>div {
	text-align: left;
	margin: 0 0 8px 0;
}
#bx form.c>input+div, #bx form.c>select+div {
	margin-top: 8px;
}
#bx form.c input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0 !important;
}
#bx form.c input[type="checkbox"]+label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#bx form.c label+input, #bx form.c label+select {
	margin: 0 0 8px 0;
}
#pnl1, #pnl2 {
	background-color: #EEE;
	position: absolute;
	z-index: 50000;
}
#pnl1 {
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
}
#pnl2 {
	left: 0;
	bottom: 0;
	transition: height 0.3s ease-out;
}
#pnl2>div {
	margin: 1px 0 0 0;
}
#pnl2>div>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
#pnl2.c {
	height: 5px !important;
}
#main {
	background: #BBB;
	-webkit-box-shadow: inset -4px -4px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset -4px -4px 6px 0px rgba(0,0,0,0.1);
	box-shadow: inset -4px -4px 6px 0px rgba(0,0,0,0.1);
}
#edc {
	position: absolute;
	border: 1px dotted #999;
}
#ed, #main, #pnl2>div, #frm span, #pgs>div {
	position: relative;
	overflow: hidden;
}
#ed>div, #mn>li.tab_pg, #mn>li.tab_prst, #mn>li.tab_frm, #mn>li.tab_lyt {
	display: none;
}
div.pg>div {
	position: absolute;
	cursor: default;
	outline: none;
}
div.pg>div>span>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
div.pg>div[data-t="3"] span, div.pg>div[data-t="4"] span {
	position: relative;
	outline: none;
	white-space: nowrap;
}
#ed>div[data-t="3"]>span[contenteditable="true"], #ed>div[data-t="4"]>span[contenteditable="true"] {
	cursor: text;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
div.pg>div>span>span>img {
	width: 100%;
	border: 0;
}
#ed>div[data-t="3"], #ed>div[data-t="4"] {
	padding: 8px 16px 8px 12px;
	margin: -8px -16px -8px -12px;
}
#ed>div.cr {
	display: block;
	border: 1px dashed #C00;
	pointer-events: none;
	z-index: 19999;
}
#edc div.dc {
	display: none;
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
}
#edc div.dc.v {
	background-size: auto 100%;
}
/*
div.pg, div.pg *, #pnl2 div.in>div, #mn *, #objs *, div.cl * {
*/
* {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#objs {
	overflow-y: auto;
	border: 2px solid #999;
}
#objs>div {
	cursor: pointer;
	padding: 4px;
	border-top: 1px solid #666;
	-webkit-box-shadow: inset 0px -5px 15px -10px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -5px 15px -10px rgba(0,0,0,1);
	box-shadow: inset 0px -5px 15px -10px rgba(0,0,0,1);
}
#objs>div:first-child {
	border-top: 0;
}
#objs>div.a {
	background-color: #FFF;
}
#objs>div.m {
	background: #666;
	color: #FFF;
}
#objsn {
	margin: 0 0 4px 0;
	font-weight: bold;
}
#objsn span {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
	color: #666;
}
#tls {
	margin-bottom: 15px;
}
#tls>svg {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#tls>svg>g>[id]:hover, #tls>svg>g>g:hover .f, #tls>svg>g>g:hover .f,
div.isl span svg:hover .b, #pnl2 div.in#itxt svg:hover path.b,
#ovi_c:hover .b, #ovi_r:hover .b, #ovi_r.a .b, #ovi_m:hover .b,
div.islt svg:hover path, div.islt svg.a path, div.islt svg.r path,
#pgnav>svg:hover circle,
#imenu>svg:hover circle, #imenu>svg.a circle,
#order div.c svg:hover path
{
	fill: #009FE3;
	cursor: pointer;
}
#tls>svg>g>g#ov_0:hover .f, div.isl span.fv svg .x, div.islt svg.fav.x path {
	fill: #C00;
}
#tls>svg>g>g:hover rect.w, #tls>svg>g>g:hover polygon.w,
#imenu>svg:hover path, #imenu>svg.a path,
div.islt svg:hover path.w {
	fill: #FFF;
}
#tls>svg #ov_a0:hover {
	fill: #000;
}
#imenu>svg:hover line, #imenu>svg.a line,
#imenu>svg:hover rect, #imenu>svg.a rect {
	stroke: #FFF;
}

form>div.t {
	margin-top: 4px;
}
form>div.t>label {
	display: inline-block;
	width: 70px;
}
form>div.t>label>span {
	display: block;
	font-size: 10px;
	color: #666;
	margin: 3px 0 0 0;
}
form>div.t>select, form>div.t>div {
	display: inline-block;
	width: calc(100% - 70px);
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	outline: none;
}
form>div.t>select, form>div.t>div.sl {
	background: #FFF;
	border: 1px solid #AAA;
}
#tls>form>div.t#fc>label, #tls>form>div.t>label.t {
	vertical-align: top;
}
div.colorw {
	display: inline-block;
	width: 32px;
	height: 28px !important;
}
#zoom {
	margin: 15px 0 0 0;
}
form>div.t>div.sl {
	position: relative;
	background: #FFF url(ed/dd.png) no-repeat calc(100% - 6px) center;
	cursor: default;
	z-index: 100;
}
form>div.t>div.sl>span {
	display: block;
	padding: 1px 4px;	
}
form>div.t>div.sl>div {
	display: none;
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	background: #FFF;
	border: 1px solid #AAA;
	max-height: 150px;
	overflow-y: auto;
	z-index: 1000;
}
form>div.t>div.sl#txt_f>div>div {
	height: 32px;
	background: url(ed/f/l.png?v=1) no-repeat;
}
form>div.t>div.sl>div>div:hover {
	background-color: #EEE !important;
}
form>div.t>div.sl>div>div.a {
	background-color: #DDD !important;
}
form>div.t>div.sl#txt_p {
	z-index: 99;
}
form>div.t>div.sl#txt_p>div>div {
	padding: 4px;
	font-size: 14px;
}
form>div.t #lmod option {
	background-color: #FFF;
}

div.slx {
	position: absolute;
	z-index: 50000;
}
div.sl.ht,div.sl.hb,div.sl.hl,div.sl.hr {
	position: absolute;
}
div.sl.ht {
	height: 6px;
	background: url(ed/sl_h.gif) repeat-x 0 0;
	cursor: n-resize;
	top: 0;
	left: 7px;
	right: 7px;
}
div.sl.hb {
	height: 6px;
	background: url(ed/sl_h.gif) repeat-x 0 bottom;
	cursor: s-resize;
	bottom: 0;
	left: 7px;
	right: 7px;
}
div.sl.hl {
	width: 6px;
	background: url(ed/sl_v.gif) repeat-y 0 0;
	cursor: w-resize;
	top: 7px;
	bottom: 7px;
	left: 0;
}
div.sl.hr {
	width: 6px;
	background: url(ed/sl_v.gif) repeat-y right 0;
	cursor: e-resize;
	top: 7px;
	bottom: 7px;
	right: 0;
}
div.sl.o.ht,div.sl.o.hb,div.sl.o.hl,div.sl.o.hr {
	cursor: default;
}
div.sl.o.ht {
	left: 0;
	right: 0;
}
div.sl.o.hb {
	left: 0;
	right: 0;
}
div.sl.o.hl {
	top: 0;
	bottom: 0;
}
div.sl.o.hr {
	top: 0;
	bottom: 0;
}
div.sl.nw,div.sl.ne,div.sl.sw,div.sl.se {
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #AAA;
	border: 1px solid #666;
}
div.sl.nw {
	cursor: nw-resize;
	left: 0;
	top: 0;
}
div.sl.ne {
	cursor: ne-resize;
	right: 0;
	top: 0;
}
div.sl.sw {
	cursor: sw-resize;
	left: 0;
	bottom: 0;
}
div.sl.se {
	cursor: se-resize;
	right: 0;
	bottom: 0;
}
#ovi_r, #ovi_c, #ovi_m {
	position: absolute;
	cursor: pointer;
	z-index: 1000;
}
#ovi_r {
	right: 8px;
	bottom: 8px;
}
#ovi_c {
	right: 8px;
	top: 8px;
}
#ovi_m {
	left: 8px;
	top: 8px;
}
#ovi_m.a rect.m {
	fill: transparent;
}
#ed>div.ed #ovi_r, #ed>div.ed #ovi_c {
	display: none;
}

div.scrl {
	position: absolute;
	border: 1px solid #CCC;
	background: #F8F8F8;
	padding: 1px;
	opacity: 0.1;
	transition: all 0.3s ease-out;
	padding: 0 !important;
}
div.scrl:hover, div.scrl.a, div.scrl.z {
	opacity: 1;
	z-index: 1000;
}
div.scrl.x {
	top: auto !important;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
}
div.scrl.y {
	left: auto !important;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10px;
}
div.scrl>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #666;
}
#pnl2 div.scrl.y {
	top: auto !important;
	height: inherit;
}

#mn {
	float: left;
	list-style: none;
	margin: -26px 0 0 0;
	padding: 0;
}
#mn>li {
	display: inline-block;
	cursor: pointer;
	background: #EEE;
	padding: 5px 10px;
	margin: 0 3px 0 0;
	font-size: 12px;
	line-height: 100%;
	border-top: 2px solid #666;
	border-bottom: 2px solid #FFF;
	-webkit-box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,0.1);
	z-index: 10000;
}
#mn>li.a {
	border-bottom: 2px solid #EEE;
	border-top: 2px solid #009FE3;
}
#mn+div>div {
	padding: 0 10px 10px 10px;
	display: none;
}
#mnit, #mnid {
	display: block;
	position: absolute;
	top: -21px;
	right: 3px;
	width: 16px;
	height: 9px;
	background: url(ed/ico_mtop.svg) no-repeat center center;
	opacity: 0.3;
	transition: all 0.6s ease-out;
	z-index: 9999;
}
#mnid, #mnit.a {
	top: -10px;
}
#mnid, #mnit.a, #pgnav>svg:first-child {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mnid.a {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
body.scrly #mnit, body.scrly #mnid {
	right: 15px;
}
body.scrly #imenu {
	margin-right: 15px;
}
#mnit:hover, #mnid:hover {
	opacity: 1;
}

div.isl {
	position: relative;
}
div.isl.t {
	padding-left: 36px;
}
div.islt {
	position: absolute;
	width: 24px;
	padding: 4px;
	top: 5px;
	left: -5px;
	bottom: 0;
	background: #FFF;
	min-height: 150px;
}
#mn+div>div.isl.p {
	padding-left: 46px;
}
div.isl.p div.islt {
	left: 5px;
}
div.islt svg {
	margin-bottom: 5px;
}
div.islt form.srch {
	display: none;
	width: 240px;
	position: absolute;
	left: 32px;
	top: -1px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #DDD;
	z-index: 9000;
}
div.islt form.srch input[type="text"] {
	border: 1px solid #000;	
	padding: 4px;
	font-size: 12px;
	width: calc(100% - 38px);
}
div.islt form.srch svg {
	float: right;
	margin: 1px 0 0 0;
}
div.isl span {
	position: relative;
	display: inline-block;
}
div.isl span svg {
	display: none;
	position: absolute;
	right: 15px;
	cursor: pointer;
}
div.isl span.a svg, div.isl span:hover svg {
	display: block;
}
div.isl span svg.place {
	top: 15px;
}
div.isl span svg.like {
	bottom: 5px;
}
div.isl span svg.rmv {
	bottom: 5px;
	right: auto;
	left: 5px;
}

div.isl img, #pnl2 div.in, div.isl div.dr, #frm span, #prst>span, #pgs>div {
	vertical-align: top;
	margin: 9px 10px 1px 0;
	border: 1px solid #666;
}
div#prst.isl img {
	margin: 0;
	border: 0;
}
div.isl img, #pnl2 div.in, div.isl div.dr, #prst>span, #pgs>div,
#lyt>div, #lyt>div>div, div.cl, div.pg>div[data-t="5"],
#order div.opt>div select,
#pnl1, #pnl2,
form>div.t>select, form>div.t>div,
div.sl.nw,div.sl.ne,div.sl.sw,div.sl.se,
div.cl div.dr, div.cl div.ds
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.isl span.a img, div.isl span:hover img, #pgs>div.a, #pgs>div:hover {
	border-color: #009FE3;
}
#pgs>div.a>div.pg {
	display: none;
}
#pgs>div.a {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,159,227,1);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,159,227,1);
	box-shadow: inset 0px 0px 15px 0px rgba(0,159,227,1);
}
#pgs>div.a>span {
	display: block !important;
}
div.isl.b img {
	background: #FFF;
	cursor: pointer;
}
#frm span, #prst>span, #pgs>div {
	display: inline-block;
	vertical-align: top;
	background: #FFF;
}
#frm img {
	position: absolute;
}
#frm img, #prst>span img {
	vertical-align: top;
	border: 0;
	cursor: pointer;
}
#prst>span>span.pr {
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
	line-height: 100%;
	color: #EEE;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
	border-radius: 5px;
}
#pgs>div, #pnl2 div.in {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 130px;
	height: 130px;
	border: 1px solid #666;
}
#pgs>div>div {
	position: absolute;
}
#pnl2 div.in {
	border: 2px dashed #666;
}
#pnl2 div.in#itxt {
	height: 31px;
}
#pnl2 div.in#itxt svg {
	float: right;
	margin: 3px 3px 0 0;
}
#pnl2 div.in>div, div.isl div.dr>div:last-child, #pgs>div>span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
}
#pnl2 div.in#itxt>div {
	left: 5px;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
div.odrg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
body.drgi #ed>div *, body.drgi #ed>div[data-t="2"], body.drgi #ed>div[data-t="3"], body.drgi #ed>div[data-t="4"],
body.drgc #ed *, body.drgt #ed *,
body.drgi #plu, body.drgc #plu,
#tls>svg text,
div.cl *, #ed>div[data-t="6"],
#grd, #grd *,
#pgs div.pg, #pgs div.pg *,
#cmenu a.d,
#ed>div[data-lm="1"],
div.cl.clm0
{
	pointer-events: none;
}
.colorpicker {
	z-index: 50001;
}
.colorpicker input[type="text"] {
	outline: none;
}
div.pg>div[data-t="6"] {
	background-repeat: no-repeat;
	background-size: 100%;
}
div.pg>div[data-t="0"], div.pg>div[data-t="6"], #grd {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
div.pg>div[data-t="0"]>span {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div.pg>div[data-t="1"]>span, div.pg>div[data-t="2"]>span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#grd {
	position: absolute;
	z-index: 19999;
}
#grd div.h {
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px dashed #666;
}
#grd div.v {
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px dashed #666;
}
#grd div.h.r {
	border-top: 1px dotted #EE0000;
}
#grd div.v.r {
	border-left: 1px dotted #EE0000;
}

div.isl+#lyt {
	margin: 0 0 0 36px;
}
#lyt>div {
	display: inline-block;
	position: relative;
	margin: 10px 10px 0 0;
	border: 2px solid #666;
	cursor: pointer;
}
#pnl2 div.in.drg, #lyt>div:hover, #frm span:hover, #frm div:hover {
	border-color: #009FE3;
}
#lyt>div>div {
	position: absolute;
	border: 1px solid #666;
}
div.pg>div[data-t="1"]>span:empty, div.pg>div[data-t="2"]:empty, #lyt>div>div {
	-webkit-background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	-moz-background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	-o-background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	background: repeating-linear-gradient(45deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 4px,rgba(0,0,0,0.05) 4px,rgba(0,0,0,0.05) 8px);
	-webkit-filter: none !important;
	filter: none !important;
}
div.pg>div[data-t="1"]:not(.a)>span:empty, div.pg>div[data-t="2"]:empty:not(.a) {
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
}
div.pg {
	counter-reset: foto;
}
div.pg>div[data-t="1"]>span::after {
	display: block;
	visibility: hidden;
	position: absolute;
	counter-increment: foto;
	content: "Foto " counter(foto);
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	pointer-events: none;
}
div.pg>div[data-t="1"]>span:empty::after {
	visibility: visible;
}
#pgs div.pg>div[data-t="1"]>span:empty::after {
	display: none;
}
#lyt>div>div[data-t] {
	background: none;
}

div.cl.oc div {
	color: #FFF;
	border-color: #FFF;
}
div.cl.ob {
	background: #FFF;
}
div.cl.oc.ob {
	background: #000;
}
div.cl * {
	line-height: 100%;
	font-family: inherit;
	text-shadow: inherit;
}
div.cl.nb * {
	font-weight: normal !important;
}
div.clm1 {
	text-align: center;
}
div.clm1 div.y {
	font-weight: bold;
}
div.clm1 div.m,
div.clm1 div.m2
{
	font-weight: bold;
}
div.clm1 div.m2 {
	display: none;
}
div.clm1 span {
	display: inline-block;
	margin: 0 0.3%;
}
/*
div.clm1 span.d7, div.clm1 span.ss,
div.clw1 div.d7>div:nth-child(2), div.clw1 div.ss>div:nth-child(2),
div.clm30 div.d7>div:nth-child(2), div.clm30 div.ss>div:nth-child(2)
{
	color: #FF0000;
}
*/
div.clm1.p1 div.m {
	display: none;
}
div.clm1.p1 div.m2 {
	display: block;
}
div.clw1>div:first-child>div:first-child,
div.clb1>div>div:first-child>div:first-child,
div.clm30>div:first-child>div:first-child
{
	float: left;
	font-weight: bold;
}
div.clw1>div:first-child>div:last-child,
div.clb1>div>div:first-child>div:last-child,
div.clm30>div:first-child>div:last-child
{
	float: right;
	font-weight: bold;
}
div.clm15>div>div:first-child div {
	font-weight: bold;
}
div.clm15>div.w2>div:first-child div {
	text-align: right;
}
div.cl div.dr {
	clear: both;
	height: 14%;
	padding: 1% 0;
	overflow: hidden;
}
div.cl:not(.o1) div.dr {
	border-bottom: 1px solid #000;
}
div.cl.clm30>div.dr {
	height: 3.15%;
	padding: 0.7% 0;
}
div.cl.clm15>div>div.dr {
	height: 6%;
}
div.cl.clm30>div.dr>div:first-child,
div.cl.clm15>div>div.dr>div:first-child
{
	float: right;
}
div.cl div.yn {
	position: relative;
	height: 100%;
}
div.cl div.yn>div {
	position: absolute;
	right: 0;
	bottom: 0;
}
div.cl div.y>div {
	color: inherit;
}
div.cl>div.w1 {
	float: left;
	height: 100%;
}
div.cl>div.w2 {
	float: right;
	height: 100%;
}
div.cl.clm5>div.t>div {
	display: inline-block;
	width: 12.5%;
	font-size: inherit;
}
div.cl.clm5>div.t2>div {
	display: inline-block;
	width: 14.2857%;
	font-size: inherit;
}

div.cl.clw21 div.dss {
	display: flex;
	align-items: flex-start;
	height: 100%;
}
div.cl.clw21 div.dss>div {
	flex: 1;
	height: 100%;
}
div.cl.clw21 div.ds, div.cl.clw21 div.dw {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	white-space: nowrap;
}
div.cl.clw21 div.dw {
	height: 100%;
}
div.cl.clw21 div.dw>div.ds {
	display: block;
	width: 100%;
	height: 50%;
}
div.cl.clw21 div.ds>div {
	display: inline-block;
	vertical-align: top;
}
div.cl.clw21 div.x {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}
div.cl div.d.b {
	font-weight: 700;
}
div.cl div.al0, div.cl div.al0>div.m {
	text-align: left;
}
div.cl div.al1, div.cl div.al1>div.m {
	text-align: right;
}
div.cl div.al2, div.cl div.al2>div.m {
	text-align: center;
}

div.clm5 div.y {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-weight: bold;
	text-align: center;
}
div.clm5 div.m {
	text-align: center;
}

div.ssldr {
	height: 6px;
	background: #FFF;
}
label+div.ssldr {
	margin: 2px 0 0 0;
	padding: 0 !important;
}
label.t+div.ssldr {
	margin-top: 10px;
}
div.ssldr>div {
	height: 6px;
	background: #000;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #666;
}
div.ssldr>div>div {
	width: 12px;
	height: 12px;
	background: url(ed/ssldr.png) no-repeat;
	position: absolute;
	right: -3px;
	top: -3px;
	cursor: pointer;
}
div.ssldr span {
	display: none;
	position: absolute;
	width: 32px;
	left: -11px;
	top: -18px;
	padding: 2px 0;
	background: #FFF;
	border: 1px solid #666;
	border-radius: 5px;
	color: #666;
	font-size: 10px;
	text-align: center;
	z-index: 1000;
}
div.ssldr.a span, div.ssldr:hover span {
	display: block;
}

div.isl div.dr {
	position: relative;
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 130px;
	height: 115px;
	margin-top: 24px;
	background: #FFEFBF;
	background: -moz-linear-gradient(top, #ffefbf 40%, #ffc935 100%);
	background: -webkit-linear-gradient(top, #ffefbf 40%,#ffc935 100%);
	background: linear-gradient(to bottom, #ffefbf 40%,#ffc935 100%);
	border: 2px solid #666;
	border-radius: 8px;
	border-top-left-radius: 0;
}
div.isl div.dr>div:first-child {
	position: absolute;
	background: #FFEFBF;
	border: 2px solid #666;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	left: -2px;
	top: -17px;
	width: 40%;
	height: 15px;
}
div.isl div.dr.g {
	background: #DDD;
	background: -moz-linear-gradient(top, #EEE 40%, #BBB 100%);
	background: -webkit-linear-gradient(top, #EEE 40%,#BBB 100%);
	background: linear-gradient(to bottom, #EEE 40%,#BBB 100%);
}
div.isl div.dr.g>div:first-child {
	background: #EEE;
}
#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
#bprg>span {
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	min-width: 300px;
	max-width: 80%;
}
#bprg>div>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
#bprg>div>div.a {
	background-color: #009FE3;
	width: 12px;
	height: 12px;
}
#cplu {
	float: left;
}

.btn {
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 16px;
	background-color: #EEE;
	text-decoration: none;
}
.btn:hover {
	background-color: #DDD;
}

#pgnav {
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 30000;
}
#pgnav>svg, #pgnav>span, #imenu>svg {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
#pgnav>svg {
	width: 35px;
	height: 35px;
	margin-right: 6px;
}
#pgnav>span, #cmenu>span.n {
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	margin-left: 4px;
}
#imenu {
	position: fixed;
	top: 10px;
	z-index: 30000;
	transition: all 0.6s ease-out;
}
#imenu>svg {
	width: 35px;
	height: 35px;
	margin-right: 6px;
}

#cmenu {
	position: absolute;
	z-index: 50001;
	border: 1px solid #666;
	background-color: #FFF;
	display: none;
	text-align: left;
	background-color: #F8F8F8;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
	cursor: default;
}
#cmenu a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	cursor: pointer;
	clear: both;
}
#cmenu a>span {
	display: block;
	float: right;
	margin: 2px 0 0 10px;
	font-size: 10px;
}
#cmenu a.d {
	color: #AAA;
}
#cmenu a:hover {
	background-color: #E9E9E9;
}
#cmenu hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	margin: 0;
}
#cmenu>span.n {
	display: block;
	background: #FFF;
	border-bottom: 2px solid #009FE3;
	padding: 4px 10px;
	margin: 0;
}
#order>div, #order>form {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0 0;
	margin: 0 30px 20px 0;
}
#order h2 {
	font-size: 14px;
	margin: 10px 0;
}
#order h2:first-child {
	margin-top: 0;
}
#order>div.cn>div.mpr {
	margin: 5px 0 0 0;
}

#order input[type=number] {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin: 0 4px 0 5px;
	border: 1px solid #999;
	padding: 3px;
	outline: none;
	font-size: 12px;
	text-align: center;
}
#order input[type=number]::-webkit-inner-spin-button, #order input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
#order input[type=number] {
	-moz-appearance: textfield;
}
table.prm textarea {
	resize: none;
}
table.prm textarea[data-prm="pzn"] {
	height: 130px;
}
table.prm {
	width: 240px;
}
#doplnky input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 2px 0 0;
}
#doplnky b {
	display: block;
	margin: 0 0 0 18px;
}
#doplnky div {
	margin: 0 0 4px 0;
}

#order div.c svg {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
#order>form {
	width: 120px;
}
#order div.c+div>div {
	margin: 8px 0 4px 0;
	font-weight: bold;
}
#order div.opt {
	min-width: 280px;
	display: none;
}
#order div.opt>div {
	margin: -5px 0 12px 0;
}
#order div.opt>div span {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}
#order div.opt>div select {
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	font-size: 12px;
}

#bobj {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #666;
	border-radius: 5px;
	padding: 4px 6px;
	transition: all 0.15s ease-out;
	margin: 10px 0 0 0;
	background: #F8F8F8;
	font-weight: bold;
}
#bobj:hover {
	background-color: #009FE3;
	color: #FFF;
}
/*
body.bw #ed>div[data-t="1"] img, body.bw #ed>div[data-t="2"] img {
	filter: url("filters.svg#grayscale");
	filter: gray;
	-webkit-filter: grayscale(1);
}
*/

.colorpicker {
	overflow: hidden;
	position: absolute;
	display: none;
}
.colorpicker_color {
	display: inline-block;
	vertical-align: top;
	width: 154px;
	height: 154px;
	margin: 11px 0 8px 10px;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: relative;
	width: 150px;
	height: 150px;
	background: url(ed/cl_overlay.png);
}
.colorpicker.bw .colorpicker_color {
	display: none;
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(ed/cl_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 13px 148px 13px 6px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
	background: url(ed/hue.png) center center no-repeat;
}
.colorpicker.bw .colorpicker_hue {
	background-image: url(ed/bw.png);
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(ed/cl_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_hue>span {
	display: block;
	position: absolute;
	width: 21px;
	height: 154px;
	left: 7px;
	top: -2px;
	pointer-events: none;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	right: 80px;
	top: 11px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	right: 10px;
	top: 11px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 0;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	top: 6px;
	right: 13px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker input[readonly] {
	color: #AAA;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(ed/cl_hex.png) top;
	right: 70px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {background-image: url(ed/cl_rgb_r.png);top: 52px;right: 80px}
.colorpicker_rgb_g {background-image: url(ed/cl_rgb_g.png);top: 82px;right: 80px}
.colorpicker_rgb_b {background-image: url(ed/cl_rgb_b.png);top: 112px;right: 80px}
.colorpicker_hsb_h {background-image: url(ed/cl_hsb_h.png);top: 52px;right: 10px}
.colorpicker_hsb_s {background-image: url(ed/cl_hsb_s.png);top: 82px;right: 10px}
.colorpicker_hsb_b {background-image: url(ed/cl_hsb_b.png);top: 112px;right: 10px}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(ed/cl_submit.png) top;
	right: 10px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

div.color {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(ed/cl_select.png);
}
div.color div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(ed/cl_select.png) center;
}
div.color2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
}
div.color2 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(ed/cl_select2.png) center;
}
.colorpicker.w {
	background: #EBECEF;
	border-radius: 4px;
}
.colorpicker.w, .colorpicker_color, .colorpicker_hue>span, .colorpicker_new_color, .colorpicker_current_color {
	border: 2px solid #AEB5C1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.colorpicker.w .colorpicker input {color: #778398}
div.colorw {
	position: relative;
	height: 36px;
}
div.cl_used {
	margin: -4px 0 0 0;
	padding: 0 10px;
}
.colorpicker.bw div.cl_used {
	margin-left: 3px;
}
div.cl_used div {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #AEB5C1;
	margin: 0 4px 4px 0;
	cursor: pointer;
}
div.cl_used span {
	display: block;
	border-top: 1px solid #AEB5C1;
	padding: 4px 0 0 0;
}

a#platimpak {
	display: inline-block;
	background: url(/img/i_clk.svg) no-repeat 0 center;
	background-size: 16px;
	color: #000;
	padding: 2px 0 3px 22px;
	margin: 5px 0 0 0;
}
