.x-sheet::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  overflow: visible;
  background: #ffffff;
}
.x-sheet::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
  box-shadow: none;
  margin: 0 4px;
}
.x-sheet::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  min-height: 28px;
  padding: 100px 0 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  background-color: #dadce0;
  border-radius: 8px;
  box-shadow: none;
}
.x-sheet::-webkit-scrollbar-corner {
  background: transparent;
}
.x-sheet::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.x-sheet {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  user-select: none;
  contain: content;
}
.x-sheet-layer-bar {
  width: 100%;
  height: 100%;
}
.x-sheet-vertical-layer {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.x-sheet-vertical-layer-element {
  flex-grow: 0;
  overflow: hidden;
}
.x-sheet-horizontal-layer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.x-sheet-horizontal-layer-element {
  flex-grow: 0;
  flex-basis: 0;
  overflow: hidden;
}
.x-sheet-horizontal-center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.x-sheet-horizontal-center-element {
  height: 100%;
}
.x-sheet-vertical-center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.x-sheet-vertical-center-element {
  width: 100%;
}
.x-sheet-scroll-bar-x {
  width: 100%;
  height: 17px;
  background: #dfdfdf;
  position: relative;
}
.x-sheet-scroll-bar-x-last-but {
  width: 15px;
  height: 100%;
  float: left;
  background-image: url(../img/arrow3.svg?90071e870a63ace171b9c82aa06dc1e9);
  background-size: 100% 100%;
  background-color: #dfdfdf;
}
.x-sheet-scroll-bar-x-next-but {
  width: 15px;
  height: 100%;
  float: right;
  background-image: url(../img/arrow4.svg?b8e2917f97e3a220d946d10e107325d9);
  background-size: 100% 100%;
  background-color: #dfdfdf;
}
.x-sheet-scroll-bar-x-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 2px;
  bottom: 2px;
}
.x-sheet-scroll-bar-x-block {
  position: absolute;
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #bbb;
}
.x-sheet-scroll-bar-y {
  width: 17px;
  height: 100%;
  background: #dfdfdf;
  position: relative;
}
.x-sheet-scroll-bar-y-last-but {
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  background-image: url(../img/arrow1.svg?c818d81547d22aa83fc1480bc6520f60);
  background-size: 100% 100%;
  background-color: #dfdfdf;
}
.x-sheet-scroll-bar-y-next-but {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/arrow2.svg?97ad190a6920e73522bdfe074036c9d7);
  background-size: 100% 100%;
  background-color: #dfdfdf;
}
.x-sheet-scroll-bar-y-content {
  position: absolute;
  top: 15px;
  left: 2px;
  right: 2px;
  bottom: 15px;
  z-index: 2;
}
.x-sheet-scroll-bar-y-block {
  position: absolute;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  top: 0;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #bbb;
}
.x-sheet-el-pop-up {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
.x-sheet-drag-panel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-sheet-drag-panel-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.x-sheet-el-context-menu {
  padding: 10px;
}
.x-sheet-el-context-menu-item {
  cursor: pointer;
}
.x-sheet-el-context-menu-item.hover:hover {
  background: #efefef;
}
.x-sheet-el-context-menu-item-divider {
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  vertical-align: middle;
  height: 0;
}
.x-sheet-color-array {
  overflow: hidden;
  width: 216px;
}
.x-sheet-color-array-item {
  width: 20px;
  height: 20px;
  float: left;
  margin: 1px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-sheet-color-picker {
  background: #ffffff;
  cursor: default;
  user-select: none;
  padding: 0 5px 0 5px;
}
.x-sheet-color-picker-pre-view-color-point {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: black;
}
.x-sheet-color-picker-color-value-tips {
  font-size: 14px;
  color: #787878;
}
.x-sheet-color-picker-color-input {
  border: 1px solid #dadce0;
  width: 90px;
  height: 36px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 3px 0 3px;
  font-size: 15px;
}
.x-sheet-color-picker-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.x-sheet-color-picker-select-color-point {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #ff8000;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 0 3px 1px #bdc1c6;
  cursor: pointer;
}
.x-sheet-color-picker-select-color-area {
  background: #42a642;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.x-sheet-color-picker-select-color-area.area2 {
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.x-sheet-color-picker-select-color-area.area3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.x-sheet-color-picker-center {
  position: relative;
  height: 246px;
  width: 246px;
  margin: 10px;
}
.x-sheet-color-picker-color-hux-tips {
  color: #787878;
  font-size: 13px;
  margin-bottom: 5px;
}
.x-sheet-color-picker-color-bar {
  width: 100%;
  height: 15px;
  border-radius: 15px;
  position: relative;
  background: linear-gradient(to right, #ff0000, #ff0080, #ff00ff, #8000ff, #0000ff, #0080ff, #00ffff, #00ff80, #00ff00, #80ff00, #ffff00, #ff8000, #ff0000);
}
.x-sheet-color-picker-bar-point {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #ff8000;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 0 3px 1px #bdc1c6;
  cursor: pointer;
}
.x-sheet-color-picker-bottom {
  margin: 10px;
}
.x-sheet-color-picker-button {
  height: 35px;
  width: 90px;
  float: right;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #dadce0 !important;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  border-radius: 4px;
}
.x-sheet-color-picker-button.cancel {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: white;
  color: #188038;
}
.x-sheet-color-picker-button.select {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #188038;
  color: #ffffff;
}
.x-sheet-color-picker-buttons {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.x-sheet-alert {
  width: 512px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 4px 8px 3px rgba(60, 64, 67, 0.15);
  padding: 24px;
  cursor: default;
}
.x-sheet-alert-title {
  color: #202124;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.x-sheet-alert-buttons {
  overflow: hidden;
  margin-top: 10px;
}
.x-sheet-alert-ok {
  border: 1px solid transparent!important;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 9px 0 11px 0;
  color: #fff;
  background: #2a8947;
  box-shadow: 0 1px 3px 1px rgba(52, 168, 83, 0.15);
  text-align: center;
  width: 72px;
  cursor: pointer;
}
.x-sheet-confirm {
  width: 512px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 4px 8px 3px rgba(60, 64, 67, 0.15);
  padding: 24px;
  cursor: default;
}
.x-sheet-confirm-title {
  color: #202124;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.x-sheet-confirm-buttons {
  overflow: hidden;
  margin-top: 10px;
}
.x-sheet-confirm-button {
  border: 1px solid transparent!important;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 9px 0 11px 0;
  color: #fff;
  background: #2a8947;
  box-shadow: 0 1px 3px 1px rgba(52, 168, 83, 0.15);
  text-align: center;
  width: 72px;
  cursor: pointer;
}
.x-sheet-confirm-ok {
  margin-right: 10px;
}
.x-sheet-confirm-no {
  background: #f8fcf9;
  border: 1px solid #c8e7d1 !important;
  color: #188038;
}
.x-sheet-form-search-input {
  height: 100%;
  overflow: hidden;
}
.x-sheet-form-search-input .x-sheet-form-input-wrap {
  height: 100%;
  width: 90%;
  float: left;
}
.x-sheet-form-search-input .x-sheet-form-input-inner {
  padding: 0 5px 0 5px;
  height: 100%;
}
.x-sheet-form-search-input .x-sheet-form-input-source {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #414141;
  display: inline-block;
}
.x-sheet-form-search-input .x-sheet-form-input-search {
  height: 100%;
  width: 10%;
  float: left;
  cursor: pointer;
  background-image: url(../img/search.svg?9feb3e1313943fd1519d561a147243c5);
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}
.x-sheet-form-plain-input {
  height: 100%;
  overflow: hidden;
}
.x-sheet-form-plain-input .x-sheet-form-input-wrap {
  height: 100%;
  width: 100%;
  float: left;
}
.x-sheet-form-plain-input .x-sheet-form-input-inner {
  padding: 0 5px 0 5px;
  height: 100%;
}
.x-sheet-form-plain-input .x-sheet-form-input-source {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #414141;
  display: inline-block;
}
.x-sheet-form-select {
  overflow: hidden;
  height: 100%;
}
.x-sheet-form-select-text {
  width: 90%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.x-sheet-form-select-icon {
  float: left;
  width: 9%;
  height: 100%;
  background-image: url(../img/grey-disclosure-arrow-up-down.png?2e4d84fa0fdeb337f504bf2df574d770);
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}
.x-sheet-form-select-menu {
  background: #ffffff;
}
.x-sheet-form-select-menu-item {
  font-size: 13px;
  padding: 5px 10px 5px 10px;
}
.x-sheet-form-select-menu-item-title {
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
}

.x-sheet-work {
  width: 100%;
  height: 100%;
}
.x-sheet-work-body {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  position: relative;
}
.x-sheet-version-tips {
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
}
.x-sheet-version-tips * {
  color: #ffffff;
}
.x-sheet-sheet-view {
  width: 100%;
  height: 100%;
}
.x-sheet-sheet {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.x-sheet-table {
  width: 100%;
  height: 100%;
  position: relative;
}
.x-sheet-table-canvas {
  position: absolute;
  /** flex bug chrome 79.0.3945.88 **/
  left: 0;
  top: 0;
}
.x-sheet-x-screen {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.x-sheet-x-screen-zone {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
.x-sheet-x-screen-br-zone {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.x-sheet-x-screen-part {
  position: absolute;
}
.x-sheet-part-border-css {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.x-sheet-part-border-css.solid.show-top-border {
  border-top-style: solid;
}
.x-sheet-part-border-css.solid.show-bottom-border {
  border-bottom-style: solid;
}
.x-sheet-part-border-css.solid.show-left-border {
  border-left-style: solid;
}
.x-sheet-part-border-css.solid.show-right-border {
  border-right-style: solid;
}
.x-sheet-part-border-css.dashed.show-top-border {
  border-top-style: dashed;
}
.x-sheet-part-border-css.dashed.show-bottom-border {
  border-bottom-style: dashed;
}
.x-sheet-part-border-css.dashed.show-left-border {
  border-left-style: dashed;
}
.x-sheet-part-border-css.dashed.show-right-border {
  border-right-style: dashed;
}
.x-sheet-part-border-css.show-top-border {
  border-top-width: 3px;
  border-top-color: #42a642;
}
.x-sheet-part-border-css.show-bottom-border {
  border-bottom-width: 3px;
  border-bottom-color: #42a642;
}
.x-sheet-part-border-css.show-left-border {
  border-left-width: 3px;
  border-left-color: #42a642;
}
.x-sheet-part-border-css.show-right-border {
  border-right-width: 3px;
  border-right-color: #42a642;
}
@keyframes copy-style-stroked-dashoffset-animation-top {
  to {
    stroke-dashoffset: 20;
  }
}
@keyframes copy-style-stroked-dashoffset-animation-left {
  to {
    stroke-dashoffset: -20;
  }
}
@keyframes copy-style-stroked-dashoffset-animation-bottom {
  to {
    stroke-dashoffset: -20;
  }
}
@keyframes copy-style-stroked-dashoffset-animation-right {
  to {
    stroke-dashoffset: 20;
  }
}
.x-sheet-part-border-svg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: static;
}
.x-sheet-copy-style-svg {
  position: relative;
}
.x-sheet-part-border-svg.show-top-border .x-sheet-copy-style-stroked-top {
  display: block;
  stroke: #555555;
  stroke-width: 5;
  stroke-dasharray: 10;
  animation: copy-style-stroked-dashoffset-animation-top 0.5s forwards infinite linear;
}
.x-sheet-part-border-svg.show-bottom-border .x-sheet-copy-style-stroked-bottom {
  display: block;
  stroke: #555555;
  stroke-width: 5;
  stroke-dasharray: 10;
  animation: copy-style-stroked-dashoffset-animation-bottom 0.5s forwards infinite linear;
}
.x-sheet-part-border-svg.show-left-border .x-sheet-copy-style-stroked-left {
  display: block;
  stroke: #555555;
  stroke-width: 5;
  stroke-dasharray: 10;
  animation: copy-style-stroked-dashoffset-animation-left 0.5s forwards infinite linear;
}
.x-sheet-part-border-svg.show-right-border .x-sheet-copy-style-stroked-right {
  display: block;
  stroke: #555555;
  stroke-width: 5;
  stroke-dasharray: 10;
  animation: copy-style-stroked-dashoffset-animation-right 0.5s forwards infinite linear;
}
.x-sheet-x-autofill-area {
  background: rgba(166, 166, 166, 0.2);
  width: 100%;
  height: 100%;
}
.x-sheet-x-select-area {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(166, 166, 166, 0.2);
  width: 100%;
  height: 100%;
}
.x-sheet-x-select-corner {
  position: absolute;
  height: 5px;
  width: 5px;
  border: 2px solid #ffffff;
  background: #42a642;
  z-index: 2;
}
.x-sheet-x-select-corner.br-pos {
  right: 0;
  bottom: 0;
}
.x-sheet-x-select-corner.tr-pos {
  right: 0;
  top: 0;
}
.x-sheet-x-select-corner.bl-pos {
  left: 0;
  bottom: 0;
}
.x-sheet-x-select-high-light {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.x-sheet-copy-style-area {
  background: rgba(166, 166, 166, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.x-sheet-table-edit {
  position: absolute;
  z-index: 2;
  cursor: default;
  background: #ffffff;
  border: 3px solid #0071cf;
  box-sizing: border-box;
  outline: none;
  overflow-wrap: break-word;
  overflow-y: auto;
  overflow-x: hidden;
  user-select: auto;
  padding: 2px;
}
.x-sheet-table-y-height-light {
  width: 100px;
  height: 50px;
  background: rgba(206, 206, 206, 0.37);
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #42a642;
  box-sizing: border-box;
}
.x-sheet-table-x-height-light {
  width: 100px;
  height: 50px;
  background: rgba(206, 206, 206, 0.37);
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #42a642;
  box-sizing: border-box;
}
.x-sheet-re-sizer-vertical {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.x-sheet-re-sizer-vertical .x-sheet-re-sizer-hover {
  background: rgba(111, 255, 75, 0.25);
}
.x-sheet-re-sizer-vertical .x-sheet-re-sizer-line {
  border-bottom: 2px dashed #42a642;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  bottom: 0;
}
.x-sheet-re-sizer-horizontal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.x-sheet-re-sizer-horizontal .x-sheet-re-sizer-hover {
  background: rgba(111, 255, 75, 0.25);
}
.x-sheet-re-sizer-horizontal .x-sheet-re-sizer-line {
  border-right: 2px dashed #42a642;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  right: 0;
}
.x-sheet-slide-tab-container {
  height: 25px;
  width: 100%;
  background: #e8e8e8;
}
.x-sheet-slide-tab-content {
  height: 100%;
  width: auto;
  max-width: calc(100% - 85px);
  float: left;
  overflow: hidden;
}
.x-sheet-slide-tab-last-btn {
  height: 100%;
  width: 30px;
  float: left;
  background: url(../img/arrow-1-1.svg?fcdae783b48096dd8465aafe39c68f53) center center no-repeat;
  background-size: 50% 50%;
  cursor: pointer;
}
.x-sheet-slide-tab-next-btn {
  height: 100%;
  width: 30px;
  float: left;
  background: url(../img/arrow-1-2.svg?e42a198bc15b2d2c792885d4690365b6) center center no-repeat;
  background-size: 50% 50%;
  cursor: pointer;
}
.x-sheet-slide-tab-add-btn {
  height: 100%;
  width: 25px;
  background: url(../img/plus.svg?86f8638741daaf09cd45d1c880e1af3b) center center no-repeat;
  background-size: 80% 80%;
  float: left;
  cursor: pointer;
}
.x-sheet-sheet-tab-tabs {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.x-sheet-sheet-tab-tabs::-webkit-scrollbar {
  display: none;
}
.x-sheet-sheet-tab {
  user-select: none;
  height: 100%;
  box-sizing: border-box;
  color: #787878;
  cursor: pointer;
  padding: 0 10px 0 10px;
  flex-shrink: 0;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  background: #d0d0d0;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
}
.x-sheet-sheet-tab.active {
  background: #ffffff;
  color: #42a642;
  border-bottom: 2px solid #42a642;
}
.x-sheet-sheet-tab-editor {
  padding: 2px 10px 2px 10px;
}
.x-sheet-bottom-menu {
  height: 30px;
  background: #e3e3e3;
}
.x-sheet-bottom-grid {
  height: 25px;
  width: 25px;
  background-image: url(../img/grid.svg?9a8f4723ddb6d1d92b9c846e9a271fae);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin: 2.5px 10px 2.5px 0;
  border-radius: 5px;
  cursor: pointer;
}
.x-sheet-bottom-grid:hover {
  background-color: #d9d9d9;
}
.x-sheet-bottom-full-screen {
  height: 25px;
  width: 25px;
  background-image: url(../img/full-screen.svg?450c13613b570f86fe342b3df9c07e74);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin: 2.5px 0 2.5px 0;
  border-radius: 5px;
  cursor: pointer;
}
.x-sheet-bottom-full-screen:hover {
  background-color: #d9d9d9;
}
.x-sheet-bottom-sum {
  height: 100%;
  float: left;
  line-height: 30px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
}
.x-sheet-bottom-avg {
  height: 100%;
  float: left;
  line-height: 30px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
}
.x-sheet-bottom-number {
  height: 100%;
  float: left;
  line-height: 30px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
}
.x-sheet-icon {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.x-sheet-icon-img {
  background-image: url(../img/sprite.svg?9f6330642b58f54f935dbb31b85a37a6);
  width: 18px;
  height: 18px;
}
.x-sheet-icon-img.undo {
  background-position: 0 0;
}
.x-sheet-icon-img.redo {
  background-position: -18px 0;
}
.x-sheet-icon-img.point-format {
  background-position: -54px 0;
}
.x-sheet-icon-img.clear-format {
  background-position: -72px 0;
}
.x-sheet-icon-img.arrow-down {
  background-position: -126px -19px;
}
.x-sheet-icon-img.font-bold {
  background-position: -90px 0;
}
.x-sheet-icon-img.font-italic {
  background-position: -108px 0;
}
.x-sheet-icon-img.under-line {
  background-position: -126px 0;
}
.x-sheet-icon-img.font-strike {
  background-position: -144px 0;
}
.x-sheet-icon-img.color {
  background-position: -162px 0;
}
.x-sheet-icon-img.fill-color {
  background-position: -180px 0;
}
.x-sheet-icon-img.border {
  background-position: 0 -36px;
}
.x-sheet-icon-img.merge {
  background-position: -198px 0;
}
.x-sheet-icon-img.align-left {
  background-position: -216px 0;
}
.x-sheet-icon-img.align-center {
  background-position: -234px 0;
}
.x-sheet-icon-img.align-right {
  background-position: 0 -18px;
}
.x-sheet-icon-img.align-top {
  background-position: -18px -18px;
}
.x-sheet-icon-img.align-middle {
  background-position: -36px -18px;
}
.x-sheet-icon-img.align-bottom {
  background-position: -54px -18px;
}
.x-sheet-icon-img.freeze {
  background-position: -198px -18px;
}
.x-sheet-icon-img.filter {
  background-position: -90px -18px;
}
.x-sheet-icon-img.functions {
  background-position: -108px -18px;
}
.x-sheet-icon-img.angle {
  background-position: -216px -54px;
}
.x-sheet-icon-img.clear-color {
  background-image: url(../img/material_common_2.svg?25e2b4a920def2664094d88742b408de);
  background-repeat: no-repeat;
  background-position: 0 -148px;
}
.x-sheet-icon-img.plus {
  background-image: url(../img/material_common_2.svg?25e2b4a920def2664094d88742b408de);
  background-repeat: no-repeat;
  background-position: 0 -2839px;
}
.x-sheet-icon-img.checked {
  background-image: url(../img/checkmark.png?1b50ae2e0e21a5b41bf289f955dc153e);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.checked-dark {
  background-image: url(../img/checked-dark.svg?767dce2eb00ae8fa27099ce9d1ed05eb);
  background-repeat: no-repeat;
  background-position: center center;
}
.x-sheet-icon-img.checked-light {
  background-image: url(../img/checked-light.svg?5f93d708bb16b0d8118a721b9ba7a67c);
  background-repeat: no-repeat;
  background-position: center center;
}
.x-sheet-icon-img.border1 {
  background-position: 0 -36px;
}
.x-sheet-icon-img.border2 {
  background-position: -18px -36px;
}
.x-sheet-icon-img.border3 {
  background-position: -36px -36px;
}
.x-sheet-icon-img.border4 {
  background-position: -54px -36px;
}
.x-sheet-icon-img.border5 {
  background-position: -72px -36px;
}
.x-sheet-icon-img.border6 {
  background-position: -90px -36px;
}
.x-sheet-icon-img.border7 {
  background-position: -108px -36px;
}
.x-sheet-icon-img.border8 {
  background-position: -126px -36px;
}
.x-sheet-icon-img.border9 {
  background-position: -144px -36px;
}
.x-sheet-icon-img.border10 {
  background-position: -162px -36px;
}
.x-sheet-icon-img.line1 {
  background-image: url(../img/line1.svg?309d4fece503cf07c4621c505e08ded7);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.line2 {
  background-image: url(../img/line2.svg?92a835e91c8afd77db068e380f4c509e);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.line3 {
  background-image: url(../img/line3.svg?60ac377e5e94b50b5f6a8d6f7eb6cb91);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.line4 {
  background-image: url(../img/line4.svg?640ae0975ea0f4625d9746333a6fc195);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.line5 {
  background-image: url(../img/line5.svg?c55c45120acfde4e1cf39ccfc56fd42e);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.line6 {
  background-image: url(../img/line6.svg?633baa0004e0af7255fd0ec5b7d533a6);
  background-repeat: no-repeat;
  background-position: left center;
}
.x-sheet-icon-img.border-color {
  background-position: -180px -36px;
}
.x-sheet-icon-img.border-type {
  background-position: -198px -36px;
}
.x-sheet-icon-img.text-wrap {
  background-position: -72px -18px;
}
.x-sheet-icon-img.truncate {
  background-position: -144px -54px;
}
.x-sheet-icon-img.overflow {
  background-position: -162px -54px;
}
.x-sheet-icon-img.wrap {
  background-position: -180px -54px;
}
.x-sheet-icon-img.font-angle1 {
  background-position: -108px -54px;
}
.x-sheet-icon-img.font-angle2 {
  background-position: -126px -54px;
}
.x-sheet-icon-img.font-angle3 {
  background-position: -198px -54px;
}
.x-sheet-icon-img.font-angle4 {
  background-position: -216px -54px;
}
.x-sheet-icon-img.font-angle5 {
  background-position: -234px -54px;
}
.x-sheet-icon-img.font-angle6 {
  background-position: 0px -72px;
}
.x-sheet-icon-img.recycle-menu {
  background-position: -216px -18px;
}
.x-sheet-tools-undo {
  opacity: 0.5;
}
.x-sheet-tools-undo.active {
  opacity: 1;
}
.x-sheet-tools-redo {
  opacity: 0.5;
}
.x-sheet-tools-redo.active {
  opacity: 1;
}
.x-sheet-tools-point-format {
  background: transparent;
}
.x-sheet-tools-point-format.active {
  background: #d5d5d5;
}
.x-sheet-tools-font-bold.active {
  background: #e1e1e1;
}
.x-sheet-tools-font-italic.active {
  background: #e1e1e1;
}
.x-sheet-tools-under-line.active {
  background: #e1e1e1;
}
.x-sheet-tools-font-strike.active {
  background: #e1e1e1;
}
.x-sheet-tools-filter.active {
  background: #e1e1e1;
}
.x-sheet-tools-menu {
  height: 45px;
  background: #f6f7fa;
}
.x-sheet-tools-menu-content {
  width: max-content;
  display: flex;
  align-items: center;
  height: 100%;
}
.x-sheet-tools-divider {
  display: inline-block;
  border-right: 1px solid #cecece;
  width: 0;
  vertical-align: middle;
  height: 18px;
}
.x-sheet-tools-item {
  margin: 0 5px;
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
}
.x-sheet-tools-item:hover {
  background: #e4e4e4;
}
.x-sheet-tools-drop-input-item {
  position: relative;
}
.x-sheet-tools-drop-input-item-mark {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.x-sheet-tools-drop-input-item-title {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
  vertical-align: middle;
  padding-right: 20px;
}
.x-sheet-tools-drop-input {
  width: 50px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2px 3px 2px 3px;
  outline-color: #0080ff;
}
.x-sheet-tools-drop-down-item {
  position: relative;
}
.x-sheet-tools-drop-down-item-mark {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.x-sheet-tools-drop-down-item-title {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
  vertical-align: middle;
  padding-right: 20px;
}
.x-sheet-scale-context-menu {
  background: #ffffff;
}
.x-sheet-scale-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-scale-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-format-context-menu {
  background: #ffffff;
}
.x-sheet-format-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-format-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 15px;
}
.x-sheet-format-context-menu-item-desc {
  float: right;
  color: #4f4f4f;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
}
.x-sheet-format-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
  opacity: 0;
}
.x-sheet-format-context-menu-item.active .x-sheet-format-context-menu-item-icon {
  opacity: 1;
}
.x-sheet-font-context-menu {
  background: #ffffff;
}
.x-sheet-font-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-font-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.x-sheet-font-context-menu-item-desc {
  float: right;
  color: #4f4f4f;
  line-height: 20px;
}
.x-sheet-font-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
  opacity: 0;
}
.x-sheet-font-context-menu-item.active .x-sheet-font-context-menu-item-icon {
  opacity: 1;
}
.x-sheet-font-size-context-menu {
  background: #ffffff;
}
.x-sheet-font-size-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-font-size-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-font-color-context-menu {
  background: #ffffff;
}
.x-sheet-font-color-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-font-color-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-font-color-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-font-color-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-fill-color-context-menu {
  background: #ffffff;
}
.x-sheet-fill-color-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-fill-color-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-fill-color-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-fill-color-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-border-type-context-menu {
  background: #ffffff;
}
.x-sheet-border-type-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-border-type-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-border-type-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-border-type-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-border-type-context-menu-type-icon-line {
  display: flex;
}
.x-sheet-border-color-context-menu {
  background: #ffffff;
}
.x-sheet-border-color-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-border-color-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-border-color-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-border-color-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-line-type-context-menu {
  background: #ffffff;
}
.x-sheet-line-type-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-line-type-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.x-sheet-line-type-context-menu-item-desc {
  float: right;
  color: #4f4f4f;
  line-height: 20px;
}
.x-sheet-line-type-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
  opacity: 0;
}
.x-sheet-line-type-context-menu-item.active .x-sheet-line-type-context-menu-item-icon {
  opacity: 1;
}
.x-sheet-horizontal-type-context-menu {
  background: #ffffff;
}
.x-sheet-horizontal-type-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-horizontal-type-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-horizontal-type-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-horizontal-type-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-horizontal-type-context-menu-type-icon-line {
  display: flex;
}
.x-sheet-vertical-type-context-menu {
  background: #ffffff;
}
.x-sheet-vertical-type-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-vertical-type-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-vertical-type-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-vertical-type-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-vertical-type-context-menu-type-icon-line {
  display: flex;
}
.x-sheet-text-wrapping-context-menu {
  background: #ffffff;
}
.x-sheet-text-wrapping-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px 10px 3px 10px;
}
.x-sheet-text-wrapping-context-menu-item-icon {
  float: left;
  margin: 2px 10px 2px 0;
}
.x-sheet-text-wrapping-context-menu-color-title {
  margin-bottom: 5px;
}
.x-sheet-text-wrapping-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 40px;
  font-size: 14px;
}
.x-sheet-text-wrapping-context-menu-type-icon-line {
  display: flex;
}
.x-sheet-fixed-context-menu {
  background: #ffffff;
}
.x-sheet-fixed-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-fixed-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.x-sheet-fixed-context-menu-item-desc {
  float: right;
  color: #4f4f4f;
  line-height: 20px;
}
.x-sheet-filter-data-menu {
  background: #ffffff;
  display: inline-block;
}
.x-sheet-filter-data-menu-item {
  overflow: hidden;
  font-size: 15px;
  min-width: 260px;
  padding: 7px 10px 7px 10px;
}
.x-sheet-value-filter {
  cursor: default;
}
.x-sheet-value-filter-title {
  font-size: 15px;
  cursor: pointer;
  display: block;
}
.x-sheet-value-filter-title-text {
  display: inline-block;
  vertical-align: middle;
}
.x-sheet-value-filter-title-icon {
  display: inline-block;
  background-image: url(../img/arrow4.svg?b8e2917f97e3a220d946d10e107325d9);
  background-size: 100% 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: -10px;
}
.x-sheet-value-filter-title-icon.active {
  background-image: url(../img/arrow2.svg?97ad190a6920e73522bdfe074036c9d7);
}
.x-sheet-value-filter-option-box {
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.x-sheet-value-filter-option-select {
  float: left;
  cursor: pointer;
  color: #0080ff;
  text-decoration: underline;
}
.x-sheet-value-filter-option-flag {
  float: left;
}
.x-sheet-value-filter-option-clear {
  float: left;
  cursor: pointer;
  color: #0080ff;
  text-decoration: underline;
}
.x-sheet-value-filter-input-box {
  border: 1px solid #dddddd;
  display: block;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.x-sheet-value-filter-items-box {
  height: 150px;
  overflow-y: auto;
}
.x-sheet-value-filter-item {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  contain-intrinsic-size: 30px;
  content-visibility: auto;
}
.x-sheet-value-filter-item:hover {
  background: #f0f0f0;
}
.x-sheet-value-filter-item-icon {
  width: 20px;
  height: 20px;
  float: left;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/checkmark.png?1b50ae2e0e21a5b41bf289f955dc153e);
  margin-top: 5px;
  margin-right: 5px;
}
.x-sheet-value-filter-item-text {
  float: left;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.x-sheet-if-filter {
  cursor: default;
}
.x-sheet-if-filter-title {
  font-size: 15px;
  cursor: pointer;
  display: block;
}
.x-sheet-if-filter-title-text {
  display: inline-block;
  vertical-align: middle;
}
.x-sheet-if-filter-title-icon {
  display: inline-block;
  background-image: url(../img/arrow4.svg?b8e2917f97e3a220d946d10e107325d9);
  background-size: 100% 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: -10px;
}
.x-sheet-if-filter-title-icon.active {
  background-image: url(../img/arrow2.svg?97ad190a6920e73522bdfe074036c9d7);
}
.x-sheet-if-filter-select-box {
  height: 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-top: 10px;
}
.x-sheet-if-filter-value-input-box {
  height: 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-top: 10px;
}
.x-sheet-filter-data-menu-button {
  border: 1px solid transparent!important;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 9px 0 11px 0;
  color: #fff;
  background: #2a8947;
  box-shadow: 0 1px 3px 1px rgba(52, 168, 83, 0.15);
  text-align: center;
  width: 72px;
  cursor: pointer;
}
.x-sheet-filter-data-menu-ok {
  margin-right: 10px;
}
.x-sheet-filter-data-menu-no {
  background: #f8fcf9;
  border: 1px solid #c8e7d1 !important;
  color: #188038;
}
.x-sheet-font-angle-context-menu {
  background: #ffffff;
}
.x-sheet-font-angle-context-menu-type-icon-line {
  display: flex;
}
.x-sheet-font-angle-value-context-menu {
  background: #ffffff;
}
.x-sheet-font-angle-value-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-font-angle-value-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-option {
  overflow: hidden;
  background: #f1f1f1;
}
.x-sheet-option-left {
  float: left;
  padding: 10px;
}
.x-sheet-option-right {
  float: left;
  padding: 5px;
}
.x-sheet-option-logo {
  background-image: url(../img/material_common_1.svg?e64c2ae7da8d4e5e45ca9f2f8de76f1c);
  background-repeat: no-repeat;
  background-position: 0 -3910px;
  width: 40px;
  height: 40px;
}
.x-sheet-option-title {
  color: #787878;
  font-size: 18px;
}
.x-sheet-option-box {
  overflow: hidden;
  margin-top: 5px;
}
.x-sheet-option-item {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  padding: 4px 6px 4px 6px;
  cursor: pointer;
  border-radius: 2px;
}
.x-sheet-option-item:hover {
  background: #e8e8e8;
}
.x-sheet-option-file-context-menu {
  background: #ffffff;
}
.x-sheet-option-file-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-option-file-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-option-format-context-menu {
  background: #ffffff;
}
.x-sheet-option-format-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-option-format-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-option-insert-context-menu {
  background: #ffffff;
}
.x-sheet-option-insert-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-option-insert-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-option-look-context-menu {
  background: #ffffff;
}
.x-sheet-option-look-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-option-look-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-option-update-context-menu {
  background: #ffffff;
}
.x-sheet-option-update-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-option-update-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-table-row-fixed-bar {
  position: absolute;
  background: #eaeaea;
  z-index: 1;
}
.x-sheet-table-col-fixed-bar {
  position: absolute;
  background: #eaeaea;
  z-index: 1;
}
.x-sheet-table-row-fixed-bar.active {
  z-index: 2;
}
.x-sheet-table-row-fixed-bar.active {
  z-index: 2;
}
.x-sheet-table-row-fixed-block {
  background: #c1c1c1;
}
.x-sheet-table-col-fixed-block {
  background: #c1c1c1;
}
.x-sheet-table-row-fixed-block.active {
  background: #62af71;
}
.x-sheet-table-col-fixed-block.active {
  background: #62af71;
}
.x-sheet-table-drop-row-fixed-bar {
  position: absolute;
  background: #eaeaea;
  opacity: 0.6;
}
.x-sheet-table-drop-col-fixed-bar {
  position: absolute;
  background: #eaeaea;
  opacity: 0.6;
}
.x-sheet-table-drop-row-fixed-block {
  background: #62af71;
}
.x-sheet-table-drop-col-fixed-block {
  background: #62af71;
}
.x-sheet-x-filter {
  width: 100%;
  height: 100%;
}
.x-sheet-x-filter-button-light {
  background-image: url(../img/filter-light.svg?a32967fdd41507751f14960865638f63);
  background-size: 100% 100%;
}
.x-sheet-x-filter-button-dark {
  background-image: url(../img/filter-dark.svg?1b4a229f22483edf32137bd8a19fea94);
  background-size: 100% 100%;
}
.x-sheet-x-filter-button-box {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.x-sheet-x-filter-button {
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1;
}
.x-sheet-mask {
  z-index: 1;
}
.x-sheet-auto-fill-type {
  background-image: url(../img/auto-fill-type.svg?f64348939918456acafe0a63127d6e5e);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  padding: 1px;
  cursor: pointer;
}
.x-sheet-auto-fill-menu {
  background: #ffffff;
}
.x-sheet-auto-fill-menu-item {
  font-size: 13px;
  padding: 5px 10px 5px 10px;
}
.x-sheet-auto-fill-menu-item-title {
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.x-sheet-xwork-task-progress {
  width: 150px;
  height: 15px;
  float: left;
  margin-top: 7px;
  margin-left: 7px;
}
.x-sheet-xwork-task-progress-bar {
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  animation: reverse progress-bar-stripes 0.4s linear infinite, animate-positive 2s;
  background-color: #5cb85c;
  transition: width 0.6s ease;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.x-sheet-tab-context-menu {
  background: #ffffff;
}
.x-sheet-tab-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-tab-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-sheet-context-menu {
  background: #ffffff;
  width: 100px;
}
.x-sheet-sheet-context-menu-item {
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 5px;
}
.x-sheet-sheet-context-menu-item-title {
  float: left;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
  width: 100%;
}
.x-sheet-x-scroll-bar-drag {
  background: #b7b7b7;
  width: 10px;
  height: 17px;
  cursor: col-resize;
  align-self: center;
}


/*# sourceMappingURL=x-sheet.css.map*/