.x-panel {
  border: 1px solid #99bbe8;
  background: #fff;
}

.x-toolbar {
  background: #d0def0;
  border: 1px solid #99bbe8;
  border-bottom: none;
  padding: 4px 6px;
  font-size: 11px;
}

.x-toolbar .x-btn {
  display: inline-block;
  border: 1px solid #8db2e3;
  background: #dfe8f6;
  padding: 2px 10px;
  margin-right: 4px;
  cursor: pointer;
}

.x-toolbar .x-btn:hover { background: #eff3fa; }
.x-toolbar-sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #aac5e8;
  margin: 0 8px;
  vertical-align: -3px;
}

.x-grid3-header {
  background: #dfe8f6 url(data:image/gif;base64,R0lGODlhAQAXAIAAAOfu+9/n9SH5BAAAAAAALAAAAAABABcAAAIEhI+pWAA7) repeat-x;
  border-bottom: 1px solid #99bbe8;
}

.x-grid3-hd {
  height: 22px;
  line-height: 20px;
  padding: 0 6px;
  border-right: 1px solid #c1d2ec;
  font-weight: bold;
  color: #15428b;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.x-grid3-row { border-bottom: 1px solid #ededed; }
.x-grid3-row-alt { background: #fafafa; }
.x-grid3-row-selected { background: #dfe8f6 !important; }

.x-grid3-cell {
  height: 22px;
  line-height: 20px;
  padding: 0 6px;
  border-right: 1px solid #f1f1f1;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.x-grid3-cell-inner { overflow: hidden; text-overflow: ellipsis; }

.x-form-text {
  border: 1px solid #7f9db9;
  height: 18px;
  padding: 1px 3px;
  width: 150px;
  font-size: 11px;
  font-family: Tahoma, sans-serif;
  background: #fff;
}

.x-form-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 22px;
  background: #dfe8f6;
  border: 1px solid #7f9db9;
  border-left: none;
  cursor: pointer;
}

.x-form-arrow-trigger:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #15428b;
}

.x-combo-list-item:hover { background: #dfe8f6; }

.x-window {
  position: fixed;
  z-index: 13000;
  background: #fff;
  border: 1px solid #99bbe8;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  width: 520px;
  left: 50%;
  margin-left: -260px;
  top: 90px;
}

.x-window-header {
  background: #b3c8e5;
  color: #15428b;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #99bbe8;
}

.x-window-body { padding: 12px 14px; font-size: 11px; }

.x-window-footer {
  padding: 8px 12px;
  background: #dfe8f6;
  border-top: 1px solid #99bbe8;
  text-align: right;
}

.x-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(120, 130, 145, 0.4);
  z-index: 12500;
}
