.required {
	display:inline-block;
	width:16px;
	height:16px;
	color:#F00;
	background: url(../images/icon_flower.png) no-repeat center center;
	background-size: 10px 10px;
	text-indent: -999px;
	overflow:hidden;
}

/* =========================================================================== */
/* CHART ===================================================================== */
/* =========================================================================== */
section.chart {
	padding:20px 0;
	background-color:#F6F6F6;
}
section.chart div.wrap {
	position:relative;
	width:100%;
	height:150px;
}
section.chart div.col {
	position:absolute;
	height:100%;
	bottom:0;
	background-color:#EEE;
}
section.chart.result div.col {
	background-color:#DDD;
}
section.chart.week div.col {
	width: calc(100% / 7 - 1px);
}
section.chart.month div.col {
	width: calc(100% / 31 - 1px);
}
section.chart.year div.col {
	width: calc(100% / 12 - 1px);
}
section.chart div.col div.text {
	position:absolute;
	width:100%;
	text-align:center;
	font-size:smaller;
	top:100%;
	padding-top:2px;
}
section.chart div.col div.bar {
	position:absolute;
	height:0;
	width:100%;
	bottom:0;
	color:#FFF;
	background-color:#CCC;
}
section.chart.result div.col div.bar {
	background-color:#333;
}
section.chart div.col div.bar div.value {
	position:absolute;
	text-align:center;
	font-size:smaller;
	font-weight:600;
	white-space:nowrap;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
section.chart.month div.col div.bar div.value {
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
       -moz-transform: translate(-50%,-50%) rotate(-90deg);
         -o-transform: translate(-50%,-50%) rotate(-90deg);
        -ms-transform: translate(-50%,-50%) rotate(-90deg);
            transform: translate(-50%,-50%) rotate(-90deg);
}

/* =========================================================================== */
/* ADMIN NAVIGATION ========================================================== */
/* =========================================================================== */
.wrapadmin {
	background-color:#ebeff2;
	width:auto !important;
	padding:20px;
	overflow:hidden;
}
section.block {
	background-color:#F6F6F6;
	padding:5px 10px;
	margin:5px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
section.navigation {
	margin-top:1px;
	padding:5px 10px;
	background-color:#F6F6F6;
	border-top:5px solid #CCC;
}
section.topnavigation,
section.bottomnavigation {
	margin:5px 0px;
}
section.detail {
	padding:10px;
	margin:5px 0px;
	border:1px solid #d1d9dd;
	border-top-width:5px;
	background-color:#FFF;
}
section.form {
	padding:10px;
	margin:5px 0px;
	border:1px solid #90acbf;
	border-top-width:5px;
	background-color:#FFF;
}
section.form section.navigation {
	padding:0;
	margin-bottom:0;
	background-image:none;
	background: -moz-linear-gradient(top, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=0 );
}
section.head {
	border:1px solid #d1d9dd;
	border-bottom:none;
	padding:5px;
	background-color:#d8e0e7;
}
section.head1 {
	margin-top:10px;
	border:1px solid #d1d9dd;
	border-bottom:none;
	padding:5px;
	background-color:#bccdd9;
}
section.head2 {
	border:1px solid #d1d9dd;
	border-bottom:none;
	padding:5px;
	background-color:#d8e0e7;
}
section.total {
	border:1px solid #d1d9dd;
	border-top:none;
	padding:5px;
	background-color:#EEE;
}
section.topnavigation INPUT[name='k'] {
	display:inline-block;
	width: calc(200px - 36px - 15px - 4px);
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
			border-radius:20px;
	border-width:2px;
}
section.topnavigation INPUT[type='button'],
section.topnavigation INPUT[type='reset'],
section.topnavigation INPUT[type='submit'],
section.bottomnavigation INPUT[type='button'],
section.bottomnavigation INPUT[type='reset'],
section.bottomnavigation INPUT[type='submit'] {
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
			border-radius:20px;
	border-width:2px;
}
ul.adminrow {
	list-style-type:none;
	margin:0;
	padding:0px;
	border:1px dotted #d1d9dd;
	background-color:#FFF;
}
ul.adminrow li.row {
	padding:5px;
	border-bottom:1px solid #d1d9dd;
}
ul.adminrow li.row:last-child {
	border-bottom:none;
}
ul.adminrow li.row:nth-child(odd) {
	background-color:#F6F6F6;
}
ul.adminrow li.row p {
	margin:5px 0px;
}
ul.adminrow li.row section {
}
.thead {
	padding-top:10px;
	padding-bottom:10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
.thead td {
	padding-left:5px;
	padding-right:5px;
}

.tborder {
	margin-bottom:20px;
	background-color:#DDD;
}
.tborder tr > th {
	background-color:#EEE;
	text-align:left;
}
.tborder tr > td {
	background-color:#FFF;
}
.tborder tr:nth-child(odd) > td {
	background-color:#F6F6F6;
}
.tborder tr > td.ttotal {
	background-color:#DDD;
}

.tframe th {
	padding:5px 0px;
	color:#333;
	background-color:#DDD;
}
.tframe td {
	padding:5px 0px;
	border-bottom:1px dotted #CCC;
	overflow-wrap: anywhere;
}
.tframe tr:first-child td {
	border-bottom:1px dotted #CCC;
}
.tframe tr:last-child td {
	border-bottom:none;
}
.tframe td.ttotal {
	background-color:#DDD;
}

.overtime {
	background-color: #FFCCCC !important;
}
.stop {
	background-color: #666 !important;
}
.notyet {
	background-color:#ffcccc !important;
}
.notyet .date {
	color:#ffcccc;
}
.going {
	background-color:#bbeecc !important;
}
.going .date {
	color:#009966;
}
.done {
	background-color:#cceeff !important;
}
.done .date {
	color:#0099CC;
}
.today {
	background-color:#f37821 !important;
}
A.button {
	display:inline-block;
	border:1px solid #CCC;
	background-color:#EEE;
	padding:2px 5px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	text-decoration:none;
}
A.button:link, A.button:visited {
	color:#58595b;
}
A.button:hover {
	background-color:#CCC;
}


/* =========================================================================== */
/* ADMIN MENU ================================================================ */
/* =========================================================================== */
#btnLeftMenu {
	text-align:center;
	display:none;
	margin-bottom:10px;
}
ul.adminmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.adminmenu > li.row {
	width:100%;
	margin:5px 0px;
}
ul.adminmenu > li.row section {
	margin:0;
}
ul.adminmenu > li.row div {
	font-weight: 500;
	padding:5px 0px;
	border-bottom:1px dotted #CCC;
}
ul.adminmenu > li.row ul {
	list-style-type:disc;
	margin:0px;
	padding:0px;
	padding-left:15px;
}
ul.adminmenu > li.row ul > li {
	padding:5px 0px;
	border-bottom:1px dotted #CCC;
}
ul.adminmenu > li.row ul > li.new,
ul.adminmenu > li.row ul > li.vip {
	position:relative;
}
ul.adminmenu > li.row ul > li.new:before,
ul.adminmenu > li.row ul > li.vip:before {
	position:absolute;
	content:"";
	top:7px;
	right:0;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	color:#FFF;
	font-size:6pt;
	font-weight:bold;
	padding:2px 3px;
}
ul.adminmenu > li.row ul > li.new:before {
	content: "NEW";
	background-color:#CC3333;
}
ul.adminmenu > li.row ul > li.vip:before {
	content: "VIP";
	background-color:#ffCC66;
}
ul.adminmenu a {
	display:block;
	color:#000;
}
ul.adminmenu a:hover {
	color:#f47709;
	text-decoration:none;
}

#divLeft.admin ul.adminmenu > li.row {
	width: calc((100% - 3 * 20px) / 4);
}

/* =========================================================================== */
/* FOOTER ==================================================================== */
/* =========================================================================== */
ul.botmenu {
	list-style-type:none;
	margin:0;
	padding:0px 20px;
	background-color:#FFF;
	text-align:center;
}
ul.botmenu > li.row {
	display:inline-block;
	margin:0;
	margin:1px;
	padding:5px 15px;
	font-size:small;
}
ul.botmenu > li.row a {
	text-decoration:none;
}
ul.botmenu > li.row a:link, ul.botmenu > li.row a:visited {
	color:#333;
}
ul.botmenu > li.row a:hover {
	color:#000;
}
ul.botmenu > li.row img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
ul.botmenu > li.row span {
    display: block;
    margin-top: 3px;
	white-space:nowrap;
}

/* =========================================================================== */
/* HINT ====================================================================== */
/* =========================================================================== */
ul.hint {
}
ul.hint > li.row {
	margin:10px 0px;
}
ul.hint > li.row div.status {
	float:none;
	width:auto;
	text-align:center;
}
ul.hint > li.row div.status span {
	display:inline-block;
	padding:0;
	margin:0;
	width:60px;
	height:60px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	line-height:6em;
	font-weight:bold;
}
ul.hint > li.row div.remain {
	float:none;
	width:auto;
	text-align:center;
}

/* =========================================================================== */
/* TAB ======================================================================= */
/* =========================================================================== */
ul.tablist {
	list-style-type:none;
	margin:0;
	margin-top:20px;
	padding:0px;
	display:flex;
	justify-content:space-between;
}
ul.tablist > li {
	float:left;
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
	margin-left:1px;
	cursor: pointer;
	text-align:center;
	border:1px solid #d1d9dd;
	border-bottom:none;
	background: #d1d9dd;
	-webkit-border-top-left-radius:5px;
	    -moz-border-radius-topleft:5px;
		    border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	    -moz-border-radius-topright:5px;
		    border-top-right-radius:5px;
}
ul.tablist > li:first-child {
	margin-left:0;
}
ul.tablist > li.active, ul.tablist > li:hover {
	font-weight:500;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,217,221,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,217,221,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,217,221,1) 100%);
}
.tabcontent {
	display:none;
}

.pagebreakinside {
 	page-break-inside: avoid;
 }
 
 .divColor1 {
	background-color:#666;
 }
 .divColor2 {
	background-color:#333;
 }
 
 
.collectionimage {
	position:relative;
}
.collectionimage .num {
	position:absolute;
	width: calc(30px - 4px);
	height: calc(30px - 4px);
	border: 2px solid red;
	background-color: rgba(255,255,255,0.5);
	z-index:10;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	cursor: pointer;
}
.collectionimage .col {
	color:blue;
	border: 2px solid blue;
}
.collectionimage .lnk {
	color:green;
	border: 2px solid green;
}
.collectionimage .hotpost {
	border: 2px solid yellow;
	background-color: yellow;
}
.collectionimage .hinth {
	position:absolute;
	width:1px;
	height:100%;
	top:0;
	left:50%;
	background-color:red;
	z-index:9;
	font-size:smaller;
}
.collectionimage .hinth:before {
	position:absolute;
	content: "y=-90";
	left:5px;
	top:5px;
	color:red;
}
.collectionimage .hinth:after {
	position:absolute;
	content: "y=90";
	left:5px;
	bottom:5px;
	color:red;
}
.collectionimage .hintv {
	position:absolute;
	width:100%;
	height:1px;
	top:50%;
	left:0;
	background-color:red;
	z-index:8;
	font-size:smaller;
}
.collectionimage .hintv:before {
	position:absolute;
	content: "x=-180";
	left:5px;
	bottom:5px;
	color:red;
}
.collectionimage .hintv:after {
	position:absolute;
	content: "x=180";
	right:5px;
	bottom:5px;
	color:red;
}
.collectionimage .num.active {
	background-color: red;
}
.collectionimage .col.active {
	background-color: blue;
}
.collectionimage .lnk.active {
	background-color: green;
}
.collectionimage .num span {
	color:red;
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.collectionimage .num span a {
	color:red;
}
.collectionimage .col span a {
	color:blue;
}
.collectionimage .lnk span a {
	color:green;
}
.collectionimage .active span,
.collectionimage .active span a {
	color:white;
}


.divPageNav {
	margin:10px 0px;
	color:#666;
	text-align:center;
}
.divPageNav a, .divPageNav a:link, .divPageNav a:visited {
	display:inline-block;
	padding:7px 12px;
	margin-right:4px;
	border-radius:3px;
	border:solid 1px #c0c0c0;
	background:#e9e9e9;
	box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: inherit;
	font-weight: 700;
	text-decoration:none;
	color:#717171;
	text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
.divPageNav a.active:link, .divPageNav a.active:visited {
	border:none;
	background:#616161!important;
	box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;
	color:#f0f0f0!important;
	text-shadow:0px 0px 3px rgba(0,0,0, .5)!important;
}
.divPageNav a:hover, .divPageNav a.active:hover	{
	background: linear-gradient(#FEFEFE, #f0f0f0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

/* =========================================================================== */
/* COLUMN ==================================================================== */
/* =========================================================================== */

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column > li.row {
	margin-bottom:20px;
	overflow:hidden;
}
ul.column > li.row div.content {
	margin-top:10px;
}
ul.column > li.row div.thumb {
	margin-bottom:5px;
}
ul.column > li.row div.thumb img {
	display:block;
	width:100%;
	height:auto;
}
ul.column1 > li.row {
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
ul.column2 > li.row,
ul.column3 > li.row,
ul.column4 > li.row,
ul.column5 > li.row,
ul.column6 > li.row,
ul.column7 > li.row,
ul.column8 > li.row {
	float:left;
	margin-left:20px;
}
ul.column2 > li.row {
	width: calc((100% - 1 * 20px) / 2);
}
ul.column3 > li.row {
	width: calc((100% - 2 * 20px) / 3);
}
ul.column4 > li.row {
	width: calc((100% - 3 * 20px) / 4);
}
ul.column5 > li.row {
	width: calc((100% - 4 * 20px) / 5);
}
ul.column6 > li.row {
	width: calc((100% - 5 * 20px) / 6);
}
ul.column7 > li.row {
	width: calc((100% - 6 * 20px) / 7);
}
ul.column8 > li.row {
	width: calc((100% - 7 * 20px) / 8);
}
ul.column2 > li.row:nth-child(2n+1),
ul.column3 > li.row:nth-child(3n+1),
ul.column4 > li.row:nth-child(4n+1),
ul.column5 > li.row:nth-child(5n+1),
ul.column6 > li.row:nth-child(6n+1),
ul.column7 > li.row:nth-child(7n+1),
ul.column8 > li.row:nth-child(8n+1) {
	clear:both;
	margin-left:0px;
}

a.bigbutton, a.smallbutton, a.tabbutton {
	display:block;
	padding:10px 10px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
}
a.bigbutton:link, a.bigbutton:visited,
a.smallbutton:link, a.smallbutton:visited {
	color:#FFF;
	background-color:#f47709;
}
a.bigbutton:hover, a.smallbutton:hover {
	color:#FFF;
	background-color:#000;
}
a.smallbutton {
	display:inline-block;
}
a.tabbutton:link, a.tabbutton:visited {
	color:#FFF;
	background-color:#f47709;
}
a.smallbutton:hover {
	color:#FFF;
	background-color:#000;
}
a.cartbutton {
	font-size:smaller;
	background-color:#999 !important;
	background-image: url(../images/icon_cart.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:14px 14px;
	padding:5px 10px;
	padding-left:24px;
}
a.cartbutton:link, a.cartbutton:visited {
	color:#FFF;
}
a.cartbutton:hover {
	background-color:#333 !important;
}

.fbbutton, .ggbutton {
	display:inline-block;
	cursor:pointer;
	color:#FFF !important;
	font-family:inherit;
	font-weight: 600;
	font-size:inherit;
	margin:0 1px;
	padding:10px 10px;
	border:1px solid #336699;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-appearance: none;
	background-color:#4a6eaa;
	background-image: url(../images/icon_fb.png);
	background-position: left 10px center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	padding-left:36px;
	text-decoration:none;
}
.ggbutton {
	border:1px solid #996633;
	background-color:#cf4332;
	background-image: url(../images/icon_gg.png);
}
.fbbutton:link, .fbbutton.visited,
.ggbutton:link, .ggbutton.visited {
	color:#FFF;
}


ul.category > li.row {
	overflow: hidden;
	margin-bottom: 5px;
}
ul.category > li.row div.thumb {
	width: 64px;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	overflow:hidden;
	float:left;
}
ul.category > li.row h3,
ul.category > li.row div.content {
	float:right;
	width: calc(100% - 74px);
}

ul.searchbox {
	padding-right:10px;
}
ul.searchbox > li.row {
	position:relative;
	overflow:visible;
}
ul.searchbox > li.row div.wrap {
	padding:1px;
	background-color:#d6dbde;
}
ul.searchbox > li.row div.contentbox {
	display:none;
	padding:5px;
	font-size:smaller;
	background-color:#FFF;
}
ul.searchbox > li.row:hover div.contentbox {
	display:block;
}
ul.searchbox > li.row div.thumb {
	margin-bottom:0;
}
ul.searchbox > li.row div.thumb img {
	display:block;
}
ul.searchbox > li.row div.remove {
	position:absolute;
	right:3px;
	top:3px;
	border:1px solid #CCC;
	z-index:1;
}

ul.emotion {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.emotion > li {
	float:left;
	width: calc((100% - 2 * 20px) / 3);
	margin-left:20px;
}
ul.emotion > li:first-child {
	margin-left:0;
}
.emotionicon {
	display:block;
	position:relative;
	width:100%;
	padding-bottom:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor:pointer;
}
.emotionicon.sad {
	background-image: url(../images/emotion_sad.png);
}
.emotionicon.normal {
	background-image: url(../images/emotion_normal.png);
}
.emotionicon.happy {
	background-image: url(../images/emotion_happy.png);
}
.emotiontext {
	display:block;
	text-align:center;
	margin-top:5px;
	font-size: small;
	color:#999;
}


ul.isotop {
}
ul.isotop > li.row {
	margin:0 !important;
}
ul.isotop > li.hide {
	display:none;
}
ul.pinterest {
	margin:10px 0px;
}
ul.pinterest > li.row > div.thumb {
	border:1px solid #CCC;
	margin-bottom:0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	overflow:hidden;
}
ul.pinterest h3 {
	margin:5px 0;
}
ul.pinterest div.cart {
	margin-top:5px;
}

ul.survey {
	margin:10px 0px;
	position: relative;
}
ul.survey > li.row {
	position: relative;
}
ul.survey > li.row > div.thumb {
	position:relative;
	border:1px solid #CCC;
	width: calc(100% - 2px);
	padding-bottom: calc(100% - 2px);
	margin-bottom:0;
	z-index:1;
}
ul.survey > li.row > div.thumb img {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	width:100%;
	height:100%;
}
ul.survey > li.row > div.wrap {

	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;

	z-index:2;
	opacity:0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	pointer-events: none;
}
ul.survey > li.row:hover > div.wrap {
	opacity:1;
}
ul.survey > li.row div.like {
	position:absolute;
	bottom:0px;
	right:0px;
	width:64px;
	height:64px;
	background: url(../images/icon_like.png) no-repeat top left;
	background-size: 128px 64px;
	z-index:3;
	opacity:0;
	cursor:pointer;
}
ul.survey > li.row:hover > div.like {
	opacity:1;
}
ul.survey > li.row div.like:hover {
	background-position: top right;
}
ul.survey > li.liked div.like {
	background-position: top right;
	opacity:1;
}

.keyword span {
	display:inline-block;
	padding:1px 5px;
	font-style: italic;
	font-size: smaller;
	cursor:pointer;
	color:#666;
	background-color:#EEE;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}


.divPreview {
	position:relative;
	width:100%;
	padding-bottom:100%;
}
.divPreview model-viewer,
.divPreview iframe {
	position:absolute;
	width:100%;
	height:100%;
}
.divPreview model-viewer {
	background-color:#d6dbde;
}
.divPreview .dot {
	position:absolute;
	display: block;
    width: 4px;
    height: 4px;
	padding:0;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #CC3366;
	box-sizing: border-box;
    --min-hotspot-opacity: 0;
}
.divPreview .dim {
	color: #333;
	background: rgba(255, 255, 255, 0.25);
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	display: block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:15px;
	max-width: 128px;
	overflow-wrap: break-word;
	padding: 0.1em 0.25em;
	position: absolute;
	width: max-content;
	height: max-content;
	transform: translate3d(-50%, -50%, 0);
	--min-hotspot-opacity: 0;
}
.divPreview .show {
	--min-hotspot-opacity: 1;
}
.divPreview .hide {
	display:none;
}
:not(:defined) > * {
	display: none;
}
/* ================================================== */
/* ADMIN */
/* ================================================== */
ul.select {
	list-style-type:none;
	margin:5px 0;
	padding:2px 4px;
	border:1px solid #CCC;
	min-height:32px;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
ul.select > li {
	position:relative;
	display:block;
	border:1px solid #f37821;
	margin:2px 0px;
	padding:10px 15px;
	color:#666;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	outline:none;
	overflow:hidden;
}
ul.select > li.noedit {
	border-color:#CCC;
}
ul.select > li img {
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
}
ul.select.dragable {
	overflow:auto;
}
ul.select.dragable li {
	cursor: pointer;
	background-color:#FFF;
}
.inputbox {
	display:block;
	border:1px solid #CCC;
	margin:0;
	padding:1px;
	width: calc(100% - 4px);
	color:#666;
	font-family:inherit;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
.inputbox INPUT[type='text'] {
	border:none;
	padding: 8px 13px;
	width: calc(100% - 26px);
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
			border-radius:0px;
}
.inputbox INPUT[type='text']:nth-child(2) {
	display:none;
}
.inputbox.focus INPUT[type='text']:first-child {
	display:none;
}
.inputbox.focus INPUT[type='text']:nth-child(2) {
	display:block;
}
IMG.greyhovercolor {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}
IMG.greyhovercolor:hover {
	-webkit-filter: grayscale(0%);
	   -moz-filter: grayscale(0%);
		 -o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
			filter: grayscale(0%); 
	filter: none;
	filter: none; /* IE6-9 */
}

ul.thumbscroll {
	list-style-type:none;
	margin:10px 0;
	padding:0;
	overflow:hidden;
	white-space:nowrap;
	overflow-x: scroll;
	font-size:0;
}
ul.thumbscroll > li.row {
	display:inline-block;
	width: 100px;
	margin-left:20px;
	vertical-align:top;
}
ul.thumbscroll > li.row:first-child {
	margin-left:0;
}
ul.thumbscroll > li.row div.thumb img {
	display:block;
	width:100%;
	height:auto;
}
ul.thumbscroll >li.row div.content {
	overflow:hidden;
	text-overflow: ellipsis;
	font-size: small;
}

ul.grid > li.row > div.thumb {
	position:relative;
}
ul.grid > li.row > div.thumb:before {
	content:"";
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../images/grid.png) no-repeat center center;
	background-size: 100% 100%;
}