.dycal {
  display: none;
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.dycal .top {
  position: relative;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.dycal .top .nbutton {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  background: transparent;
  border: 0;
}
.dycal .top .nbutton.prev-month {
  left: 20px;
}
.dycal .top .nbutton.next-month {
  right: 20px;
}
.dycal .weekdays {
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.dycal .weekdays > li {
  display: inline-block;
  width: 14%;
  padding: 4px;
}
.dycal .week {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.dycal .week > li {
  display: inline-block;
  width: 14%;
  padding: 4px;
}
.dycal .week > li a {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.dycal .cmo {
  background: #fff;
}
.dycal .pmo,
.dycal .nmo {
  background: #f9f9f9;
}
.dycal .active-day {
  cursor: pointer;
}
.dycal .active-day a {
  background: #ed1b24;
  color: #fff;
  border: 1px solid inherit;
}
.dycal .active-day a:hover {
  background: #212262;
  color: #fff;
}
.dycal .today {
  background: #cdffcd;
}
.dycal-events {
  display: none;
  border: 2px solid #eeeeee;
  padding: 10px;
  margin-bottom: 20px;
}
.dycal-events .top {
  padding-bottom: 15px;
}
.dycal-events .events {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.dycal-events .events > li {
  margin-bottom: 20px;
}
.dycal-events .title {
  font-weight: bold;
}
.dycal-events .time {
  font-weight: bold;
  padding-bottom: 8px;
}
.dycal-on {
  display: block;
}
.event-month-index .dycal {
  display: block;
}
@media (min-width: 768px) {
  .event-month-index .dycal .top {
    font-size: 26px;
  }
  .event-month-index .dycal .week > li > a {
    padding: 20px;
  }
}
.event-month-index .month-jumper {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  width: 400px;
  max-width: 100%;
  margin: 20px auto;
}
.event-month-index .month-jumper > * {
  margin: 4px;
}
.event-month-index .month-jumper select,
.event-month-index .month-jumper button {
  background: inherit;
  color: inherit;
  border: 1px solid #666666;
  border-radius: 4px;
}
.event-month-index .month-jumper select {
  padding: 6px;
}
.event-month-index .month-jumper button {
  border: 0;
  padding: 4px 8px;
  background: #212262;
  color: #fff;
  text-transform: uppercase;
}
.event-month-index .month-jumper button:hover {
  background: #ed1b24;
  color: #fff;
}
.event-month-index .month-jumper option {
  background: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .event-month-index .month-jumper {
    font-size: 20px;
  }
}
.event-month-index .day-block {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  padding: 7px;
  padding-left: 72.8px;
}
.event-month-index .day-block .day-box {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 7px;
  left: 7px;
  text-align: center;
  background: #ed1b24;
  color: #fff;
  border-radius: 28px;
  padding-top: 8.4px;
}
.event-month-index .day-block .day-box .d {
  display: block;
  font-size: 20px;
  line-height: 23px;
}
.event-month-index .day-block .day-box .m {
  display: block;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-month-index .day-block {
    padding: 7px;
    padding-left: 104px;
  }
  .event-month-index .day-block .day-box {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 7px;
    left: 7px;
    text-align: center;
    background: #ed1b24;
    color: #fff;
    border-radius: 40px;
    padding-top: 12px;
  }
  .event-month-index .day-block .day-box .d {
    display: block;
    font-size: 28px;
    line-height: 32px;
  }
  .event-month-index .day-block .day-box .m {
    display: block;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
  }
}
.event-month-index .day-block .event-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.event-month-index .day-block .event-list > li {
  margin-bottom: 20px;
}
.event-month-index .day-block .event-list .title {
  font-size: 22px;
  font-weight: bold;
}
.event-month-index .day-block .event-list .time {
  font-size: 18px;
  padding-bottom: 5px;
  font-style: italic;
}
.event-month-index .day-block:nth-of-type(odd) {
  background: #f2f2f2;
}
.future-stuff {
  text-align: center;
}
.future-stuff > a {
  display: block;
  margin-bottom: 20px;
  background: #fff;
  color: #333333;
  text-align: left;
}
.future-stuff > a:hover,
.future-stuff > a:focus {
  text-decoration: none;
}
.future-stuff .daybox {
  display: inline-block;
  background: #ed1b24;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  padding-top: 6px;
}
.future-stuff .daybox span {
  display: block;
  line-height: 28px;
}
.future-stuff .nfobox {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 65px;
  overflow: hidden;
  padding: 0 6px;
  max-width: 165px;
}
.future-stuff .nfobox span {
  display: block;
}
@media (min-width: 768px) {
  .future-stuff .daybox {
    display: inline-block;
    background: #ed1b24;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    width: 86px;
    height: 86px;
    padding-top: 7px;
  }
  .future-stuff .daybox span {
    display: block;
    line-height: 37px;
  }
  .future-stuff .nfobox {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 86px;
    overflow: hidden;
    padding: 0 8px;
    max-width: 220px;
  }
  .future-stuff .nfobox span {
    display: block;
  }
}
.future-stuff .more {
  text-align: right;
}
.schedule-editor {
  display: table;
  width: 100%;
}
.schedule-editor .form-box {
  display: table-cell;
  vertical-align: top;
  padding-right: 7px;
}
.schedule-editor .preview-box {
  display: table-cell;
  vertical-align: top;
  width: 400px;
  padding-left: 7px;
  border-left: 1px dotted gray;
}
form.schedule {
  font-size: 13pt;
}
form.schedule input,
form.schedule select {
  font-size: 13pt;
}
form.schedule .cntl-box {
  position: relative;
  margin-bottom: 15px;
}
form.schedule .cntl-box label {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
}
form.schedule .cntl-box input {
  width: 95%;
}
form.schedule .cntl-box .hint {
  display: block;
  padding-top: 4px;
  opacity: 0.6;
  font-size: 11pt;
}
form.schedule .has-error {
  color: red;
}
form.schedule .submit-box {
  text-align: right;
}
form.schedule .submit-box input[type='submit'] {
  margin: 0 5px;
}
form.schedule .submit-box label.delete {
  font-weight: bold;
}
form.schedule .genesis {
  width: 100%;
}
form.schedule .genesis .one,
form.schedule .genesis .two {
  display: inline-block;
  width: 49%;
}
form.schedule .repeat-label {
  font-weight: bold;
}
form.schedule .repeat-list {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
form.schedule .repeat-list > li {
  position: relative;
  padding: 5px 15px 5px 25px;
  margin: 5px 0;
}
form.schedule .repeat-list > li > input[type='radio'] {
  position: absolute;
  top: 5px;
  left: 0;
}
form.schedule .repeat-list input[type='text'] {
  width: 40px;
  text-align: center;
}
form.schedule .repeat-list .secondary {
  padding-left: 15px;
  font-size: 11pt;
}
form.schedule .repeat-list .nthweekday {
  width: 150px;
}
form.schedule .repeat-list .weekdays,
form.schedule .repeat-list .months {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 13pt;
}
form.schedule .repeat-list .weekdays li,
form.schedule .repeat-list .months li {
  display: inline-block;
}
form.schedule .repeat-list .highlight {
  background-color: #dedede;
  border-radius: 10px;
}
form.schedule .end-repeat {
  padding-top: 15px;
  width: 49%;
}
ul.schedule-preview {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.schedule-preview > li {
  display: inline-block;
  width: 190px;
  height: 200px;
  margin: 5px;
}
ul.schedule-preview .anchor {
  width: 100%;
  color: transparent;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}
