img {
  max-width: 100%;
}

.breadcrumbs a {
  text-decoration: none !important;
  color: #f78d29 !important;
}

/* google Font family
font-family: 'Kanit', sans-serif;
font-family: 'Sarabun', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

.w-40 {
  width: 40px !important;
}

.w-60 {
  width: 60px !important;
}

.w-120 {
  width: 120px !important;
}

.w-140 {
  width: 140px !important;
}

.w-160 {
  width: 160px !important;
}

.w-180 {
  width: 180px !important;
}

.w-220 {
  width: 220px !important;
}

.pd-0 {
  padding: 0 !important;
}

.table thead th {
  background: #f78d29;
  color: #fff;
  text-align: center;
  font-family: 'Sarabun','Unna', sans-serif;
  font-weight: 400;
  padding: .4rem;
}

.table thead th.avatar {
  width: 60px;
  text-align: center;
}

.table thead th.avatar img {
  height: 32px;
}

.table thead th.action {
  width: 120px !important;
}

.table thead th.updated {
  width: 140px !important;
}

.table tbody td {
  font-family: 'Sarabun','Unna', sans-serif;
  font-size: 14px;
}

.table tbody td.no {
  width: 60px;
  text-align: right;
}

.table tbody td.updated {
  width: 140px !important;
}

.table tbody td.td-action {
  padding: .4rem;
  text-align: right;
}

.table tbody td.td-action button {
  margin-left: 3px;
}

.preview-profile {
  width: 200px;
  margin: 0 auto;
}

.preview-profile .preview {
  width: 100%;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  min-width: initial;
  min-height: initial;
}

.preview {
  position: relative;
  min-width: 200px;
  min-height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.preview:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.preview .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}

.preview input[type="file"] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.preview .base64 {
  display: none;
}

.preview .text i {
  font-size: 80px;
  line-height: initial;
}

.preview .text p {
  margin: 0px;
  margin-top: -5px;
}

.form-control {
  border-radius: 2px !important;
}

.form-control::-webkit-input-placeholder {
  color: #eaeaea !important;
  font-weight: 200;
}

.form-control::-moz-placeholder {
  color: #eaeaea !important;
  font-weight: 200;
}

.form-control:-ms-input-placeholder {
  color: #eaeaea !important;
  font-weight: 200;
}

.form-control::-ms-input-placeholder {
  color: #eaeaea !important;
  font-weight: 200;
}

.form-control::placeholder {
  color: #eaeaea !important;
  font-weight: 200;
}

.section-pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #f78d29;
  border-color: #f78d29;
}

.section-pagination .page-item.disabled .page-link {
  color: #eaeaea;
}

.section-pagination .page-item .page-link {
  color: #f78d29;
}

.form-search {
  margin-bottom: 10px;
}

.form-search .form-control {
  height: 32px;
}

.form-search .input-group-addon {
  padding: 0px;
  height: 32px;
}

