/** BCAP customizations to the knowledge base plugin **/
.hkb-entry-edit, .hkb-entry-create {
    padding-bottom: 10px;
}

/* Make KB fit in window */
#hkb .hkb-fullwcontainer {
    width: 100% !important;
    left: unset !important;
    right: unset !important;
    /* Override padding from div#mainContent */
    margin: -30px -20px -40px !important;
}

/* Make background match theme */
#hkb .hkb-mainpage-wrapper {
    background-color: #f8f9fa !important;
}

/* Shorten header */
#hkb .hkb-searchbox-wrapper {
    padding: 2em 0!important;
    /* Fade color because cannot make header stretch all the way to the right */
    background-color: #f8f9fa !important;
    background-image: linear-gradient(to right, rgba(10,201,133,1), rgba(255,0,0,0)) !important;
}

/* Color article header */
#hkb .hkb-subheader {
    /* Fade color because cannot make header stretch all the way to the right */
    background-color: #f8f9fa !important;
    background-image: linear-gradient(to right, rgba(10,201,133,1), rgba(255,0,0,0)) !important;
}

/* Make article pages full width */
#hkb .hkb-container {
    max-width: 100% !important;
}

/* Hide support widget */
.hkb_widget_exit {
    display: none;
}

/* Make Contents list items look like a list */
#navtoc .nav {
    display: inline;
}
