.gldp-flatwhite {
	position: absolute;
	font-family: 'helvetica';
	
	font-family:"trebuchet ms" !important;
	font-size:12px !important;
	font-weight:bold !important;
  border:0px;
}

/* 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;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #ededed;
  border:0px;
}

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

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {	font-size: 14px !important;	font-weight: bold;}

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

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {	color: #ffffff;	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);}

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

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

/* Days of the week */
.gldp-flatwhite .dow {
	color: #dddddd;
	font-weight: bold;
	cursor: default !important;
	background: #424852;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	background-color:#ededed;
	color:#000;
	border:solid 1px #e0e0e0;
}

/* Weekend days */
.gldp-flatwhite .sat {
	background-color:#dde7ec;
	color:#00afff;
	border:solid 1px #e0e0e0;
}
.gldp-flatwhite .sun {
	background-color:#ece1dd;
	color:#ff4f00;
	border:solid 1px #e0e0e0;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: #bcbcbc !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover{
	background-color:#9e9e9e;
	color:#fff;
	border:solid 1px #00afff;
	cursor:pointer;
}

.gldp-flatwhite .sat:hover{
	background-color:#9e9e9e;
	color:#00afff;
	border:solid 1px #00afff;
	cursor:pointer;

}
.gldp-flatwhite .sun:hover {
	background-color:#9e9e9e;
	color:#ff4f00;
	border:solid 1px #00afff;
	cursor:pointer;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	background-color:#222;
	border:solid 1px #222;
	color:#666;
	font-weight:normal;
	cursor:not-allowed;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	background-color:#024;
	color:#fff;
	border:solid 1px #008faf;
	cursor:pointer;
}

/* Today */
.gldp-flatwhite .today {
	background-color:#00afff;
	color:#fff;
	border:solid 1px #00afff;
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #666;
}

/* Special */
.gldp-flatwhite .specialenged {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #00a65a;
}

/* Special */
.gldp-flatwhite .specialkivetel {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #f56954;
}
