.la-font,
.sidebar-menu li>a {
  font-family: 'noto_serif_laoregular';
}

.en-font {
  font-family: Arial, Helvetica, sans-serif;
}

.pagination {
  margin: 0!important;
}

li.header {
  font-size: 18px !important;
}

.mr5px {
  margin-right: 5px;
}

.bold {
  font-weight: 600;
}

.red {
  color: red;
}

.has-error .form-control {
  border-color: red;
}

.has-error p {
  color: red;
  font-size: 12px;
  margin-top: 8px;
}

.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.upper {
  text-transform: uppercase;
}

.customer-box {
  position: relative;
}

.customer-list {
  position: absolute;
  width: 94%;
  padding: 0;
  list-style: none;
  background: #ffff;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  z-index: 1;
}

.customer-list li {
  cursor: pointer;
  transition: .3s;
  padding: 10px;
}

.customer-list li:hover {
  background-color: #3c8dbc9e;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  color: #31708f!important;
  background-color: #d9edf7!important;
  border-color: #bce8f1!important;
}

.table>thead>tr>th {
  vertical-align: middle!important;
}

.input-group-addon.btn-success {
    background-color: #00a65a!important;
    border-color: #00a65a!important;
    color: #ffff;
    cursor: pointer;
}


.swal2-popup *, .select2-results__option {
  font-family: 'noto_serif_laoregular'!important;
}

.swal2-title {
  font-size: 2.875em!important;
}

.swal2-content {
  font-size: 2.125em!important;
}

.swal2-styled.swal2-confirm {
  font-size: 1.5em!important;
}

.line {
  height: 1px;
  background-color: #f5f5f5;
  margin: 30px 0;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  font-size: 14px;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
  height: 34px!important;
}