/*
 * Scaffolding
*/

body {
	position: relative; /* For scrollyspy */
	padding-top: 50px; /* Account for fixed navbar */
}

div.now{
  background-color: #eeeeff;
  margin:2px;
}

div.special{
  background-color: #eeeeff;
  padding-top:10px;
  padding-bottom:10px;
}

/*CSS magic to get the anchor to not headbutt the top of the browser:
http://css-tricks.com/hash-tag-links-padding/
*/
#top:target, [id*="Week_"]:target { -webkit-transition:.001s; transition:.001s; margin-top: 70px; }
#top:target, [id*="Link_"]:target { -webkit-transition:.001s; transition:.001s; margin-top: 70px; }

div.inclass{
  padding-left:25px;
  padding-bottom:25px;
}
div.inclass table tr{
	vertical-align:top;
}
div.inclass table tr td:first-child{
	padding-right:10px;
}

div.topics{
  padding-left:25px;
  padding-bottom:25px;
}

button.btn, a.btn{
	margin-bottom:1px;
}

div.due{
  padding-left:25px;
  padding-bottom:25px;
}
div.due table tr{
	vertical-align:top;
}
div.due table tr td:first-child{
	padding-right:10px;
}

div.learningobjective{
  padding-left:25px;
  padding-bottom:25px;
}
div.learningobjective table tr{
	vertical-align:top;
}
div.learningobjective table tr td:first-child{
	padding-right:10px;
}

ul.topic{
	list-style-type:none;
}
ul.topic li {
	margin:1px;
}






/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

.djp3-scrollspy.affix {
  position: static;
}

/* First level of nav */
.djp3-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
}


/* All levels of nav */
.djp3-scrollspy .nav > li > a {
  display: block;
  color: #333333;
  padding: 5px 5px;
}
.djp3-scrollspy .nav > li > a:hover,
.djp3-scrollspy .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  border-right: 1px solid #f2ad40;
}
.djp3-scrollspy .nav > .active > a,
.djp3-scrollspy .nav > .active:hover > a,
.djp3-scrollspy .nav > .active:focus > a {
  font-weight: bold;
  color: #f2ad40;
  background-color: transparent;
  border-right: 1px solid #f2ad40;
}

/* Nav: second level (shown on .active) */
.djp3-scrollspy .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.djp3-scrollspy .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .djp3-scrollspy .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
//  .djp3-scrollspy.affix,
 // .djp3-scrollspy.affix-bottom {
    //width: 213px;
  //}
  .djp3-scrollspy.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .djp3-scrollspy.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .djp3-scrollspy.affix-bottom .djp3-sidenav,
  .djp3-scrollspy.affix .djp3-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
 // .djp3-scrollspy.affix-bottom,
  //.djp3-scrollspy.affix {
   // width: 263px;
 // }
}

.duedate{
		/*display:none;*/
		color:rgb(0,200,200);
}

.tweak{
		display:none;
		/*background-color:rgb(255,200,200);*/
}

.problem{
		background-color:rgb(255,100,100);
}

.stroke{
		/* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white;
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
