/* ../media/css/docs.css */
.navheader th { text-align: center; } /* anti-bootstrap */

.navheader tbody tr:nth-child(1) th {  /* временно убрать ненужную строчку */
	display: none;
}

h1.TITLE { display: none; }
	.CORPAUTHOR { display: none; }
	.breadcrumb-shift { margin-left:-15px; }
	
	

/* PostgreSQL.org Documentation Style */

.docs div.NAVHEADER table {
  margin-left: 0;
}

.docs div.NAVHEADER th {
    text-align: center;
}

.docs {
/*	line-height: 1.6; */
}
.content.docs {
	font-size: 16px !important;
}

/* Heading Definitions */
.navheader {
	margin-bottom: 2em;
}
.navheader a[accesskey="n"]::after,
.navfooter a[accesskey="n"]::after {
	content: "→";
	margin-left: 0.5em;
}
.navheader a[accesskey="p"]::before,
.navfooter a[accesskey="p"]::before {
	content: "←";
	margin-right: 0.5em;
}
.navheader a[accesskey="u"]::after,
.navfooter a[accesskey="u"]::after {
	content: "↑";
	position: relative;
	top: -0.5em;
	left: 0.2em;
}
.navheader th {font-weight:400;}

.docs h1, 
.docs h2, 
.docs h3 {
  font-weight: bold;
  margin-top: 2ex;
}
.docs h2, 
.docs h3 {
  text-align: left;
}

.docs h1 a,
.docs h2 a,
.docs h3 a,
.docs h4 a
 {
  color: #EC5800;
}

/* EKa --> */
.docs h1 {
  font-size: 1.4em;
}

.docs h2 {
  font-size: 1.25em;
}

.docs h3 {
  font-size: 1.2em;
}

.docs h4 {
  font-size: 1.15em;
}

.docs h5 {
  font-size: 1.1em;
}

.docs h6 {
  font-size: 1.0em;
}
/* <-- EKa */

.docs h1 a:hover {
/*  color: #EC5800; */
  text-decoration: none;
}

.docs h2 a:hover,
.docs h3 a:hover,
.docs h4 a:hover {
/*  color: #666666; */
  text-decoration: none;
}

.docs .navheader  a,
.docs .navfooter  a {
	margin-left: 0;
	margin-right: 0;
}


.docs .navheader  a:hover,
.docs .navfooter  a:hover {
	text-decoration: none;
}

.docs a {
	color: rgb(10, 167, 245);
} 

/* Text Styles */

.docs div.SECT2 {
  margin-top: 4ex;
}

.docs div.SECT3 {
  margin-top: 3ex;
  margin-left: 3ex;
}

.docs .txtCurrentLocation {
  font-weight: bold;
}

.docs p, 
.docs ol, 
.docs ul, 
.docs li {
  line-height: 1.5em;
}

.docs code {
	font-size: 1em;
	padding: 0px;
	color: #525f6c;
	background-color: #FFF;
	border-radius: 0px;
}

.docs code, kbd, pre, samp {
	font-family: monospace,monospace;	
}

.docs .txtCommentsWrap {
  border: 2px solid #F5F5F5; 
  width: 100%;
}

.docs .txtCommentsContent {
  background: #F5F5F5;
  padding: 3px;
}

.docs .txtCommentsPoster {
  float: left;
}

.docs .txtCommentsDate {
  float: right;
}

.docs .txtCommentsComment {
  padding: 3px;
}

.docs #docContainer pre code,
.docs #docContainer pre tt,
.docs #docContainer pre pre,
.docs #docContainer tt tt,
.docs #docContainer tt code,
.docs #docContainer tt pre {
  font-size: 1em;
}

.docs pre.LITERALLAYOUT,
.docs .SCREEN,
.docs .SYNOPSIS,
.docs .PROGRAMLISTING,
.docs .REFSYNOPSISDIV p,
.docs table.CAUTION,
.docs table.WARNING,
.docs blockquote.NOTE,
.docs blockquote.TIP,
.docs div.note,
.docs div.tip,
.docs table.CALSTABLE {
  -moz-box-shadow: 3px 3px 5px #DFDFDF;
  -webkit-box-shadow: 3px 3px 5px #DFDFDF;
  -khtml-box-shadow: 3px 3px 5px #DFDFDF;
  -o-box-shadow: 3px 3px 5px #DFDFDF;
  box-shadow: 3px 3px 5px #DFDFDF;
}

.docs pre.LITERALLAYOUT,
.docs .SCREEN,
.docs .SYNOPSIS,
.docs .PROGRAMLISTING,
.docs .REFSYNOPSISDIV p,
.docs table.CAUTION,
.docs table.WARNING,
.docs blockquote.NOTE,
.docs blockquote.TIP 
.docs div.note,
.docs div.tip {
  color: black;
  border-width: 1px;
  border-style: solid;
  padding: 2ex;
  margin: 2ex 0 2ex 2ex;
  overflow: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

.docs div.note,
.docs div.tip {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -khtml-border-radius: 8px !important;
  border-radius: 8px !important;
} 


.docs pre.LITERALLAYOUT,
.docs pre.SYNOPSIS,
.docs pre.PROGRAMLISTING,
.docs .REFSYNOPSISDIV p,
.docs .SCREEN {
  border-color: #CFCFCF;
  background-color: #F7F7F7;
}

.docs blockquote.NOTE,
.docs blockquote.TIP,
.docs div.note,
.docs div.tip {
  border-color: #DBDBCC;
  background-color: #EEEEDD;
  padding: 14px;
  width: 572px;
/*  font-size: 12px; */
}

.docs blockquote.NOTE,
.docs blockquote.TIP,
.docs table.CAUTION,
.docs table.WARNING {
  margin: 4ex auto;
}

.docs div.note,
.docs div.tip {
  margin: 4ex auto  !important;
}


.docs blockquote.NOTE p,
.docs blockquote.TIP p,
.docs div.note p,
.docs div.tip p {
  margin: 0;
}

.docs blockquote.NOTE pre,
.docs blockquote.NOTE code,
.docs div.note pre,
.docs div.note code,
.docs blockquote.TIP pre,
.docs blockquote.TIP code,
.docs div.tip pre,
.docs div.tio code {
  margin-left: 0;
  margin-right: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.docs .emphasis,
.docs .c2 {
  font-weight: bold;
}

.docs .REPLACEABLE {
  font-style: italic;
}

/* Table Styles */

.docs  table {
  margin-left: 2ex;
}
.docs .navheader table {
  margin-left: 0;
}

.docs table.CALSTABLE td,
.docs table.CALSTABLE th,
.docs table.CAUTION td,
.docs table.CAUTION th,
.docs table.WARNING td,
.docs table.WARNING th {
  border-style: solid;
}

.docs table.CALSTABLE,
.docs table.CAUTION,
.docs table.WARNING {
  border-spacing: 0;
  border-collapse: collapse;
}

.docs table.CALSTABLE
{
  margin: 2ex 0 2ex 2ex;
  background-color: #E0ECEF;
  border: 2px solid #A7C6DF;
}

.docs table.CALSTABLE tr:hover td
{
  background-color: #EFEFEF;
}

.docs table.CALSTABLE td {
  background-color: #FFF;
}

.docs table.CALSTABLE td,
.docs table.CALSTABLE th {
  border: 1px solid #A7C6DF;
  padding: 0.5ex 0.5ex;
}

.docs table.CAUTION,
.docs table.WARNING {
  border-collapse: separate;
  display: block;
  padding: 0;
  max-width: 600px;
}

.docs table.CAUTION {
  background-color: #F5F5DC;
  border-color: #DEDFA7;
}

.docs table.WARNING {
  background-color: #FFD7D7;
  border-color: #DF421E;
}

.docs table.CAUTION td,
.docs table.CAUTION th,
.docs table.WARNING td,
.docs table.WARNING th {
  border-width: 0;
  padding-left: 2ex;
  padding-right: 2ex;
}

.docs table.CAUTION td,
.docs table.CAUTION th {
  border-color: #F3E4D5
}

.docs table.WARNING td,
.docs table.WARNING th {
  border-color: #FFD7D7;
}

.docs td.c1,
.docs td.c2,
.docs td.c3,
.docs td.c4,
.docs td.c5,
.docs td.c6 {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 0px solid #FFEFEF;
  padding: 1ex 2ex 0;
}

.docs .table  thead {
	background: #E0ECEF;
	border-bottom: 1px solid #000;
}
.docs .table > thead > tr > th {
	/*
	border-bottom: 1px solid #000;
	*/
}

.docs td, th {
	padding: 0.1ex 0.5ex; 
}

.docs .book table tr:hover td {
	background-color: #EFEFEF;
}

/* Link Styles */

.docs #docNav a {
  font-weight: bold;
}

.docs code.FUNCTION tt {
  font-size: 1em;
}

.docs table.docs-compare {
	align: center;
	width: 90%;
	border: 2px solid #999; 
	border-collapse: collapse;
}

.docs table.docs-compare td  { 
	padding: 12px;
	border: 1px solid #DDD;
}

.docs dd {
	margin-left: 40px;
}


.docs .sidebar {
    padding: 8px;
    background: #FFF;
    width: auto;
}





/* DOCUMENTATION */
/*
 * The documentation classes are divided up by newer/older version of the docs
 * Newer version of the docs are "lowercase" classed
 * Older version of the docs are "UPPERCASE" classed
 * Also, newer styles will be in classes vs. older ones that have i
 */

/**
 * docContent-wrapper-ppg represents the main "box" where the documentation is rendered.
 * We namespace everything to ensure these styles do not interfere across the
 * rest of the site
 */

/* For code, order matters here.
 * For instance, we don't want to have any any padding on code blocks that
 * are within the "screen" element
 * This is also higher up as some inherited rules affected the display of the
 * code in certain areas
 */
#docContent-wrapper-ppg {
  font-family: Roboto, Arial, sans-serif;
}

#docContent-wrapper-ppg .col-11,
#docContent-wrapper-ppg .col-10 {
	max-width: initial;	
	padding-right: 0;
	padding-left: 0;
}

#docContent-wrapper-ppg br.table-break {
  display: none;
}

#docContent-wrapper-ppg pre {
  padding: 0.8rem;
}

pre,
code,
#docContent-wrapper-ppg kbd {
  font-size: 0.9rem !important;
  color: inherit !important;
  background-color: #f8f9fa;
  border-radius: .25rem;
  margin: .6rem 0;
  font-weight: 300;
}

#docContent-wrapper-ppg .note pre,
#docContent-wrapper-ppg .note code,
#docContent-wrapper-ppg .note kbd,
#docContent-wrapper-ppg .warning pre,
#docContent-wrapper-ppg .warning code,
#docContent-wrapper-ppg .warning kbd,
#docContent-wrapper-ppg .tip pre,
#docContent-wrapper-ppg .tip code,
#docContent-wrapper-ppg .tip kbd,
#docContent-wrapper-ppg .caution pre,
#docContent-wrapper-ppg .caution code,
#docContent-wrapper-ppg .caution kbd {
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
}

#docContent-wrapper-ppg .screen code {
  padding: 0;
}

#docContent-wrapper-ppg .userinput > code {
  font-weight: bolder;
}

#docContent-wrapper-ppg .replaceable {
  font-weight: 900;
  font-style: italic;
}

#docContent-wrapper-ppg .replaceable > code {
  font-weight: 900;
}

/**
 * Documentation Tables
 */
 
/* tau 
#docContent-wrapper-ppg .table .title > strong {
  color: #336791 !important;
  font-weight: 900;
}
*/

 #docContent-wrapper-ppg table.table,
 #docContent-wrapper-ppg table.informaltable {
   background-color: #e0ecef;
   border: 2px solid #dee2e6;
   border-spacing: 0;
   border-collapse: collapse;
   width: initial;
   margin: 2ex 0;
 }

#docContent-wrapper-ppg table.table th,
#docContent-wrapper-ppg table.informaltable th {
/* tau  
	background-color: #e9ecef; 
*/
  padding: 0.5ex 0.5ex;
}

#docContent-wrapper-ppg table.table th[align="left"],
#docContent-wrapper-ppg table.table td[align="left"] {
  text-align: left;
}

#docContent-wrapper-ppg table.table th[align="center"],
#docContent-wrapper-ppg table.table td[align="center"] {
  text-align: center;
}

#docContent-wrapper-ppg table.table th[align="right"],
#docContent-wrapper-ppg table.table td[align="right"] {
  text-align: right;
}

#docContent-wrapper-ppg table.table th[valign="top"],
#docContent-wrapper-ppg table.table td[valign="top"] {
  vertical-align: top;
}

#docContent-wrapper-ppg table.table th[valign="middle"],
#docContent-wrapper-ppg table.table td[valign="middle"] {
  vertical-align: middle;
}

#docContent-wrapper-ppg table.table th[valign="bottom"],
#docContent-wrapper-ppg table.table td[valign="bottom"] {
  vertical-align: top;
}

#docContent-wrapper-ppg table.table td,
#docContent-wrapper-ppg table.informaltable td {
  background-color: #FFF;
  padding: 0.5ex 0.5ex;
}

/** We use some overrides for code in tables, which makes it more readable */
#docContent-wrapper-ppg table.table tt,
#docContent-wrapper-ppg table.informaltable tt,
#docContent-wrapper-ppg table.table code,
#docContent-wrapper-ppg table.informaltable code {
  background-color: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  margin: 0;
  padding: 0;
  word-break: unset;
}

#docContent-wrapper-ppg table.table th.func_table_entry p,
#docContent-wrapper-ppg table.table td.func_table_entry p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  padding-left: 4em;
  text-align: left;
}

/** Formatting for entries in tables of catalog/view columns **/
#docContent-wrapper-ppg table.table th.catalog_table_entry p,
#docContent-wrapper-ppg table.table td.catalog_table_entry p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  padding-left: 4em;
  text-align: left;
}

#docContent-wrapper-ppg table.table th.catalog_table_entry p.column_definition {
  text-indent: -3.5em;
  word-spacing: 0.25em;
}

#docContent-wrapper-ppg table.table td.catalog_table_entry p.column_definition {
  text-indent: -3.5em;
}

#docContent-wrapper-ppg table.table p.column_definition code.type {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

#docContent-wrapper-ppg table.table td.catalog_table_entry pre.programlisting {
  background-color: inherit;
  border: 0;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  padding: 0;
  padding-left: 4em;
}

#docContent-wrapper-ppg table.table p.func_signature {
  text-indent: -3.5em;
}

#docContent-wrapper-ppg table.table td.func_table_entry pre.programlisting {
  background-color: inherit;
  border: 0;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  padding: 0;
  padding-left: 4em;
}

/**
 * Titles, Navigation
 */
/* tau
#docContent-wrapper-ppg .title {
  display: block;
}

#docContent-wrapper-ppg .title:after {
  display: none;
}
*/

#docContent-wrapper-ppg .title code {
  background-color: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
}

#docContent-wrapper-ppg .navheader table th {
  text-align: center;
}

/**
 * Table of contents
 */
#docContent-wrapper-ppg .toc {
  margin-bottom: 1rem;
}

#docContent-wrapper-ppg div.toc > dl > dd {
  margin-left: 2rem;
}

#docContent-wrapper-ppg div.toc > dl > dt.c2 {
  margin-bottom: 1rem;
}

/* tau
#docContent-wrapper-ppg .toc tt, #docContent-wrapper-ppg .toc dt a {
  font-weight: 300!important;
}
*/

#docContent-wrapper-ppg .toc dd, #docContent-wrapper-ppg .toc dl {
  margin: 0;
}

#docContent-wrapper-ppg .toc span.refpurpose {
  font-weight: normal;
}

/** Do not show any highlighting on code literals in TOC */
#docContent-wrapper-ppg .toc code {
  background-color: inherit !important;
  color: inherit !important;
}

/**
  * Various callout boxes for docs, including warning, caution, note, tip
  */
#docContent-wrapper-ppg .caution, #docContent-wrapper-ppg .note, #docContent-wrapper-ppg .tip, #docContent-wrapper-ppg .warning
{
  border-width: 1px;
  border-style: solid;
  font-style: initial;
  margin: 4ex auto;
  max-width: 40rem;
  padding: 1rem;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

#docContent-wrapper-ppg .caution p, #docContent-wrapper-ppg .note p, #docContent-wrapper-ppg .tip p, #docContent-wrapper-ppg .warning p
{
  margin-bottom: 0 !important;
}

#docContent-wrapper-ppg .caution {
  border-color: #e2b21f;
  background-color: #fff3cd;
}

#docContent-wrapper-ppg .note {
  border-color: #ced4da;
  background-color: #d1ecf1;
}

#docContent-wrapper-ppg .tip {
  border-color: #84c578;
  background-color: #e8f7e6;
}

#docContent-wrapper-ppg .warning {
  background-color: #fbeded;
  border-color: #df421e;
}

#docContent-wrapper-ppg .tip h3, #docContent-wrapper-ppg .note h3, #docContent-wrapper-ppg .caution h3, #docContent-wrapper-ppg .warning h3 {
  text-align: center;
  margin: 0.25rem 0 0.5rem 0;
  color: initial;
}

#docContent-wrapper-ppg .warning td.c2, #docContent-wrapper-ppg .warning td {
  border: 1px solid #d58181;
}

#docContent-wrapper-ppg .warning td.c2 {
  color: #495057;
  background-color: #fbeded;
}

#docContent-wrapper-ppg .warning td.c2, #docContent-wrapper-ppg .warning td {
  border: 1px solid #bd4147;
}

#docContent-wrapper-ppg .warning td.c2 {
  background-color: #fbeded;
}

/**
 * Listing out variables
 */
#docContent-wrapper-ppg .variablelist dt {
  font-family: monospace;
  font-weight: 300;
}

#docContent-wrapper-ppg .variablelist dt {
  font-family: monospace;
  font-weight: 300;
}

#docContent-wrapper-ppg .variablelist dd {
  margin-top: 1rem;
}

#docContent-wrapper-ppg .variablelist dd {
  margin-inline-start: 2rem;
}

#docContent-wrapper-ppg ul.itemizedlist {
  margin-left: 2.5rem;
}

#docContent-wrapper-ppg ul.itemizedlist > li > p {
  margin-left: 0 !important;
}

#docContent-wrapper-ppg .variablelist p,
#docContent-wrapper-ppg .variablelist pre {
  margin: 1rem 0 1rem 2rem !important;;
}
