.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;
}
.align-left .webix_cell {
  text-align: left !important;
  padding-top: 2px;
}
.align-center .webix_column {
  text-align: center;
}
.align-center .webix_hcell {
  text-align: center;
}
.search-bar .webix_el_box input {
  border-radius: 100px;
  padding-left: 18px;
}
.search-bar .webix_el_box input::-webkit-inner-spin-button {
  display: none;
}
.search-bar span.webix_input_icon {
  width: 35px;
}
.title {
  padding-left: 10px;
}
.menu-position .webix_list_item {
  position: fixed;
  right: 50px;
}
.menu {
  text-align: left;
}
.menu .webix_list_item {
  background: none;
  color: black;
}
.menu .webix_list_item:hover {
  background: none;
}
.menu .webix_list_item:focus {
  background: none;
}
.input-field .webix_el_box input {
  height: 40px;
  border-radius: 10px;
}
.input-field {
  height: 65px !important;
}
.input-field .webix_el_box {
  height: 48px !important;
}
.login-btn .webix_button {
  color: white !important;
  background-color: #5cb85c !important;
  box-shadow: 2px 2px grey;
  border-radius: 10px;
}
.login-btn .webix_el_box {
  text-align: center;
  height: 45px !important;
  width: 124px !important;
  margin: auto;
}
.login-btn {
  height: 45px !important;
}
.login-btn .webix_el_box .webix_button {
  width: 120px;
}
.section-head {
  border-bottom: none;
  text-align: left;
  font-size: 24px;
}
.section-head .webix_template {
  padding: 0px;
}
.addUser-btn .webix_button {
  color: white !important;
  background-color: #5cb85c !important;
  border-radius: 10px;
  box-shadow: 2px 2px grey;
}
.addUser-btn .webix_el_box {
  height: 45px !important;
  width: 100px !important;
  float: right;
}
.addUser-btn {
  height: 45px !important;
}
.back-btn {
  height: 45px !important;
}
.back-btn .webix_el_box {
  text-align: left;
  height: 45px !important;
  width: 105px !important;
}
.back-btn .webix_button {
  color: #808080 !important;
  border: grey 1px solid;
  /* background-color:#f2ece8 !important; */
  width: 100px;
  border-radius: 10px;
  box-shadow: 2px 2px grey;
}
.error-message-border .webix_el_box input {
  border: none;
  color: red;
  text-align: center !important;
  cursor: default;
}
.successful-message-border .webix_el_box input {
  border: none;
  color: #5cb85c;
  text-align: center !important;
  cursor: default;
}
.remove-border .webix_el_box input {
  border: none;
}
.cursor-default .webix_el_box input {
  cursor: default;
}
.add-history-btn .webix_button {
  color: white !important;
  background-color: #6c757d !important;
  border-radius: 5px;
}
.reference .webix_el_box input {
  border: none;
  font-size: 24px;
  font-weight: bold;
  padding: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.error .webix_el_box {
  margin-top: -5px;
  height: 25px !important;
}
.error .webix_el_box input {
  color: red;
  font-size: 12px;
  padding: 0px;
  height: 25px !important;
  text-align: right !important;
}
.height {
  height: 30px !important;
}
.remove-margin {
  margin-top: 0px !important;
  height: 20px !important;
}
.count .webix_el_box input {
  color: black;
  font-size: 12px;
  padding: 0px;
  height: 18px !important;
  text-align: right !important;
}
.count {
  margin-bottom: 5px;
}
.count .webix_el_box {
  padding: 0px;
  height: 25px !important;
}
.segmented .webix_el_box .webix_all_segments .webix_selected {
  border-color: #248cdc;
  background-color: #248cdc;
  border-radius: 5px;
}
.btn {
  margin-top: 0px !important;
  height: 45px !important;
}
.label {
  margin-top: -25px !important;
  color: red;
}
.label .webix_el_box {
  /* margin-top:-25px !important; */
  color: red;
}
.personal-input .webix_el_box .webix_inp_label {
  line-height: 32px !important;
}
.personal-input .webix_el_box input {
  height: 32px !important;
}
.personal-input .webix_el_box input::-webkit-inner-spin-button {
  display: none;
}
.personal-input .webix_el_box .webix_input_icon {
  padding-top: 7px !important;
}
.personal-segment .webix_el_box .webix_inp_label {
  line-height: 32px !important;
}
.personal-segment .webix_el_box .webix_all_segments {
  height: 32px !important;
}
.remove-dropdown-icon .webix_el_box .webix_input_icon {
  display: none;
}
.checkbox-position .webix_custom_checkbox {
  float: none !important;
  color: transparent;
  font-size: 10px;
}
.checkbox-position .webix_el_box {
  height: 22px !important;
}
.checkbox-position .webix_el_group {
  height: 20px !important;
  line-height: 20px !important;
}
.checkbox-position {
  height: 46px !important;
  background-color: #f1f1f1;
}
.checkbox-position .webix_inp_top_label {
  color: black;
  margin-top: 4px;
  margin-bottom: -7px;
}
.checkbox-position .webix_custom_checkbox:before {
  cursor: not-allowed !important;
  content: "\F020" !important;
  border-radius: 50%;
  background-color: #4caf50;
}
.checkbox-position-not-cheked .webix_custom_checkbox:before {
  cursor: not-allowed !important;
  content: "\F011" !important;
  border-radius: 50%;
  background-color: #9e9e9e;
}
.change-search-bar .webix_el_box {
  color: #2178b5 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  cursor: pointer;
}
.change-search-bar {
  font-style: italic;
  text-decoration: underline;
  color: #2178b5 !important;
}
.hide {
  display: none !important;
}
.warning-msg .webix_el_box input {
  color: #FF5C4C;
  font-size: 12px;
  padding: 0px;
  height: 18px !important;
  text-align: left !important;
}
.warning-msg {
  margin-bottom: 5px;
}
.warning-msg .webix_el_box {
  padding: 0px;
  height: 25px !important;
  margin-left: 80px;
}
.error-msg {
  margin-top: 0px !important;
}
.role .webix_template {
  line-height: 30px !important;
  font-size: 20px;
}
.accordion {
  background-color: transparent !important;
  border-width: 0px !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
}
.header .webix_el_box {
  height: 46px !important;
  line-height: 41px !important;
  font-size: 17px !important;
}
.wide-color .webix_layout_wide {
  background-color: transparent;
}
.accordion-bar .webix_accordionitem .webix_accordionitem_header {
  background-color: #F1F1FB !important;
  color: black;
}
.accordion-bar .webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button {
  /* background-color:#f1f1f1 !important; */
  color: black ;
}
.accordion-bar .webix_accordionitem .webix_accordionitem_header.collapsed {
  background-color: #F4F5F9 !important;
  color: #828282;
}
.accordion-bar .webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button {
  color: #828282;
}
.roles-block {
  height: 46px !important;
  text-align: center;
}
.existing-roles {
  background-color: #f1f1f1;
  height: 46px !important;
  border-radius: 10px;
}

