﻿b2-e-customer-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
}
b2-e-customer-view .business-box {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
b2-e-customer-view .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  padding: 5px;
}
b2-e-customer-view .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
b2-e-customer-view .business-box .commands smart-textbox input {
  flex: 0 1 443.5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
b2-e-customer-view .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;
}
b2-e-customer-view .table-adresse .table .tr-item.active {
  border-left: 0px solid #ddd;
}
b2-e-customer-view .table-adresse .table .tr-item.active td {
  background-color: transparent !important;
  color: black;
}
b2-e-customer-view .table-adresse .table .tr-item:hover {
  background-color: transparent !important;
}
b2-e-customer-view .chkGrille {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  cursor: pointer;
}
b2-e-customer-view .color-white {
  color: white;
}
b2-e-customer-view .table-data2.table tbody td {
  padding: 5px;
}
b2-e-customer-view .SmartPageHtml {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-column.border-left-separator {
  border-right: 1px solid #ccc;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row {
  padding: 20px;
  padding-bottom: 0;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row.border-top {
  border-top: solid 1px #ccc;
  margin-top: 10px;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row > smart-label {
  margin: 0px 5px;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row .btn-last {
  margin-right: 0;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row.no-padding {
  padding: 0;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row.right {
  justify-content: flex-end;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row > smart-textbox {
  margin: 0 10px;
  width: 100%;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row > smart-textbox > input.numeric {
  text-align: right;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row-detail {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 22px 17px;
}
b2-e-customer-view .SmartPageHtml smart-panel.panel-row-detail.border-top {
  border-top: solid 1px #ccc;
  margin-top: 10px;
}
b2-e-customer-view .SmartPageHtml smart-panel.details-item {
  flex: 1 0 30%;
  padding: 3px;
}
b2-e-customer-view .SmartPageHtml smart-panel.select-client {
  flex-direction: row;
}