/* .webix_secondary .webix_button {
  background-color: #fff !important;
  color: #001f7a;
}

.webix_secondary .webix_button:hover,
.webix_secondary .webix_button:focus,
.webix_secondary .webix_button:active {
  background-color: #ededed !important;
  color: #001f7a;
} */

/* .webix_button {
  background: rgb(64, 255, 137) !important;
} */

.webix_el_text input {
  border-radius: 5px !important;
  border: 1px solid #acacac;
  color: #000;
}

.webix_el_text input::placeholder {
  color: #7e7e7e;
  font-size: 12px !important;
}

.webix_inp_label {
  color: #000;
  font-size: 12px !important;
}

.webix_el_text input:hover,
.webix_el_text input:focus,
.webix_el_text input:active {
  border-radius: 5px !important;
  border: 1px solid #001f7a;
}

.head_template .webix_template {
  text-align: center;
}

.head2_template .webix_template {
  text-align: left;
  font-weight: semibold;
}

.head_template .webix_template,
.head2_template .webix_template {
  color: #000;
  line-height: 35px;
  font-size: 14px !important;
}

.webix_el_label .webix_el_box {
  color: #000;
  font-size: 12px !important;
  padding: 1px 1px;
  line-height: 25px !important;
}

.qrtemplate .webix_template {
  padding: 2px 2px 2px 2px;
}

.webix_dataview_item.webix_selected {
  color: #000;
  background: #ededed;
  border-left: 2px solid #002699;
}

.webix_dataview_item {
  color: #000;
  background: #fff;
}

.webix_view.webix_window.mywindow {
  border-radius: 10px;
}

.white_button .webix_button {
  background-color: #fff !important;
  color: #001f7a;
}

.white_button .webix_button:hover,
.white_button .webix_button:focus,
.white_button .webix_button:active {
  background-color: #ededed !important;
  color: #001f7a;
}

.blue_button .webix_button {
  background-color: #002699 !important;
  color: #fff;
  border-radius: 7px;
}

.blue_button .webix_button:hover,
.blue_button .webix_button:focus,
.blue_button .webix_button:active {
  background-color: #001f7a !important;
  color: #fff;
}
