.calbutton {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 2px 0 2px 0;
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	height: 26px;
	line-height: 22px;
	background-color: #000;
	color: #FFF;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
	text-align: center;
}

.calbutton a {
	color: #fff;
}

.calbutton:hover {
	background-color: #278155;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.calbutton:hover a {
	background-color: #278155;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}



.circle_icon_event {
	max-height:12px;
	height: 12px;
	margin-top: -4px;
	margin-right: 5px;
}
.circle_icon_button {
	max-height:12px;
	height: 12px;
	margin-top: -3px;
	margin-right: 3px;
}
.calendar_star_icon {
	max-height:20px;
}

.calendar_linebreak {
	clear: both; 
	float: left; 
	display: block; 
	position: relative;
}

/* HEADING BUTTONS AND TEXT */

.Cal_CircleNumber{
        display: flex; 
            justify-content: space-evenly; 
   
}
.Cal_CircleNumber button{
  border-radius: 50%;
  width: 70px;
  height: 60px;
  padding: 10px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  text-align: center;
  font: 32px Arial, sans-serif;
}

.Cal_PreviousNext {
	margin-left: 5px;
	margin-right: 5px;
}
.Cal_PreviousNext button {
	background-color: white; 
	border: none; 
	color: #1a87a5;
	font-size: 24px;
}

.Cal_CurrentDate {
	font-size: 28px;
    color: #07677f;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
	display: inline-block;
	width:225px;
}

.Cal_CurrentDateNumber {
 	background-color: white; 
	border: none; 
	color: #7c878d;
	font-size:20px;
}


/* Mode - Month or Day *************************************/
.Cal_Mode_Selected {
}
.Cal_Mode_Selected button{
	background-color: white; 
	border: none; 
	color: #46983E;
	font-size: 16px;
	font-weight:bold;
}

.Cal_Mode_NotSelected {
}
.Cal_Mode_NotSelected button{
	background-color: white; 
	border: none; 
	color: #000000;
	font-size: 16px;
}

/* Category - All, Kids, Teens, General *************************************/
.Cal_Category_Selected {
	margin-left: 5px;
	margin-right: 5px;
}
.Cal_Category_Selected button {
	background-color: white; 
	border: none; 
	color: #46983E;
	font-size: 16px;
	font-weight:bold;
}
.Cal_Category_NotSelected {
	margin-left: 5px;
	margin-right: 5px;
}
.Cal_Category_NotSelected button{
	background-color: white; 
	border: none; 
	color: #000000;
	font-size: 16px;
}

/* other calendar classes *************************************/

.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #07677f;
    padding: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #1a87a5;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 80px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 16px;
}
.calendar .days .day_num .event {
    margin-top: 3px;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 3px;
    border-radius: 0px;
    /* background-color: #f7c30d;
    color: #000; */
    word-wrap: break-word;
}

/* general */
.calendar .days .day_num .event_all {
    /* background-color:#F4F4F4; */
    color: #000;
    border: 1px solid #eee;
}

.calendar .days .day_num .event_all a {
    color: #000;
}

.calendar .days .day_num .event_all a:hover {
    color: #278155;
}

/* KIDS */
.calendar .days .day_num .event_kids {
    background-color:#fac9ca;
    color: #000;
}

.calendar .days .day_num .event_kids a {
    color: #000;
}


/* KIDSTEENS */
.calendar .days .day_num .event_kidsteens {
    background-color:#fac9ca;
    color: #000;
}

.calendar .days .day_num .event_kidsteens a {
    color: #000;
}

/* TEENS */
.calendar .days .day_num .event_teens {
    background-color: #fbdf96;
    color: #000;
}

.calendar .days .day_num .event_teens a {
    color: #000;
}

/* BOARD */
.calendar .days .day_num .event_board {
    background-color: #fbdf96;
    color: #000;
}

.calendar .days .day_num .event_board a {
    color: #000;
}

/* GENERAL */
.calendar .days .day_num .event_general {
    background-color:#abdfe7;
    color: #000;
}
.calendar .days .day_num .event_general a {
    color: #000;
}


.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}