﻿erp-customers-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
erp-customers-view .SmartPageHtml {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
erp-customers-view .SmartPageHtml smart-menu {
  flex: 0 1 auto;
}
erp-customers-view .SmartPageHtml > smart-panel {
  flex: 1 1 auto;
  display: flex;
}
erp-customers-view .SmartPageHtml > smart-panel .business-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box {
  display: flex;
  flex: 1 1 auto;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  align-items: center;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox input {
  flex: 0 1 443.5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  border-radius: 0px;
  border-top: 0;
  border-right: 0;
  border-Left: 0;
  color: white;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox input:focus {
  border-color: white;
  box-shadow: unset !important;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox smart-icon {
  flex: 0 0 16px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
  cursor: default;
  background-color: transparent;
  border-radius: 0px;
  border-top: 0;
  border-right: 0;
  color: white;
  cursor: pointer;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .commands .flex-align-center {
  display: flex;
  flex-direction: row;
  align-self: center;
}
erp-customers-view .SmartPageHtml > smart-panel .business-box .body {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
erp-customers-view .SmartPageHtml smart-panel.table-pagination {
  flex: 0 1 auto;
  background-color: white;
  align-items: center;
  padding: 10px 10px 0px 10px;
}