@charset "utf-8";
body {
	color: #354838;
	height:100%;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 16pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top center;
	background-repeat: no-repeat;
}
td,th {
	color: #3A3A3A;
	font-family: Tahoma;
	font-size: 16pt;
}
.sqImage{
  width:150px;
  height:150px;
  object-fit:cover;
}
.ssmtxt {
	font-family: Tahoma;
	font-size: 12pt;
}
.smtxt {
	font-family: Tahoma;
	font-size: 14pt;
}
.nmtxt {
	font-family: Tahoma;
	font-size: 16pt;
}
.bigtxt {
	font-family: Tahoma;
	font-size: 24pt;
}
a:link {
	color: #3A47B6;
	text-decoration: none;
}
a:visited {
	color: #3A47B6;
	text-decoration: none;
}
a:hover {
	color: #53A615;
	text-decoration: none;
}
a:active {
	color: #53A615;
	text-decoration: none;
}
hr {
    border: 2px dashed #D1D1D1;
    border-style: none none dashed;
	height: 1px;
    color: #000;
    background-color: #FFFFFF;
    width:100%;
	overflow:hidden;
}
/* The messageDialog (background-color) */
.messageDialog {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color:rgb(0, 0, 0); Fallback color */
  background-color:rgba(0,0,0,0.8); /* Black w/ opacity */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* messageDialog Content */
.messageDialog-content {
  background-color:#fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.fa-blinking {
  animation: blinking 0.3s infinite; /* กำหนดชื่อ animation, ระยะเวลา, และให้ทำซ้ำเรื่อยๆ (infinite) */
}

@keyframes blinking {
  0% { opacity: 1; } /* เริ่มต้นด้วยความทึบ 100% */
  50% { opacity: 0; } /* เปลี่ยนเป็นโปร่งใส 0% ในช่วงกลาง */
  100% { opacity: 1; } /* กลับมาทึบ 100% ในตอนท้าย */
}
