/*
* Skin for oXygen generated WebHelp.
*/

/* Fonts. */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
}

:root {
    --light-blue: #346ec5;
    --blue: #1E22AA;
    --dark-blue: #041e41;
    --raidix-blue: #2c3b97;
    --active-blue: #0056b3;
    --light-gray: #dee2e6;
    --medium-gray: #ababab;
    --gray: #616161;
    --dark-gray: #333;
    --raidix-pink: #ed1163;
}

body { 
    font-family: "Roboto";
}

.wh_topic_content body{
    font-family: "Roboto";
}

/* Topic Monospace */
.tt {
    font-family: "Courier New";
    font-size: 0.9em;
}

/* Raidix colorizerd font */
.rdx__Specific {
	color: var(--raidix-blue);
	font-weight: bold;
}

.option {
    font-family: "Courier New";
    font-size: 0.9em;
}

.ph.userinput {
    background-color: transparent;
    color: black;
    font-weight: bold;
    font-size: 100%;
}

span.userinput {
    padding: .2rem .4rem;
}

.red_cell {
    background-color: rgba(237, 17, 99, 0.5);
}

.green_cell {
    background-color: rgba(49, 211, 130, 0.5);
}

/* Tables */
.table {
    /* width: 100% !important; */
    min-width: 24cm !important;
    max-width: 100% !important;
}

.table tbody, thead {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.table tbody tr {
    border-bottom: 1px solid var(--gray);
}

.framenone {
	border-top: 0px !important;
    border-bottom: 0px !important;
}

/* Tiles */
.wh_tile {
    background-color: var(--light-gray);
}

.wh_tile_title a{
    color: var(--light-blue);
}

.wh_search_textfield{
    color: var(--gray);
    background-position-x: 14px;
    border: 1px solid var(--gray);
}

.ui-state-active{
    background-color: var(--gray);
}

#wh_publication_toc {
    background-color: var(--dark-blue);
}

.wh_publication_toc span, .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: var(--light-gray);
}
.wh_publication_toc a:hover {
    text-decoration-color: var(--light-gray);
}

.topictitle1,
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6 {
    color: var(--dark-blue);
}

.topictitle1 {
    color: var(--raidix-pink);
}

/* Footer */

.wh_footer a{
    color: var(--light-blue);
}

nav > ol.breadcrumb {
    background-color: var(--dark-blue);
}

.wh_topic_content li > p, .wh_topic_content td > p, .wh_topic_content div.note > p:last-of-type {
    margin-bottom: 0em;
	margin-top: 0em;
}

.wh_topic_content div.note > p {
	margin-top: 0em;
}

.ph.msgph{
	font-family: sans-serif;
	font-style: italic;
}

.filepath {
    color: var(--raidix-pink) !important;
}

div.note {
    background-image: url("../images/note.svg") !important; /* ЗАМЕНИТЬ */
}

/* Tools and navigation */
.wh_tools{
    background-color: var(--blue);
    height: 0px;
    align-content: center;
}

.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: var(--light-blue);
}


/* Note styling. */
div.note {
    border: 1px solid #09cab7;
    background-image: url("../images/note_rdx.svg") !important;
    background-color: #fff;
    background-position: 0.75em 1em;
    padding-left: 45px;
    padding-right: 15px;
}

div.tip, div.info {
    border: 1px solid var(--light-blue);
    background-image: url("../images/info.svg") !important;
    background-color: #fff;
    background-position: 0.75em 1em;
    padding-left: 45px;
    padding-right: 15px;
}

div.attention, div.warning,
div.caution, div.important,
div.danger {
    border: 1px solid var(--raidix-pink);
    background-image: url("../images/danger_rdx.svg") !important;
    background-color: white;
    background-position: 0.75em 1em;
    padding-left: 45px;
    padding-right: 15px;
}


/* Search relative path */
.searchresult li .relativePath a {
    color: var(--gray);
}

/* Search results breadcrumb */
.search-breadcrumb li a {
    background: var(--light-gray);
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: var(--light-gray);
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: var(--light-gray);
}

/* Index terms. */
.wh_index_terms span.wh_first_letter {
    color: var(--light-blue);
}

/* Tree TOC for the main page. */

.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: var(--light-gray);
}