﻿retailer-customers-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
retailer-customers-view .SmartPageHtml {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
retailer-customers-view .SmartPageHtml smart-menu {
  flex: 0 1 auto;
}
retailer-customers-view .SmartPageHtml > smart-panel {
  flex: 1 1 auto;
  display: flex;
}
retailer-customers-view .SmartPageHtml > smart-panel .business-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
retailer-customers-view .SmartPageHtml > smart-panel .business-box {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
retailer-customers-view .SmartPageHtml > smart-panel .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  padding: 5px;
}
retailer-customers-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
retailer-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;
}
retailer-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;
}