﻿a{
    color: #2469b3;
}

#toolbar{
    display: none !important;
}

.icon-custom-hot {
    color: red;
    padding-right: 4px;
}

.help-doc {
    font-size: 0.9rem;
}

    .help-doc a {
        text-decoration: none;
    }

.bd-toc-item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bd-sidebar {
    border-radius: 8px;
}

.bd-toc-link {
    display: block;
    padding: 0 1.5rem;
    font-weight: 600;
    color: rgba(0,0,0,0.65);
    border-radius: 8px;
    height: 42px;
    line-height: 42px;
}

.bd-toc-item:hover > .bd-toc-link {
    color: rgba(0,0,0,0.85);
    text-decoration: none;
    background: linear-gradient( 137deg, #0566F5 0%, #4590FE 100%);
    color: rgba(255, 255, 255, 1);
}

.bd-toc-item.active > .bd-toc-link {
    color: rgba(0,0,0,0.85);
    text-decoration: none;
    background: linear-gradient( 137deg, #0566F5 0%, #4590FE 100%);
    color: rgba(255, 255, 255, 1);
}

.bd-sidebar .nav > li {
    display: block;
    color: rgba(19, 40, 66, 1);
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    font-size: 0.9rem;
}

    .bd-sidebar .nav > li > a {
        display: block;
        padding: 0 0 0 3rem;
        color: rgba(19, 40, 66, 1);
    }

    .bd-sidebar .nav > .active, .bd-sidebar .nav > li:hover {
        background: linear-gradient( 137deg, #0566F5 0%, #4590FE 100%);
    }

        .bd-sidebar .nav > .active > a, .bd-sidebar .nav > li:hover > a {
            color: rgba(255, 255, 255, 1);
        }

#searchIcon {
    position: absolute;
    display: inline-block;
    right: 1rem;
    top: 0.3rem;
    font-size: 1.5rem;
    width: 1.5rem;
    color: #5C5C66;
}

#wyys_content{
    padding-right: 3rem;
}

#categoryCardPanel a, #topHelpLinkPanel a {
    color: #132842;
}

.category-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 1.8rem 1.5rem;
    height: 100%;
}

    .category-title {
        font-size: 1rem;
        font-weight: bold;
        padding-left: 1rem;
        border-left: 4px solid #0968F5;
    }

    .category-card .category-cotent {
        margin-top: 1.5rem;
    }

        .category-card .category-cotent ul {
            list-style: none;
            line-height: 2.187rem;
            padding-left: 1rem;
        }

            .category-card .category-cotent ul li {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .category-card .category-cotent ul li a {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .category-card .category-cotent ul li a:hover {
                    color: #0968F5 !important;
                }

#bd-docs-nav{
    min-width: 181.56px;
}

#helpListPage {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 2rem;
}

#helpListPageUl {
    list-style: none;
    line-height: 2.187rem;
    padding-left: 1rem;
}

    #helpListPageUl li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #helpListPageUl li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #132842;
    }

        #helpListPageUl li a:hover {
            color: #0968F5;
        }

#helpListPageSizeSelect{
    border: none;
}

#topHelpLinkPanel a:hover {
    color: #0968F5;
}
