﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* CUSTOM HERE */

.ml-auto .dropdown-menu {
  left: auto !important;
  right: 0px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.mw-480 {
  max-width: 480px;
}

.badge-grey,
.badge-grey:hover,
.badge-grey:active {
  color: #ffffff;
  background-color: #808080;
}

table thead th,
table tbody td {
  white-space: nowrap;
}

/*@font-face {
    font-family: 'Maledpan';
    src: url('../fonts/maledpan-regular-webfont.eot');
    src: url('../fonts/maledpan-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/maledpan-regular-webfont.woff2') format('woff2'), url('../fonts/maledpan-regular-webfont.woff') format('woff'), url('../fonts/maledpan-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #222;
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Maledpan', sans-serif !important;
}*/

/* @font-face {
  font-family: "kanitregular";
  src: url("../fonts/kanit-regular-webfont.eot");
  src: url("../fonts/kanit-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/kanit-regular-webfont.woff2") format("woff2"),
    url("../fonts/kanit-regular-webfont.woff") format("woff"),
    url("../fonts/kanit-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

body {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
}
.select2 {
  width: 100% !important;
}

.max-width {
  max-width: 1140px;
  margin: 0 auto;
}

.badge{
  font-weight: normal;
}
