.modal-calc-list, .modal-worker-list{
  .list-content{
    max-height: calc(100vh - 370px);
    overflow-y:auto;
  }

  .striped{
    background-color: @table-bg-accent;
  }




  ul {
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
  }

  li {
    padding: 0px 10px 0 10px;
    list-style: none;
  }
}