/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

body {
 padding-top:50px;
}

#masthead { 
 min-height:250px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

#sidebar a.lvl-1 {
	font-size:120%; 
}
#sidebar li.active a.lvl-1 {
  background-color: #eee;
}

/*	USOVDM CSS */
#sidebar ul.sublevel {
	/* display:none;  */
	padding-left:10px; 
}
#sidebar li.active ul.sublevel {
	display:block; 
}
#sidebar ul.sublevel li.active {
	border-color:#2A79B9; 
}
#sidebar ul.sublevel a {
	padding:5px 10px; 
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
	font-size: 95%;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning strong {
	color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info strong {
	color: #1b809e;
}


.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger strong {
	color: #ce4844;
}
div.step-gallery img {
	max-width:100%; 
}
div.step-gallery a {
	padding-top:5px; 
	padding-bottom:5px; 
}

div.step-gallery a:hover,div.step-gallery a.hover {
	background:#eee;
}
div.step-gallery a:nth-child(4n+1){
	clear:both; 
}
.fancy-first-picture {
	padding-left:10px;
	margin-left:-10px; 
    border-left: 2px solid #EEEEEE;
    border-radius: 3px;
}
.fancy-first-picture:hover{
	cursor:pointer;
	background:#fafafa; 
}

#footer {
	padding-bottom:20px; 
}







































