input.parsley-success,
select.parsley-success,
textarea.parsley-success,
div.parsley-success a {
  color: #468847;
  background: #DFF0D8 !important;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
div.parsley-error a {
  color: #B94A48;
  background: #F2DEDE !important;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.8em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required,
.parsley-type,
.parsley-pattern {
/*  margin: 0px 0px 12px 10px;*/
  font-weight: bold;
}

.date-picker .parsley-errors-list {
  position: absolute;
}