/* 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-select {
  width: 600px !important;
}
.expense-type-select .content {
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.expense-type-select .content .left,
.expense-type-select .content .right {
  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: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px;
  height: 460px;
  border-radius: 6px;
}
.expense-type-select .content .left :global .ant-list,
.expense-type-select .content .right :global .ant-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  height: 100%;
}
.expense-type-select .content .left {
  width: 49%;
  background-color: #f7f7f7;
}
.expense-type-select .content .left .search-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.expense-type-select .content .left .search-box :global(.fm) {
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  right: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #999;
  z-index: 3;
}
.expense-type-select .content .left .search-box :global(.fm):hover {
  color: #f00000;
  background-color: #ffeef7;
}
.expense-type-select .content .left .search-box :global(.ant-input) {
  border-bottom: none;
}
.expense-type-select .content .left .search-list,
.expense-type-select .content .left .source-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-select .content .right {
  width: 49%;
  background-color: #f0faff;
}
.expense-type-select .content .right .status-bar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 5px 0;
  font-size: 12px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #999;
}
.expense-type-select .content .right .status-bar .bar-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.expense-type-select .content .right .status-bar .dep-count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 2px;
}
.expense-type-select .content .right .status-bar .staff-count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 2px;
}
.expense-type-select .content .right .status-bar .clear-all {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}
.expense-type-select .content .right .status-bar .clear-all .btn {
  display: inline-block;
  padding: 3px 5px;
  cursor: pointer;
  margin-top: -4px;
}
.expense-type-select .content .right .status-bar .clear-all .btn:hover {
  color: #f00000;
  background-color: #ffeef7;
}
.expense-type-select .content .right :global(.ant-alert) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 0;
  line-height: 17px;
  font-size: 12px;
  border: none;
  margin: 0 -10px;
  color: #999;
}
.expense-type-select .content .right :global(.ant-alert) + :global(.ant-list) {
  border-top: none;
}
.expense-type-select .content .right :global(.ant-list) {
  border-top: 1px solid #eee;
}
.expense-type-select .content .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-select .content .item-name > span {
  vertical-align: middle;
}
.expense-type-select .content .item-name :global(.fm) {
  color: #3296fa;
  margin-right: 5px;
  font-size: 18px;
}
.expense-type-select .content :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-select .content :global(.fm-check):global(.selected) {
  background-color: #3296fa;
}
.expense-type-select .content :global .strong {
  color: #3296fa;
  margin: 0 3px;
}
.expense-type-select .content :global .ant-input-search .ant-input {
  background-color: #fff;
}
.expense-type-select .content :global .ant-input-search .ant-input:hover,
.expense-type-select .content :global .ant-input-search .ant-input:focus {
  background-color: #fff;
}
.expense-type-select .content :global .ant-breadcrumb {
  font-size: 14px;
  margin: 5px 0 5px 10px;
}
.expense-type-select .content :global .ant-breadcrumb > span:last-child {
  color: #999;
}
.expense-type-select .content :global .ant-list-item {
  padding: 5px 0 5px 10px;
  cursor: pointer;
}
.expense-type-select .content :global .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-select .content :global .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-select .content :global .ant-list-item .fm-organization:hover {
  background-color: #3296fa;
  color: #fff;
}
.expense-type-select .content :global .ant-list-item .fm-trash {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #999;
  border-radius: 3px;
}
.expense-type-select .content :global .ant-list-item .fm-trash:hover {
  background-color: #ffeef7;
  color: #f00000;
}
.expense-type-select .content :global .ant-list-item.selected .fm-check {
  background-color: #ccc;
}
.expense-type-select :global .ant-modal-footer {
  border-top: none;
}
