.dncalendar-inactive {
	opacity: 0.2;
}

.dncalendar-header {
	margin: 0px 0 0 0;
    position: relative;
}

.dncalendar-body table th{ text-transform: uppercase}

.dncalendar-header h2 {
	color: #16439c;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
	padding:15px 0 ; margin:0;
}

.dncalendar-header .dncalendar-links {
	height: 19px;
    width: 100%;
    position: absolute;
    top: 10px;
}

.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);
}



.dncalendar-body {
	/* margin: 0 0 10px; */
	margin: 0;
}

.dncalendar-body table {
	width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 12px; 
}

.dncalendar-body table th, 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: 15px; 
    text-transform: uppercase;
    padding: 0px 0;
}

.dncalendar-body tbody tr td {
	width: 13%;
	/* color: #bdbdbd;
	background: #f8f8f8; */
	padding: 0;
	    text-decoration: none;   
	vertical-align: middle;
}

.dncalendar-body tbody td#calendarClick {
	cursor: pointer;
}

.dncalendar-body tbody td.calendarClick {
	color: #434343;
	background: #ffffff;
}
	
.dncalendar-body tbody td .entry {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0;
    margin: 2px 0; color:#000;
}

.dncalendar-body tbody td.calendarClick:active {
	background: #ddd
}
.dncalendar-body tbody td .entry:before{
 background:url(../images/cal-today-pruple.png) no-repeat center center;
    position: absolute; background-size:50px 52px; width:100%; height:100%;
}


.dncalendar-header .dncalendar-links .dncalendar-next-month {
	position: absolute;
    right: 0;
    background: url(images/arrow.png) no-repeat -111px 0px;
    background-size: 148px 31px;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
	position: absolute;
    left: 0;
    background: url(images/arrow.png) no-repeat 0px 0px;
    background-size: 148px 31px;
}


.dncalendar-body tbody td .entry:after
{

	left:0;
	position:absolute;
	font-size:10px;
	text-align:center;
	width:100%
}

.dncalendar-body table td.holiday {
	color: #db0000 !important;
}

.dncalendar-body table td.out-month div {
    background: #f4f4e7;
}
.dncalendar-body table td.calendarClick.holiday {
	color: #fff !important; 
}

.dncalendar-body table td.default-date {
	border: 1px solid #96D4FD;
	color: #96D4FD !important;
	background: #e6f2fa;
}

.dncalendar-body table td.calendarClick.default-date {
	border: 1px solid #0d7fcc;
	color: #0d7fcc !important;
	background: #e6f2fa;
}

.dncalendar-body table td.today-date {
	
}

.dncalendar-body table td.calendarClick.today-date {
	 background:url(../images/cal-today-pruple.png) no-repeat center center;
    background-size:50px 52px; color:#ffff
	}

.dncalendar-body table td.note,
.dncalendar-body table td.calendarClick.note {
	position: relative;
}

.dncalendar-body table td.note:before {
	display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    content: "";

}

.dncalendar-body table td.calendarClick.note:before {
	display: block; background:url(../images/cal-today-green.png) no-repeat center center;
    position: absolute; background-size:50px 52px; width:100%; height:100%; color:#fff !important

}

.dncalendar-note-list {
      list-style: none;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    color: #999; display:block;
}
.dncalendar-note-list li { margin: 0; line-height:26px;}
.dncalendar-note-list .date { color:#333; }
.dncalendar-note-list .date span{ background:#16439c; color:#fff; border-radius:4px; padding:2px 5px;  display:block;
}

#dncalendar-container {display: flex; flex-wrap: wrap; }
#dncalendar-header{flex: 0 0 55%; margin-right: 45%; }
#dncalendar-body{flex: 0 0 55%; margin-right:0% ;  }
.dncalendar-note-list{ flex: 0 0 45%; margin-top:-40px; padding:0 15px;  }




.high-contrast  .dncalendar-header .dncalendar-links .dncalendar-next-month {
    background: url(images/arrow_b.png) no-repeat -111px 0px;
    background-size: 148px 31px;
}

.high-contrast  .dncalendar-header .dncalendar-links .dncalendar-prev-month {
    background: url(images/arrow_b.png) no-repeat 0px 0px;
    background-size: 148px 31px;
}

.high-contrast  .dncalendar-body table td.calendarClick.holiday { color:#FF0000;}
.high-contrast  .dncalendar-body tbody td.calendarClick{ color:#FFFFFF;}
.high-contrast  .dncalendar-body table td.out-month div{ background: rgba(255,255,255,.1)}
.high-contrast   .dncalendar-note-list .date{ color:#fff;}



@media screen and (max-width: 960px){
#dncalendar-header{flex: 0 0 100%; margin-right: 0%; }
#dncalendar-body{flex: 0 0 100%; margin-right:0% ;  }
.dncalendar-note-list{ flex: 0 0 100%; margin-top:10px; padding:0px;  } 
}