.la-font,
.sidebar-menu li>a {
  font-family: 'noto_sans_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_sans_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;
}

.is-invalid {
  border-color: red;
}

.invalid-feedback {
  color: red;
  margin-top: 5px
}

.badge {
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 500;
}

hr {
  border-top-color: #f5f5f5;
}

.delivery-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.delivery-list li {
  width: 33.33%;
  padding: 10px;
}

.delivery-item {
  padding: 10px;
  border: 2px solid #f5f5f5;
  cursor: pointer;
  position: relative;
  background-color: #f0f0f070;
}

.delivery-item p {
  margin-bottom: 3px;
}

.delivery-item:hover {
  border-color: #3c8dbc;
  background-color: #fff;
}

.delivery-selected {
  color: #3c8dbc;
  position: absolute;
  right: 0;
  font-size: 30px;
  text-align: right;
  width: 100%;
  top: 0;
  visibility: hidden;
}

.delivery-item:hover .delivery-selected {
  visibility: visible;
}

.delivery-item-active {
  border-color: #3c8dbc!important;
  background-color: #fff!important;
}

.delivery-item-active .delivery-selected {
  visibility: visible!important;
}

.customer-autocomplete {
  position: absolute;
  top: 38px;
  left: 0;
  padding: 8px;
  list-style: none;
  width: 100%;
  z-index: 100;
  background: #fff;
  border: 1px solid #f5f5f5;
  min-height: 100px;
  max-height: 300px;
  overflow-y: scroll;
  visibility: hidden;
  text-align: left;
}

.customer-autocomplete li {
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.customer-autocomplete li:hover {
  color: #3c8dbc;
}

.customer-autocomplete-active {
  visibility: visible;
}

.add-new-customer {
  border: none;
  background-color: transparent;
  margin-top: 10px;
  color: #3c8dbc;
  text-decoration: underline;
  display: inline-block;
}

.timeline > li > .timeline-item > .timeline-header {
  padding: 5px;
}

.timeline > li > .timeline-item {
  box-shadow: none;
}

.summary td {
  font-size: 20px;
  text-align: right!important;
}

.login-page {
  background-color: #ecf1ed;
}

.sidebar-menu>li {
  cursor: pointer;
}