﻿prospect-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
}
prospect-view .chkGrille {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  cursor: pointer;
}
prospect-view .color-white {
  color: white;
}
prospect-view .table-data2.table tbody td {
  padding: 5px;
}
prospect-view .SmartPageHtml {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
prospect-view .SmartPageHtml smart-panel.panel-column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
prospect-view .SmartPageHtml smart-panel.panel-column.border-left-separator {
  border-right: 1px solid #ccc;
}
prospect-view .SmartPageHtml smart-panel.panel-row {
  padding: 20px;
  padding-bottom: 0;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
prospect-view .SmartPageHtml smart-panel.panel-row.border-top {
  border-top: solid 1px #ccc;
  margin-top: 10px;
}
prospect-view .SmartPageHtml smart-panel.panel-row > smart-label {
  margin: 0px 5px;
}
prospect-view .SmartPageHtml smart-panel.panel-row .btn-last {
  margin-right: 0;
}
prospect-view .SmartPageHtml smart-panel.panel-row.no-padding {
  padding: 0;
}
prospect-view .SmartPageHtml smart-panel.panel-row.right {
  justify-content: flex-end;
}
prospect-view .SmartPageHtml smart-panel.panel-row > smart-textbox {
  margin: 0 10px;
  width: 100%;
}
prospect-view .SmartPageHtml smart-panel.panel-row > smart-textbox > input.numeric {
  text-align: right;
}
prospect-view .SmartPageHtml smart-panel.panel-row-detail {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px 17px;
}
prospect-view .SmartPageHtml smart-panel.panel-row-detail.border-top {
  border-top: solid 1px #ccc;
  margin-top: 10px;
}
prospect-view .SmartPageHtml smart-panel.details-item {
  flex: 1 0 30%;
  padding: 3px;
}
prospect-view .SmartPageHtml smart-panel.select-client {
  flex-direction: row;
}