/* @charset "UTF-8"; */
/* CSS Document */

/* .imgbox:hover {

	-moz-box-shadow: 0 0 10px #ccc;

	-webkit-box-shadow: 0 0 10 #ccc;

	 box-shadow: 0 0 10px #CCC;

	 opacity:0.85;

	 filter: alpha(opcity=100);

	 

}.H1 {	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
} */

@import url("/css/Kanit_Likit_Font.css");
@media print {
  a[href]:after {
    content: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1450px;
  }
}
@media only screen and (max-width: 900px) {
  .bootstrap-select {
    margin-bottom: 30px !important;
  }
}
hr {
  border-top: 1.5px solid #f8f8f8;
}
body,
html {
  height: 100%;
  margin: 0;
}
body {
  background-color: #0074bc;
  font-family: "Kanit Fonts", serif;
  font-size: 18px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 16px;
}
a {
  color: #0074bc;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  padding-left: 55px;
}
li {
  padding-top: 5px;
  padding-bottom: 5px;
}
sup {
  vertical-align: super !important;
  font-size: 12px;
}
.banner {
  padding: 15px;
  background-color: #ffffff ;
}
.banner img {
  padding: 0px;
}
.navbar {
  background-color: #ffc233;
  border-radius: 0px;
  border: none;
  margin: 0px !important;
  padding: 0px !important;
}
.navbar-brand {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #ffc233 !important;
  color: #ffffff !important;
  border: 1px solid #ffc233;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #142c53 !important;
}
.navbar-default .navbar-nav > li > a .glyphicon {
  font-size: 14px;
}
.navbar-nav > li > .dropdown-menu {
  font-size: 18px;
}
.navbar-nav > li > .dropdown-menu > li {
  padding: 3px !important;
}
.navbar-nav > li > .dropdown-menu > li > a {
  background-color: #eeeeee !important;
  padding: 10px !important;
  color: #000000 !important;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.wrapper {
  background-color: #ffffff;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.text-indent {
  text-indent: 40px;
}
.footer {
  padding-bottom: 20px;
  background-color: #0074bc;
  color: #ffffff;
}
.footer a {
  color: #fff59d;
}
.footer hr {
  border-top: 1.5px solid #eeeeee;
}
.footer .copyright {
  text-align: center;
}
.form-group {
  margin-bottom: 25px;
}
.input-not-line {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0px;
  box-shadow: none !important;
}
.input-group {
  width: 100% !important;
}
.input-other {
  margin-top: 5px !important;
}
.input-group-addon {
  font-size: 16px;
}
input:disabled {
  background-color: #eeeeee;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
select {
  font-size: 18px !important;
  height: 43px !important;
}
textarea,
.control-label {
  font-size: 18px !important;
}
input[type="checkbox"],
input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: 0px 0px 3px 1px #03a9f4 !important;
  outline: 0 none !important;
}
input[type="submit"],
input[type="button"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.readonly {
  background-color: #ffffff !important;
}
.btn {
  font-size: 18px;
}
.btn-responsive {
  white-space: normal !important;
}
.btn-submit {
  margin-top: 45px;
}
.text-bold {
  font-weight: bolder;
}
.required:after {
  content: "*";
  font-size: 38px;
  color: #ef5350;
  line-height: 30px;
  vertical-align: -45%;
  font-weight: bolder;
}
.highlight-white {
  color: #ffffff !important;
}
.highlight-gray {
  color: #bdbdbd !important;
}
.highlight-red {
  color: #ef5350 !important;
}
.highlight-orange {
  color: #e65100 !important;
}
.highlight-blue {
  color: #1f3d7d !important;
}
.highlight-light-blue {
  color: #03a9f4 !important;
}
.highlight-green {
  color: #3e8f3e !important;
}
.highlight-gold {
  color: #ffd700 !important;
}
.highlight-purple {
  color: #283593 !important;
}
.topic {
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.topic-light-gray {
  background-color: #eeeeee;
  color: #212121;
}
.topic-blue {
  background-color: #1f3d7d;
  color: #ffffff;
}
.topic-light-blue {
  background-color: #b3e5fc;
  color: #000000;
}
.topic-orange {
  background-color: #e65100;
  color: #ffffff;
}
.topic-green {
  background-color: #81c784;
  color: #000000;
}
.topic-red {
  background-color: #ef5350;
  color: #ffffff;
}
.topic-light-orange {
  background-color: #fcd9b3;
  color: #000000;
}
table {
  white-space: nowrap;
}
thead th {
  background-color: #e7e9ed;
  text-align: center;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bdbdbd !important;
}
th,
td {
  font-size: 16px;
}
td .btn {
  font-size: 14px;
}
th .glyphicon,
td .glyphicon {
  top: 6px !important;
}
td {
  white-space: normal !important;
  word-wrap: break-word !important;
}
.loading {
  margin-top: 3%;
  margin-bottom: 3%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #1f3d7d;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nav-pagination {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}
.pagination {
  margin: -4px;
}
.pagination li a {
  border: none;
  padding: 0px 13px !important;
}
.swal2-popup {
  font-size: 16px !important;
}
.bootstrap-select * {
  width: auto;
  font-size: 18px !important;
  min-height: 29px;
  line-height: 29px;
}
.bootstrap-select .dropdown-menu {
  font-size: 16px !important;
}
.bootstrap-select .dropdown-menu li {
  margin: 0px;
  padding: 0px;
}
.bootstrap-select .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  background-color: #eeeeee;
  border: 1px solid #d4d4d4;
}
.bootstrap-select.disabled:hover,
.bootstrap-select > .disabled:hover {
  background-color: #eeeeee;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  background-color: #eeeeee;
}
.bootstrap-select option:disabled {
  color: #eeeeee;
}
.select {
  margin-bottom: 9px !important;
}
.well {
  border-radius: 25px;
  background-color: #f8f8f8;
}
#qr_code {
  border: 1px solid #424242;
}
