.gldp-flatwhite {
  position: absolute;
  font-family: 'Microsoft YaHei';
  border: 1px solid #ccc;
  box-shadow: 1px 2px 3px #ccc;
  background: #f8f8f8;
}
/* Core style for every cell */
.gldp-flatwhite .core {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #f8f8f8;
}
/* Cell border */
.gldp-flatwhite .border {
  border-style: solid;
  border-width: 0;
  border-color: #fff;
}
/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
  font-size: 16px !important;
  font-weight: bold;
  background: #f8f8f8;
  color: #333;
}
.gldp-flatwhite .monyear select {
  margin: 0 5px;
}
/* Month/Year text */
.gldp-flatwhite .monyear span {
  margin: 0 5px 0 5px;
}
/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
  color: #666;
}
.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
  color: #000;
}
.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
  color: #000;
  opacity: 0.15;
}
/* Days of the week */
.gldp-flatwhite .dow {
  color: #fff;
  font-weight: bold;
  cursor: !important;
  background: #4776c8;
}
/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
  font-weight: bold;
}
/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
  color: #f5694b;
  font-weight: bold;
}
/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
  color: #ccc !important;
}
/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
  background: #99CCFF;
}
/* Non-Selectable days */
.gldp-flatwhite .noday {
  color: #bbb;
  font-weight: normal;
  cursor: auto !important;
  background: #ddd;
}
/* Currently selected day */
.gldp-flatwhite .selected {
  color: #fff;
  background: #233A63;
}
/* Today */
.gldp-flatwhite .today {
  color: #fff;
  font-weight: bold;
  background: #f5694b;
}
/* Special */
.gldp-flatwhite .special {
  color: #fff;
  font-weight: bold;
  border-color: #444;
  background: #666;
}
