.gldp-flatwhite {
  position: absolute;
  font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-flatwhite .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #e2e2e2;
}

/* Cell border */
.gldp-flatwhite .border {
  border-style: solid;
  border-width: 0;
  border-color: #adadad;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
  font-size: 16px !important;
  background: #d92231;
  color: #fff;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
  margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
  color: #fff;
  text-shadow: none !important;
  text-decoration: none !important;
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
  color: #fff;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
  color: #ccc;
  opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
  color: #ffffff;
  font-family: "Helvetica Neue LT W1G", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  cursor: default !important;
  font-size: 14px !important;
  background: #d92231;
}

/* 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: #888;
  font-weight: bold;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
  color: #aaa !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: #eee;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
  color: #4a4a4a;
  font-weight: normal;
  cursor: wait !important;
  background: #e3e3e3;
}

/* Currently selected day */
.gldp-flatwhite .selected {
  color: #fff;
  font-weight: bold;
  border-color: #888;
  background: #aaa;
}

/* Today */
.gldp-flatwhite .today {
  color: #fff;
  font-weight: bold;
  border-color: #000;
  background: #222;
}

/* Special */
.gldp-flatwhite .special {
  background: rgb(227,227,227); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 82%, rgba(217,34,49,1) 82%, rgba(217,34,49,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 82%,rgba(217,34,49,1) 82%,rgba(217,34,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 82%,rgba(217,34,49,1) 82%,rgba(217,34,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d92231',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.core.border.dow,
.core.border.monyear {border-color:#9c000a;}
.core.border.dow {
  font-size: 12px !important;
}