/*parsley*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #bd312f;
  background-color: #fff;
  border: 2px solid #db3330;
}

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

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

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

/*fin parsley*/

/*PRELOADER*/
.preloader {
  background: url('../img/loader.gif') no-repeat center #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

/*FIN PRELOADER*/

/**/
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.sub_menu {
  margin-bottom: .5em;
}

.buttons-excel {
  background-color: #468847;
}

.buttons-pdf {
  background-color: #bd312f;
}

.buttons-csv {
  background-color: #0d6efd;
}

.oculto {
  display: none;
}