section {
    /*border: 1px solid red;*/
    margin: 0 0 80px 0;
}
.container {
    width: 100%;
}
.span7 {
    /*margin-left: 120px;*/
}
.nav a {
    color: #222;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
    background: #ddd;
    color:  orangered;
}
.nav .active {
    background: #eee;
}
.nav li ul {
    display: none;
}
.nav li.active > ul {
    display: block;
}
.nav li.active ul li {
    padding: 0 0 0 30px;
}
.nav li.active > ul li.active > a {
    font-weight: bolder;
    color: orangered;
}
.nav li.active > ul li a:hover {
    text-decoration: underline;
}
.nav-list {
    margin: 0;
    padding: 0;
}
.nav-list li a {
    margin: 0 !important;
    padding-right: 10px;
}
.nav {
    margin-bottom: 0;
}
.nav li .nav {
    padding: 6px 0;
}
#dataNav {
	display: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    max-width: 260px;
}
@media (min-width: 980px) {
	#dataNav {
		display: block;
	}
}
.bs-docs-sidenav {
    margin: 20px 0 0 0;
}
.affix {
    top: 10px;
}
.table th {
    background: #f9f9f9;
}
.breadcrumb {
    /*margin-top: 10px;*/
	padding-left: 0px;
	margin-bottom: 0px;
    background: #FFF;
    font-size: 12px;
}
.breadcrumb a {
    color: #444;
}
.breadcrumb a:hover {
    color: orangered;
}
div.indent {
    padding-left:30px;
    margin-bottom:20px;
}
.tutorial-steps {
    /*border: 1px solid red;*/
    margin: 0;
    padding: 0;
    list-style: decimal inside;
}
.tutorial-steps > li {
	position: relative;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: url('../png/list-item-bg.png') no-repeat;
    background-position: 0 0;
    padding-left: 14px;
    padding-top: 9px;
}
.tutorial-steps > li > h4 {
/*	position: absolute;
*/	margin-top: -20px;
	margin-left: 20px;
    /*display: inline-block;*/
    display: table;
    /*display: block;*/
    font-weight: bolder;
    padding: 0 0 10px 10px;
}
.tutorial-steps > li > img {
    display: block;
}
.tutorial-steps > li > p,
.tutorial-steps > li > ol,
.tutorial-steps > li > ul {
    font-size: 14px;
    font-weight: lighter;
}
.tutorial-steps > li > ol {
    list-style: decimal;
}
#video-ldap {
/*	width: 640px;
	height: 480px;*/
	width: 100%;
	/*height: 100%;*/
}

table.table-ldap-fields {
	word-break: break-all;
}
@media (max-width: 980px) {
	code {
		display: inline-block;
		width: 100%;
		white-space: normal;
	}
}
a.banner-after-affix {
	display: block;
	background-image: url("../png/banner-2-use.png");
	width: 262px;
	height: 243px;
	margin-top: 10px;
}