.kb-list ul li.confluence-article a {
    background: url('../images/icon_small.png') 0 center no-repeat;
}

/* Index Page */

.help-center-title {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

/* Category with list */

.kb-list {
    margin-top: 20px;
}

.kb-list:first-child {
    margin-top: 0;
}

.kb-list h2 {
    font-size: 20px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px dotted #e5e5e5;
    padding: 9px 0 9px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
}

.kb-list ul {
    list-style: none;
}

.kb-list ul li {
    margin: 5px 1% 5px 0;
    width: 48%;
    display: inline-block;
    position: relative;
}

.kb-list ul li a {
    padding-left: 25px;
    color: #555;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.kb-list ul li a:hover {
    color: #0072bc;
    text-decoration: underline;
}

.all-faqs.kb-list ul li a {
    background: none;
}

.all-faqs.kb-list .kb-list-subcategory ul li a {
    padding-left: 0;
}

/* Search */

.knowledge-base-search {
    width: 600px;
    display: table;
    margin: 40px auto;
}

/*******************************************************************************
    Widgets
*******************************************************************************/

h2.title-object.knowledge_base {
    background: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
}

h2.title-object.knowledge_base > a {
    padding-left: 0;
}

h2.title-object.knowledge_base > a span {
    border-bottom: 2px solid #ffa339;
    display: inline-block;
    margin-top: 0;
}

.title-object.knowledge_base.faq > a span {
    border-bottom-color: #479a31;
}

.kb-line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.kb-line-inner {
    width: 0;
    height: 2px;
    background: #ffa339;
}

.faq .kb-line-inner {
    width: 0;
    height: 2px;
    background: #479a31;
}

.knowledge_base .ico-small {
}

.knowledge_base.faq .ico-small {
}

.knowledge_base a {
    text-decoration: none;
}

.homepage.knowledge_base.faq ul li a {
    background: none;
    /*padding-left: 0;*/
}

.homepage.knowledge_base.faq .kb-list ul li:first-child {
    margin-top: 10px;
}

.no-categories.knowledge_base {
    border: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.no-categories.knowledge_base .kb-list {
    margin-top: 0;
}

.no-categories.knowledge_base .kb-list ul li {
    padding-left: 25px;
}

.no-categories.knowledge_base .kb-list ul li a .ico-small {
    margin-right: 5px;
}

.knowledge_base .knowledge_base_objects_row {
    border-bottom: 1px dotted #e5e5e5;
    width: 100%;
}

.knowledge_base .knowledge_base_objects {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
    width: 49%;
    vertical-align: top;
}

.knowledge_base_objects .category_kb_name {
    font-weight: 600;
    font-size: 17px;
    display: block;
    margin-top: 15px;
}

.knowledge_base_objects .category_kb_name .ico-small {
    margin-right: 8px;
    vertical-align: baseline;
    top: 1px;
}

.knowledge_base_objects .category_kb_name .badge {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.knowledge_base ul li {
    list-style: none;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
}

.knowledge_base ul li:first-child {
    margin-top: 10px;
}

.knowledge_base ul li .ico-small {
    vertical-align: baseline;
    margin-right: 10px;
    top: 2px;
}

.knowledge_base ul li a {
    color: #555555;
    white-space: nowrap;
}

.knowledge_base ul li a:hover {
    color: #0072bc;
    text-decoration: underline;
}

.knowledge_base .objects-filter {
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 7px 0;
}

.knowledge_base .objects-filter a {
    font-size: 12px;
    text-decoration: none;
}

.knowledge_base .objects-filter > span {
    float: right;
    color: #acacac;
}

.knowledge_base .objects-filter > span a {
    color: #acacac;
    vertical-align: text-bottom;
}

.knowledge_base .objects-filter a:hover {
    text-decoration: underline;
    color: #0072bc;
}

.knowledge_base .kb-list ul li {
    margin-left: 0;
    margin-top: 5px;
}

.knowledge_base .kb-list ul li:first-child {
    margin-top: 15px;
}

.widgetContainer .featured-index-kb {
    margin-top: 70px;
}

.widgetContainer:first-child .featured-index-kb {
    margin-top: 37px;
}

.mainArea .widgetContainer:first-child .faq-index-kb {
    margin-top: 0;
}
