.borderless {
  border: none !important;
}
.markcount > div {
  font-size: 14px !important;
  font-weight: normal !important;
}
.webix_control.webix_el_tabbar {
  border: 0px !important;
  background-color: #657584 !important;
  padding: 3px !important;
  height: 35px !important;
}
.webix_item_tab {
  border: 1px solid #657584 !important;
  color: #fff !important;
  background-color: #515e6a !important;
}
.webix_item_tab:hover {
  background-color: #3d464f !important;
}
.webix_item_tab.webix_selected {
  background-color: #1ca1c1 !important;
  box-shadow: none !important;
}
.webix_column > div,
.webix_table_cell {
  border-right: 1px solid #f0f0f0 !important;
}
.webix_hcell {
  text-align: center;
}
.webix_property_line {
  height: auto;
  width: 100%;
}
.webix_property_label,
.webix_property_value {
  line-height: 2;
}
.data-input > label {
  cursor: pointer;
}
.cancel_icon {
  margin-top: 9px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=');
}
.cancel_icon {
  display: inline-block;
  background-repeat: no-repeat;
}
.cancel_icon {
  background-image: none;
  font-family: 'Webix Material Icons';
  font-size: 17px;
  margin: 0;
  height: auto;
  width: 20px;
}
.cancel_icon:hover {
  color: #ff5c4c;
}
.cancel_icon:before {
  content: '\F011';
}
.custom_uploader_button {
  cursor: pointer;
  height: 100%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_uploader_button > .webix_icon {
  width: 100%;
  font-size: 32px;
}
.custom_uploader_button:hover > .webix_icon {
  font-size: 40px;
}
.disabled button {
  cursor: default !important;
}
.custom_item {
  line-height: 20px;
}
.custom_item > i {
  color: #777;
  font-size: 12px;
}
.custom_item > span {
  font-weight: bold;
}
.modal-header > div {
  font-size: 18px !important;
  text-align: center;
}
.webix_pager {
  color: white;
}
.raw_edit textarea {
  font-size: 18px;
}
.gmtinfo p {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.raw_html button {
  height: 26px;
  border-radius: 13px;
  font-size: 12px;
}

