/* 

css_app/appsAISC.css
--------------------------------------------------------------------------------

APPS.AISC.UCI.EDU
Sitewide CSS

This file is for sitewide styles for all apps on apps.aisc.uci.edu.
It is intended for use in conjunction with the following stylesheets...

	. appsGlobal.css
	. Bootstrap 3 CDN or equivalent
	. specific app's stylesheet

--------------------------------------------------------------------------------

University of California, Irvine
Office of Academic Integrity and Student Conduct

Summer 2020
Steve Tajiri


*/


/* GLOBAL STYLES */

html	{
	background:#eeeeee;
}

body {
	background:#0064a4;
}

a img:hover	{
	opacity:0.7;
}



/* GENERAL CLASSES */

.login a {
	
}

.login-light a {
	color:#ffd200;
}

.breadcrumbs {
	padding:4px 20px;
	background:#eeeeee;
	font-size:0.9em;
	color:#696969;
}

.breadcrumbs a {
	text-decoration:underline;
	color:#696969;
}

.breadcrumbs a:hover {
	text-decoration:none;
	color:#0064a4;
}

/* HEADER AND FOOTER STYLES */

header {
	color:#ffffff;
}

header #wordmark {
	display:inline-block;
	margin:16px;
	width:50px;
	height:auto;
}

header #unit {
	display:inline-block;
	margin-top:10px;
	font-size:0.9em;
	letter-spacing:1px;
}

header #unit a {
	color:#ffffff;
	letter-spacing:2px;
}

footer {
	padding:10px;
	background:#eeeeee;
}

footer img {
	margin:2px;
}

footer a {
	padding-bottom:70px;
	width:auto;
	color:#555555;
	text-decoration:underline;
}



/* SPECIFIC IDS */

#content-main {
	padding-bottom:50px;
	min-height:500px;
	background:#ffffff;
}




