body {
	padding: 0px;
	margin: 0px;
	background-color: var(--color-theme, #111111);
}
/* body, div, span, a, td, th, input, label, h1, h2, h3, h4, h5, h6, h7 { */
* {
	font-family: 'Kanit', sans-serif;
	font-size: calc( 10pt + 0.5vmin );
	line-height: 1.5em;
	color:#222222;
	box-sizing: border-box;
}
.hilight, .hilight * {
	color: var(--color-hilight, #999999)!important;
}
.no-border {
	border: 0px none!important;
}
.no-padding {
	padding: 0px!important;
}
.no-margin {
	margin: 0px!important;
}
.hidden{
	display: none!important;
	visibility: hidden!important;
}
.closed-height {
	max-height: 0px!important;
	overflow: hidden!important;
}
.closed-width {
	max-width: 0px!important;
	overflow: hidden!important;
}
.narrow-width {
	max-width: 300px!important;
}

table {
	background-color:#ffffff;
	border: 1px solid;
	border-color:#cccccc;
	padding: 0px 6px;
	margin: 10px;
	border-spacing: 2px 10px;
	border-radius: 7px;
}
tr{
	padding: 0px;
	margin: 0px;
}
tr:hover {
	background-color:#e0e0e0!important;
}
td, th {
	border: 1px solid;
	border-color:#cccccc;
	padding: 10px;
	margin: 0px;
	vertical-align: top;
	border-radius: 7px;
	/* overflow-wrap: break-word; */
	overflow-wrap: anywhere;
}
th {
	font-weight: bold!important;
	color:#ffffff!important;
	background-color: var(--color-theme, #111111);
	border-color: var(--color-theme, #111111);
	text-align: center!important;
	vertical-align: middle!important;
	text-transform: uppercase!important;
}

input, select, option, textarea {
	width: 400px;
	background-color:#ffffff;
	border: 1px solid;
	border-color:#cccccc;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 7px;
	vertical-align: middle;
}
input:disabled {
	background-color:#cccccc;
}
.button, input[type=submit], input[type=reset], input[type=button] {
	border: 1px solid;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 7px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	user-select: none;
	cursor: pointer!important;
	letter-spacing: 0.125em;
}
.button-normal, .button-normal:link, .button-normal:active, .button-normal:visited, input[type=button], input[type=reset] {
	background-color:#ffffff;
	border-color:#cccccc;
}
.button-normal:hover, input[type=button]:hover, input[type=reset]:hover, select:hover, textarea:hover {
	background-color:#e0e0e0!important;
}
.button-submit, .button-submit:link, .button-submit:active, .button-submit:visited, input[type=submit] {
	color:#ffffff!important;
	background-color: var(--color-hilight, #999999);
	border-color: var(--color-hilight, #999999);
}
.button-submit:hover, input[type=submit]:hover, input:focus, select:focus, option:focus, textarea:focus {
	color: var(--color-hilight, #999999)!important;
	background-color:#ffffff!important;
}

.thumbnail {
	max-width: 11vmin;
	max-height: 11vmin;
}

/* CONTENT & ALERT */
body #content, body #alerts, body #menu, body #page {
	width: 100%;
	display: block;
	text-align: center;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}
div.div-content, div.div-alert {
	background-color:#ffffff;
	padding: 40px;
	margin: 20px 80px;
	border-radius: 7px;
	display: block;
	text-align: center;
}
body #alerts {
	/* position: fixed;
	z-index: 9909;
	top: 0px;
	left: 50%;
	-ms-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%); */
	max-height: 120px;
	overflow: hidden;
	vertical-align: bottom!important;
}
div.div-alert {
	max-height: 120px;
	overflow: hidden;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	border-radius: 0px 0px 7px 7px!important;
	overflow-wrap: break-word!important;
}
div.div-alert, div.div-alert * {
	color: var(--color-hilight, #999999)!important;
	letter-spacing: 2px;
}
body #menu {
	vertical-align: bottom!important;
	padding: 0px 40px;
	margin: 0px;
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: var(--color-hilight, #999999);
	text-align: center;
}
nav.div-menu {
	
}
body #page {
	width: intrinsic!important;
	width: -moz-max-content!important;
	width: -webkit-max-content!important;
	width: max-content!important;
	padding: 0px 10px;
	margin: 0px;
	position: fixed;
	z-index: 9907;
	top: 100%;
	left: 100%;
	-ms-transform: translate(-91%,-100%) scale(0.80);
	-webkit-transform: translate(-91%,-100%) scale(0.80);
	transform: translate(-91%,-100%) scale(0.80);
	text-align: right!important;
}
div.div-page {
	
}

h1, h2, h3, h4, h5, h6, h7 {
	color: var(--color-hilight, #999999);
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.7em;
}
h1 {
	font-size: calc( 24pt + 2.7vmin );
	font-weight: 200;
	letter-spacing: 0.2em;
}
h2 {
	font-size: calc( 18pt + 2vmin );
	letter-spacing: 0.138em;
}

/* RESPONSIVE */
@media only screen and (min-width: 1700px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 950px) {
	div.div-content, div.div-alert {
		padding: 30px;
		margin: 10px 10px;
	}
	div.div-alert {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
	}
	nav.div-menu {
		padding: 0px 15px!important;
	}
	div.div-page {
		left: 50%!important;
		padding-bottom: 70px!important;
		-ms-transform: translate(-50%,-100%) scale(0.80)!important;
		-webkit-transform: translate(-50%,-100%) scale(0.80)!important;
		transform: translate(-50%,-100%) scale(0.80)!important;
	}
}
@media only screen and (max-width: 767px) {

}

/* OVERLAY */
body #overlay {
	padding: 0px;
	margin: 0px;
	display: block;
	visibility: visible;
	overflow: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9908;
	opacity: 1;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}
.overlay-wrap {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
.overlay-close {
	margin-top: 35px;
	padding: 20px;
	background-color: rgba(0,0,0,0.9);
	border: 0px none;
	border-radius: 7px;
	width:67%;
	min-width: 600px;
	position: absolute;
	top: 0px;
	left: 50%;
	-ms-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.overlay-close:hover {
	background-color: rgba(255,255,255,0.9)!important;
	color: #000000!important;
}
.iframe-innerhtml {
	background-color:#ffffff;
	border: 0px none;
	border-radius: 7px;
	width: 67%;
	height: 67%;
	min-width: 600px;
	min-height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#overlay {
	background-color: rgba(0,0,0,0.33);
}
#overlay.iframe-hiding {
	opacity: 0;
}
#overlay.iframe-hidden {
	display: none!important;
	visibility: hidden!important;
}

/* LOAD */
body #load {
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9910;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}
.load-wrap {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
.load-wrap > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#load {
	background-color: rgba(255,255,255,0.67);
}
.uil-default rect:not(.bk) {
	fill: var(--color-theme, #111111);
}
.uil-ring > path {
	fill: var(--color-theme, #111111);
}
.ring-loader .circle {
	fill: var(--color-theme, #111111);
}
.ring-loader .moving-circle {
	fill: var(--color-theme, #111111);
}
.uil-hourglass .glass {
	stroke: var(--color-theme, #111111);
}
.uil-hourglass .sand {
	fill: var(--color-theme, #111111);
}
.spinner-loader .load-wrap {
	background-image: url("data:image/svg+xml,%3Csvg width='75px' height='75px' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-default'%3E%3Crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(0 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(30 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(60 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(90 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(120 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(150 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(180 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(210 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(240 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(270 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(300 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%232f3251' transform='rotate(330 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/svg%3E");
}
.ring-loader .load-wrap {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%232f3251'%3E   %3Cpath opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/%3E   %3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'%3E     %3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' /%3E   %3C/path%3E %3C/svg%3E");
}
.hourglass-loader .load-wrap {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%232f3251'%3E   %3Cpath transform='translate(2)' d='M0 12 V20 H4 V12z'%3E      %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline'  /%3E   %3C/path%3E   %3Cpath transform='translate(8)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.2' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline'  /%3E   %3C/path%3E   %3Cpath transform='translate(14)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.4' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E   %3Cpath transform='translate(20)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.6' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E   %3Cpath transform='translate(26)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.8' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E %3C/svg%3E");
}
#load.loader-removing {
	opacity: 0;
}
#load.loader-removed {
	display: none!important;
	visibility: hidden!important;
}