/*output:after
{
	content: ' €';
}*/
output.error
{
	color: red;
}
output.error:after
{
	content: normal;
}
output.loading:after
{
	content: url(spinner.gif);
}
input.orderButton{
	display: inline-flex;
    width: 52%;
}
input.quotationButton{
	display: inline-flex;
    width: 46%;
}

/* */
#priceForm {
	margin:0 auto;
	max-width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 22px;
	display:block;
}
#priceForm a {
	color:#178954;
	text-decoration:underline;
	font-weight:bold;
}
#priceForm a:hover {
	color:#999;
}
#countyFieldset {
	border:none;
	padding:0;
	margin:10px 0 0 0;
	width:98%;
}
legend { 
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: 10px 0; 
  width: 100%; 
  font-weight: bold; 
  }
#countyFieldset legend { 
  position: relative; 
  padding: 6px 10px; 
  margin-top: 0; 
  border: none; 
  color: #178954; 
  font-size: 15px; 
  text-align: center; 
  background: none; 
  font-weight: bold; 
  text-transform: uppercase; 
  }
#price_output { 
	font-size: 50px; 
	font-weight: bold; 
	color: #0071BC; 
	display: block; 
	margin:15px;
	white-space: pre-line;
}
fieldset#countyFieldset {background:none;}
input,
select {
	padding:5px;
	font-size: 15px;
}
input[type="submit"] {
    color: #FFF;
    padding: 15px 15px 15px 40px;
    background: #3fa9f5 url("/templates/duguet/images/icone-commande.png") 10px center no-repeat;
    border:1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto;
    display: block;
}

input.orderButton,
input.quotationButton {
    color: #FFF;
    padding: 10px 10px 10px 40px;
    height: 46px;
    background: #fff url("/templates/duguet/images/icone-commande.png") 10px center no-repeat;
    border:1px solid #FFF;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

input.quotationButton {
    background: #178954 url("/templates/duguet/images/file-pdf-32.png") 12px center no-repeat;
    font-size: 13px;
    margin: 15px auto;
}

input[type="submit"]:hover,
input.orderButton:hover,
input.quotationButton:hover {
	cursor:pointer;
	background-color:#4CAF50;
}

input[type="submit"]:disabled {
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
}

/* Textes contexturels */
#header_text,
#countyFieldset {
	font-weight:bold;
	color:#FF4C00;
}
#truck_accessiblity_div {
	font-weight:bold;
	color:black;
}
#header_text {
	padding:0;
	text-align:center;
	font-size:14px;
}
#surface_text { 
	color: #178954;
    margin-left: 3%;
    font-size: 13px;
    font-style: italic;
 }
#countyFieldset {
	display: block;
    padding-top: 10px;
	width:99%;
}
#countyFieldset:disabled {
	display:none;
}
#delivery {
	display: inline-block;
    padding: 15px 40px 0 40px;
	margin:0 auto;
	text-align:left;
	width:99%;
}
.delivery_text,
.delivery_img {
	float:left;
	width:50%;
	display: block;
	padding:0;
}
.delivery_text p  {
	padding:5px 0 0 15px;
	margin:0;
}
.delivery_img img {
	width:100%;
	border:1px solid #178954;
}

.ordering_disabled #header_text,
output.error,
#price_output.error {
	color:#FF4C00;
	font-size:15px;
}
output.error,
#price_output.error {
	color:#f90;
	width: 95%;
    height: 100%;
    display: block;
    margin:0 auto;
}

.prixDetail {
	font-size: 14px;
    margin: 25px 0 0 0;
    padding: 0;
    font-weight: normal;
}
/*--------------------------code css boutique-------------------------*/
iframe#tarif-devis{
  min-height:650px;
}

#priceForm fieldset {
    position: relative;
    margin: 0 0 5px 0;
    border: none;
    padding: 50px 15px 20px 15px;
    text-align: center;
    color:#178954;
    align-items: center;
}
input, select {
      color: #7a7a7a;
    background: #f9f9f9;
    border: solid 0.5px #e8e8eb;
}
fieldset{
	display:inline-flex;
	width:95%;
	background: rgba(63, 169, 245, 0.15);
}
input.orderButton, input.quotationButton{
  background: #39b54a url(/templates/duguet/images/icone-commande.png) 10px center no-repeat;
}
legend{
    font-weight: normal;
    font-size: 18px;
    font-variant: all-petite-caps;
    background: #178954;
    text-align: center;
    color: #fff;
    border: none;
}
#price_output {
     font-size: 22px;
    font-weight: bold;
    color: #3fa9f5;
    display: block;
    margin: 5px;
    white-space: pre-line;
}
#buttonsCommand, #livraisonDiv{
	display:block;
}
#btnCmd{
	display:inline-flex;
    align-items: baseline;
}
input.orderButton, input.quotationButton {
    font-weight:normal;
    padding: 10px 15px 15px 40px;
}
#countyFieldset {
    display: block;
    width:94%;
    max-width: 94%;
}
fieldset#countyFieldset{
  padding: 10px;
}
#truck_accessiblity_div {
    font-weight: normal;
    color: #ff9900;
    padding-top: 1%;
}
fieldset#surfaceDiv{
  display:block;
}
p#surface_text{
 font-weight: bold;
}
#surfaceDiv input{
    width: 35%;
    height: 20px;
    margin-right: 2%;
}
input#largest{
    width: 45%;
    margin:2% auto;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
#priceForm, form#priceForm{
  width:100% !important;
  max-width:100% !important;
  }
#priceForm fieldset{
  padding: 80px 15px 20px 15px !important;
  }
}
@media screen and (max-width: 767px){
  .menu_logo, .menu_text{
    width: 95%;
    text-align: center;
    margin:auto;
    }
  fieldset, select{
    width:90%;
    max-width:90%;
  }
  #count.count{
    width:90%;
  }
  #btnCmd {
    display: inline-block;
    width:100%;
  }
  input.orderButton, input.quotationButton{
    width:90%;
  }
  fieldset#countyFieldset{
    width:90%;
  }
}