/* base variables */
/* text-color */
/* pin */
/* 字体大小 */
/* tab-bar */
/* 提示颜色 */
/* fee type color 引用自主版本 */
/* table相关 */
/* 表单相关 */
/* mix-in class */
#mixin-ios-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#mixin-pick-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
}
#mixin-pick-bar > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #3296fa;
  line-height: 50px;
}
#mktable-filter-dropdown {
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.expense-type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.expense-type-list .opt-bar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 5px 16px;
}
.expense-type-list .opt-bar .select-all-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3296fa;
  cursor: pointer;
}
.expense-type-list .opt-bar .expand-all-btn {
  color: #3296fa;
  cursor: pointer;
}
.expense-type-list .group-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.expense-type-list .group-header .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #191f25;
  font-weight: bold;
}
.expense-type-list .group-header :global(.fm-check) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  color: #fff;
  border-radius: 100%;
  margin: 0 5px 0 11px;
  font-size: 12px;
  display: inline-block;
}
.expense-type-list .group-header :global(.fm-check):global(.selected) {
  background-color: #3296fa;
  border-color: #3296fa;
}
.expense-type-list .group-header :global(.fm-check):global(.disabled) {
  background-color: #eee;
  border-color: #eee;
}
.expense-type-list :global .anticon-right.ant-collapse-arrow {
  right: 11px;
  left: inherit !important;
}
.expense-type-list :global .fm-check {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
}
.expense-type-list :global .fm-check.selected {
  background-color: #3296fa;
}
.expense-type-list :global .ant-list {
  border-top: 1px solid #eee;
}
.expense-type-list :global .ant-list .ant-list-item {
  padding: 5px 0 5px 16px;
  cursor: pointer;
}
.expense-type-list :global .ant-list .ant-list-item.selected .fm-check {
  background-color: #3296fa;
}
.expense-type-list :global .ant-list .ant-list-item.notick .fm-check {
  visibility: hidden;
}
.expense-type-list :global .ant-list .ant-list-item .fm-check {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 2px;
}
.expense-type-list :global .ant-list .ant-list-item .fm-organization {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #3296fa;
  border-radius: 3px;
}
.expense-type-list :global .ant-list .ant-list-item .fm-organization:hover {
  background-color: #3296fa;
  color: #fff;
}
.expense-type-list :global .ant-collapse {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.expense-type-list :global .ant-collapse > .ant-collapse-item {
  border: none;
  border-radius: 0;
}
.expense-type-list :global .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  color: #999;
  padding: 5px;
  border-bottom: 1px solid #eee;
  background-color: #fdfdfd;
}
.expense-type-list :global .ant-collapse .ant-collapse-content {
  border: none;
  background-color: transparent;
}
.expense-type-list :global .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.expense-type-list .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #191f25;
  margin-right: 5px;
  line-height: 20px;
}
.expense-type-list .item-name > span {
  vertical-align: middle;
}
.expense-type-list .item-name :global(.fm) {
  color: #3296fa;
  margin-right: 5px;
  font-size: 18px;
}
.expense-type-list :global(.ant-list-item.disabled) {
  cursor: not-allowed;
  background-color: #eee;
}
.expense-type-list :global(.ant-list-item.disabled) .fm-check {
  background: #e1e1e1;
}
.expense-type-list :global(.ant-list-item.disabled) .fm-check:before {
  content: "";
}
.expense-type-list :global(.ant-list-item.disabled) .item-name {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
