.webixappstart {
  opacity: 0;
}
.webixapp {
  transition: opacity 500ms;
  opacity: 1;
}
/*data loading status*/
.status_good,
.status_error,
.status_saving {
  text-align: center;
  margin-left: -12px;
}
.status_error {
  color: red;
}
.status_good {
  color: green;
}
/*login form*/
.invalid_login .webix_header > div {
  background: #FC3636;
  transition: background 1s;
}
.invalid_login {
  -webkit-animation: formshake .5s linear;
}
@-webkit-keyframes formshake {
  8%,
  41% {
    -webkit-transform: translateX(-10px);
  }
  25%,
  58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
.app_header.webix_header {
  text-align: center;
}
.app_layout.webix_layout_clean {
  background: #EBEDF0;
}
.app_start .webix_template {
  padding: 12px 12px;
}
.app_menu .webix_icon {
  font-size: 20px;
  vertical-align: middle;
}
.app_redtext {
  color: red;
}
.webix_row_select {
  background: #ffffff !important;
}
.webix_select_mark > div.webix_row_select {
  box-shadow: inset 2px 0 #ffffff !important;
}
.rao_select {
  font-weight: bold;
}
/* HDM css guidelines */
.webix_view {
  font-family: Arial, serif;
  color: black;
}
.webix_button {
  text-transform: uppercase;
}
.webix_primary .webix_button {
  background: white;
  color: black;
  border: 1px solid lightgrey;
}
.webix_primary .webix_button:hover {
  background-color: white;
  border: 1px solid black;
}
.webix_primary .webix_button:focus {
  background-color: white;
  border: 1px solid black;
}
.webix_primary .webix_button:active {
  background-color: white;
  border: 1px solid black;
}
.webix_secondary .webix_button {
  background: white;
  color: black;
  border: 1px solid lightgrey;
}
.webix_secondary .webix_button:hover {
  background-color: white;
  border: 1px solid black;
}
.webix_secondary .webix_button:focus {
  background-color: white;
  border: 1px solid black;
}
.webix_secondary .webix_button:active {
  background-color: #daddeb;
  border: 1px solid black;
}
.webix_secondary .webix_button .webix_icon,
.webix_secondary .webix_button .webix_img_btn_text,
.webix_secondary .webix_button .webix_icon_btn {
  color: black;
}
.webix_secondary .webix_pressed .webix_button {
  background-color: #daddeb;
}
.webix_menu-x .webix_list_item {
  border-left: 0px;
  background: white;
  color: black;
  font-size: 14px;
  border: 1px solid lightgrey;
}
.webix_menu-x .webix_list_item:hover,
.webix_menu-x .webix_list_item:active,
.webix_menu-x .webix_list_item:focus {
  background-color: white;
  border: 1px solid black;
}
.webix_toolbar .webix_el_label .webix_el_box {
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  letter-spacing: 0px;
}
.webix_menu-x .webix_list_item:last-child {
  border-right: 1px solid lightgrey;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.webix_menu.webix_view .webix_icon {
  color: black;
}
.webix_icon_button .webix_icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  color: black;
}
.webix_el_search input:focus,
.webix_el_text input:focus,
.webix_el_combo input:focus,
.webix_el_colorpicker input:focus,
.webix_el_datepicker input:focus {
  border: 1px solid lightgrey;
}
.webix_el_text input,
.webix_el_search input,
.webix_el_combo input,
.webix_el_datepicker input,
.webix_el_colorpicker input {
  font-size: 14px;
  height: 100%;
  padding: 0px 12px;
  border: 1px solid #DADEE0;
  color: #475466;
  background: #ffffff;
  font-family: Arial, serif;
  /*.altBackColor;
      .altBackBorderColor;*/
  -webkit-appearance: none;
  border-radius: 0;
}
h1 {
  text-transform: uppercase;
}
/*headers and footers*/
.webix_ss_header,
.webix_ss_header TD,
.webix_ss_vscroll_header,
.webix_dd_drag_column {
  font-family: Arial, serif;
  font-size: 14px;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.2px;
  background: #F4F5F9;
}
/* tabs */
.webix_all_tabs .webix_item_tab {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  letter-spacing: 0px;
  border: none;
}
.webix_all_tabs .webix_item_tab:hover {
  background-color: #F4F5F9;
}
.webix_all_tabs .webix_item_tab .webix_icon.webix_tab_close {
  width: 28px;
  font-size: 20px;
  padding: 0;
  margin-top: 1px;
  color: #94A1B3;
}
.webix_all_tabs .webix_item_tab .webix_icon.webix_tab_close:focus {
  color: #FF5C4C;
}
.webix_all_tabs .webix_item_tab.webix_selected {
  box-shadow: inset 0 -2px lightgrey;
  padding-bottom: 0;
}
.webix_all_tabs .webix_item_tab.webix_selected:hover {
  background-color: transparent;
}
.webix_all_tabs .webix_item_tab.webix_selected:focus {
  color: black;
  box-shadow: inset 0 -2px lightgrey;
}
.webix_all_tabs .webix_item_tab.webix_selected.webix_disabled {
  box-shadow: inset 0 -2px #94A1B3;
}
.webix_all_tabs .webix_tab_filler {
  border: none;
}
.webix_all_tabs .webix_tab_more_icon .webix_icon {
  color: black;
}
/*Skin section*/
.webix_popup_button {
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  background: #F4F5F9;
  color: black;
  outline: none;
}
.webix_popup_button:hover {
  background-color: #e7e9f2;
}
.webix_popup_button:focus {
  background-color: #e7e9f2;
}
.webix_popup_button:active {
  background-color: #daddeb;
}
.webix_popup_button.confirm {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  outline: none;
  background: black;
  color: white;
}
.webix_popup_button.confirm:hover {
  background-color: darkgray;
}
.webix_popup_button.confirm:focus {
  background-color: darkgray;
}
.webix_popup_button.confirm:active {
  background-color: darkgray;
}
.webix_popup_title {
  color: #475466;
  line-height: 20px;
  padding: 20px 16px 12px 16px;
  font-size: 16px;
  font-weight: 500;
}
.webix_popup_title + div.webix_popup_text {
  padding-top: 0;
  box-shadow: none;
}
.webix_popup_text {
  overflow: hidden;
  padding: 24px 16px 0px 16px;
  font-size: 14px;
  color: #475466;
  min-height: 20px;
  line-height: 20px;
}
.webix_alert .webix_popup_title,
.webix_confirm .webix_popup_title,
.webix_alert .webix_popup_text,
.webix_confirm .webix_popup_text {
  box-shadow: inset 0 4px lightgrey;
}
.webix_alert-warning .webix_popup_title,
.webix_confirm-warning .webix_popup_title,
.webix_alert-warning .webix_popup_text,
.webix_confirm-warning .webix_popup_text {
  box-shadow: inset 0 4px #FDBF4C;
}
.webix_alert-error .webix_popup_title,
.webix_confirm-error .webix_popup_title,
.webix_alert-error .webix_popup_text,
.webix_confirm-error .webix_popup_text {
  box-shadow: inset 0 4px #FF5C4C;
}
.webix_dtable .webix_ss_filter select:focus,
.webix_dtable .webix_ss_filter input:focus {
  border-color: darkgray;
}
.webix_dtable .webix_select_mark > div.webix_row_select {
  box-shadow: inset 2px 0 darkgray;
}
.webix_dtable .webix_ss_header td.webix_last_row {
  border-bottom: 1px solid lightgrey;
}
.webix_dtable .webix_ss_footer tr:nth-child(2) td {
  border-top: 1px solid lightgrey;
}
.webix_dtable div.webix_ss_vscroll_header {
  border-bottom-color: lightgrey;
}
.webix_dtable div.webix_ss_vscroll_footer {
  border-top-color: lightgrey;
  border-left-color: #DADEE0;
}
/* wizard styles */
.wizard-panel {
  padding-left: 10px;
  padding-right: 10px;
}
.webix_pager_item {
  color: black !important;
}
.webix_pager_item_selected {
  background: black !important;
  color: white !important;
}
.webix_pager.aligned {
  text-align: center;
  border-bottom: solid;
  border-width: 1px !important;
  border-bottom-color: #DADEE0;
}
.leaflet-control-search .search-input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #DADEE0 !important;
}
.leaflet-control-search .search-button:hover {
  background-color: #fff !important;
}
.leaflet-control-search .search-button:hover {
  background-position-x: 4px !important;
  background-position-y: 4px !important;
}
.leaflet-control-search .search-tip {
  font-size: larger;
  border-radius: 0 !important;
}
.hidden {
  display: none !important;
}
.marker-cluster-small-blue {
  background-color: rgba(18, 94, 176, 0.6);
}
.marker-cluster-small-blue div {
  background-color: rgba(18, 94, 176, 0.6);
}
.marker-cluster-small-green {
  background-color: rgba(73, 155, 43, 0.6);
}
.marker-cluster-small-green div {
  background-color: rgba(73, 155, 43, 0.6);
}
.marker-cluster-small-darkgreen {
  background-color: rgba(2, 105, 57, 0.6);
}
.marker-cluster-small-darkgreen div {
  background-color: rgba(2, 105, 57, 0.6);
}
.marker-cluster-small-red {
  background-color: rgba(130, 31, 32, 0.6);
}
.marker-cluster-small-red div {
  background-color: rgba(130, 31, 32, 0.6);
}
.marker-cluster-small-orange {
  background-color: rgba(235, 121, 26, 0.6);
}
.marker-cluster-small-orange div {
  background-color: rgba(235, 121, 26, 0.6);
}
.marker-cluster-medium-blue {
  background-color: rgba(18, 94, 176, 0.6);
}
.marker-cluster-medium-blue div {
  background-color: rgba(18, 94, 176, 0.6);
}
.marker-cluster-medium-green {
  background-color: rgba(73, 155, 43, 0.6);
}
.marker-cluster-medium-green div {
  background-color: rgba(73, 155, 43, 0.6);
}
.marker-cluster-medium-darkgreen {
  background-color: rgba(2, 105, 57, 0.6);
}
.marker-cluster-medium-darkgreen div {
  background-color: rgba(2, 105, 57, 0.6);
}
.marker-cluster-medium-red {
  background-color: rgba(130, 31, 32, 0.6);
}
.marker-cluster-medium-red div {
  background-color: rgba(130, 31, 32, 0.6);
}
.marker-cluster-medium-orange {
  background-color: rgba(235, 121, 26, 0.6);
}
.marker-cluster-medium-orange div {
  background-color: rgba(235, 121, 26, 0.6);
}
.marker-cluster-large-blue {
  background-color: rgba(18, 94, 176, 0.6);
}
.marker-cluster-large-blue div {
  background-color: rgba(18, 94, 176, 0.6);
}
.marker-cluster-large-green {
  background-color: rgba(73, 155, 43, 0.6);
}
.marker-cluster-large-green div {
  background-color: rgba(73, 155, 43, 0.6);
}
.marker-cluster-large-darkgreen {
  background-color: rgba(2, 105, 57, 0.6);
}
.marker-cluster-large-darkgreen div {
  background-color: rgba(2, 105, 57, 0.6);
}
.marker-cluster-large-red {
  background-color: rgba(130, 31, 32, 0.6);
}
.marker-cluster-large-red div {
  background-color: rgba(130, 31, 32, 0.6);
}
.marker-cluster-large-orange {
  background-color: rgba(235, 121, 26, 0.6);
}
.marker-cluster-large-orange div {
  background-color: rgba(235, 121, 26, 0.6);
}
.marker-cluster div span {
  color: white !important;
}

