.dncalendar-inactive {
	opacity: 0.2;
}

.dncalendar-header {
    position: relative;
	height: 50px;
	/*border-bottom: 1px solid #a7a7a7;*/
}

.dncalendar-header h2 {
    line-height: 1;
    text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 17px;
	margin-bottom: 0;
	font-weight:bold;
}

.dncalendar-header .dncalendar-links {
	height: 19px;
    width: 100%;
    position: absolute;
    top: 15px;
}

.dncalendar-header .dncalendar-links div {
	cursor: pointer;
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width:12px;
	height:17px;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month {
	position: absolute;
	right:10px;
	background: url('../images/global/icon_calendar_next.png') no-repeat;
	background-size:100% auto;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
	position: absolute;
	left:10px;
	background: url('../images/global/icon_calendar_prev.png') no-repeat;
	background-size:100% auto;
}

.dncalendar-body {
	padding: 5px 0; 
}

.dncalendar-body table {
	width: 100%;
    text-align: center;
    border-collapse: collapse;
}

/*.dncalendar-body table th, .dncalendar-body table td {
	display: table-cell;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/

.dncalendar-body thead td {
    text-transform: uppercase;
	/*ont-family: Arial, NotoSansRegular, "Helvetica Neue", Helvetica, "sans-serif";*/
	padding:8px 7px 7px;
	background: #CDE8FD;
	color:#147BD1;
	font-weight:bold;
	/*display: none;*/
}

.dncalendar-body tbody tr td {
	width: 13%;
	text-decoration: none;
	vertical-align: middle;
	padding:4px 0px;
	position: relative; 
}
/*
.dncalendar-body tbody td#calendarClick {
}
*/
	
.dncalendar-body tbody td .entry {
	position: relative;
	margin:0 auto;
	width:30px;
	line-height:32px;
	color: #bbb;
}

.dncalendar-body tbody td.calendarClick .entry {
	color: #333;
	z-index: 3;
}
/*
.dncalendar-body tbody td.calendarClick:active {
}

.dncalendar-body tbody td .entry:after
{
	left:0;
	position:absolute;
	font-size:10px;
	bottom:1px;
	text-align:center;
	width:100%
}


.dncalendar-body table td.default-date {
}

.dncalendar-body table td.calendarClick.default-date {
}

.dncalendar-body table td.default-date .entry{
	border-radius:50%;
	background:#fbe2a7;
}
.dncalendar-body table td.calendarClick.default-date .entry{
	border-radius:50%;
	background:#fbe2a7;
}

.dncalendar-body table td.today-date {
}
.dncalendar-body table td.today-date .entry{
	border-radius:50%;
	background:#fbe2a7;	
}
.dncalendar-body table td.calendarClick.today-date {
}

.dncalendar-body table td.calendarClick.today-date .entry{
	border-radius:50%;
	background:#fbe2a7;
}	
*/
.dncalendar-body table td.note,
.dncalendar-body table td.calendarClick.note {
	position: relative;
	cursor:pointer;
}

/*
.dncalendar-body table td.note:before {
	content:"";
	display:block;
	width:100%;
	height:6px;
	background:url(../images_ir/ir/calendar_dot.png) center center no-repeat;
	left:0px;
	bottom:-2px;
	position:absolute;
	background-size:auto 100%;
	z-index:10;
}
*/

.dncalendar-body table td.calendarClick.note:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #147BD1;
	left: 50%;
	bottom:0;
	position: absolute; 
	transform: translate(-50%, 0);
	z-index: 1;
}

.dncalendar-body table td.calendarClick.note .entry {
	z-index: 3;
	/*color: #fff; */
}

.dncalendar-body table td.calendarClick.default-date:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #CFE7FB;
	left: 50%;
	top: 50%;
	position: absolute; 
	transform: translate(-50%, -50%);
	z-index: 1;
}

.dncalendar-body table td.calendarClick.default-date .entry {
	z-index: 3;
	color: #147BD1; 
}
/*

.dncalendar-note-list {
	list-style: none;
	margin-left: 4.5%;
	margin-bottom: 20px;
	padding: 0;
	color: #999
}

.dncalendar-note-list .date {
	color: #d00
}*/