.eb-days .eb-calendarDay {
	background-color: #EBE3DB;
}
.eb-days .eb-calendarDay div.date.day_cell {
    color: #13100B;
}
.eb-calendar .regpro-calendarMonthHeader {
	background-color: #3B2A13;
}
.eb-calendar ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px !important;
}
.eb-calendar .eb-days:last-child li {
	width: 14.2857%;
}
.eb-calendar ul.eb-weekdays {
	background: #DCBA8E;
	display: flex;
	flex-wrap: wrap;
}
.eb-calendar ul.eb-weekdays li {
	color: #634C36;
	width: 14.2857%;
	font-weight: bold;
}
.eb-calendar .eb-days li, .eb-calendar .eb-weekdays li {
	overflow: visible;
	width: 14%;
	margin: 0px;
	font-weight: bold;
}
.regpro-calendarDay .date.day_cell .eb_event_link {
    background: #B8987A;
    background: -webkit-linear-gradient(top, #C6AD95 0, #AB8663 100%) no-repeat;
    background: -moz-linear-gradient(top, #C6AD95 0, #AB8663 100%) no-repeat;
	text-decoration: none !important;
	border: 1px dotted #846A4D;
	text-align: left;
	padding: 3px 5px;
	color: #000 !important;
}
.regpro-calendarDay .date.day_cell .eb_event_link:hover {
    background: linear-gradient(to bottom, #F4F0EB 0, #D6C4B3 100%) no-repeat;
}
.sso-events-calender, .art-nostylesso-events-calender {
    margin: 20px;
}
.sso-events-calender h3, .art-nostylesso-events-calender h3 {
	font-size: 21px;
	margin-bottom: 10px;
}

/* fox form starts */
#fox-container-m103 {
	margin: 20px;
}
/* Fox form ends */

/* Full calender starts*/
.fc-button.fc-button-primary {
	background-color: #3B2A13;
}
.fc-button.fc-button-primary:hover, .fc-button.fc-button-primary:active {
	background-color: #DCBA8E !important;
}
.fc-button-active {
	background-color: #A27C57 !important;
}
.fc .fc-col-header-cell-cushion, .fc-daygrid-day-number {
	text-decoration: none !important;
}
.fc-theme-standard th{
    background-color: #DCBA8E;
    border-left: 1px solid #29363E;
}
.fc-theme-standard th a, .fc-theme-standard th a:hover {
    color: #634C36;
    font-weight: bold;    
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 6px !important;
    font-size: 13px;    
}
.fc-theme-standard td {
	background-color: #EBE3DB;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	border-right: 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.fc-theme-standard th {
	background-color: #DCBA8E;
	border-left: 1px solid #29363E !important;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
}
.fc table {
  border-collapse: inherit;
}
.fc-theme-standard th:first-child, .fc-theme-standard td:first-child {
	border-left: 0px !important;
}
#eb_full_calendar .fc-daygrid-event {
    background: #B8987A;
    background: -webkit-linear-gradient(top, #C6AD95 0, #AB8663 100%) no-repeat;
    background: -moz-linear-gradient(top, #C6AD95 0, #AB8663 100%) no-repeat;
	text-decoration: none !important;
	border: 1px dotted #846A4D;
	text-align: left;
	padding: 3px 5px;
	color: #000 !important;    
}
#eb_full_calendar .fc-daygrid-event:hover {
    /*background: linear-gradient(to bottom, #F4F0EB 0, #D6C4B3 100%) no-repeat;    */
}
#eb_full_calendar .fc-daygrid-event  .fc-event-title.fc-sticky {
    color: #000 !important;
}
.fc .fc-daygrid-day.fc-day-today {
 background-color: #DCBA8E;   
}
.fc .fc-daygrid-day-top {
	display: flex;
	flex-direction: row;
}