contextmenu fix .webix_menu.webix_view .webix_icon {
    vertical-align: middle;
}

.webix_icon {
    vertical-align: middle;
    text-align: center;
}

.pointer {
    cursor: pointer;
}


/* sidebar menu fix */

.mdi::before,
.webix_sidebar_icon {
    box-sizing: content-box;
}


/* message to bottom */

.webix_message_area {
    top: initial !important;
    bottom: 1px;
}

.webix_window {
    border-radius: 12px;
}

.theSidebarPopup {
    border-radius: 0 !important;
}

body {
    font-family: "Alata" !important;
}

.centered {
    text-align: center;
}

.centered .webix_custom_checkbox {
    float: unset;
}

.myhover {
    background: #dddddd;
}

.tagCheckbox {
    background: #fff !important;
}

.tagBorder {
    border-top: 1px solid #dadee0 !important;
    border-left: 1px solid #dadee0 !important;
    border-right: 1px solid #dadee0 !important;
}

.checkboxed .webix_cell {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.checkbox,
.radio {
    text-align: center;
}

.radio .webix_inp_radio_border {
    display: inline-block;
}

.checkbox .webix_custom_checkbox {
    float: unset;
    top: unset;
}

.mycustom_property .webix_property_label {
    text-align: right;
    padding-right: 12px;
}

.req {
    color: red;
    font-weight: bold;
}

.button-rounded {
    border-radius: 0 0 20px 20px;
}

.button-roundedr {
    border-radius: 0 0 20px 0;
}

.button-roundedl {
    border-radius: 0 0 0 20px;
}




  .center-text .webix_cell{
  	display:table;
  }
  div.multiline {
    display:table-cell;
    vertical-align: middle;       
  }


  .grip-center > .webix_cell{
    padding-left: 0px;
    padding-right: 0px;
    text-align:center;
  } 
  