
#wl-calendar-outer{width:100%;margin-top:10px;position:relative}
#wl-calendar-outer .load_calendar{display:none;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);z-index:2000}
#wl-calendar-outer .load_calendar .icon{font-size:4em;color:#ff8e8e; margin: 0}
#wl-calendar-outer ul{background:none;padding:5px}
#wl-calendar-outer ul li{
  width: 14.28%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#wl-calendar-outer .prev{display:inline-block;float:left;cursor:pointer}
#wl-calendar-outer .prev .icon{color:#555}
.dark #wl-calendar-outer .prev .icon{color:#76869c}
#wl-calendar-outer .prev:hover .icon{color:#555}
.dark #wl-calendar-outer .prev:hover .icon{color: #afbccd}
#wl-calendar-outer .next{display:inline-block;float:right;cursor:pointer}
#wl-calendar-outer .next .icon{color:#56626b}
.dark #wl-calendar-outer .next .icon{color:#76869c}
#wl-calendar-outer .next:hover .icon{color:#56626b}
.dark #wl-calendar-outer .next:hover .icon{color: #afbccd}
#wl-calendar-outer .calendar-nav{
  border:0;
  padding:10px;
  text-align:center;

  color: #56626b;
  font-weight: bold;
  font-size: 1.2em;
}
.dark #wl-calendar-outer .calendar-nav{
  color: #76869c;
}
#wl-calendar-outer .calendar-nav #currentYear{border:1px solid #aca9a9;padding:2px 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;outline:none}
.dark #wl-calendar-outer .calendar-nav #currentYear{
  border: 1px solid #56626b;
}
#wl-calendar-outer .week-name-title{
  margin: 0;
  background: #fff;
  color: #555;
}
.dark #wl-calendar-outer .week-name-title{
  background: rgba(39, 51, 71, 0.77);
  color: rgba(144, 172, 187, 0.5);
}
#wl-calendar-outer .week-name-title li:last-child{
  background: #C8C8C8;
  color: #e06e27;
}
#wl-calendar-outer .week-name-title li{
  height:40px;
  line-height:40px;
  min-width:30px;
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border-radius: 5px;
}
.dark #wl-calendar-outer .week-name-title li{
  background: #1E293B;
}
#wl-calendar-outer .week-day-cell{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}
.dark #wl-calendar-outer .week-day-cell{
  background: #1E293B;
}

#wl-calendar-outer .week-day-cell li{
  height:40px;
  line-height:40px;
  min-width:30px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  color: #666;
  //border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 2.6px;
}
.dark #wl-calendar-outer .week-day-cell li{
  border: 0.5px solid rgba(255, 255, 255, 0.11);
  color: #76869c;
}
#wl-calendar-outer .week-day-cell li{position:relative}
#wl-calendar-outer .week-day-cell li .tootip-editions{
  position:absolute;
  text-align:center;
  visibility:hidden;
  background-color:#fff;
  width:100px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 5px;
  font-size:.765em;
  color: #444;
}
#wl-calendar-outer .week-day-cell li .tootip-editions:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-8px;width:0;height:0;border-bottom:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}
#wl-calendar-outer .week-day-cell li:hover .tootip-editions{visibility:visible;opacity:.9;top:30px;left:-34px;z-index:999999 !important}
#wl-calendar-outer .week-day-cell li .tootip-item{display:block !important; }
#wl-calendar-outer .week-day-cell li .tootip-item:hover{
  background: #eee;
  border-radius: 5px;
}
#wl-calendar-outer .week-day-cell li:hover a{text-decoration: none;}
#wl-calendar-outer .week-day-cell.show_load li{background:#fff;}
#wl-calendar-outer .no-empty.too{
  background: #ACDBF2;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 1px solid #eee;
}
.dark #wl-calendar-outer .no-empty.too{
  background: #475569;
  color: #9aa7b8;
}
#wl-calendar-outer .no-empty:hover{background:#ff8e8e;cursor:pointer;color:#fff}

@media(max-width: 62em){
  #wl-calendar-outer .week-name-title{
    display: none;
  }
}