.mzCalendar .week {
  color: #42a298;
  font-size: 1.2em; }

.mzCalendar .day.is-weekend {
  color: #ff3860; }

.mzCalendar .day.is-highlight {
  background-color: transparent;
  /*color: #fff; */
}
/*
.mzCalendar .day.is-highlight:before {
    content: "●";
    display: inline-block;
	position: absolute;
	bottom: 10px; 
	right: 5px; 
    width: 14px;
    height: 12px;
}
*/
.mzCalendar .day.is-today {
  background-color: #700016;
  color: #fff; 
}
.mzCalendar .day.is-today:after {
    content: "";
    display: inline-block;
	position: absolute;
	bottom: 10px; 
	right: 5px; 
    width: 14px;
    height: 12px;
}
.mzCalendar .day.is-selected {
  background-color: #7fcbc3 !important;
  color: #fff !important; }

.mzCalendar .day.is-begin-range, .mzCalendar .day.is-end-range {
  background-color: #42a298 !important;
  color: #fff !important; }

.mzCalendar .day.is-disabled {
  cursor: not-allowed;
  opacity: .33; }
.circleCtr {
	padding:3px;
}
.circle {
    border-radius: 4px;
    border-color: blue;
    border-width: 4px;
    border-style: solid;
    height: 0px;
    width: 0px;
	float: right;
}
.circleTitle {
    border-radius: 4px;
    border-color: blue;
    border-width: 4px;
    border-style: solid;
    height: 0px;
    width: 0px;
	vertical-align: middle;
	margin-top:5px;
	margin-left:10px;
	padding-left:10px;
	float: right;
}