/** Generated by FG **/
@font-face {
	font-family: 'Conv_Kanit-Regular';
	src: url('fonts/Kanit-Regular.eot');
	src: local('โบ'), url('fonts/Kanit-Regular.woff') format('woff'), url('fonts/Kanit-Regular.ttf') format('truetype'), url('fonts/Kanit-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body { font-size: 12px; font-family: 'Conv_Kanit-Regular';}
body {font-weight: 200;}
b, strong {
    font-weight: bold;
}
.h1, h1 {font-size: 2.0rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 1.5rem;}

ol {padding: 0;}
.box_content ul li {list-style-type: none; margin: 15px 0;}
.box_content {width: 100%; height: 650px; border: 1px solid #eee; padding: 50px 50px; border-radius: 10px; margin: 30px 0; overflow: scroll; box-shadow: 0px 5px 15px rgba(0,0,0,0.1);}
.box_content_sm {width: 500px; height: auto; border: 1px solid #eee; padding: 50px 50px; border-radius: 10px; margin: 30px auto; box-shadow: 0px 5px 15px rgba(0,0,0,0.1); text-align: center; }
.box_content_md {width: 960px; height: auto; border: 1px solid #eee; padding: 50px 50px; border-radius: 10px; margin: 30px auto; box-shadow: 0px 5px 15px rgba(0,0,0,0.1); }
span { color: red;}
.container_log .thead-dark th {
    background-color: #286140; border-color: #286140;
}
.tx_center { text-align: center;}

.btn-info {
    background-color: #286140;
    border-color: #286140;
}
.btn-info:hover {
    background-color: #143f26;
    border-color: #143f26;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}
.btn-primary:hover {
    background-color: #1d5b90;
    border-color: #1d5b90;
}

.box_content.website_policy table ul li
{
  list-style-type: disc; margin: 5px 0;
}

.box_content.website_policy table, .box_content.website_policy th, .box_content.website_policy td {
     border: 1px solid #e6e6e6;
}
ul .bullit_disc li {list-style-type: disc; margin: 5px 0;}


/* Customize the label (the container) */
.container_form {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_form:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_form input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_form .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.note { font-size: 13px;}


.footer_bt { margin: 50px 0 50px; text-align: center;}

@media screen and (max-width: 768px) {
	.box_content {padding: 20px;}
	.box_content h1 {font-size: 25px;}
	.box_content h3 {font-size: 20px;}
	.box_content_sm, .box_content_md  {width: 100%;}
}