.select-filter {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  color: #aeaeae;
  text-align-last: center;
}
.select-filter option {
  text-align: center;
}
.label-filter {
  line-height: 38px;
  text-align: center;
}
.date-filter {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.report-end,
.report-init {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  text-align-last: center;
}
.report-end option,
.report-init option {
  text-align: center;
}
input[type=text]::placeholder {
  color: #aeaeae;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
  opacity: 1;
}
input[type=text]:-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}
.matus-hide {
  display: none;
}

.fc-event{
  max-height: 180px !important;
  overflow: hidden;
}


@media (min-width: 768px) and (max-width: 992px) {
  .margin-120 {
    margin-top: 120px;
  }
}

.input-pax {
  width: 70px;
}

.pax-form {
  display: block;
  margin: 15px auto !important;
  width: 60%;
}
