﻿quote-gestion-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
quote-gestion-view .SmartPageHtml {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
quote-gestion-view .SmartPageHtml smart-panel,
quote-gestion-view .SmartPageHtml .SmartPageHtml {
  overflow: initial;
}
quote-gestion-view .SmartPageHtml > smart-panel:first-child {
  height: 0;
}
quote-gestion-view .SmartPageHtml .Devis {
  width: 300px;
  margin-bottom: 10px;
}
quote-gestion-view .SmartPageHtml .Bleu {
  background-color: #11A9BC;
  font: normal normal bold 14px/16px Gilroy;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}
quote-gestion-view .SmartPageHtml .Bleu > span:first-child {
  padding: 1rem;
  transition: 2.5s;
  overflow: hidden;
}
quote-gestion-view .SmartPageHtml .Bleu > span:last-child {
  margin: auto;
}
quote-gestion-view .SmartPageHtml .BodyClass {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 5%;
  overflow-y: auto;
  /*input[type=radio] {
                background-color: white;
                border-color: #3C3C3C!important;
            }*/
}
quote-gestion-view .SmartPageHtml .BodyClass .TitreClass {
  flex: 0 0 auto !important;
  display: flex;
  flex-direction: row;
}
quote-gestion-view .SmartPageHtml .BodyClass .TitreClass .TextTitre {
  font: normal normal 300 28px/30px Gilroy;
  color: #3C3C3C;
  padding-bottom: 15px;
}
quote-gestion-view .SmartPageHtml .BodyClass .TitreClass .TextTitre > span {
  border-bottom: 3px solid #4EBBC5;
  padding-bottom: 5px;
}
quote-gestion-view .SmartPageHtml .BodyClass .ClientClass {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #3D3D3D;
}
quote-gestion-view .SmartPageHtml .BodyClass .ClientClass .BodyClientClass {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
quote-gestion-view .SmartPageHtml .BodyClass .ClientClass .BodyClientClass .QuestionPanel {
  justify-content: space-between;
  flex-direction: row !important;
}
quote-gestion-view .SmartPageHtml .BodyClass .ClientClass .BodyClientClass .QuestionPanel .InputText {
  width: 50%;
}
quote-gestion-view .SmartPageHtml .BodyClass .ClientClass .BodyClientClass .QuestionPanel .InputText > input {
  background-color: white !important;
  outline: none;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass .BodyLivraisonClass {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass .BodyLivraisonClass .QuestionPanel {
  justify-content: space-between;
  flex-direction: row !important;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass .BodyLivraisonClass .QuestionPanel .InputLayout {
  width: 50%;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass .BodyLivraisonClass .QuestionPanel .InputLayout > input {
  background-color: white !important;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass .BodyLivraisonClass .QuestionPanel .ListChoiceImgPanel {
  flex-direction: row;
  color: #3D3D3D;
}
quote-gestion-view .SmartPageHtml .BodyClass .LivraisonClass .BodyLivraisonClass .QuestionPanel .ByDefault {
  color: #4EBBC5;
  text-decoration: underline;
  cursor: pointer;
}
quote-gestion-view .SmartPageHtml .txtCbo {
  margin-left: 5px;
}
quote-gestion-view .SmartPageHtml .sl-item {
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
quote-gestion-view .SmartPageHtml .sl-item smart-text {
  margin-left: 10px;
}
quote-gestion-view .SmartPageHtml .panel-infos-devis {
  padding: 5px 7px;
}
quote-gestion-view .SmartPageHtml .panel-infos-devis .panel-info-devis Smart-text.txtInfoDevis-titre {
  font-weight: bold;
  text-decoration: underline;
}
quote-gestion-view .SmartPageHtml .panel-infos-devis .panel-info-devis Smart-text.txtInfoDevis.txtGreen {
  color: green;
}
quote-gestion-view .SmartPageHtml smart-menu {
  flex: 0 1 auto;
}
quote-gestion-view .SmartPageHtml smart-menu.expand-none .expander {
  display: none;
}
quote-gestion-view .SmartPageHtml smart-menu.menu-workflow {
  background-color: white;
  color: #616161;
}
quote-gestion-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start {
  background-color: white;
}
quote-gestion-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;
}
quote-gestion-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow:hover {
  background-color: white;
  border-bottom: solid 2px #009688;
}
quote-gestion-view .SmartPageHtml smart-menu.menu-workflow .smart-menu-start .selectable-workflow.active {
  border-bottom: solid 2px #009688;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-infos {
  padding: 0 5px;
  align-items: flex-end;
  flex-direction: column;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-infos .cost {
  flex-direction: row;
  align-items: center;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-infos .cost smart-text {
  margin-right: 15px;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-infos .cost smart-textbox > input {
  text-align: right;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-footer-order {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
quote-gestion-view .SmartPageHtml smart-panel.circle {
  flex: 0 0 auto;
  border: 1px solid #cccccc;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  cursor: pointer;
}
quote-gestion-view .SmartPageHtml smart-panel.circle.active {
  background-color: #47b3e7;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row {
  flex-direction: row;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-save-insee {
  align-items: center;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-save-insee smart-icon {
  margin-left: 5px;
  cursor: pointer;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.border-top {
  border-top: 1px solid #707070;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-entete {
  padding: 22px;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-recap-devis {
  padding: 10px;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-recap-devis .panel-column {
  width: 30%;
  display: grid;
  /* grid-template-columns: 20rem 1fr 1fr 1fr; */
  grid-gap: 0.5rem;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-recap-devis .panel-column .details-item-recap {
  justify-content: unset !important;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row.panel-recap-devis .panel-column .details-item-recap .flex-row {
  flex: 0 0 auto;
}
quote-gestion-view .SmartPageHtml smart-panel.right {
  justify-content: flex-end;
  align-items: center;
}
quote-gestion-view .SmartPageHtml smart-panel.right.panel-spe {
  margin-bottom: 8px;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-row-right {
  flex-direction: row;
  justify-content: flex-end;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-info {
  padding: 0px 17px;
  flex-direction: column;
  flex: 0 1 auto;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-info .details-item {
  padding: 5px;
  flex: 1 1 100%;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-titre {
  margin: 8px;
  border-bottom: solid 1px #47b3e7;
  justify-content: space-between;
  padding: 5px;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-titre .titreChapitre {
  color: #47b3e7;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-titre.no-border {
  border: none;
}
quote-gestion-view .SmartPageHtml smart-panel.select-client {
  flex-direction: row;
}
quote-gestion-view .SmartPageHtml smart-panel.select-client smart-textbox > input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
quote-gestion-view .SmartPageHtml smart-panel.select-client smart-button > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-livraison {
  flex-direction: row;
  padding: 5px;
  flex: 1 1 auto;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-livraison .panel-detail-livraison {
  padding: 5px;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
quote-gestion-view .SmartPageHtml smart-panel.panel-recap-devis {
  background-color: #F5F5F5;
  padding: 10px;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap {
  flex: 0 1 auto;
  padding: 5px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap.flex-column {
  flex-direction: column;
  align-items: flex-end;
  background: none;
  /*flex: 1 1 auto;*/
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap smart-textarea {
  width: 100%;
  height: 100%;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap smart-textarea textarea {
  height: 100%;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .libelleRecapResultat {
  font-weight: bold;
  text-align: right;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .imgRecapLigne > img {
  height: 200px;
  border: 1px solid transparent;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .imgRecapLigne > img:hover {
  border: 1px solid transparent;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .iconSpace {
  margin-right: 5px;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .libAnnotation {
  font-size: 11px;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .libAnnotation > span {
  vertical-align: -webkit-baseline-middle;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .libelleRecapTitre {
  text-align: right;
  margin-right: 10px;
  font: normal normal bold 17px/20px Gilroy;
  color: #3C3C3C;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .titreRecap {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  text-decoration-line: underline;
}
quote-gestion-view .SmartPageHtml smart-panel.details-item-recap .titreRecap.recap-ligne {
  text-align: left;
}
quote-gestion-view .SmartPageHtml > smart-panel {
  flex: 1 1 auto;
  display: flex;
}
quote-gestion-view .SmartPageHtml > smart-panel .business-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
quote-gestion-view .SmartPageHtml > smart-panel .business-box {
  display: flex;
  flex: 1 1 auto;
}
quote-gestion-view .SmartPageHtml > smart-panel .business-box .commands {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 54px;
  padding: 5px;
}
quote-gestion-view .SmartPageHtml > smart-panel .business-box .commands smart-textbox {
  display: flex;
  flex: 1 1 auto;
}
quote-gestion-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;
}
quote-gestion-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;
}
quote-gestion-view .SmartPageHtml > smart-panel .business-box .body {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
quote-gestion-view .SmartPageHtml smart-box {
  border: none !important;
}
quote-gestion-view .SmartPageHtml smart-box.box-modalite-livraison {
  flex: 0 1 25%;
}
quote-gestion-view .SmartPageHtml smart-box .box-head {
  border-bottom: 1px solid #47b3e7 !important;
}
quote-gestion-view .SmartPageHtml smart-box .box-head .box-head-content smart-text {
  color: #47b3e7;
}
quote-gestion-view .details-item-recap .flex-row > smart-textbox > input {
  background-color: transparent;
  border-radius: 0px;
  border-top: 0;
  border-right: 0;
  border-Left: 0;
}
quote-gestion-view .details-item-recap .flex-row > smart-textbox .form-control {
  color: #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
quote-gestion-view .details-item-recap .flex-row > smart-textbox .form-control:focus {
  border-bottom: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #F5F5F5;
}
quote-gestion-view .details-item-recap .flex-row > smart-textbox > smart-icon {
  border-bottom: 1px solid #F5F5F5;
  background-color: transparent;
  border-radius: 0px;
  border-top: 0;
  border-right: 0;
  border-Left: 0;
  color: #F5F5F5;
  cursor: pointer;
}
quote-gestion-view .modalMail {
  max-height: 40vh;
}
quote-gestion-view .modalMail .modal-dialog {
  height: 100%;
}
quote-gestion-view .modalMail .modal-body {
  height: 80%;
}
quote-gestion-view .modalMail .modal-body > .QuestionPanel > .LabelInput {
  padding-right: 1.25rem;
}
quote-gestion-view .modalMail .modal-body > .QuestionPanel.Action {
  justify-content: center;
}
quote-gestion-view .modalMail .modal-content {
  height: 200px;
  width: 450px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
quote-gestion-view .modalMail .modal-content .modal-header .close {
  display: none;
}
quote-gestion-view .modalMail .modal-content .modal-header {
  padding: 10px;
  border-bottom: 0px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
quote-gestion-view .modalMail .modal-content .modal-header .CloseBtn {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
quote-gestion-view .modalMail .modal-content .modal-header::before {
  content: none;
}
quote-gestion-view .modalMail .modal-content .modal-header::after {
  content: none;
}
quote-gestion-view .modalMail .modal-content .TarrifcationLine {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
quote-gestion-view .modalMail .modal-content .TarrifcationLine .Designation {
  width: 80%;
}
quote-gestion-view .modalMail .modal-content .TarrifcationLine .Quantite {
  width: 7%;
}
quote-gestion-view .modalMail .modal-content .TarrifcationLine .Price {
  width: 13%;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
}
quote-gestion-view .modalMail .modal-content .Tarrifcation {
  display: flex;
  flex-direction: column;
  margin: 5px;
  margin-bottom: 10px;
}
quote-gestion-view .modalMail .modal-content .BodyModalOverFlow {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
quote-gestion-view .modalMail .modal-content .ButtonSavePanel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -20px;
}
quote-gestion-view .modalMail .modal-content .ButtonSavePanel > smart-button {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
quote-gestion-view .modalMail .modal-content .ButtonSavePanel > smart-button > button {
  width: 100%;
}