﻿quotes-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
quotes-view .SmartPageHtml {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background-color: white;
}
quotes-view .SmartPageHtml .iconSearch {
  cursor: pointer !important;
}
quotes-view .SmartPageHtml smart-menu {
  flex: 0 1 auto;
}
quotes-view .SmartPageHtml smart-menu.menu-workflow {
  background-color: white;
  color: #616161;
  margin-bottom: 10px;
}
quotes-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start {
  background-color: white;
}
quotes-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow {
  color: #616161;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  font-weight: normal;
  border-bottom: solid 2px transparent;
  height: 30px;
}
quotes-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow:hover {
  background-color: white;
  border-bottom: solid 2px #009688;
}
quotes-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow.active {
  border-bottom: solid 2px #009688;
}
quotes-view .SmartPageHtml > smart-panel {
  flex: 1 1 auto;
  display: flex;
}
quotes-view .SmartPageHtml > smart-panel .business-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
quotes-view .SmartPageHtml > smart-panel .business-box {
  display: flex;
  flex: 1 1 auto;
}
quotes-view .SmartPageHtml > smart-panel .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  padding: 5px;
}
quotes-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
quotes-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;
}
quotes-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;
}
quotes-view .SmartPageHtml > smart-panel .business-box .body {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
quotes-view .SmartPageHtml smart-panel.table-pagination {
  flex: 0 1 auto;
  background-color: white;
  align-items: center;
}