@charset "UTF-8";
/* All styles used by the CS Roo course template are defined below 
   Perhaps the most commonly modified item appears first, the page
   background image */
th, td {
    padding: 0px;
}


body {
	/* background-image: url(res_images/lgrey020.jpg); */
	-webkit-text-size-adjust: 100%;
	/* Recommended fix covers iOS devices Safari */
	padding: 0px;
	margin: 2px;
	/* Override default bootstrap values */
	font-family: "Open Sans";
	font-weight: 400;
}

#page {
	/* Removed because of bootstrap
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 81%;  Typical apprx 16pt reduces to 13pt */
	border-style: solid;
	border-width: thick;
	border-color: #cc9900;
	padding: 0px;
	margin: 2px 2px 2px 2px;
	background-color: #fff;
}

#banner {
	text-align: center;
	color: black;
	/*    background-color :  #FFFFCC; */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#course_logo {
	float: left;
	text-align: left;
}

#csu_logo {
	margin: 0px;
	padding: 8px;
	width: 215px; /* IE 7 requires this - new browsers do not */
	float: right;
	text-align: right;
}

#banner_title {
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	clear: none;
}

#navigation {
	background-color: #030;
	background-position: center;
	height: 2em;
	text-align: center;
	padding-top: 4px;
	border-top-width: thin;
	border-top-color: #333333;
	border-top-style: groove;
	clear: both;
}
/* Bootstrap Navigation */
nav, .navbar {
	background-color: #030;
	border-radius: 0px;
	min-height: 30px;
	margin-bottom: 0px;
}

.navbar-toggle {
	background-color: #004712;
}

.navbar-toggle .icon-bar {
	background-color: #f5f5f5;
}

.navbar .nav .active>a, .navbar .nav .active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6a9a2f;
}

@media ( min-width : 768px) {
	.pull-center {
		text-align: center;
	}
	.pull-center  .nav {
		float: none;
		display: inline-block;
		/* 		*display: inline; */
		/* 		*zoom: 1; */
	}
	#banner div.center {
		height: 120px;
		display: table-cell;
		vertical-align: middle;
	}
	#banner h1 {
		margin: 0px;
	}
}
/* IF vieweing on a phone lets get rid of wasted space */
@media ( max-width :768px) {
	body {
		background-image: none;
	}
	#page {
		border: none;
		margin: 0px;
	}
}

.navbar-nav>li>a {
	padding-top: 4px;
	padding-bottom: 4px;
}

#contents {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*  min-width: 760px */
}

#contents_p1 {
	width: 40em;
}

#footer {
	font-size: 85%; /* This is cumulative relative to body */
	background-color: #030;
	width: 100%;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-color: #333333;
	border-bottom-style: groove;
}

#footerCenter {
	text-align: center;
	margin-top: 10px;
}

#footerLeft {
	float: left;
	padding-left: 24px;
	height: 4em;
	text-align: left;
}

#footerRight {
	text-align: center;
	margin-top: 10px;
}

@media ( min-width : 768px) {
	#footerRight {
		float: right;
		margin-right: 12px;
		margin-top: 0px;
	}
	#footerCenter {
		margin-top: 0px;
	}
}

#footerClearBottom {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	clear: both;
}

#whowhatwhere {
	float: right;
	margin-left: 50px;
	margin-right: 20px;
}

@media ( max-width : 768px) {
	#whowhatwhere {
		float: none;
		margin-left: 16px;
		margin-right: 0px;
	}
}

#news {
	clear: right;
	margin-left: 16px;
	text-align: left;
	height: auto;
	width: 100%;
	color: #CC0000;
	text-shadow: #990000;
}

span.course_title {
	/*  display       : inline-block; */
	font-weight: 700;
	font-size: 150%;
}

span.course_subtitle {
	font-size: 125%;
}

span.csdept {
	font-size: 125%;
	font-style: italic;
}

/* Styles controlling links in dept links */
span.csdept a:link, span.csdept a:visited, span.csdept a:hover, span.csdept a:active
	{
	text-decoration: none;
	color: #000000;
}

p.pageHeading {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
}

p.credits {
	font-size: 80%;
	margin-left: 16px;
}

.navMenuItem {
	font-size: 110%;
	padding: 16px;
}

/* The next set of style definitions are used to govern the appearance of the 
   enumerated sessions on the progress page */
dt.rooProgress {
	/* font-weight: bold; */
	text-decoration: underline;
}

dd.rooProgress {
	margin: 0;
	padding: 0 0 0.5em 0;
}

/* Alas, there is some pixel specifing hacking of the padding values
    in order to make the appearance of each session activity 'act' 
    appear as though it is a right column in a table set apart
    and even distance from the day labels */
div.week {
	background-color: #CCFFBB;
	width: 75%;
}

@media ( max-width : 768px) {
	div.week {
		width: 100%;
	}
}

div.sess {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	clear: both;
	overflow: auto;
}

div.day {
	float: left;
	padding: 4px 0px 4px 4px;
	vertical-align: top;
	width: 100px;
}

div.day a {
	margin-right: 5px;
}

div.act {
	float: left;
	padding: 4px 4px 4px 20px;
	vertical-align: top;
	width: 80%;
}

@media ( max-width : 768px) {
	div.act {
		padding: 4px 4px 4px 80px;
	}
}

.indented {
	margin-left: 16px;
}

p.tight {
	margin: 0px;
	padding: 0px;
}

/* Styles associated with slide notes */
div.slide {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	text-align: center;
	background-color: #DDDDDD;
	border-width: thin;
	border-color: #333333;
	border-style: groove;
}

img.slide {
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
div.noteFrame {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div.noteText {
	margin: 16px;
	text-align: justify;
}

p.noteEditLink {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: right;
}

form.comment {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

a.navi {
	text-decoration: none;
	color: #FFFFFF;
}

a.navi:link {
	color: #FFFFFF;
}

a.navi:visited {
	color: #FFFFFF;
}

a.navi:hover {
	color: #FFCC00;
}

a.navi:active {
	color: #FFCC00;
}

a.foot:link {
	color: #FFFFFF;
}

a.foot:visited {
	color: #FFCC00;
}

a.foot:hover {
	color: #FFFFFF;
}

a.foot:active {
	color: #FFCC00;
}

a.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
}

.shadow {
	box-shadow: 10px 10px 5px #888888;
}

/* Colors for progress table */
#progress_dates {
	background-color: #CCCCCC;
}

#progress_lectures {
	background-color: #FFFFBB;
}

#progress_recitations {
	background-color: #CCFFBB;
}

#progress_assignments {
	background-color: #FFDDDD;
}

#progress_exams {
	background-color: #FF8888;
}

#progress_online {
	background-color: #F0CBFE;
}

#progress_reading {
	background-color: #BBDDFF;
}

#progress_examples {
	background-color: #FFCCFF;
}

#progress_iclicker {
	background-color: #FFCEA2;
}

#progress_vacation {
	background-color: #FFF1E6;
}

#progress_default {
	background-color: #FF0000;
}

/* Styles for automated grading 
   I have changed font sizes to relative in order
   to provide better font size adaptation on differen
   platforms, particularly mobile - Ross 01/20/2014 */
#Highlight {
	font-size: 110%;
	font-style: bold;
	color: #FF3300;
	padding: 4pt;
}

#Assignments {
	font-size: 110%;
	font-style: italic;
	color: #90CA77;
	padding: 8px;
}

#Checkin {
	font-size: 110%;
	font-style: italic;
	color: #90CA77;
	padding: 8px;
	border-width: 4px;
	border-style: solid;
	background-color: #777777;
}

/* Buttons from Internet tutorial */
#FancyButton {
	font-size: 110%;
	font-style: italic;
	color: #FFFFFF;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	padding: 8px 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15);
	background: #81C6DD url('../res_images/overlay.png') left top repeat-x;
	background-image: -moz-linear-gradient(100% 100% 90deg, #76bbc5, #9ecbd1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ecbd1),
		to(#76bbc5));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.40);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
}

h3 {
	font-size: 18px;
}

.label-info {
	background-color: #3a87ad;
	font-size: 91%;
	display: inline;
	line-height: 20px;
}

/* HOME_EDIT_PROGRESS */
#edit-content-form {
	width: 75%;
}

.bg-success {
	padding: 15px;
	background: #dff0d8;
}

/* Changing basic button appearance relative to defaults picked up with Bootstrap */
.btn {
	border-radius: 0px;
	padding: 2px 6px 2px 6px;
	background-color: #a68f23;
	border-color: #705814;
}
