body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  height: 100vh;
  background-color: #f5f5f5;
}

h2 {
  margin: 0;
}

.pagination {
  margin: 15px 0 10px;
}

.main-table {
  width: 100%;
  height: 100%;
}
.main-table__header {
  height: 100px;
  background-color: #f5f5f5;
}
.main-table__header td {
  padding: 0 20px;
}
.main-table__header td:last-child {
  text-align: right;
}
.main-table__footer {
  height: 65px;
}
.main-table__footer td {
  padding: 0 20px;
}
.main-table__product {
  padding: 0 20px;
}
.main-table__product .grid-view {
  overflow: auto;
  height: 100%;
  background-color: White;
}
.main-table__catalog {
  width: 450px;
}
.main-table__catalog .scroller {
  overflow: auto;
  height: 100%;
}

.grid-image {
  max-width: 40px;
  max-height: 40px;
}

.jstree-disabled {
  font-weight: 800;
  background-color: #cacadb !important;
}

div#jsTree_tree {
  overflow: auto;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
