.container-alerts {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0px;
}
.container-alerts.inactive {
  display: none;
}
.container-alerts > div.inactive {
  display: none;
}
.container-alerts > div.alert-datepicker-error {
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -90px;
  border: none;
  background: #fff;
  text-align: center;
}
.container-alerts > div.alert-datepicker-error p {
  font-size: 14px;
  display: inline-block;
  color: #337ab7;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.container-alerts > div.alert-datepicker-error p.title {
  font-size: 16px;
  display: block;
  background: #36a9e1;
  padding: 10px;
  color: #fff;
}
.container-alerts > div.alert-datepicker-error a {
  font-size: 14px;
  letter-spacing: 1px;
  width: 80px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 200;
  line-height: 30px;
  border: 1px solid #337ab7;
  background: #337ab7;
  color: #fff;
  display: inline-block;
}
.container-alerts > div.alert-datepicker-error a:hover,
.container-alerts > div.alert-datepicker-error a:focus {
  text-decoration: none;
}
