@import url(https://fonts.googleapis.com/css?family=Open+Sans);

p {
  line-height: 1.8;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 92%;
    margin-left: -250px;
    overflow-x: auto;
    overflow-y: auto;
    background: #E5F4FF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-indent: 5%;
}

.sidebar-nav ul {
	padding-left: 10px;
}

.sidebar-nav li {
    line-height: 30px;
    font-size: 13px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #244B69;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #1E3E57;
    background: rgba(204,234,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > li > ul > li {
	font-size: 14px;
}

.sidebar-nav > li {
	font-size: 16px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav li ul {
	list-style-type: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

code.bc-default .string{
	color: #1990B8;
}

code.bc-error .string{
	color: #C7254E;
}

.anchor {
	padding-top: 50px;
}

section h2, section h3, section h4, section h5 {
	color: #337ab7;
}

section h2:hover, section h3:hover, section h4:hover, section h5:hover {
	color: #23527c;
}

section h2, section h3 {
    margin-bottom: 2em;
}

.bc-tab-exemplo {
	margin: 0 0 10px 0;
	padding: 20px;
	border-top: none;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #FAFAFA;
}

div.panel.image-caption {
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 15px;
	
	background: repeating-linear-gradient (45deg, #FFFFFF, #FFFFFF 1px, #FAFAFA 1px, #FAFAFA 30px);
	background: -webkit-repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 1px, #FAFAFA 1px, #FAFAFA 30px);
	background: -moz-repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 1px, #FAFAFA 1px, #FAFAFA 30px);
	
	box-shadow: 3px 3px 5px #ECECEC;
	-moz-box-shadow: 3px 3px 5px #ECECEC;
	-webkit-box-shadow: 3px 3px 5px #ECECEC;
	-khtml-box-shadow: 3px 3px 5px #ECECEC;
}

div.panel.image-caption img {
	border: 1px solid #F1F1F1;
}

small.image-caption {
	display: block;
	margin-bottom: 20px;
}

.inline-icon {
	width: 15px;
}