html {
  font-size: 0.9rem !important;
}

/* ace override */
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #3599ec;
  border-color: #2c82ca;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #7da0b8;
  border-color: #5c7789;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #019dc7;
  border-color: #0091b9;
}

/* loading spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 400%;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;
}

/******************* loading spinner ****************/

.hidden {
  display: none;
}

.ace-toaster-container {
  z-index: 1100;
}

.bgc-light-blue {
  background-color: #d9edf7 !important;
}

.search-bar {
  padding: 10px 15px;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.clickable {
  cursor: pointer;
}

fieldset.category-border {
  border: 1px solid #D8D8D8;
  padding: 0 1em 1em 1em;
  margin: 0 0 1em 0;
}

legend.category-border {
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  color: #888888;
  opacity: 1;
}

.input-label {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

.input-group-addon {
  padding: 6px 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #555555;
}

.group_w_1 {
  min-width: 125px;
  text-align: right;
}

.group_w_2 {
  min-width: 175px;
  text-align: right;
}


.update_info {
  width: 260px;
}

.update_label {
  width: 75px;
}

.update_icon {
  width: 30px;
}

.update_val {
  width: 140px;
}

.edit_buttons {
  height: 42px;
}

.input_uppercase {
  text-transform: uppercase;
}

/* Voucher */

.voucher_div {
  border: 2px solid black;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.voucher_left_div {
  border-right: 2px dotted black;
}

.voucher_right_div {
  border: 2px solid black;
  border-radius: 10px;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  background-color: white;
  height: 50px;
  left: 12px;
  margin-top: 14px;
  border-right: 1px solid white;
}

@media screen and (min-width: 966.67px) {
  .btNode-left-alignment {
    left: 40% !important;
  }
}

.drop-area {
  border: 2px dashed #007bff;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
}

.drop-area.bg-light {
  background-color: #f8f9fa;
}

.trans-table-container {
  max-height: 500px;
  min-height: 500px;
  overflow-y: auto;
}

.modal-lg {
  max-width: 800px;
}