.cld-main{
  width: 100%;
  border: 1px solid #808080;
  margin-bottom: 37px;
}
.cld-main a{
  color: #0080FF;
}
.cld-main svg{
  fill: #0080FF;
}
.cld-datetime{
  position: relative;
  max-width: 70%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 0px auto;
  overflow: hidden;
}
.cld-datetime .today{
  position: relative;
  width: 500px;
  float: left;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
}
.cld-nav{
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.cld-nav:hover{
 cursor: pointer;
}
.cld-nav:hover svg{
  fill: #005EFF;
}
.cld-rwd{
  float: left;
}
.cld-fwd{
  float: right;
}

.cld-labels{
  border-top: 1px dashed #999;
  padding: 12px 0 0 0 ;
}

.cld-label{
  background: #ecfaff;
  border: 1px solid #eee;
  color: #004896;
  margin-bottom: 12px;
  min-height: 30px;
}

.cld-labels,
.cld-days{
  padding-left: 0;

}
.cld-label,
.cld-day{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; 
  width: 14.28%;
  text-align: left;
}
.cld-day{
  border: 1px solid #eee;
  min-height: 108px;
}
.cld-day.today .cld-number{
  /*background: #0080FF;
  color: #fff;
  border-bottom: 1px solid #005EFF;*/
}

div.documentday-box{
  font-size: 12px;
  padding: 3px;
  background: violet;
  color: #fff;
  margin-bottom: 2px;
}

div.lineday-box{
  font-size: 12px;
  padding: 3px;
  background: #0080FF;
  color: #fff;
  margin-bottom: 2px;
}


.cld-day.documentday .cld-number{
  /*background: #008000;
  color: #fff;*/
}

.cld-day.disableDay{
  opacity: 0.5;
}
.cld-day.nextMonth,
.cld-day.prevMonth{
  opacity: 0.33;
}
.cld-number{
  position: relative;
  margin: 0;
  padding: 3px 8px;
}
.cld-title{
  position: absolute;
  z-index: 5;
  display: none;
  top: 35px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 17px;
  text-align: left;
}
.calender-indent {
  text-indent: 1em;
  padding-left: 1em;
  line-height: 30px;
}
.cld-number:hover .cld-title{
  display: block;
}
.cld-title::before{
  content: '';
  position: absolute;
  top: -7.5px; left: 10px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ccc;
}
.cld-number.eventday{
  font-weight: bold;
  color: #0080FF;
}
.cld-number.eventday:hover{
  cursor: pointer;
  background: #eee;
}

.cld-number.documentday:hover{
  cursor: pointer;
  background: #578a3d;
}

.today .cld-number.eventday:hover{
  background: #005EFF;
}
