﻿* { margin: 0; padding: 0; }
body { font-family: "Microsoft Yahei"; font-size: 12px; color: #888; }
a, a:hover { color: #888; text-decoration: none; }
ul, li { list-style: none; }

.calendar {
  display: none;
  width: 100%;
  margin: 30px auto 0;
  box-shadow: 0px 0px 10px 5px #f3f3f3;
  border-radius: 6px;
}
.calendar-title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 12px 0;
    /*background: #1976d2;*/
}
.calendar-title a.datesTitle {
  display: inline-block;
  font-size: 24px;
  text-indent: 220px;
  color: #2f5bbe;
}
#backToday {
    position: absolute;
    left: 71%;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #1976d2;
    font-weight: 700;
    background-color: #ffff;
    font-size: 20px;
}
.calendar-title .arrow {
	padding-right: 16px;
    position: absolute;
    top: 10px;
    right: 48px;
  /*width: 50px;*/
}
.calendar-title .arrow span {
    margin-right: 140px;
  color: #ddd;
  font-size: 26px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar-title .arrow span:hover {
  color: #888;
}
.calendar-title .arrow-prev {
  float: left;
}
.calendar-title .arrow-next {
  float: right;
}
.calendar-week,
.calendar-date {
    overflow: hidden;
}

.calendar-date {
    /*height: 280px;*/
    /*background: url("../img/table-bg.png") no-repeat center center;*/
    background-color: #d5e6fe;
}

.calendar-week .item,
.calendar-date .item {
    float: left;
    width: 79px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    color: #666;
}

.calendar-week {
  /*padding-bottom: 6px;*/
  /*border-bottom: 1px solid  #1976d2;*/
  /*font-weight: bold;*/
  font-size: 18px;
}
.calendar-date {}
.calendar-date .item {
  /*border-radius: 50%;*/
    cursor: pointer;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0;
    line-height: 30px;
    color: #999;
}

.calendar-date .logo-bg {
    background: url("../image/balck-table-logo.png") no-repeat center 25px;
}

.calendar-date .logo-bg:hover {
    background: url("../image/white-table-logo.png") no-repeat center 25px;
}

.calendar-date .item-curMonth:hover {
    background-color: #f0f0f0;
}
.calendar-date .item-curMonth {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
  color: #fff;
  background-color:  #1976d2;
}

.calendar-today {
  display: none;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 48px;
  padding: 6px 10px;
  background-color:  #1976d2;
  border-radius: 5px;
}
.calendar-today .triangle {
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent  #1976d2 transparent transparent;
}
.calendar-today p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.navClicked{
    background-color: #97adde !important;
    color: #fff !important;
}

.li-week {
    width: 80px !important;
}
