/* CUSTOM FORM */
/*.form-text, .form-select, textarea{
    display: inline-block;
    height: 33px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #929292;
    vertical-align: middle;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;    
    @include background-with-css2-fallback(linear-gradient(top, $white, #f9f9f9),$white);
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
}*/
/* line 30, ../sass/custom-form.scss */
.form-text, textarea {
  border: solid 1px #c7d8e3 !important;
  color: #000;
}

/* line 42, ../sass/custom-form.scss */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

/* line 51, ../sass/custom-form.scss */
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

/* line 62, ../sass/custom-form.scss */
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}

/* line 75, ../sass/custom-form.scss */
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}

/* line 82, ../sass/custom-form.scss */
div.checker input,
input.search,
input.search:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
/* line 89, ../sass/custom-form.scss */
div.selector {
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)), white;
  background: -webkit-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -moz-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -o-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: linear-gradient(top, #ffffff, #f9f9f9), white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100% !important;
  /* Force */
}

/* line 113, ../sass/custom-form.scss */
div.selector.focus,
div.selector.hover,
div.selector:hover {
  border-color: #bbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 121, ../sass/custom-form.scss */
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  width: 100%;
  display: block;
}

/* line 133, ../sass/custom-form.scss */
div.selector span:after {
  position: absolute;
  content: "";
  background: transparent url("../images/arrow-select.png") no-repeat center center;
  right: 0px;
  width: 26px;
  height: 26px;
  border-left: solid 1px #cccccc;
  font-size: 10px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

/* line 147, ../sass/custom-form.scss */
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}

/* Checkbox */
/* line 164, ../sass/custom-form.scss */
div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 172, ../sass/custom-form.scss */
div.checker {
  position: relative;
  margin-right: 0px;
}

/* line 177, ../sass/custom-form.scss */
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  /*@include background-with-css2-fallback(linear-gradient(top, $white, #f9f9f9),$white);*/
  background: transparent;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 200, ../sass/custom-form.scss */
div.checker.focus span,
div.checker:hover span {
  border-color: #bbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 208, ../sass/custom-form.scss */
div.checker span.checked:before {
  content: "\25CF";
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  color: #F0EBE4;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
}

/* line 223, ../sass/custom-form.scss */
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* Radio */
/* line 239, ../sass/custom-form.scss */
div.radio,
div.radio span,
div.radio input {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 248, ../sass/custom-form.scss */
div.radio {
  position: relative;
  margin-right: 5px;
}

/* line 253, ../sass/custom-form.scss */
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  text-align: center;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)), white;
  background: -webkit-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -moz-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -o-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: linear-gradient(top, #ffffff, #f9f9f9), white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 275, ../sass/custom-form.scss */
div.radio.focus span,
div.radio:hover span {
  border-color: #bbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 283, ../sass/custom-form.scss */
div.radio span.checked:before {
  content: "\25CF";
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #929292;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

/* line 298, ../sass/custom-form.scss */
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

/* Upload */
/* line 313, ../sass/custom-form.scss */
div.uploader {
  height: 28px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 329, ../sass/custom-form.scss */
div.uploader span.action {
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: right;
  display: inline;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-left: solid 1px #bbbbbb;
}

/* line 344, ../sass/custom-form.scss */
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: pointer;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  padding: 0 10px;
  color: #777;
  font-size: 11px;
}

/* line 359, ../sass/custom-form.scss */
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}

/* line 376, ../sass/custom-form.scss */
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  border-color: #bbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}

/*   FORM BLUE / SELECT ET RADIO   */
/* Radio */
/* line 390, ../sass/custom-form.scss */
.webform-client-form {
  /* Checkbox */
  /* select */
}
/* line 394, ../sass/custom-form.scss */
.webform-client-form div.radio,
.webform-client-form div.radio span,
.webform-client-form div.radio input {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
/* line 404, ../sass/custom-form.scss */
.webform-client-form div.radio {
  position: relative;
  margin-right: 5px;
}
/* line 409, ../sass/custom-form.scss */
.webform-client-form div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  text-align: center;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)), white;
  background: -webkit-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -moz-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -o-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: linear-gradient(top, #ffffff, #f9f9f9), white;
  border: 1px solid #c7d8e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 428, ../sass/custom-form.scss */
.webform-client-form div.radio.focus span,
.webform-client-form div.radio:hover span {
  border-color: #C7D8E3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}
/* line 436, ../sass/custom-form.scss */
.webform-client-form div.radio span.checked:before {
  content: "\25CF";
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  color: #F0EBE4;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  vertical-align: middle;
  border: solid 1px transparent;
}
/* line 453, ../sass/custom-form.scss */
.webform-client-form div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
/* line 470, ../sass/custom-form.scss */
.webform-client-form div.checker,
.webform-client-form div.checker span,
.webform-client-form div.checker input {
  width: 19px;
  height: 19px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 478, ../sass/custom-form.scss */
.webform-client-form div.checker {
  position: relative;
  margin-right: 0px;
}
/* line 483, ../sass/custom-form.scss */
.webform-client-form div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)), white;
  background: -webkit-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -moz-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -o-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: linear-gradient(top, #ffffff, #f9f9f9), white;
  border: 1px solid #c7d8e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
}
/* line 505, ../sass/custom-form.scss */
.webform-client-form div.checker.focus span,
.webform-client-form div.checker:hover span {
  border-color: #C7D8E3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}
/* line 513, ../sass/custom-form.scss */
.webform-client-form div.checker span.checked:before {
  content: "\25CF";
  font-weight: bold;
  font-size: 18px;
  line-height: 13px;
  color: #F0EBE4;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
}
/* line 528, ../sass/custom-form.scss */
.webform-client-form div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 543, ../sass/custom-form.scss */
.webform-client-form div.selector {
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #c7d8e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)), white;
  background: -webkit-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -moz-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: -o-linear-gradient(top, #ffffff, #f9f9f9), white;
  background: linear-gradient(top, #ffffff, #f9f9f9), white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 566, ../sass/custom-form.scss */
.webform-client-form div.selector.focus,
.webform-client-form div.selector.hover,
.webform-client-form div.selector:hover {
  border-color: #C7D8E3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}
/* line 574, ../sass/custom-form.scss */
.webform-client-form div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  width: 100%;
  display: block;
}
/* line 586, ../sass/custom-form.scss */
.webform-client-form div.selector span:after {
  position: absolute;
  content: "";
  background: transparent url("../images/arrow-select.png") no-repeat center center;
  right: 0px;
  width: 26px;
  height: 26px;
  border-left: solid 1px #c7d8e3;
  font-size: 10px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
/* line 600, ../sass/custom-form.scss */
.webform-client-form div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}

/* End form blue */
/* line 616, ../sass/custom-form.scss */
#webform-client-form-30 div.selector {
  width: 66% !important;
  float: right;
  height: 22px;
  line-height: 19px;
}
/* line 622, ../sass/custom-form.scss */
#webform-client-form-30 div.selector span {
  height: 22px;
  line-height: 19px;
}
/* line 626, ../sass/custom-form.scss */
#webform-client-form-30 div.selector span:after, #webform-client-form-30 .webform-client-form div.selector span:after {
  height: 22px;
}

/* line 630, ../sass/custom-form.scss */
#webform-ajax-wrapper-30 .messages, .page-node-21 .messages, #webform-ajax-wrapper-23 .messages {
  background: #628898;
  border: #628898;
  color: white;
}

/* line 637, ../sass/custom-form.scss */
.webform-confirmation, .links {
  width: 920px;
  padding: 0 20px;
  color: #d9172e;
  font-weight: bold;
}

/* line 643, ../sass/custom-form.scss */
.links {
  color: #628898;
  font-weight: normal;
}
