.wh_search_textfield, .wh_search_button
{
    border: solid 2px #53565A;
}

.wh_search_button
{
    background-color: #B94700;
}

.wh_publication_title
{
    display:none;
}

.wh_top_menu ul a
{
    color: #53565A;
}

a, a:hover, .searchresult li .relativePath a
{
    color: #53565A;
}

a, .searchresult li a
{
    color: #B94700;
}

.wh_main_page .wh_content_area
{
    background-color: #53565A;
}

/* Makes container items actually fill the screen instead of being squished to the center */
.container-fluid
{
    max-width: 100%;
}

.wh_publication_toc span, .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover
{
    color: #53565A;
}

.wh_breadcrumb ol .active a, a:visited
{
    color: #B94700;
}

.wh_print_link button, .webhelp_expand_collapse_sections
{
    color: white;
}

/* Stops titles from being displayed in italics, an uses a bolded style instead */
.topictitle1, .topictitle2, .topictitle3, .topictitle4, .topictitle5, .topictitle6
{
    font-style: inherit;
    font-weight: bold;
}


/* Stops shortdesc from being displayed in italics, which made the text inconsistent
 * with the rest of the topic */
.wh_topic_content .shortdesc
{
    font-style: inherit;
}

conbody, .wh_topic_content body
{
    color: black;
}

.wh_top_menu ul li:hover active, .wh_top_menu ul ul{
    background-color: #53565A;
    color: grey;
}

.wh_top_menu ul ul li
{
    border: solid 1px #888888;
    background-color: #53565A;
}

.wh_top_menu ul li:hover ul a, .wh_top_menu ul li:hover a
{
    color: white;
    background-color: #53565A;
}


.wh_related_links .related_links, .wh_topic_content .related-links, .wh_child_links
{
    border-top: #53565A solid 1px;
}

.wh_top_menu > ul > li:hover > ul:before
{
    border-bottom: solid 0.8em #53565A;
}

#wh-search-pagination > ul > li.active > a
{
    background-color: #B94700;
}

.pagination>li>a, .pagination>li>span
{
    color: #53565A;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #53565A !important;
}

.wh_top_menu ul ul li.has-children:after {
        color: white;
}
.body
{
    color: black;
}

.wh_tile_title span
{
    line-height: 1.6em;
}

.wh_tile:nth-child(6n+3), .wh_tile:nth-child(6n+1), .wh_tile:nth-child(6n+2)
{
    background-color: #444444;
}
/* Stops partner portal and support links from being displayed as tile on index page 
.wh_tile:nth-child(6n), .wh_tile:nth-child(6n+3), .wh_tile:nth-child(6n+4), .wh_tile:nth-child(6n+5) {
    display: none;
}
*/
.wh_footer
{
    background-color: #53565A;
    padding-top: 1em;
    padding-right: 3em;
    padding-left: 3em;
    padding-bottom: 1em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>th, .table>thead>tr>th
{
    border: 1px solid #ddd;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: black 1px solid;
}

.wh_related_links .related_links, .wh_topic_content .related-links, .wh_child_links
{
    border-top: #53565A solid 1px;
}
.wh_topic_toc
{
    overflow-y: scroll;
    max-height: 90%;
}

.wh_topic_toc
{
    border-left: 1px solid #53565A;
}
/* Tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
    background-color: #4d5251;
    color: #cccccc;
}

.codeblock .copyTooltip {
    background: #fafafa url(../img/Copy.png) no-repeat 85% 50%;
    background-size: 15px;
    width: 68px;
    height: 32px;
    margin-top: -7px;
    color: #888;
    border: 1px solid #CCCCCC;
    right: auto;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    font-size: 15px;
    border-radius: 0 7px 0 0px;
    display: none;
}

.wh_print_link button, 
.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before {
    color: white;
    text-decoration: none;
}

/* Get index terms to display correctly without duplicate links in parent term */
ul li.wh_term a.wh_term_target
{
    display: none;
}

ul li.wh_term ul a.wh_term_target
{
    display: contents;
}

/* selected autocomplete item */
.ui-menu-item .ui-state-active
{
    background-color: #AAAAAA;
    color: black;
}

/* Border for the hovered page */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #AAAAAA !important;
}

front-page{
    page: front-page;
}

front-page-title {
    display:none;
    background: none;
    background-color: transparent;
    content:none;
}

 @page front-page{
    display:none;
    background-image: url("../2.46/Images/ipfusion_logo.png");
    background-position: center 52%;
    background-repeat:no-repeat;
    content:none;
}

/* Bringing tiles closer together */
.wh_tiles{
    justify-content: center;
}

/* Coloring table cells */
.green_cell{
    background-color: #99ffcc;
    border-color: black;
}

.purple_cell{
    background-color: #ffccff;
    border-color: black;
}

.yellow_cell{
    background-color: #ffffcc;
    border-color: black;
}

.red_cell{
    background-color: #ffcccc;
    border-color: black;
}
.wh_main_page_toc{
    display: none;
}
/* hide top navbar 
.navbar .navbar-default .wh_header, .wh_header_flex_container{
    display:none;
    content:none;
}*/