.gldp-ncmns {
	position: absolute;
}

/* Core style for every cell */
.gldp-ncmns .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: 20px;
	text-align: right;
	cursor: pointer;
	color: #FFFFFF;
	background: #CCCCCC;
}

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

/* Month/Year text and select */
.gldp-ncmns .monyear,
.gldp-ncmns .monyear select {
	font-size: 24px;
	font-weight: 700;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
}

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

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

.gldp-ncmns .prev-arrow:active,
.gldp-ncmns .next-arrow:active {
	color: #000;
}

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

/* Days of the week */
.gldp-ncmns .dow {
	font-size: 16px;
	color: #666666;
	cursor: auto;
	background: #eee;
	text-align: center;
	height: 28px !important;
	line-height: 22px !important;
}

/* Weekdays and Weekends */
.gldp-ncmns .mon,
.gldp-ncmns .tue,
.gldp-ncmns .wed,
.gldp-ncmns .thu,
.gldp-ncmns .fri,
.gldp-ncmns .sat,
.gldp-ncmns .sun {
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
	background: #8E939F;
	padding: 0 4px 0 0;
	margin-bottom: 0;
	vertical-align: bottom;
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}


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

/* Hover */
.gldp-ncmns .mon:hover,
.gldp-ncmns .tue:hover,
.gldp-ncmns .wed:hover,
.gldp-ncmns .thu:hover,
.gldp-ncmns .fri:hover,
.gldp-ncmns .sat:hover,
.gldp-ncmns .sun:hover {
	background: #717684;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 24px;
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Non-Selectable days */
.gldp-ncmns .noday {
	background: #717684;
	color: #FFFFFF;
	font-weight: 400;
	cursor: wait !important;
/*
	color: #bbb;
	background: #ddd;
*/
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Currently selected day */
.gldp-ncmns .selected {
	color: #fff;
		background: #717684;
	border-color: #888;
	padding: 0 4px 0 0;
	vertical-align: bottom;
	font-weight: 700;
	font-size: 24px;
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Today */
.gldp-ncmns .today {
	color: #FFFFFF;
	font-weight: bold;
	border-color: #000000;
	background: #000000;
	padding: 0 4px 0 0;
	vertical-align: bottom;
	font-weight: 700;
	font-size: 24px;
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Special */
.gldp-ncmns .special {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background: #A1B35F;
	padding: 0 4px 0 0;
	vertical-align: bottom;
	font-weight: 700;
	font-size: 24px;
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}
