.dncalendar-inactive {
	opacity: 0.2;
}

.dncalendar-header {
	margin: 5px 0;
    position: relative;
    /* top: -10px; */
    padding: 3px 0;
}

.dncalendar-header h2 {
	color: #434343;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    margin-left: 4rem;
    font-family: 'gt_walsheimmedium' !important;
}

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

.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-header .dncalendar-links .dncalendar-next-month {
	position: absolute;
    right: -6px;
    background: url('../images/arrow.png') no-repeat -111px 0px;
    background-size: 148px 31px;
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
	position: absolute;
    left: 10px;
    background: url('../images/arrow.png') no-repeat 0px 0px;
    background-size: 148px 31px;
    padding-right: 95px;
    padding-left: 10px;
}

.dncalendar-body {
	margin: 0 0 10px;
}

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

.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: 11px;
    text-transform: uppercase;
    padding: 10px 0;
}

.dncalendar-body tbody tr td {
	width: 13%;
	border-top: 1px solid #ddd;
	color: #bdbdbd;
	background: #f8f8f8;
	text-decoration: none;
	vertical-align: middle;
}

.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;
    font-family: 'gt_walsheimlight';
}

.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;
}

.dncalendar-body table td.calendarClick.default-date {
	border: 1px solid #0d7fcc;
	color: #0d7fcc !important;
	background: #e6f2fa;
}

.dncalendar-body table td.today-date {
	border: 1px solid #7EE699;
    color: #7EE699 !important;
    background: #E9FDEE;
}

.dncalendar-body table td.calendarClick.today-date {
	border: 1px solid #0DCC3F;
    color: #0DCC3F !important;
    background: #E9FDEE;
}

.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: "";
    border-top: 5px solid #c55;
    border-right: 5px solid #c55;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.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;
}

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

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


.dncalendar-header .dncalendar-links .dncalendar-prev-month, .dncalendar-header .dncalendar-links .dncalendar-next-month{background: none;}
.dncalendar-links i{font-size: 20px !important; color: #14a267;}
.dncalendar-header .dncalendar-links .dncalendar-next-month, .dncalendar-header .dncalendar-links .dncalendar-prev-month{text-align: center !important;}
.dncalendar-header .dncalendar-links .dncalendar-prev-month{left: 0 !important; margin-top: -6px;}
.dncalendar-header .dncalendar-links .dncalendar-next-month{right: 0 !important; margin-top: -6px;}
.notes-count{position: relative !important; width: 15px !important; height: 15px !important;
    line-height: 15px; font-size: 10px; font-weight: 700;}
.dncalendar-body tbody td .entry{padding: 5px 0 5px 0; min-height: auto; border: solid 1px #f9f9f9}
.dncalendar-body table td.calendarClick.note:before, .dncalendar-body tbody td .entry:after{display: none;}
.eventnotedate{font-weight: bold;font-size: 16px; min-width: 35px; max-width: 35px; font-family: 'gt_walsheimmedium' !important; color: #000000}
.eventnoteday{font-size: 14px; min-width: 35px; max-width: 35px; font-family: 'gt_walsheimmedium' !important;}
.noevents{text-align: center; margin-top: 15px;}
.event-card-width .card.card-width .col-sm-8, .calendar-action-btns .edit-btn, .calendar-action-btns .remove-btn{cursor: pointer;
font-family: 'gt_walsheimmedium' !important; font-size: 14px;}
.card.card-width #dncalendar-add-plan-note i{font-size: 14px !important;}

.disabled {
    cursor: not-allowed !important;
    opacity: 0.8;
}
.disabled i {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.dncalendar-prev-month-right-side{position: absolute; right:20px; background-size: 148px 31px;
   margin-top: -6px;}


.iconwithcontent{float: left; width: 100%;}
.iconwithcontent i{display: inline-block; width: 20px; margin-right: 5px; font-size: 20px; float: left; text-align: center;}
.repeatnames span{border:solid 1px #c8d0cf; margin:0 5px 5px 0; font-size: 12px; padding:2px 5px; border-radius: 5px; 
  display: inline-block; font-family: 'gt_walsheimregular';}
.repeatnames{float: left; width: 90%;}
.locationlist{float: left; width: 90%; font-size: 12px; line-height: 28px; font-family: 'gt_walsheimregular';}
.dncal .col-sm-9, .dncal .col-sm-3{padding-left: 20px; padding-right: 5px; padding-top: 5px; color: #000;}


@media (min-width:320px) and (max-width:580px) {
.dncalendar-header.calprevnext .header-month{text-align: right; padding-right: 60px;}
.dncalendar-prev-month-right-side{margin-top: -8px; right: 10px;}
.dncalendar-header .dncalendar-links .dncalendar-next-month{margin-top: -8px; right: -5px;}

.repeatnames, .locationlist{width: 80%;}
.repeatnames span, .locationlist{font-size: 11px;}
}