.navbar .navbar-inner {
background-color: #d1cfd7;
border-color: #e7e7e7;
}

.navbar .nav {
    display: none;
}

#searchBar button {
color: #fff;
background: #632adb;
border-radius: 0 5px 5px 0;
font: 17px/22px "ProximaNova",Arial,Helvetica,Geneva,sans-serif;
padding: 0 1.5em;
height: 50px;
position: absolute;
text-transform: uppercase;
text-shadow: 0 0 0 rgba(0,0,0,0);
}

#searchBar button:hover {
background: #834df4;
}

#docsSearch {
background: #d1cfd7;
border-bottom: 1px solid #D1CFD7;
}

body {
background: #e8e7eb;
}

.category-list .category {
border: 1px solid #e7e7e7;
background: #fafafa;
}

.category-list .category:hover {
background: #FFFFFF;
}

a {
color: #632adb;
}

a:hover, a:focus {
color: #1c77c2;
}

#serp-dd .result a:hover, #serp-dd .result > li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count {
color: #006cb5;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
border: 1px solid #dddddd;
}
