/* keep this version in sync with the installed package! */
@import "https://cdn3.devexpress.com/jslib/21.2.6/css/dx.common.css";

/* overrides go below */

button#zohohc-asap-web-button {
  display: none;
}

.dx-datagrid-form-buttons-container .dx-button,
.dx-toolbar.dx-dialog-buttons .dx-button-mode-text.dx-button-default
{
  color: #ffffff;
  background-color: #303f9f;
  border-radius: 24px;
}
.dx-datagrid-form-buttons-container div[class~="dx-button"][aria-label="Cancel"],
.dx-toolbar div[class~="dx-button"][aria-label="Cancel"],
.dx-button-mode-text.dx-button-default.dx-popup-cancel,
.dx-toolbar div[class~="dx-button"][aria-label="No"],
.dx-toolbar div[class~="dx-button"][aria-label="No"]

{
  color: #000000;
  background-color: #e69138;
}
.dx-datagrid-form-buttons-container div[class~="dx-button"][aria-label="Save"],
.dx-toolbar div[class~="dx-button"][aria-label="OK"],
.dx-toolbar div[class~="dx-button"][aria-label="Yes"]
{
  color: #ffffff;
  background-color: #338b0d;
}
.dx-overlay-shader {
  background-color: rgba(0,0,0,0.5);
}

.dx-datagrid-header-panel .dx-toolbar .dx-toolbar-items-container {
  height: 46px;
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
  padding: 8px;
}

.dx-datagrid .dx-link.dx-link-disabled {
  color: rgba(3,169,244,0.4)
}

.dx-editor-cell .dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-tag-container {
  margin-top: 9px !important;
  padding-left: 20px;
}

.ql-container {
  font-size: 1.1em !important;
}

.ql-toolbar.ql-snow {
  background-color: #f4f6f6;
}

.DataServices-cell--error {
  background-color: #ef5350;
}

.DataServices-cell--warning {
  background-color: #ff9800;
}

.DataServices-cell--info {
  background-color: #03a9f4;
}

.DataServices-cell--success {
  background-color: #4caf50;
}

.MuiDataGrid-filterFormValueInput {
  margin-top: 0 !important;
}
