@import "../../../../style/variables.less";

.department-modal-wrapper {
  .ant-modal {
    width: 800px !important;
  }

  .mkbs-department-picker-filter-dropdown {
    width: auto;
    border: none;
    padding: 0;
  }
}

.department-picker-wrapper {
  cursor: pointer;
  background-color: #fff;

  .department-empty {
    color: #aaa;
  }

  .department-name, .budgetment-name {
    .fm-cube {
      margin-right: 4px;
    }
  }
}
.budgetment-filter-container{
  width: 100%;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  height: 100%;
  background: #fff;
  padding: 0 8px;
  line-height: 30px;
  &.disabled{
      color: @weak-text-color;
      background-color: transparent;
      cursor: not-allowed;
      border-bottom: 1px dashed @border-color;
  }
  &.disabled:hover{
      border-bottom: 1px solid @border-color;
  }
  .empty {
      color: @form-input-placeholder;
      font-size: 12px;
      margin-right: 8px;
      margin-bottom: 2px;
  }
}

.@{prefix}-range-calendar {
  .ant-calendar-footer-extra {
    .tabs {
      .tab {
        padding: 4px 8px;
        margin-right: 4px;
        cursor: pointer;

        &:hover {
          background-color: @selected-background;
        }
      }
    }
  }
}

body {
  .ant-form {
    .custom-tag-select {
      .ant-select-dropdown.ant-select-dropdown--multiple
        .ant-select-dropdown-menu-item:after {
        content: "";
      }
    }
  }
}
