/* 
    Created on : 26 janv. 2018, 13:23:53
    Author     : remi
*/
.personnalisation {
  margin-bottom: 40px;
}
.personnalisation form {
  margin-bottom: 10px;
}
.personnalisation .box .form-group {
  margin: -10px;
  padding: 10px;
}
.personnalisation .box .form-group input {
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.personnalisation .box .form-group.has-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.personnalisation .box .form-group.has-error label {
  color: #a94442;
}
.personnalisation .box .form-group.has-error input {
  border: 1px solid #dc2925;
}
.personnalisation .box .form-group.has-error .error-block {
  width: 100%;
  display: inline-block;
}
.personnalisation .box .form-group.has-error .error-block ul {
  margin: 0;
}
.personnalisation .box .form-group.has-error .error-block ul li {
  color: #a94442;
}
.personnalisation .box .form-group.has-error .row .error-block {
  padding: 0 15px;
}
.personnalisation .box .dimension {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.personnalisation .box .dimension > .form-group {
  display: inline-block;
  width: 30%;
  padding-left: 0;
  margin: -4px 0 -10px 0;
  vertical-align: top;
}
.personnalisation .box .dimension > .form-group label {
  font-weight: 300;
  color: #444444;
  width: auto;
}
.personnalisation .box .dimension > .form-group.has-error label {
  color: #a94442;
}
.personnalisation .box .dimension .unite {
  color: #a94442;
}
.personnalisation .box .fichier-echelle .error-block {
  margin-top: 10px;
  margin-left: 2px;
}
.personnalisation .box label > small {
  font-weight: 300;
  color: #444444;
}
.personnalisation .box .input-radio.col-xs-1 {
  width: 11%;
}
.personnalisation .box .input-file {
  padding-right: 30px;
}
.personnalisation .box .input-file input {
  padding-left: 124px;
}
.personnalisation .box a.link {
  color: #22C773 !important;
  font-weight: bold;
}
.alert.alert-success p,
.alert.alert-success a {
  color: #3c763d;
}
.text-green {
  color: #2ecc71;
}
.text-orange {
  color: #e67e22;
}
.liste-sur-mesure td,
liste-sur-mesure th {
  font-size: 12px;
}
/*# sourceMappingURL=personnalisation_sur_mesure.css.map */