@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeueCyr-Roman.otf");
}
@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeueCyr-Bold.otf");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeueCyr-Italic.otf");
	font-style: italic;
}
@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeueCyr-BoldItalic.otf");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "Consolas";
	src: url("fonts/consola.ttf");
}
@font-face {
	font-family: "Consolas";
	src: url("fonts/consolab.ttf");
	font-weight: bold;
}

div.wy-nav-content {
	max-width: 100%;
}

.rst-content figure.bg-warning {
	margin: auto auto 24px;
	width: 200px;
	text-align: center;
}

.rst-content figure {
	text-align: center;
}

.rst-content figure img {
	max-width: 90%;
	height: auto;
}

.rst-versions .rst-other-versions dd {
	color: #fcfcfc;
	padding: 6px;
}

.rst-versions .rst-other-versions dd a {
	color: grey;
	padding: 0;
}

.rst-footer-feedback {
	background-color: #F3F6F6;
	padding: 20px 0;
	margin: 20px 0;
	color: #404040;
	text-align: center;
}

.rst-footer-feedback > span {
	margin-right: 25px;
}

.rst-footer-feedback > button {
	margin-left: 10px;
	font-size: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 8px 15px;
	font-family: Lato;
	border-radius: 2px;
	color: #2980b9;
	line-height: 15px;
}

.rst-footer-feedback > button.pressed {
	color: #ffffff;
	background-color: #2980b9;
}

.feedback-block-yes {
	display: none;
	margin-top: 15px;
	color: #2980b9;
}

.feedback-block-no {
	display: none;
	margin-top: 15px;
	padding: 0 30px;
}

.feedback-block-no p {
	margin-bottom: 0;
}

.feedback-form {
	text-align: left;
}

.feedback-form textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	font-size: 16px;
	margin: 6px 0 10px 0;
}

.feedback-form div {
	text-align: right;
}

.feedback-button-submit {
	font-size: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #515151;
	padding: 8px 14px;
	font-family: Lato;
	border-radius: 2px;
	color: #ffffff;
	line-height: 15px;
}

.feedback-form-success {
	display: none;
	color: #2980b9;
}

.highlight .hll {
	background-color: #ffcfcc;
}

/* Wrap content inside cells in tables marked with :class: wrap-cells */
table.wrap-cells td {
    white-space: normal;
    word-break: break-word;
}

/* Remove red borders (show up in fluentd configs) from Pygments .err tokens  */
.highlight .err {
  border: none;
  background: none;
  color: inherit;
}

/* Special underlining for glossary references */
a.reference.internal[href*="#term-"] {
    text-decoration: none; /* Remove default underline */
    border-bottom: dotted;
}
