
body{
  font-family: 'Kanit', sans-serif;
  padding-top: 25px;
}
img.topbanner{
  margin-bottom: 15px;
 max-width: 150px;
}
div.foot{
  color: #e5e5e5;
  background-color: #001b44;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
}
img.foot-img{
  display: inline-block;
}
a#btn-back-to-top {
  display: none;
  position: fixed;
  bottom: 55px;
  z-index: 99;
  right: 30px;
  font-size: 20px;
  border-radius: 40px;
}
a#btn-back-page {
  display: none;
  -webkit-appearance: none;
  position: fixed;
  bottom: 10px;
  z-index: 99;
  right: 30px;
  font-size: 20px;
  border-radius: 40px;
}
a#btn-back-home {
  display: none;
  -webkit-appearance: none;
  position: fixed;
  bottom: 10px;
  z-index: 99;
  right: 185px;

}
ul.navbar-nav li:last-child { float:right; }
.verMiddle{vertical-align: middle !important;}
.product_detail{font-size: 10px;}
.unitKeydown .sum_unit{
    text-align: right;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ccc;
}
* html .ui-autocomplete {
  height: 300px;
}
.inputW80{
  min-width: 80px;
}
.inputW100{
  min-width: 100px;
}
.inputTextRight{
  text-align: right;
}
.alertmarGin{
  margin-top: 30px;
}
.icon_menu{
  margin-bottom: 20px;
}
.icon_menu:hover{
  opacity: 0.8;
}
#frm-menu{
  padding: 30px;
  background-color: #215eaa;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.centered {
  height: 100px;
  background-color: #6eafe6;
}
.inmargin-menu{
	margin: 2px;
}
.inpadding-menu{
	padding: 2px;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
@media (max-width: 767px){
  ul.navbar-nav li:last-child{
    float: left;
    width: 100%;
  }
  .nav-h{
    display: none;
  }
  .navbar-toggle{
    left: 10px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #ffffff;
  }
}
.auto-menu{
  overflow: auto;
  height: 700px;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button::after {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #2c71d8;
  text-decoration: none;
}
#button {
    display: inline-block;
    background-color: #155bc3;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.mobile-menu .home {
  background-color: #0047b5 !important
}
.menu-l{
  border: 2px solid #205ebf !important;
}
.menu-l a, .menu-l a:active, .menu-l a:hover {
  color: #0c4294 !important;
  font-weight: 600;
}
.mobile-menu li a {
  padding: 7px !important;
}
.mobile-menu{
  overflow: auto;
  /* height: auto; */
  max-height: 800px;
}
.mobile-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #0d5fde;
}
.mobile-menu::-webkit-scrollbar {
    width: 10px;
    background-color: #6fa7ff;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.navbar-inverse {
  background-color: #0f4698;
  border-color: #003d98;
}
