.dncalendar-inactive {
	opacity: 0.2;
}

.dncalendar-header {
/*	margin: 20px 0;*/
    position: relative;
}

.dncalendar-header h2 {
/*	color: #434343;
    font-size: 20px;*/
    line-height: 1;
    text-align: center;
	
	color: #333333;
	margin-bottom:9px;
	font-size:24px;
	font-weight:normal;
}

.dncalendar-header .dncalendar-links {
	height: 19px;
    width: 100%;
    position: absolute;
    top: 2px;
}

.dncalendar-header .dncalendar-links div {
	cursor: pointer;
/*    width: 35px;
    height: 35px;*/
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
	width:8px;
	height:16px;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month {
	position: absolute;
/*    right: -6px;
    background: url('../images/arrow.png') no-repeat -111px 0px;
    background-size: 148px 31px;*/
	
	right:10px;
	background: url('../images/ir/calendar_next.png') no-repeat;
	background-size:100% auto;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
	position: absolute;
/*    left: 10px;
    background: url('../images/arrow.png') no-repeat 0px 0px;
    background-size: 148px 31px;*/
	
	left:10px;
	background: url('../images/ir/calendar_prev.png') no-repeat;
	background-size:100% auto;
}

.dncalendar-body {
/*	margin: 0 0 10px;*/
	border-bottom: 1px solid #ddd;
}

.dncalendar-body table {
	width: 100%;
    text-align: center;
    border-collapse: collapse;
/*    font-size: 15px;*/
	
	font-size: 21px;
}

.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 {
/*	color: #727272;
    font-size: 11px;*/
    text-transform: uppercase;
/*    padding: 10px 0;*/
	
	background:#294e95;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:12px 7px 12px;
}

.dncalendar-body tbody tr td {
	width: 13%;
	border-top: 1px solid #fff;
	color: #bdbdbd;
	background: #f5f5f5;
	text-decoration: none;
	vertical-align: middle;
	
	padding:8px 0px;
}

.dncalendar-body tbody tr td:not(:first-child) {
	border-left: 1px solid #fff;
}

.dncalendar-body tbody td#calendarClick {
/*	cursor: pointer;*/
}

.dncalendar-body tbody td.calendarClick {
	color: #434343;
/*	background: #fff;*/
}
	
.dncalendar-body tbody td .entry {
/*	padding: 11px 0 13px;*/
	position: relative;
	
	margin:0 auto;
	width:30px;
	height:30px;
	line-height:30px;
}

.dncalendar-body tbody td.calendarClick:active {
/*	background: #ddd*/
}

.dncalendar-body tbody td .entry:after
{
/*	content:attr(data-title);*/
	left:0;
	position:absolute;
	font-size:10px;
	bottom:1px;
	text-align:center;
	width:100%
}

/*.dncalendar-body table td.holiday {
	color: #c55 !important;
}*/

/*.dncalendar-body table td.calendarClick.holiday {
	color: #d00 !important;
}*/

.dncalendar-body table td.default-date {
/*	border: 1px solid #96D4FD;
	color: #96D4FD !important;
	background: #e6f2fa;*/
	background: #f26a52 !important;
}

.dncalendar-body table td.calendarClick.default-date {
/*	border: 1px solid #0d7fcc;
	color: #0d7fcc !important;
	background: #e6f2fa;*/
	background: #f26a52 !important;
}

.dncalendar-body table td.default-date .entry{
	/*border-radius:50%;
	background:#fbe2a7;*/
	color: #fff;
}
.dncalendar-body table td.calendarClick.default-date .entry{
	/*border-radius:50%;
	background:#fbe2a7;*/
	color: #fff;
}

.dncalendar-body table td.today-date {
/*	border: 1px solid #7EE699;
    color: #7EE699 !important;
    background: #E9FDEE;*/
}
.dncalendar-body table td.today-date .entry{
	border-radius:50%;
	background:#fbe2a7;	
}
.dncalendar-body table td.calendarClick.today-date {
/*	border: 1px solid #0DCC3F;
    color: #0DCC3F !important;
    background: #E9FDEE;*/
}

.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;
	
	font-size:21px;
	
	cursor:pointer;
	background: #e1e1e1;
}

.dncalendar-body table td.note:before {
/*	display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    content: "";
    border-top: 5px solid #c55;
    border-right: 5px solid #c55;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;*/
	content:"";
	display:block;
	width:100%;
	height:6px;
	background:url(../images/ir/calendar_dot.png) center center no-repeat;
	left:0px;
	bottom:-2px;
	position:absolute;
	background-size:auto 100%;
	z-index:10;
	visibility: hidden;
}

.dncalendar-body table td.calendarClick.note:before {
/*	display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    content: "";
    border-top: 5px solid #d00;
    border-right: 5px solid #d00;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;*/
	content:"";
	display:block;
	width:100%;
	height:6px;
	background:url(../images/ir/calendar_dot.png) center center no-repeat;
	left:0px;
	bottom:-2px;
	position:absolute;
	background-size:auto 100%;
	z-index:10;
}

.dncalendar-note-list {
	list-style: none;
	margin-left: 4.5%;
	margin-bottom: 20px;
	padding: 0;
	color: #999
}

.dncalendar-note-list .date {
	color: #d00
}