/* Coolors Exported Palette - coolors.co/542a2e-d12036-383b53-66717e-d6c7b8 */
/* RGB */
html body.calendar.working .lds-facebook {
  z-index: 97;
}
html body.calendar header {
  z-index: 99;
}
html body.calendar #helper {
  z-index: 98;
}
html body.calendar main {
  height: calc(100vh - 80px);
}
html body.calendar main .calendar-area {
  height: 100%;
  width: 100%;
  font-size: 0;
}
html body.calendar main .calendar-area .calendar-row {
  display: inline-block;
  width: 100%;
}
html body.calendar main .calendar-area .calendar-row.calendar-header {
  height: 50px;
  background: rgb(30, 135, 240);
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row.calendar-header .calendar-col {
  height: 100%;
  line-height: 10px;
  min-height: 0;
  background-color: transparent;
  padding: 20px;
}
html body.calendar main .calendar-area .calendar-row .calendar-col {
  display: inline-block;
  height: calc((100vh - 80px - 50px) / 6);
  width: 14.2857142857%;
  font-size: 14px;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 20px;
  min-height: 100px;
  position: relative;
  background-color: #fff;
  vertical-align: middle;
}
html body.calendar main .calendar-area .calendar-row .calendar-col.empty {
  background-color: transparent;
  padding: 0;
}
html body.calendar main .calendar-area .calendar-row .calendar-col.w span.day {
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col.w span.day:before {
  background-color: rgba(30, 135, 240, 0.4);
}
html body.calendar main .calendar-area .calendar-row .calendar-col.today span.day {
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col.today span.day:before {
  height: 0%;
  width: 0%;
  left: 50%;
  top: 50%;
}
html body.calendar main .calendar-area .calendar-row .calendar-col.today span.day:after {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
html body.calendar main .calendar-area .calendar-row .calendar-col span.day {
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background: transparent;
  color: #222;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  transition: color 0.25s cubic-bezier(0.59, 0.36, 0.39, 0.715) 0s;
}
html body.calendar main .calendar-area .calendar-row .calendar-col span.day:before, html body.calendar main .calendar-area .calendar-row .calendar-col span.day:after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.59, 0.36, 0.39, 0.715) 0s;
}
html body.calendar main .calendar-area .calendar-row .calendar-col span.day:before {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  left: 0;
  top: 0;
  z-index: -2;
}
html body.calendar main .calendar-area .calendar-row .calendar-col span.day:after {
  height: 0%;
  width: 0%;
  background-color: rgb(240, 80, 110);
  left: 50%;
  top: 50%;
  z-index: -1;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities {
  width: 100%;
  display: block;
  max-height: 100%;
  overflow: hidden;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 1px;
  font-stretch: condensed;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p strong {
  /*display: block;*/
  font-size: 12px;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p:nth-last-child(3) {
  background-color: rgba(30, 135, 240, 0.2);
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p:nth-last-child(2) {
  background-color: rgba(30, 135, 240, 0.4);
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p:nth-last-child(1) {
  background-color: rgba(30, 135, 240, 0.65);
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p:nth-child(1) {
  background-color: rgba(240, 80, 110, 0.65);
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p:nth-child(2) {
  background-color: rgba(240, 80, 110, 0.4);
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col .activities p:nth-child(3) {
  background-color: rgba(240, 80, 110, 0.2);
}
html body.calendar main .calendar-area .calendar-row .calendar-col:hover span.day {
  color: #fff;
}
html body.calendar main .calendar-area .calendar-row .calendar-col:hover span.day:before {
  height: 0%;
  width: 0%;
  left: 50%;
  top: 50%;
}
html body.calendar main .calendar-area .calendar-row .calendar-col:hover span.day:after {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
html body.calendar main .calendar-area .calendar-row.reduct .calendar-col {
  height: calc((100vh - 80px - 50px) / 6);
}
html body.calendar main .calendar-area .calendar-row.expand .calendar-col {
  height: calc((100vh - 80px - 50px) / 5);
}
html body.calendar main .calendar-area #calendar-recap {
  width: 14.2857142857%;
  height: 100%;
  display: block;
  float: left;
}
html body.calendar main .calendar-area #calendar-recap .calendar-row .calendar-col {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
html body.calendar main .calendar-area #calendar-wall {
  width: 85.7142857143%;
  height: 100%;
  display: block;
  float: right;
}
html body.calendar main .calendar-area #calendar-wall .calendar-row.reduct {
  border-left: solid 1px rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=calendar.css.map */
