﻿order-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
order-view smart-checkbox input[type=checkbox] {
  margin-left: 5px;
  cursor: pointer;
}
order-view .txtWarning {
  color: #c74418;
}
order-view .iconCheck {
  margin-left: 5px;
}
order-view .table-order-devis {
  padding: 5px;
}
order-view .table-order-devis .table .tr-item.active {
  border-left: 0px solid #ddd;
}
order-view .table-order-devis .table .tr-item.active td {
  background-color: transparent !important;
  color: black;
}
order-view .table-order-devis .table .tr-item:hover {
  background-color: transparent !important;
}
order-view .SmartPageHtml {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
order-view .SmartPageHtml .txtCbo {
  margin-left: 5px;
}
order-view .SmartPageHtml .sl-item {
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
order-view .SmartPageHtml .sl-item smart-text {
  margin-left: 10px;
}
order-view .SmartPageHtml .panel-infos-devis {
  padding: 5px 7px;
}
order-view .SmartPageHtml .panel-infos-devis .panel-info-devis Smart-text.txtInfoDevis-titre {
  font-weight: bold;
  text-decoration: underline;
}
order-view .SmartPageHtml .panel-infos-devis .panel-info-devis Smart-text.txtInfoDevis.txtGreen {
  color: green;
}
order-view .SmartPageHtml smart-menu {
  flex: 0 1 auto;
}
order-view .SmartPageHtml smart-menu.expand-none .expander {
  display: none;
}
order-view .SmartPageHtml smart-menu.menu-workflow {
  background-color: white;
  color: #616161;
}
order-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start {
  background-color: white;
}
order-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow {
  color: #616161;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  font-weight: normal;
  height: 30px;
  border-bottom: solid 2px transparent;
}
order-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow:hover {
  background-color: white;
  border-bottom: solid 2px #009688;
}
order-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow.active {
  border-bottom: solid 2px #009688;
}
order-view .SmartPageHtml smart-panel {
  background-color: white;
}
order-view .SmartPageHtml smart-panel.panel-infos {
  padding: 0 5px;
  align-items: flex-end;
}
order-view .SmartPageHtml smart-panel.panel-infos .cost {
  flex-direction: row;
  align-items: center;
}
order-view .SmartPageHtml smart-panel.panel-infos .cost smart-text {
  margin-right: 15px;
}
order-view .SmartPageHtml smart-panel.panel-infos .cost smart-textbox > input {
  text-align: right;
}
order-view .SmartPageHtml smart-panel.panel-footer-order {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #3C3C3C;
}
order-view .SmartPageHtml smart-panel.panel-footer-order .btn {
  margin: 1rem;
}
order-view .SmartPageHtml smart-panel.panel-footer-order .ButtonClass {
  min-width: 200px;
  width: auto;
}
order-view .SmartPageHtml smart-panel.panel-footer-order .ButtonClass > span {
  margin-right: 1rem;
}
order-view .SmartPageHtml smart-panel.circle {
  flex: 0 0 auto;
  border: 1px solid #cccccc;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  cursor: pointer;
}
order-view .SmartPageHtml smart-panel.circle.active {
  background-color: #47b3e7;
}
order-view .SmartPageHtml smart-panel.panel-row {
  flex-direction: row;
}
order-view .SmartPageHtml smart-panel.panel-row-right {
  flex-direction: row;
  justify-content: flex-end;
  background-color: #3C3C3C;
}
order-view .SmartPageHtml smart-panel.panel-info {
  padding: 0px 17px;
  flex-direction: column;
  flex: 0 1 auto;
}
order-view .SmartPageHtml smart-panel.panel-info .details-item {
  padding: 5px;
  flex: 1 1 100%;
}
order-view .SmartPageHtml smart-panel.panel-titre {
  margin: 8px;
  border-bottom: solid 1px #47b3e7;
  justify-content: space-between;
  padding: 5px;
}
order-view .SmartPageHtml smart-panel.panel-titre .titreChapitre {
  color: #47b3e7;
}
order-view .SmartPageHtml smart-panel.panel-titre.no-border {
  border: none;
}
order-view .SmartPageHtml smart-panel.select-client {
  flex-direction: row;
}
order-view .SmartPageHtml smart-panel.select-client smart-textbox > input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
order-view .SmartPageHtml smart-panel.select-client smart-button > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
order-view .SmartPageHtml smart-panel.panel-livraison {
  flex-direction: row;
  padding: 5px;
}
order-view .SmartPageHtml smart-panel.panel-livraison .panel-detail-livraison {
  padding: 5px;
}
order-view .SmartPageHtml > smart-panel {
  flex: 1 1 auto;
  display: flex;
}
order-view .SmartPageHtml > smart-panel .business-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
order-view .SmartPageHtml > smart-panel .business-box {
  display: flex;
  flex: 1 1 auto;
}
order-view .SmartPageHtml > smart-panel .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  padding: 5px;
  background-color: #3C3C3C;
}
order-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
order-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;
}
order-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;
}
order-view .SmartPageHtml > smart-panel .business-box .body {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
order-view .SmartPageHtml smart-box {
  border: none !important;
}
order-view .SmartPageHtml smart-box.box-modalite-livraison {
  flex: 0 1 30%;
}
order-view .SmartPageHtml smart-box .box-head {
  border-bottom: 1px solid #47b3e7 !important;
}
order-view .SmartPageHtml smart-box .box-head .box-head-content smart-text {
  color: #47b3e7;
}
.select-client {
  display: flex;
}
.select-client smart-textbox {
  flex: 1 1 auto;
}
.select-client smart-button {
  flex: 0 0 auto;
}