/*General*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

body {
	font-family: 'Open Sans', sans-serif;
}

/*Search area*/

#docsSearch {
	background: #FFEDD5;
    border-bottom: 1px solid #ffe2bc;
}

#sidebar form .search-query {
	border: 1px solid #ed8a39;
}

#docsSearch h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}

#searchBar button {
	color: #fff;
    text-shadow: none;
    background: #fb923c;
	border-color: transparent;
}

#searchBar button:hover {
	background: #e38436;
}

#searchBar .search-query {
    border: 1px solid #ed8a39;
}

#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 400;
}

#main-content {
    /* background: white; */
}

.contentWrapper {
/*	border: 1px solid #fb923c;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.category-list.two-col .category {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    background: #fff4e6;
}

.nav-collapse.collapse, .btn.btn-navbar {
    display: none!important;
}

#docsSearch .search-query {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.icon-article-doc {
    display: none!important;
}

.category-list .category {
    border-top: 2px solid #fb923c;
}

.category-list .category h3 {
    position: relative;
}

.collection-category h2 a {
    color: #333333;
}

.collection-category h2 a:hover {
    border-bottom: 1px dotted #106b44;
}

.category-list.two-col .category {
    box-shadow: none;
    background: inherit;
}

.category-list.two-col .category:hover {
    text-decoration: none;
    background: #f8f8f8;
}
.category-list .category:hover .article-count 
    color: #fb923c;
}