#home-content .gridLeft{
	padding-right: 10px;
}
#monthCalSelects .inactive
{
	opacity: .5;
}
.calContainer
{
	position: relative;
}
#monthCal
{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
#hdnContent0{display: none; padding: 10px; min-width: 500px; text-align: center;}
#hdnContent0 li{margin-bottom: 10px; margin-left: 0; list-style-type: none;}
#hdnContent0 img{margin-left: 3px;}

#home-content .addInfo{
	background: #EEE;
	padding: 5px 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#home-content .addInfo ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .addInfo ul li ul{
	margin-left: 10px;
}
#home-content .addInfo ul li ul > li > div{
	margin: 0;
}
#home-content .addInfo ul li ul > li > div > a{
	font-weight: bold;
	font-style: italic;
}

/** calendar **/
#home-content #fullCalendar .grid3{
	padding-right: 10px;
	margin-bottom: 10px;
}
#home-content #fullCalendar .filter .container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#home-content #fullCalendar .filter input{
	position: absolute;
	opacity: 0;
}
#home-content #fullCalendar .filter .checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid #ccc;
}
#home-content #fullCalendar .filter input.purpleCheckbox + label.container:hover .checkmark{
	background-color: #382140;
}
#home-content #fullCalendar .filter input.goldCheckbox + label.container:hover .checkmark{
	background-color: #d4a129;
}
#home-content #fullCalendar .filter input + label.container:hover .checkmark{
	opacity: .5;
}
#home-content #fullCalendar .filter input[type="checkbox"]{
	display: none;
}
#home-content #fullCalendar .filter input.purpleCheckbox:checked + label .checkmark{
	background-color: #382140;
}
#home-content #fullCalendar .filter input.goldCheckbox:checked + label .checkmark{
	background-color: #d4a129;
}
#home-content #fullCalendar .filter .checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
#home-content #fullCalendar .filter input:checked + label.container .checkmark:after{
	display: block;
}
#home-content #fullCalendar .filter .container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#home-content #fullCalendar .calendarSideContent{
	border-top: 2px solid #EEE;
}
#home-content #fullCalendar .calendarSideContent h4{
	margin: 5px 0;
	margin-top: 10px;
}
#home-content #fullCalendar .calendarSideContent a.btnMain{
	width: 100%;
	margin: 0;
}
#home-content #fullCalendar .calendarSideContent .docuIcon,
#home-content #fullCalendar .calendarSideContent .fileListItem:before,
#home-content .documentList .fileListItem:before{
	content: " ";
	margin-right: 4px;
	background-image: url(/images/docsSprite.png);
	display: inline-block;
	height: 16px;
	width: 16px;
}
#home-content #fullCalendar .calendarSideContent .fileListItem,
#home-content .documentList .fileListItem{
	text-indent: -20px;
}
#home-content #fullCalendar .calendarSideContent .docuIcon{
    position: relative;
    top: 2px;
    margin-left: 1px;
    background-repeat: no-repeat;
}
.academicCalendarFB{
	padding: 20px;
}
.academicCalendarFB h3{
	margin: 0;
	margin-bottom: 10px;
}
.academicCalendarFB ul{
	margin-left: 20px;
}
#home-content #fullCalendar #loader{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #382140;
}
#home-content #fullCalendar .fc-scroller{
	overflow-x: scroll !important;
}
#home-content #fullCalendar .fc-button{
	background-color: #6e3061;
}
#home-content #fullCalendar .fc-button:hover{
	background-color: #382140;
}
#home-content #fullCalendar .fc-button.fc-button-active{
	background-color: #382140;
}
#home-content #fullCalendar .fc-event-time{
	overflow: visible;
}
#home-content #fullCalendar .invisible{
	display: none;
}
#home-content #fullCalendar .eventDescription{
	font-size: .75em;
	font-style: italic;
}
#home-content #fullCalendar .fc-event-main{
	padding: 0 5px;
	white-space: normal;
}

/** custom list view changes **/
/* #home-content #fullCalendar .fc-list-event-time{
	display: none;
}
#home-content #fullCalendar .fc .fc-list-table thead{
	position: inherit;
}
#home-content #fullCalendar .fc-list-day{
	display: none;
}
#home-content #fullCalendar .fc th{
	text-align: left;
	padding: 8px 14px;
}
#home-content #fullCalendar .fc .fc-list-table td.fc-list-event-graphic{
	padding: 8px 0;
}
#home-content #fullCalendar .fc-event-title{
	white-space: normal;
} */

.hideNoResults{
	display: none;
}
.result{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.result.active{
	display:block;
	position: relative;
	left: auto;
	width: 100%;
	height: auto;
	max-height: 1500px;
    -webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    transition: all 1.4s ease;
}
#home-content .ddl{
	display: block;
	width: 100%;
	color: #fff;
	background-color: #763775;
	padding: 5px;
	margin-right: 10px;
	margin-top: 20px;
	color: #FFBD07;
	font-weight: bold;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}

#home-content select#calendarChoice{
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
	width: 100%;
	border: 2px solid #763775;
}

#home-content .grid9 iframe{
	max-height: 1500px;
}
.calendarSide{
	background-color: #eee;
	padding: 0px 10px 20px 20px;
	margin-top: 15px;
	border-top: 3px solid #763775;
	border-bottom: 3px solid #763775;
}
#home-content .calendarSide p{
	margin-bottom: 5px;
	font-size: 1.1em;
}
#home-content .grid3{
	padding-right: 10px;
}
#initial{
	display: block;
}

#home-content .result .grid4{
	margin-top: 20px;
	padding-right: 0;
	padding-left: 10px;
}
#home-content #newCalendarPage img:first-of-type{
	width: 100%;
}



/****	ACADEMIC CALENDAR WEB VERSION	***/
#home-content #ac-web .responsiveTable th{
    background: #382140;
    color: #ffe800;
}
#home-content #ac-web .responsiveTable tr td{
	background-color: #fff;
}
#home-content #ac-web .responsiveTable tr td:first-of-type{
	background-color: #eee;
}


@media only screen and (max-width:1024px){
	#home-content #newCalendarPage .grid4{
		width: 100%;
	}
}



@media only screen and (max-width:768px){
	#home-content .gridLeft{
		padding-right: 0;
	}	
	#monthCalSelects
	{
		display: none;
	}
	
	/** calendar **/
	#home-content .btnCalendar{
		width: 100%;
	}
	#home-content #fullCalendar .grid3{
		padding-right: 0;
	}
	#home-content #fullCalendar .fc-toolbar-chunk{
		padding: 0 5px;
	}
	#home-content #fullCalendar .fc-toolbar-title{
		text-align: center;
	}
	#home-content #fullCalendar .fc-button{
		width: 100%;
		margin: 2px 0;
	}
	#home-content #fullCalendar .fc .fc-button-group{
		display: flex;
	}
	#home-content #fullCalendar .fc-direction-ltr .fc-toolbar > * > :not(:first-child){
		margin: 0;
	}
}