/*  Color Variable  */
/*  Font Variable  */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/*  Font-family  Variable  */
h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 24px; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin-top: 0; }

p {
  margin-bottom: 15px;
  line-height: 1.5; }

p.error {
  font-size: 12px; }

body {
  font-family: "Kanit", sans-serif;
  line-height: 1.25;
  color: #000;
  font-size: 16px; }

a {
  color: #007bff;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.disc {
  list-style: disc;
  padding-left: 25px; }

ol.number {
  list-style: number;
  padding-left: 25px; }

strong {
  font-weight: 500; }

.red {
  color: #FF0000; }

.skyblue {
  color: #007bff; }

.blue {
  color: #006ce0; }

.disable {
  background: #AAAAAA !important;
  border-color: #AAAAAA !important;
  color: #000 !important;
  opacity: .7;
  cursor: not-allowed !important; }

/*  Color Variable  */
/*  Font Variable  */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/*  Font-family  Variable  */
/*  Mixin and Inheritance */
.transition, input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"],
textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

@font-face {
  font-family: 'DBHeaventBdCondv3_2';
  src: url("../fonts/DBHeaventBdCondv3_2.eot");
  src: url("../fonts/DBHeaventBdCondv3_2.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHeaventBdCondv3_2.woff") format("woff"), url("../fonts/DBHeaventBdCondv3_2.ttf") format("truetype"), url("../fonts/DBHeaventBdCondv3_2.svg#DBHeaventBdCondv3_2") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DBHeaventLiCondv3_2';
  src: url("../fonts/DBHeaventLiCondv3_2.eot");
  src: url("../fonts/DBHeaventLiCondv3_2.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHeaventLiCondv3_2.woff") format("woff"), url("../fonts/DBHeaventLiCondv3_2.ttf") format("truetype"), url("../fonts/DBHeaventLiCondv3_2.svg#DBHeaventLiCondv3_2") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DBHeaventCondv3_2';
  src: url("../fonts/DBHeaventCondv3_2.eot");
  src: url("../fonts/DBHeaventCondv3_2.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHeaventCondv3_2.woff") format("woff"), url("../fonts/DBHeaventCondv3_2.ttf") format("truetype"), url("../fonts/DBHeaventCondv3_2.svg#DBHeaventCondv3_2") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DBHeaventMedCondv3_2';
  src: url("../fonts/DBHeaventMedCondv3_2.eot");
  src: url("../fonts/DBHeaventMedCondv3_2.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHeaventMedCondv3_2.woff") format("woff"), url("../fonts/DBHeaventMedCondv3_2.ttf") format("truetype"), url("../fonts/DBHeaventMedCondv3_2.svg#DBHeaventMedCondv3_2") format("svg");
  font-weight: 500;
  font-style: normal; }
/*  Mixin and Inheritance */
.transition, input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"],
textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"],
textarea, select {
  outline: none;
  padding: 10px 10px;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  line-height: 34px;
  height: 56px; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus,
  input[type="tel"]:focus, input[type="number"]:focus, input[type="search"]:focus,
  textarea:focus, select:focus {
    border-color: #00C16B;
    box-shadow: 0 0 5px #00C16B;
    -webkit-box-shadow: 0 0 5px #00C16B; }

select[multiple] {
  min-height: 75px; }

textarea {
  height: 100px;
  resize: none;
  padding: 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AAAAAA; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #AAAAAA; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA; }

button, .btn, .btn-primary {
  cursor: pointer; }

.btn {
  border-radius: 5px;
  min-width: 100px;
  padding: 10px;
  line-height: 34px;
  font-size: 18px; }

.btn-primary {
  background: #93278F;
  color: #fff;
  border-color: #93278F; }
  .btn-primary:hover, .btn-primary:active {
    background: #5C2D91;
    color: #fff;
    border-color: #5C2D91; }

.btn-aqua {
  background: #5C2D91;
  border-color: #5C2D91;
  color: #fff; }
  .btn-aqua:hover {
    background: #93278F;
    border-color: #93278F;
    color: #fff; }

.btn-black {
  background: #000;
  border-color: #000;
  color: #fff; }
  .btn-black:hover {
    background: #fff;
    color: #000;
    border-color: #5C2D91; }

.btn-default {
  border-color: #AAAAAA;
  background: #fff;
  color: #000; }
  .btn-default:hover, .btn-default.active, .btn-default:focus {
    border-color: #00C16B;
    color: #00C16B; }

.back {
  background: #E6E6E6;
  color: #000;
  border-color: #E6E6E6; }

.chk-group .chk-wrap, .chk-group .radio-wrap, .radio-group .chk-wrap, .radio-group .radio-wrap {
  margin-right: 10px;
  display: inline-flex; }
  .chk-group .chk-wrap.radio-wrap + .radio-wrap, .chk-group .radio-wrap.radio-wrap + .radio-wrap, .radio-group .chk-wrap.radio-wrap + .radio-wrap, .radio-group .radio-wrap.radio-wrap + .radio-wrap {
    margin-top: 0; }
  .chk-group .chk-wrap.chk-wrap + .chk-wrap, .chk-group .radio-wrap.chk-wrap + .chk-wrap, .radio-group .chk-wrap.chk-wrap + .chk-wrap, .radio-group .radio-wrap.chk-wrap + .chk-wrap {
    margin-top: 0; }

.chk-wrap, .radio-wrap {
  display: block;
  position: relative;
  margin-bottom: 0;
  line-height: 20px; }
  .chk-wrap input[type="radio"], .chk-wrap input[type="checkbox"], .radio-wrap input[type="radio"], .radio-wrap input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    opacity: 0; }
  .chk-wrap .chk-mark, .chk-wrap .radio-mark, .radio-wrap .chk-mark, .radio-wrap .radio-mark {
    padding-left: 28px;
    vertical-align: top;
    line-height: 22px; }
    .chk-wrap .chk-mark:before, .chk-wrap .radio-mark:before, .radio-wrap .chk-mark:before, .radio-wrap .radio-mark:before {
      -webkit-transition: all 0.30s;
      -moz-transition: all 0.30s;
      -o-transition: all 0.30s;
      transition: all 0.30s;
      cursor: pointer; }

.chk-wrap .chk-mark {
  position: relative;
  padding-left: 28px; }
  .chk-wrap .chk-mark:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #AAAAAA;
    text-align: center;
    border-radius: 5px;
    background: #fff; }
.chk-wrap input[type="checkbox"]:checked + .chk-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #007bff;
  border-color: #007bff;
  line-height: 18px; }

.radio-wrap .radio-mark {
  position: relative;
  padding-left: 28px; }
  .radio-wrap .radio-mark:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #fff; }
.radio-wrap input[type="radio"]:checked + .radio-mark:after {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #007bff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ""; }

select:not([multiple]) {
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../images/arrow-select.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto auto, 33px 100%, 1px 100%;
  display: inline-block;
  line-height: normal;
  min-width: 80px;
  padding-right: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: '';
  cursor: pointer; }

select::-ms-expand {
  display: none; }

option {
  padding: 4px 0;
  line-height: 1.2;
  font-size: 12px;
  text-indent: 5px; }
  option:hover, option:selected {
    background: transparent;
    color: #007bff; }

.date-select {
  position: relative;
  background: #fff url("../images/date-picker.png") right center no-repeat !important;
  cursor: pointer;
  padding-right: 30px !important; }

.form-group {
  margin-bottom: 15px;
  position: relative; }
  .form-group .label-top {
    background: #fff;
    color: #AAAAAA;
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    left: 12px;
    top: -5px;
    padding: 0 5px;
    z-index: 1; }
  .form-group input, .form-group select, .form-group textarea {
    width: 100%; }
  .form-group label {
    display: block;
    line-height: 1;
    /*&.chk-wrap , &.radio-wrap {
    	display: inline-flex;
    }*/ }
    .form-group label.radio-wrap + .radio-wrap {
      margin-top: 10px; }
    .form-group label.chk-wrap + .chk-wrap {
      margin-top: 10px; }
  .form-group .input-group {
    position: relative; }
    .form-group .input-group input {
      padding-left: 45px;
      background: transparent; }
    .form-group .input-group i {
      position: absolute;
      top: 15px;
      left: 15px;
      color: #AAAAAA;
      line-height: 30px; }

/*  Table  */
table {
  border: 1px solid #AAAAAA;
  width: 100%;
  border-radius: 5px 5px 0 0; }
  table th {
    font-weight: normal; }
    table th + th {
      text-align: center; }
  table tr:hover td, table tr.active td {
    /*background:$yellow-light;*/ }
  table th, table td {
    padding: 15px 10px; }
  table td {
    border-top: 1px solid #AAAAAA;
    line-height: 1.5;
    background: #fff;
    font-size: 14px; }
    table td + td {
      text-align: center; }
  table tbody tr:first-child td {
    /*background:$yellow-light;*/
    border-top: none; }

.bg-puple {
  background: #e0d1f1; }

@media all and (min-width: 1300px) {
  .big-table {
    height: 312px;
    overflow-y: auto; } }
@media all and (max-width: 1299px) {
  .btn {
    font-size: 16px;
    min-width: 50px; } }
.header-top {
  padding: 11px 0;
  line-height: 1.5; }
  .header-top h1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0; }

.header-top {
  background: #5C2D91;
  color: #fff; }
  .header-top h1 {
    display: inline-block;
    line-height: 1.1; }
  .header-top a {
    color: #fff; }

.time-header {
  float: right;
  font-size: 18px; }
  .time-header li {
    display: inline-block;
    margin-left: 30px; }
    .time-header li:first-child {
      margin-left: 0; }
    .time-header li .label {
      margin-right: 20px; }

.header-bottom {
  background: #ebebeb;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  /*padding:15px 0;*/ }
  .header-bottom h2 {
    margin-bottom: 0;
    margin-top: 0; }
  .header-bottom .modal-sort-desc {
    font-size: 18px; }
    .header-bottom .modal-sort-desc span {
      margin-right: 15px; }
    .header-bottom .modal-sort-desc .modal-status {
      color: #F62E80; }

.start-bidding {
  float: right;
  padding-left: 5px;
  margin-top: 8px; }
  .start-bidding button {
    min-width: 150px; }

@media all and (max-width: 767px) {
  .time-header li {
    display: none; }
    .time-header li.login-out {
      display: inline-block; } }
#footer {
  margin-top: 40px; }

.footer-banner {
  text-align: center;
  height: 125px;
  background: url("../images/banner-footer.jpg") center center no-repeat;
  background-size: cover;
  /*img {
  	margin:0 auto;
  }*/ }

.footer-bottom {
  background: #3B8036;
  padding: 150px 0 200px 0;
  color: #fff;
  line-height: 1.5; }
  .footer-bottom h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px; }
  .footer-bottom a {
    color: #fff; }
    .footer-bottom a:hover, .footer-bottom a:focus {
      color: #000; }
  .footer-bottom li {
    margin-bottom: 5px; }
    .footer-bottom li i {
      font-size: 12px;
      min-width: 20px; }

.footer-title i {
  float: right;
  display: none;
  margin: 3px 5px 0 5px; }

.social-list li {
  display: inline-block;
  margin-right: 15px; }
  .social-list li:last-child {
    margin-right: 0; }
  .social-list li i {
    font-size: 30px; }

.footer-col {
  padding: 15px 0; }

@media all and (max-width: 767px) {
  #footer {
    margin-top: 20px; }

  .footer-bottom {
    padding: 10px 0 15px 0; }
    .footer-bottom .col-md-3:first-child .footer-title {
      border-top: none; }
    .footer-bottom .footer-title {
      border-top: 1px solid #fff;
      padding-top: 15px;
      margin-bottom: 15px; }
      .footer-bottom .footer-title i {
        display: inline-block; }

  .footer-col {
    display: none; } }
/*Added CSS Style by Self*/
.red-light {
  color: #F62E80; }

.badge-image {
  position: relative;
  display: inline-block; }
  .badge-image .badge-text {
    position: absolute;
    top: 0;
    left: 0;
    background: #FF0000;
    color: #fff;
    padding: 5px 10px; }

.left-sidebar {
  margin-top: -20px;
  padding-top: 20px;
  background: #E6E6E6;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.4); }

.status-wrapbox {
  border: 1px solid #AAAAAA;
  padding: 15px;
  height: 122px;
  font-size: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E88F;
  border-radius: 5px; }
  .status-wrapbox .status-label {
    font-size: 24px;
    margin-right: 25px; }

.vehicle-slider {
  margin-left: -5px;
  margin-right: -5px; }
  .vehicle-slider .slick-slide {
    padding: 0 5px; }
  .vehicle-slider li {
    max-width: 300px; }

/**/
.form-row {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

/* angular ng  */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x- ng-cloak {
  display: none; }

@media all and (min-width: 1300px) {
  .container {
    max-width: 1300px; } }
@media all and (max-width: 1299px) {
  .container {
    max-width: 100%; } }

/*# sourceMappingURL=global.css.map */
