.hidden {
  display: none !important;
}

.module_form_wrapper.view_form .ant-input {
  border: 0;
  outline: none;
}
.module_form_wrapper.view_form .ant-input-number {
  border: 0;
  outline: none;
}
.ant-radio-button-wrapper-checked {
  background:#f96562;
  border-color:#f96562 !important;
  box-shadow: -1px 0 0 0 #f96562;
}
.ejcui-button.ant-btn-error:hover, .ejcui-button.ant-btn-error:focus{
  background:#f96562;
  border-color:#f96562 !important;
}
.ant-radio-button-wrapper-checked:first-child{
  border-color:#f96562 !important;
}
.ant-btn-primary{
  background-color: #f96562;
  border-color: #f96562;
}
.ant-btn-primary:focus, .ant-btn-primary:hover{
  background-color: #f96562;
  border-color: #f96562;
}
.ant-btn-ghost.active, .ant-btn-ghost:active {
  color: #f96562;
  background-color: transparent;
  border-color: #f96562;
}
.ant-btn-ghost:focus, .ant-btn-ghost:hover{
  color: #f96562;
  background-color: transparent;
  border-color: #f96562;
}
.ant-input[disabled], fieldset[disabled] .ant-input {
  background-color: white;
  opacity: 1;
  cursor: not-allowed;
  color: #666;
}
.ant-input-number-disabled .ant-input-number-input {
  opacity: .72;
  cursor: not-allowed;
  background-color: white;
}
.ant-input-number-input[disabled]{
  color: #666;
}
.ant-input-number-disabled{
  background-color: white;
  color: #666;
}
.ace_editor{
  border:solid 1px silver !important;
}
.colorPickClearBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 112px;
}
.columnInfoModal {
  .ant-form-item {
    width: 100%;
  }
  .ejcui-colorpicker {
    position: relative !important;
  }
  .color-panel {
    position: absolute;
    top: 35px !important;
    z-index: 999 !important;
    background-color: #fff !important;
  }
}
.ejcui-modal .ant-modal-body {
  overflow-x:hidden !important;
}
.memomemomemomemo1{
  white-space: break-spaces!important;
}