/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


html, body {
    min-width:100%;
}

body{
    font-family: 'Roboto', sans-serif;
}

    /*
     * ------------------------------------------------------------------
     *
     * Fight with bootstrap
     *
     */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
    border-radius:0;
    margin:0;
}
.wh_header{
  background:  linear-gradient(#6C9FD4, #395470);
  color: #ffffff;
  width: 100%;
    
}
a,
a:hover,
a:visited{
    color: #2A57D4;
}
a:hover{
    text-decoration: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 .wh_publication_title > a{
     color:#fff;
     vertical-align:-3.5px;
     
}



/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    text-transform: uppercase;
    margin: .7em 0;
    font-size: 0.9em;
    text-align: left;

}
.wh_top_menu a{
    /* color: #fff; */
    color: #fff;
    line-height: 2em;
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: #333;
}
.wh_top_menu ul li:hover {
    background-color: #333;
}
.wh_top_menu ul ul li a:hover {
    background: #000;
}
.wh_top_menu ul ul li {
    border-top-color: #000;
    width: 270px;
    text-transform: capitalize;
}
.wh_top_menu ul ul li.has-children:after{
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}
.wh_indexterms_link a:before{
    padding-bottom: .9em;
    color:#fff;
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
    color: #878787;
}
.wh_breadcrumb ol a {
    color:inherit;
}
.wh_breadcrumb ol .active {
    color: #5185cb;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    background-color: #ECF2F9;
    margin: 1em 0 2em;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}


.wh_print_link a,
.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: #347bb7;
    text-decoration: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile > div{
    margin: 3em;
    padding: 2em; 
    background-color: #d8e4f3;
    /*background-color: #d8e4f3;*/
    height: 175px;
    width: 275px;
    font-weight: 300;
    border-bottom: 1px;
    border-style: solid;
    border-width: .25px;
    border-radius: 5px;
    box-shadow: 2px 2px #A3A0A0;    
}
.wh_tile_image img{
    display: block;
    margin: auto;
    width: 30%;
    height: 50%;
}

.wh_tile_shortdesc{
    margin-top:1em;
    text-align: center;
    color: #0D1A2B;
    font-size:1.1em;
}
.wh_tile_text:after{
    /*background: linear-gradient(to bottom, rgba(236, 242, 249, 0), rgba(236, 242, 249, 1) 75%); */
}
.wh_tile_title{
    font-size:1.3em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: .3em;
}
.wh_tile_title a{
    /*color: #000000;*/
    color: #3077be;
}
@media only screen and (max-width: 767px) {
    .wh_tile > div {
        height: auto;
    }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
    background-color:gray;
}
*/



/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input{
    display:block;
    margin:0;
    position:relative;
    background: #E6E8EB;
    padding: 40px 0;
    /* background: url('resources/images/bgr_right_small.png') right no-repeat #2771bb; */
}

.wh_welcome:not(:empty){
    font-size: 4em;
    margin: 0 auto;
    font-family: 'Roboto Thin', sans-serif;
    padding: 0 0 1.5em 0;
    text-shadow: none;
}

.wh_main_page .wh_search_input{
    /*padding: 115px 0;
    background: url('resources/images/bgr_right.png') right no-repeat #2771bb; */
    padding: 40px 0;

}
.wh_search_textfield{
    border: solid 1px #CCC;
    border-radius: 5px;
    padding: 0 .5em;
    position: relative;
    height: 2.8em;
}
.wh_search_button{
    border: solid 1px #CCC;
    border-radius: 0 5px 5px 0;
    padding: 0 .5em;
    color:#fff;
    background:  linear-gradient(#F57F36, #D36D2E);
    height: 2.8em;
}

/*@media only screen and (max-width: 999px) {*/
    /*.wh_search_input:after{*/
        /*display:none;*/
    /*}*/

/*}*/
@media only screen and (max-width: 768px) {
    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 3em 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Side TOC
 * 
 */
.wh_side_toc{
    border-radius: 3px;
    padding: 1.5em 2em;
    background-color: #f8f8f8
}
.wh_side_toc .active {
    color: #5185cb;
}
.wh_side_toc a, .wh_side_toc a:visited, .wh_side_toc a:hover {
    color: #878787;
}
.wh_side_toc a:hover {
    text-decoration: underline;
}

.wh_side_toc  ul  li{
    margin: .7em 0;
}
.wh_side_toc > ul > li > span{
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .wh_side_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
        border: 1px solid #e0e0e0;
    }
    
    .related-links {
        border: 1px solid #e0e0e0;
    }
}

/*
 * ------------------------------------------------------------------
 *
 * Footer
 * 
 */
.wh_footer{
    text-align: center;
    padding: 1em;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: none #255B90;
    margin-top: 2em;
}

.wh_footer a{
    color: #ffffff;
}

/*
 * Redoc
 */


redoc[spec-url] h1 {
  color: #black;
}

redoc[spec-url] .tag-info h1 {
  color: #black !important;
}
 
redoc[spec-url] .operation h2 {
  color: #6C9FD4 !important;
}
 
redoc[spec-url] .menu-content {
   color: black !important;
}

redoc[spec-url] .redoc-json {
   color: #ffffff !important;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content,.wh_content_area {
    color: #000000;
    min-height: 500px;
    width: 100%;
}
.wh_main_page .wh_content_area {
    margin: 5px auto;
}
.wh_topic_content .title.topictitle1 {
    color: #346ec5;
    font-size: 2em;
    margin-bottom: 1em;
}
.wh_topic_content .related-links{
    background-color: #F8F8F8;
    padding: 1.5em;
}
.wh_topic_content .related-links strong{
    font-weight: 500;
}
.wh_topic_content .related-links .olchildlinks,
.wh_topic_content .related-links .ullinks,
.wh_topic_content .related-links .relinfo{
    list-style: none;
    padding: 0;
    margin:0;
}
.wh_topic_content .related-links a,
.wh_topic_content .related-links a:visited {
    color: #5185cb;
    padding-bottom: .3em;
    display:inline-block;
}
.wh_topic_content .related-links li{
    color: #757575;
    font-size: .9em;
}

/* Accela customization*/

.wh_topic_content .p{
    width: 100%;
}

.wh_topic_content .table{
    width: 100%;
}

.wh_topic_content .table,
.wh_topic_content .table>thead>th>td,
.wh_topic_content .table tr,
.wh_topic_content .table td,
.wh_topic_content .table th{
    border: .5px solid #f2f2f2;    
}
.wh_topic_content .table th{
    background-color: #e6e6e6;    
}
.wh_topic_content .table td{
    vertical-align: top;    
}

.wh_topic_content .table.tablenoborder,
.wh_topic_content .table.tablenoborder>tbody>tr>td,
.wh_topic_content .table.tablenoborder tr,
.wh_topic_content .table.tablenoborder tr{
  border: 0px !important;
}

.wh_topic_content code {
  color: #000 ;
  background-color: transparent;
}

.wh_topic_content .headBorderTop{
    border-top-style: solid;
    border-top-width: .5px;
    padding-top: 2.5em;
    font-size: 14pt;    
}
.wh_topic_content .paraHead{
    padding-top: 1em;
    font-size: 12pt;    
    font-style: bold;    
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}
.searchresult li{
    padding: .5em;
}
.searchresult li a, 
.wh_search_expression{
    color:#346ec5;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0;
}
.wh_search_expression{
    font-weight:bold;
}


/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #346ec5;
}
.wh_index_terms #indexList{
    padding:0;
}



/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc{
}


.wh_main_page_toc .expanded, .wh_main_page_toc .wh_main_page_toc_accordion_header:hover, .wh_main_page_toc>.wh_main_page_toc_entry:hover, .wh_main_page_toc_accordion_entries{
    background-color: #F2F8FF;
}

/**
 *
 * Styles used for RTL pages
 *
 */
html[dir='rtl'] .wh_top_menu ul li:hover > ul {
    max-width: 270px;
}

/**
 * Other customizations
 */

td {
    word-break: break-all;
}

/*
div.tablenoborder {
    overflow-x: auto;
    width: 1100px;
    margin: 0 auto;
    border: none;
}
*/

h2 {
    padding-top: 2em;
    margin-bottom: 1em;
}

.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 80px;
height: 60px;
z-index: 100;
display: none;
text-decoration: none;
background-color: #F57F36;
}