.DynarchCalendar {
	background: #fff;
	color: #666666;
	padding: 10px;
	border: solid 1px #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: "open_sans", Verdana, Arial, sans-serif;
	font-weight: 400;
}
.DynarchCalendar-menu {
	background: #fff;
}
.DynarchCalendar-prevMonth::before {
 	content: "\f104";
 	font-family: "Font Awesome 5 Free";
 	font-size: 14px;
 	color: #666;
 	padding-top: 5px;
 	display: inline-block;
 	cursor: pointer;
 	position: absolute;
 	left: 20px;
 	top: 4px;
 }
 .DynarchCalendar-nextMonth::after {
 	content: "\f105";
 	font-family: "Font Awesome 5 Free";
 	font-size: 14px;
 	color: #666;
 	padding-top: 5px;
 	display: inline-block;
 	cursor: pointer;
 	position: absolute;
 	right: 0px;
 	top: 4px;
 }
 .DynarchCalendar-prevYear::before {
  	content: "\f100";
  	font-family: "Font Awesome 5 Free";
  	font-size: 14px;
  	color: #666;
  	padding-top: 5px;
  	display: inline-block;
  	cursor: pointer;
  	position: absolute;
  	left: 20px;
  	top: 4px;
  }
  .DynarchCalendar-nextYear::after {
  	content: "\f101";
  	font-family: "Font Awesome 5 Free";
  	font-size: 14px;
  	color: #666;
  	padding-top: 5px;
  	display: inline-block;
  	cursor: pointer;
  	position: absolute;
  	right: 0px;
  	top: 4px;
  }


.DynarchCalendar-nextYear div,.DynarchCalendar-prevYear div{
display:none;
}


.DynarchCalendar-prevMonth div,
.DynarchCalendar-nextMonth div {
	display: none;
}
.DynarchCalendar select {
	-webkit-appearance: none;
	appearance: none;
}
.DynarchCalendar-bottomBar,
.DynarchCalendar-dayNames,
.DynarchCalendar-topBar {
	background: #fff !important;
	border: none !important;
	padding: 0;
}
.DynarchCalendar-bottomBar:hover {
	border: none;
}


.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-hover-title div {
	border: none;
	background: none;
	padding: 0;
}
table.DynarchCalendar-titleCont {
	padding: 5px 20px 10px;
	color: #666;
	font-weight: 600;
	font-family: "open_sans", Verdana, Arial, sans-serif !important;
	margin: 0;
}
DynarchCalendar-hover-title {
	padding: 5px 20px 10px;
}
.DynarchCalendar-body {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
.DynarchCalendar-bottomBar-today,
.DynarchCalendar-hover-bottomBar-today {
	padding: 0;
	padding-top: 10px;
}
.DynarchCalendar-hover-week {
	background-color: none !important;
}
.DynarchCalendar-day-selected {
	margin: 0;
	color: #fff !important;
	border-radius: 3px;
}
.DynarchCalendar-focused {
	color: #666 !important;
}
.DynarchCalendar-title div,
.DynarchCalendar-first-col,
.DynarchCalendar-last-col {
	padding: 0;
}
.DynarchCalendar-weekNumber {
	display: none;
}
.DynarchCalendar-hover-week {
	background: none !important;
	border: none;
}
.DynarchCalendar-dayNames div,
.DynarchCalendar-day,
.DynarchCalendar-weekNumber {
	width: auto;
	padding: 8px;
	text-align: center;
}
.DynarchCalendar table {
	font-family: "open_sans", Verdana, Arial, sans-serif !important;
	width: 100%;
}
.DynarchCalendar-hover-date {
	border: none;
	color: #666;
}

.DynarchCalendar-menu{
opacity:1;
z-index:10;
}

.DynarchCalendar-menu table td div{
font-weight:400;
padding:10px;
}

.DynarchCalendar-menu-sep{
margin:0;
}

.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn{
border:none !important;
background: #E4F1ED!important;
padding:10px;
color:#666;
}

.DynarchCalendar-menu table td div.DynarchCalendar-menu-month{
font-weight:400 !important;
height:40px;
 width:40px;
padding:10px;
cursor:pointer;
border-radius:3px;
}

.DynarchCalendar-menu-year {
    font-family: "open_sans", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #666 !important;
    padding:10px;
    border:none;
    border-bottom: 1px solid #888;
}

.DynarchCalendar-menu table{
margin:0 !important;
}

.DynarchCalendar-pressed-navBtn.DynarchCalendar-hover-navBtn{
color:#fff !important;
background: #009597 !important;
border-radius:3px;
}
