﻿@media (min-width: 1200px) {
  .table-responsive-data2 {
    overflow: auto;
    background-color: white;
  }
}
.table-devis-projet {
  padding: 0px 16px;
}
.table-devis-projet table {
  height: auto!important;
}
.table-devis-projet table tbody tr td.td-item {
  padding: 5px 10px;
}
.business-box {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: #333;
  font-size: 14px;
  background-color: white;
  /*box-shadow: 0px 1px 1px rgba(0,0,0,0.1);*/
  padding: 17px;
  padding-bottom: 7px;
  max-height: 112px;
  min-height: 112px;
}
.business-command {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #175782;
  margin-left: 10px;
  padding: 10px 5px 10px 5px;
  flex: 0 0 auto;
  cursor: pointer;
}
.business-command .smart-label-icon {
  font-size: 18px;
}
.business-command .smart-label-text {
  font-size: 11px;
}
.business-command:hover {
  border: 1px solid #3498db;
}
.business-command[disabled] {
  color: #666;
  cursor: not-allowed;
  border: none;
}
.business-inputgroup {
  margin-right: 30px;
}
.business-inputgroup:last-child {
  margin-right: 0px;
}
.business-inputgroup > smart-text {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.btn-inline-table {
  display: inline-table;
}
.btn-inline-table .smart-label-icon {
  margin-right: 10px;
}
.panel-choix-vue {
  flex: 0 1 auto !important;
  background-color: white;
  padding: 5px 17px;
  justify-content: flex-end;
}
.panel-choix-vue > smart-icon {
  cursor: pointer;
  padding: 0 5px;
}
.panel-choix-vue > smart-icon:hover {
  color: #47b3e7;
}
Projects-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
Projects-view .SmartPageHtml {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
Projects-view .SmartPageHtml smart-menu {
  flex: 0 1 auto;
}
Projects-view .SmartPageHtml smart-menu.expand-none .expander {
  display: none;
}
Projects-view .SmartPageHtml smart-menu.menu-workflow {
  background-color: white;
  color: #616161;
}
Projects-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start {
  background-color: white;
}
Projects-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;
}
Projects-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow:hover {
  background-color: white;
  border-bottom: solid 2px #009688;
}
Projects-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow.active {
  border-bottom: solid 2px #009688;
}
Projects-view .SmartPageHtml > smart-panel {
  flex: 1 1 auto;
  display: flex;
}
Projects-view .SmartPageHtml > smart-panel .business-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
Projects-view .SmartPageHtml > smart-panel .business-box {
  display: flex;
  flex: 1 1 auto;
}
Projects-view .SmartPageHtml > smart-panel .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  padding: 5px;
}
Projects-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
Projects-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;
}
Projects-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: pointer;
}
Projects-view .SmartPageHtml > smart-panel .business-box .body {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
Projects-view .SmartPageHtml smart-panel.panel-briques-projet {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px;
}
Projects-view .SmartPageHtml smart-panel.panel-brique-projet {
  display: flex;
  height: 150px;
  width: 150px;
  flex: 0 0 auto;
  background-color: red;
}
Projects-view .SmartPageHtml smart-panel.table-pagination {
  flex: 0 1 auto;
  background-color: white;
  align-items: center;
  padding: 10px 10px 0px 10px;
}