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;
}

.webix_dtable .webix_ss_header td.webix_last_row {
    border-bottom: 3px solid #ff0202;
  }
  .webix_dtable .webix_ss_footer tr:nth-child(2) td {
    border-top: 3px solid #ff0202;
  }