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

.gldp-flatwhite a {text-decoration:none; outline:none;}
.gldp-flatwhite a:hover {text-decoration:none;}
.gldp-flatwhite a:focus {outline:2px solid #000;}
.gldp-flatwhite a:hover:active {outline:none !important;}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
	color: #000;
	background: #fff;
}

/* 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: 1em !important;
	font-weight: bold;
	background: #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: #000;
    z-index:1010;
    display:block;
}

.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: #000;
	font-weight: bold;
	cursor: default !important;
	background: #fff;
}

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

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

/* Non-Selectable days */
.gldp-flatwhite .noday {
	color: #000;
	font-weight: normal;
	cursor: default !important;
	background: #fff;
}

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

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

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