.sc-calendar {
  
  height: 200px;
  text-align: center;
  font-family: "Microsoft Yahei";
  color: #4A4A4A;
 
  border-width: 1px 1px 5px 1px;
  border-color: #E6E4E0;
  border-style: solid;
  float: left;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 12px;
}
#timeBox-2 .time-li{background:#d25f48;}
#timeBox-3 .time-li{background:#d2489b;}
#timeBox-4 .time-li{background:#d27548;}
#timeBox-5 .time-li{background:#488cd2;}
#timeBox-6 .time-li{background:#6b4b7b;}
#timeBox-7 .time-li{background:#9488d8;}
#timeBox-8 .time-li{background:#874da2;}
.classroom .time-li .time-info{min-height:20px;}
.classroom .time-li a{font-size:12px;}
.classroom .time-li{margin-bottom:1px;padding: 3px 0px;}
.classroom .time-box{padding: 5px 0px 5px;}
.classroom .time-select{font-size: 14px;height:34px;}
.time-li .col-md-3,.time-li .col-xs-3,.time-li .col-md-9,.time-li .col-xs-9{padding-right: 0px; padding-left:8px;}
.sc-header {
  height: 30px;
  border-bottom: 0;
}
.sc-body {
  height: 93%;
  clear: both;
  
}
.sc-week {
  height: 14%;
  font-weight: 400;
  font-size: 14px;
  color: #4A4A4A;
}
.sc-days {
  height: 72%;
}
.sc-item {
  height: 18%;
  float: left;
  font-weight: 600;
  color: #565555;
  width: 14.285%;
  padding-top: 10px;
  background-color: #ffffff;
  border-width: 0 0 1px 1px;
  border-color: #F1EBE4;
  border-style: solid;
  box-sizing: border-box;
}
.item-nolunar {
  padding-top: 3px;
}
.sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+6) .day {
  color: rgba(224, 8, 8, 0.74);
}
.sc-vocation {
  background-color: #F7F7F7;
}
.sc-mark{
  background-color: #E5FBFA;
}
.sc-vocation:before {
  content: '*';
  display: block;
  position: absolute;
  font-size: 0.7em;
  width: 1em;
  font-weight: 100;
  color: white;
  background-color: #E00808;
  margin-top: -5px;
  height:12px;
}
.sc-othermenth {
  color: #C1C0C0 !important;
  border:none!important;
}
.sc-othermenth .day, .sc-othermenth .lunar-day {
  color: #C1C0C0 !important;
 
}
.sc-active-day, .sc-selected {
  border: 1px solid orange;
}
.sc-today {
  background-color: orange;
  color: white;
  border: 1px solid orange;
}
.sc-item .day {
  font-size: 1.0em;
}
.sc-today .day {
  color: white !important;
}
.sc-item .lunar-day {
  font-size: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-festival .lunar-day {
  color: #E00808;
}

/*.sc-item:last-child, .sc-item:nth-child(7n) {
  border-width: 0 1px 1px 1px;
}*/

.sc-week-item {
  height: 100%;
  padding-top: 1%;
  float: left;
  width: 14.285%;
  background-color: #f6ecdb;
  border-width: 1px 0 1px 1px;
  border-color: #ECE3B1;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-item-small{
  font-size: 10px !important;
}
.sc-week-item:last-child {
  border-width: 1px 1px 1px 1px;
}
.sc-week-item:nth-child(7n), .sc-week-item:nth-child(7n+6) {
  color: rgba(224, 8, 8, 0.74)!important;
}
.sc-actions {
  float: left;
  width: 26%;
  padding: 5px;
  height: 100%;
  box-sizing: border-box;
}
.sc-actions:last-child {
  float: right;
}
.sc-actions-big{
  width: 50%;
}
@media screen and (max-width : 500px){
.sc-actions{
  width: 30%;
}
}
.sc-header select {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
  font-size: 13px ;
}
.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
}
.sc-actions div {
  display: inline-block;
  /*border: 1px solid #ccc;*/
  vertical-align: bottom;
  width: 12px;
  padding-bottom: 5px;
  font-size: 1.5em;
  line-height: 0.9em;
}
.sc-return-today {
  display: block;
  background-color: #F5F5F9;
  border-radius: 2px;
  /* border: 1px solid #ccc; */
  width: 60px;
  font-size: 0.8em;
  padding: 0.3em;
  margin: auto;
}

.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}
