/* 
This is the section css for
Campus and Classroom Scheduling 
*/

/*****	MISC	*****/
#home-content ul, #home-content ol {list-style-position: outside;}
#home-content h4 {margin-top: 20px; margin-bottom: 10px;}
#home-content h5 {margin-bottom: 10px; color: #763775;}
#home-content li {margin-bottom: 7px;}
#home-content li li {margin-bottom: 0px;}
#home-content .closeList li {margin-bottom: 0px;}
#home-content .leftSide {padding-right: 20px;}
#home-content .browsers img {margin-right: .2em;}
#home-content .calendarSection .btn.btnMain {width: 100%; margin-top: 0px;}

/*****	LETTER LINKS	*****/
#home-content #letterLinks {
	font-size: .975em;
	margin: 15px 0;
	/*text-align: center;*/
	background-color: #eee;
	padding: 5px;
}
#home-content #letterLinks a {
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #763775, #5E2C5E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#763775), to(#5E2C5E));
	background-image: -webkit-linear-gradient(top, #763775, #5E2C5E);
	background-image: -o-linear-gradient(top, #763775, #5E2C5E);
	background-image: linear-gradient(to bottom, #763775, #5E2C5E);
	background-repeat:repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#763775', endColorstr='#5E2C5E', GradientType=0);
	filter: progzid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM3NjM3NzUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1RTJDNUUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4NDgpIiAvPgo8L3N2Zz4=);	color: #fff;
	text-decoration: none;
	font-family: 'OpenSansSemibold';
	padding: 5px;
	height: 35px;
	display: inline-block;
	box-shadow: -2px 2px 0px #B094B5, -1px 1px 0px #B094B5;
	margin: 4px;
	/*width: 28%;*/
	text-shadow: 0 1px 3px #000;
}
#home-content #letterLinks a.activeLink {color: #FFBD07;}
#home-content #letterLinks a:hover {color: #D9AA2A;}

/*****	DEFAULT	*****/
#home-content .boxes .row-responsive {margin: 0px;}
#home-content .boxes {text-align: center;}
#home-content .boxes a {
	background-image: url('/registrar/campusScheduling/images/background01.jpg');
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
#home-content .boxes a:hover img {
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
#home-content .boxes span {
	margin: 0 0 5px 0;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#home-content .boxes .grid6 {padding: 10px;}
#home-content .boxes img {
	width: 50%;
	-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}

/*****	CONTACT LIST	*****/
#home-content .contactList .responsiveTable th {background: #441f49; border: none;}
#home-content .contactList .responsiveTable td {border: none;}

/*****	STUDENTS	******/
#home-content .iconList {list-style-type: none;}
#home-content .iconList .fa {color: #D9AA2A; font-size: 1.25em; padding-right: 5px;}
#home-content .iconList li {padding-left: 13px; text-indent: -13px;}

@media only screen and (max-width:768px){
	
	#home-content .leftSide {padding-right: 0px;}
	
}