section {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
section header {
  -webkit-box-flex: 1;
          flex-grow: 1;
  line-height: 35px;
  max-height: 35px;
  display: -webkit-box;
  display: flex;
}
section header .icon-core-st-sm-previous {
  font-size: 20px;
}
section .grid-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  display: block;
}
section .grid-wrapper ::ng-deep cmf-core-controls-dataGrid ::ng-deep.k-button {
  min-width: 0px !important;
  box-shadow: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-size: 15px;
  float: right;
  margin-right: 15px;
}
section .grid-wrapper ::ng-deep cmf-core-controls-dataGrid ::ng-deep.k-button.icon-core-st-sm-begin::before {
  display: inherit;
  position: inherit;
  opacity: 1;
  background-color: transparent;
  content: "\e030";
}
section .grid-wrapper ::ng-deep cmf-core-controls-dataGrid ::ng-deep.k-button:active:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
section .grid-wrapper ::ng-deep cmf-core-controls-dataGrid ::ng-deep.header-slide-right {
  display: block;
  margin-right: 15px;
}
