﻿.fc-printButton-button:before
{
	padding-right: 4px;
	font-family: "FontAwesome";
	content: "\f02f"
}

.fc-listButton-button:before
{
	font-family: "FontAwesome";
	content: "\f0d7";
}

.fc-widget-header table
{
	margin: 0px;
}

.ccmsGoogleCalendar
{
	position: relative;
}

.ccms-gcalendar-googlelogo-plus-button, .ccms-gcalendar-googlelogo-plus-button>div
{
	display: inline-block;
}
		
.ccms-gcalendar-googlelogo-plus-button
{
	height: 18px;
	background-color: #fff;
	padding-right: 2px;
}
		
.ccms-gcalendar-googlelogo-plus-button-plus-icon
{
	font-family: Arial;
	background-color: #4285f4;
	background-image: url("//calendar.google.com/googlecalendar/images/logo-plus.png");
	background-position: center center;
	width: 18px;
	height: 18px;
}
		
.ccms-gcalendar-googlelogo-plus-button-lockup
{
	padding-left: 46px;
	background-image: url("//www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_46x16dp.png");
	background-size: 46px 16px;
	background-repeat: no-repeat;
	background-position-y: 1px;
	position: relative;
	top: -4px;
	margin-left: 2px;
	margin-right: 1px;
}
		
.ccms-gcalendar-googlelogo-plus-button-lockup-text
{
	font-family: 'Product Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	opacity: .54;
}
		
.ccms-gcalendar-subscribePanel
{
	cursor: pointer;
	float: right;
	margin: 5px 0px 0px 0px;
	white-space: nowrap;
}
		
.ccms-gcalendar-legendPanel
{
	float: left;
}
		
.ccms-gcalendar-legend
{
	margin: 0px;
	padding: 0px;
}
		
.ccms-gcalendar-legend li
{
	display: inline-block;
	line-height: 12px;
	margin: 5px 10px 0px 0px;
}
		
.ccms-gcalendar-legendColorSquare
{
	float: left;
	width: 10px;
	height: 10px;
	border: solid 1px #000000;
	margin-right: 5px;
}
		
.ccms-gcalendar-calendarListPanel
{
	display: none;
	position: absolute;
	z-index: 1;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	min-width: 100px;
	min-height: 20px;
	padding: 10px;
}

#ccmsGCalendarStyleHolder
{
	display: none;
}

/* List View */
.ccms-gcalendar-list-unstyled
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.ccms-gcalendar-list-unstyled li
{
	margin: 0;
}

ul.ccms-gcalendar-calendar-feed-list li
{
	padding: 20px;
	border: 1px solid #ddd;
	overflow: auto;
	margin-bottom: 5px;
}

ul.ccms-gcalendar-calendar-feed-list li h3
{
	float: left;
	width: 15%;
	font-size: 100%;
	text-align: center;
	margin-left: -20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.ccms-gcalendar-calendar-feed-list li h3 span
{
	display: block;
	font-size: 200%;
	font-weight: bold;
}

ul.ccms-gcalendar-calendar-feed-list li article
{
	float: left;
	width: 85%;
}

ul.ccms-gcalendar-calendar-feed-list li article h4
{
	padding-bottom: 5px;
	font-weight: bold;
}

ul.ccms-gcalendar-calendar-feed-list li article div
{
	font-size: 85%;
	line-height: 1.4;
	padding-bottom: 8px;
}

ul.ccms-gcalendar-calendar-feed-list li:hover
{  

 background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0; 

}

@media only screen and (max-width: 740px)
{
	ul.ccms-gcalendar-calendar-feed-list li h3
	{
		margin-left: 0;
		text-align: left;
	}
}

ul.ccms-gcalendar-calendar-feed-list--sidebar li h3
{
	text-align: left;
	width: 100%;
	font-size: 100%;
	margin-left: 0;
}

ul.ccms-gcalendar-calendar-feed-list--sidebar li h3 span
{
	display: inline;
	font-weight: normal;
	font-size: 100%;
}

ul.ccms-gcalendar-calendar-feed-list--sidebar li article
{
	width: 100%;
}
/* /List View */

/* Week View */
.ccms-gcalendar-weekview #calendarContainer
{
	background-color: #EEEEEE;
	padding: 0px 25px 25px 25px;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 400;
}

.ccms-gcalendar-weekview #calendar
{
	background-color: #FFFFFF;
}

.ccms-gcalendar-weekview .fc-toolbar
{
	background-color: #EEEEEE;
	margin: 0px;
	padding: 10px 0px;
}

.ccms-gcalendar-weekview .fc-toolbar button
{
	font-family: Open Sans;
	font-size: 12px;
	font-weight: bold;
}

.ccms-gcalendar-weekview .article .fc-toolbar h2
{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
}

.ccms-gcalendar-weekview .fc-event
{
	padding: 10px 3px;
	border-radius: 2px;
}

.ccms-gcalendar-weekview .fc-day-grid-event .fc-content
{
	white-space: normal;
	line-height: 1.5em;
	font-size: 12px;
}

.ccms-gcalendar-weekview .fc-day-header
{
	color: #888888;
	font-weight: 400;
}

.ccms-gcalendar-weekview .fc-state-highlight
{
	color: #4787ed;
}

.ccms-gcalendar-weekview .fc-sun, .ccms-gcalendar-weekview .fc-sat
{
	color: #000000;
}

.ccms-gcalendar-weekview .fc-day-header-date
{
	font-size: 35px;
}

.ccms-gcalendar-weekview .fc-day-header-day
{
	text-transform: capitalize;
}

.ccms-gcalendar-weekview th.fc-day-header
{
	text-align: left;
	padding: 5px;
}

.ccms-gcalendar-weekview td.fc-widget-header
{
	border-bottom: transparent;
}

.ccms-gcalendar-weekview td.fc-widget-content
{
	border-top: transparent;
}

.ccms-gcalendar-weekview .ccms-gcalendar-calendarListPanel
{
	display: none;
	position: absolute;
	z-index: 1;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	min-width: 100px;
	min-height: 20px;
	padding: 10px;
}

.ccms-gcalendar-weekview .fc-listButton-button:after
{
	padding-left: 4px;
	font-family: "FontAwesome";
	content: "\f0d7";
}

.ccms-gcalendar-weekview .fc-listButton-button:before
{
	font-family: "FontAwesome";
	content: "";
}

.ccms-gcalendar-weekview .fc-button
{
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

/*.fc-prev-button:before
{
	padding-right: 4px;
	font-family: "FontAwesome";
	content: "\f02f"
}
		
.fc-next-button:before
{
	font-family: "FontAwesome";
	content: "\f0d7";
}
*/
/* /Week View */

/* Updates */
ul.ccms-gcalendar-calendar-feed-list li
{
	padding: 5%;
}

ul.ccms-gcalendar-calendar-feed-list li article
{
	width: 65%;
}

ul.ccms-gcalendar-calendar-feed-list li article h4
{
	font-size: 120%;
	line-height: 1.2;
}

ul.ccms-gcalendar-calendar-feed-list li h3
{
	display: block;
	float: left;
	font-size: 100%;
	letter-spacing: 1px;
	margin-right: 5%;
	text-align: center;
	text-transform: uppercase;
	width: 30%;
}

ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-date
{
	display: block;
	font-size: 200%;
	font-weight: bold;
}

ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-month
{
	font-size: 100%;
}

ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-day
{
	display: block;
	font-size: 58%;
	letter-spacing: 0.5px;
}

ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full
{
	border-radius: 6px;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0px 0px;
	text-align: center;
}

ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full.ccms-gcalendar-above
{
	margin: 0px 0px 15px;
}
/* /Updates */

/* Event Popup */
.ccms-gcalendar-eventcontainer
{
	margin: 10px;
	max-width: 600px;
	clear:both;
}

.ccms-gcalendar-eventtitlecontainer
{
	overflow: hidden;
	margin-bottom: 15px;
}

.ccms-gcalendar-eventtitle
{
	font-size: 200%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	margin-right: 20px;
}

.ccms-gcalendar-eventtitledate
{
	float: right;
}

.ccms-gcalendar-maintable { /*width: 100%;*/ }
.ccms-gcalendar-titletable { table-layout: fixed; width: 100%; }

.ccms-gcalendar-rowtitle
{
	padding: 2px 15px 2px 0px;
	font-weight: bold;
	text-align: right;
}

.ccms-gcalendar-rowdata
{
	padding: 2px 0px;
}

.ccms-gcalendar-titlerow
{
	margin-bottom: 15px;
}

.ccms-gcalendar-titlerow-title
{
	width: initial;
	max-width: 0;
	padding: 2px 30px 2px 0px;
	font-weight: bold;
	font-size: 200%;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

@media only screen and (max-width: 780px)
{
	td.ccms-gcalendar-titlerow-title { font-size: 130%; }
}

.ccms-gcalendar-titlerow-date
{
	text-align: right;
	white-space: nowrap;
}

.ccms-gcalendar-timerow { }
.ccms-gcalendar-timerow-title { }
.ccms-gcalendar-timerow-data { }

.ccms-gcalendar-locationrow { }
.ccms-gcalendar-locationrow-title { }
.ccms-gcalendar-locationrow-data { }

.ccms-gcalendar-calendarrow { }
.ccms-gcalendar-calendarrow-title { }
.ccms-gcalendar-calendarrow-data { }

.ccms-gcalendar-creatorrow { }
.ccms-gcalendar-creatorrow-title { }
.ccms-gcalendar-creatorrow-data { }

.ccms-gcalendar-descriptionrow { }
.ccms-gcalendar-descriptionrow-title { }
.ccms-gcalendar-descriptionrow-data { }

.ccms-gcalendar-attachmentsrow { }
.ccms-gcalendar-attachmentsrow-title { }
.ccms-gcalendar-attachmentsrow-data { }
.ccms-gcalendar-attachmentsrow-data-attachmentcontainer { clear:both; }
.ccms-gcalendar-attachmentsrow-data-attachmenticon { float:left; padding-right:5px; }
.ccms-gcalendar-attachmentsrow-data-attachmentlink { }
/* /Event Popup */

/******************** ADA Modifications *****************************/
.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	left: -9999em;
}

.fc-day-number.fc-other-month {
	opacity: 1;
}