
.technav a:active { font-weight:bold; } 


.technav li ul li {
	margin-left:20px;
}

.technav a {
	line-height:110%;
}



.manual .mainthemebox {

	margin-bottom:2%;
	margin-right:2%;
	height:80px;
	padding-top:80px;
	width:19%;
	float:left;
	text-align:center;
	vertical-align:middle;
	border-radius:10px;
	line-height:120%;
	font-size:90%;
	background-color:#EEE;
	padding:2%;
}

.manual .maintopic {

	cursor:pointer;
}
.manual {
    line-height: 180%;
	background-color: #EEE;
	margin-top:20px;
}

.manual h2 {
    color:#000;
}

.manual ol, 
.manual ul {
	list-style:inherit;
}

.manual .upper-alpha {
    list-style-type: upper-alpha;
}

.manual .lower-alpha {
    list-style-type: lower-alpha;
}

.manual ul, 
.manual ol {
    padding-left: 20px;
    box-sizing: border-box;
}
.manual ol {
	list-style-type: decimal;
}
.manual [data-title] {
    padding: 11px 18px;
    font-size: 15px;
    line-height: 1.4em;
    border-left-style: solid;
    border-left-width: 7px;
}

.manual [data-title] {
    border-left-color: #888;
}

.manual [data-title]:before {
    content: attr(data-title);
    font-weight: bold;
}

.manual table {
    border-collapse: collapse;
    font-size: 16px;
}

.manual td, 
.manual th {
    padding: 11px 14px;
}
.manual td {
    border: solid 1px rgb(165, 165, 165);
}

.manual article {
	display: inline-block;
	margin-top: 1em;
	text-align: left;
}

.bleed, .tsrm { /* tsrm временно */
	overflow: auto;
}

.bleed *, .tsrm * { /* tsrm временно */
	max-width: auto;
}

.manual .image {
	max-width: 100%;
	height:auto;
	width: 100%;
	margin: 20px 0;
	display: block;
}

.edge {
	max-width: 100%;
	width: 100%;
}

.margins {
	width: auto;
	margin-left: 20px !important;
	margin-right: 20px;
}

.sticker {
	width: auto;
	background-color: transparent;
	margin-right: 20px;
}

.disclaimer {
	margin: 5px 12px;
}

.description {
	margin: 40px 12px 0;
	line-height: 1.3;
	max-width: 700px;
}

.wider-margins {
	margin-left: 40px;
	margin-right: 15px;
}

.narrow {
	width: 100%;
	max-width: 650px;
}

.wide {
	max-width: 1080px;
}

.block {
	padding: 0;
	max-width: 100%;
	margin: 0px auto;
}

.oblong, .tsrm img { /* tsrm img временно */
	max-width: 750px;
}


.manual p, .manual article ul, .manual ol, .manual table {
	margin-bottom: 1.5em;
}

.manual article ul ol, .manual article ol ul, .manual article ul ul, .manual article ol ol {
	margin-bottom: .5em;
}

.manual article ul {
	list-style: disc;
}

.manual article ul, .manual ol {
	padding-left: 16px;
	box-sizing: border-box;
}

.manualarticle li {
	padding-left: 3px;
}

.pull-quotes {
	/*	Создать 	*/
}

.manual a {
	text-decoration: none;
}


.manual abbr {
	white-space: nowrap;
}

/*	list-style-type	*/
.upper-alpha {
	list-style-type: upper-alpha;
}

.lower-alpha {
	list-style-type: lower-alpha;
}

.diams li::before {
	content: '♦';
}

.list-none, .diams {
	list-style-type: none;
}

.manual section {
	background-color: white;
	padding: 15px;
	border-radius: 10px;
	position: relative;
}

.goup {
	display: none;
	border-radius: 50%;
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 1;
	background-color: white;
	border: solid 1px #ccc;
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-align: center;
}

.goup::before {
	content: "\E260";
	font-family: "GLYPHICONS Halflings";
	font-weight:normal;
	line-height: 2.4rem;
	font-size: 1.3rem;
	color: #838b98;
}

.manual .logo {
	margin-right: 20px;
	border: none;
}


.tag {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.green {
	border: solid 1px white;
	outline: solid 1px black;
	background-color: #008c5b; /* TAG heuer */
	color: white;
	padding: 1px 4px 1px 7px;
	font-weight: bold;
}

.hue {
	background-color: #008c5b;
	color: white;
	padding: 0 3px;
	font-weight: bold;
	letter-spacing: 0em;
	border-radius: 2px;
	font-size: 20px;
	line-height: 1.05em;
	display: inline-block;
	text-align: center;
}


.manual .bligh {
	font-family: bligh, sans-serif;
	font-weight: bold;
	line-height: .87em; /* для 2 строк */
	line-height: .9em; /* для одной строки */
	padding: 4px 3px 0 3px;
	letter-spacing: -0.02em;
	font-size: 24px;
}

.manual .footer {
	width: 100%;
	display: block;
	/* background: #003d91; Play station */
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	text-align: center;
}


.manual .footer a:hover {
	text-decoration: underline;
}

.manual .disclaimer {
	font-size: 14px;
	color: white;
	text-align: center;
	display: block;
}

.manual .disclaimer span {
	background-color: rgba(150, 150, 150, 0.6);
	display: inline-block;
	padding: 2px 10px;
	line-height: 1.2;
	border-radius: 10px;
}

.manual .disclaimer a, 
.manual .message a {
	color: white;
	text-decoration: underline;
}

.manual .disclaimer a:hover, .message a:hover {
	text-decoration: none;
}


.manual table {
	border-collapse: collapse;
	font-size: 16px;
}

.manual td {
	border: solid 1px rgb(165, 165, 165);
}

.manual th {
	font-size: 18px;
}

.manual td, .manual th {
	padding: 11px 14px;
}

.manual table img {
	max-width: 100%;
	
}

.manual .layout-table tr, .layout-table td {
	border: 0;
}

.manual .layout-table td {
	padding: 0;
}

.manual .double {
	border: double 3px black;
}

.manual .auto {
	padding: 0 40px;
}

.manual .auto button {
	width: 100%;
	margin: 20px 0;
	padding: 8px;
}

.manual [data-title="Hint"] {
	border-left-color: #f5f5f5;
}

.manual [data-title="Notice"] {
	/* color: rgb(132, 23, 24);
	border: solid 1px rgb(132, 23, 24); Fujitsu */
	border-left-color: rgb(220, 241, 254);
}

.manual [data-title="Caution"] {
	border-left-color: rgb(253, 247, 207);
}

.manual [data-title] {
	padding: 11px 18px;
	font-size: 15px;
	line-height: 1.4em;
	border-left-style: solid;
	border-left-width: 7px;
}

.manual [data-title]:before {
	content: attr(data-title);
	font-weight: bold;
}

.manual .tooltip {
	/* создать так называется title у текста */
}

.manual .pure {
	/* создать чистый
	 area
	 trigger вызывать
	 toolkit

	tool */
}

.manual .tag-btn {
	background-color: #008c5b; /* Tag */
	/* background-color: #105a33; /* lacoste */
	margin-bottom: 2px !important;
	color: white !important;
}

.manual .message {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	/* background-color: #005d34; /* Lacoste */
	background: #888888;
	color: white;
	max-height: 200px;
	overflow: hidden;
	transition: max-height;
	transition-duration: .3s;
	transition-timing-function: ease;
}


.adaptive-width {
	width: 15%;
}

/* DIAGNOSTIC TABLE */
.manual .right {
	background-image: url('/assets/img/icon/right.svg');
}

.manual .down {
	background-image: url('/assets/img/icon/down.svg');
}

.manual .down, .manual .right {
	background-repeat: no-repeat;
	border: 0;
	text-align: center;
}

/* КНОПКА */

.manual .close, .manual .hide {
	right: 5px;
	top: 10%;
	cursor: pointer;
}




.manual .btn {
	padding: 9px 9px 9px 26px;
}

.manual .dropdown {
	margin: 0 0 5px 0;
}

.manual .dropdown li {
	width: 100%;
}

*[data-dropdown="open"] + .dropdown {
	display: block;
}

*[data-dropdown="hide"] + .dropdown {
	display: none !important;
	border: 0 !important;
}

[data-current], .content {
	background-color: #f1f1f1 !important;
	/* background-color: #d4ffc5 !important; Telegram */
	display: block;
}

.manual .content {
	position: relative;
}

.manual .content:before {
	position: absolute;
	font-size: 10px;
	opacity: 0.7;
	left: 7px;
}

.manual .content[data-dropdown="hide"]:before {
	content: '\e252';
}

.manual .content[data-dropdown="open"]:before {
	content: '\e253';
}

.manual .btn {
	padding: 9px;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	font-size: 15px;
	line-height: 24px;
}

/* NAVIGATION NAVIGATION NAVIGATION NAVIGATION */
/* SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */
.search-out {
	text-align: left;
	display: inline-block;
	overflow: auto;
}

.search-out ul {
	list-style: none;
}

input, textarea {
	outline: none;
}



input[type="search"] {
	width: 100%;
	font-family: inherit;
	margin-bottom: 0;
	box-sizing: border-box;
	background-image: none;
	border-collapse: separate;
	background-color: #f1f1f1;
	border-color: transparent;
	border: 0;
	border-radius: 7px;
	padding: 3px 5px 3px 25px;
}

input[type="search"]:focus {
	border-color: #067edd; /* meego */
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(6, 126, 221, 0.6);
}

input[type="reset"], .close, .hide {
	background: transparent;
	outline: none;
	font-size: 16px;
	right: 0;
	top: 3px;
	padding: 3px 5px;
	opacity: 0.7;
	position: absolute;
	font-weight: 700;
}


input[type="reset"], input[type="reset"]::-moz-focus-inner {
	border: none;
}

input {
	color: inherit;
	font-weight: inherit;
	line-height: 1.4;
	font-size: 16px;
}

.fail input[type="search"] {
	background-color: #e5222f; /*TAG */
}

.fail {
	color: #e6e6e6;
}

#searchForm:before {
	font-family: 'Glyphicons Halflings', sans-serif;
	content: '\e003';
	line-height: 1.3;
	font-size: 12px;
	opacity: 0.7;
	color: inherit;
	left: 7px;
	font-weight: bold;
	position: absolute;
}

#searchForm {
	margin: 7px 9px;
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
}

#searchForm input:hover, #searchForm:hover {
	border-color: transparent;
}

#searchForm:before {
	top: 8px;
}

.find {
	background-color: white;
}

.result em {
	font-weight: 400;
	font-style: normal;
	border-radius: 3px;
	background-color: #008c5b;
	background-color: #124191;;
	color: white !important;
}

/* Костыль для поиска*/
.search-out {
	box-sizing: border-box;
	width: 100%;
	display: block;
}

.part {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 14px;
	background-color: #f8f8f8;
}

.chapter {
	padding: 7px 7px 7px 26px;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.3;
}

.manual .sections {
	margin: 0px 0px 0 32px;
	font-size: 16px;
}

.manual [data-type], [data-type]::before {
	vertical-align: middle;
}

.manual [data-type]::before {
	margin-left: -18px;
}

.manual [data-type="page"]::before {
	content: url('/assets/img/icon/text.png');
	content: -Webkit-image-set(url('/assets/img/icon/text.png') 1x, url('/assets/img/icon/text@2x.png') 2x);
}

.manual [data-type="news"]::before {
	content: url('/assets/img/icon/news.png');
	content: -Webkit-image-set(url('/assets/img/icon/news.png') 1x, url('/assets/img/icon/news@2x.png') 2x);
}

[data-type="manual"]::before {
	content: url('/assets/img/icon/manual.svg');
	content: -Webkit-image-set(url('/assets/img/icon/manual.svg') 1x, url('/assets/img/icon/manual@2x.svg') 2x);
}
/* SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */
/* ACTION ACTION ACTION ACTION ACTION ACTION ACTION */
.manual .action {
	display:none;
	position: absolute;
	right: -40px;
	bottom: 5px;
	z-index: 1;
	border-radius: 50%;
	background-color: rgba(150, 150, 150, 0.6);
	text-align: center;
	width: 33px;
	height: 33px;
	box-sizing: border-box;
	cursor: pointer;
}

.action ul {
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(221, 224, 235, 0.6); */
	box-shadow: 3px 3px 8px -2px rgba(0,0,0,0.3);
	border-color: #dde0eb;
}

.action:hover {
	background-color: rgba(150, 150, 150, 0.3);
}

.manual .action::before {
	content: "\E095";
	font-family: "GLYPHICONS Halflings";
	font-weight:normal;
	line-height: 2.2rem;
	font-size: 1rem;
	color: white;
}

.manual .action ul {
	background-color: white;
	position: absolute;
	bottom: 15px;
	right: 0;
	list-style: none;
	padding: 0;
	min-width: 200px;
	border-radius: 10px;
	text-align: center;
}
/* ACTION ACTION ACTION ACTION ACTION ACTION ACTION */
/* COUNTER COUNTER COUNTER COUNTER COUNTER COUNTER */
.counter {
	counter-reset: item
}

.counter .item {
	margin-left: 23px;
}

.counter .item::before {
	display: inline-block;
	float: left;
	content: counters(item, ".");
	counter-increment: item;
}

.out .item::before {
	margin-left: -23px;
}

.counter section {
	margin-left: 20px;
}

.counter section > *:first-child {
	padding-left: 18px;
}
/* COUNTER COUNTER COUNTER COUNTER COUNTER COUNTER */

/* Notification.harmattan */

.notification {
	width: 100%;
	-webkit-transform: translateZ(0);
	box-sizing: border-box;
	position: fixed;
	padding: 0 6px;
	bottom: 66px;
	text-align: center;
	z-index: 5;
	height: 0;
	overflow: visible;
}

.field {
	width: 100%;
	max-width: 350px;
	min-width: 300px;
	min-height: 62px;
	color: white;
	background-color: black;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	line-height: 17px;
	padding: 5px 7px;
	padding-right: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.touchHide {
	transition: transform 70ms linear;
	transform: translateX(-20px);
}

.touchOpen {
	transition: transform 70ms linear;
	transform: translateX(20px);
}

.dragHide {
	transition: all 300ms linear;
	transform: translateX(-100%);
}

.dragOpen {
	transition: all 300ms linear;
	transform: translateX(100%);
}

.notDefault {
	transition: all 100ms linear;
	transform: translateX(0);
}

/* end Notification.harmattan */

/*	< Back Next > */

.back {
	float: left;
}

.next {
	float: right;
}

.back:before, .next:after {
	font-size: 10px;
	margin: 0 10px;
}

.back:before {
	content: '\e079';
}

.next:after {
	content: '\e080';
}

.support {
	cursor: pointer;
	font-size:70%;
	font-weight:bold;
	    line-height: 120%;
}
.supporthue {
	text-align:center;
	padding:40px;
}

@media only screen and (min-width: 780px) {

	.manual .content + .dropdown {
		display: block !important;
	}
	/* NAVIGATION */

	.action {
		right: -47px;
	}

	.manual .content {
		display: none;
	}

	.manual article li {
		padding-left: 10px;
	}

	.manual .counter section > *:first-child {
		padding-left: 25px;
	}

	/*	only article	*/
	.narrow {
		max-width: calc(100% - 310px);
	}

	.block {
		max-width: 350px;
	}

	.goup {
		bottom: 20px;
	}

	.adaptive-width {
		width: 35%;
	}

	.nokia-box {
		text-align: right;
	}
}

@media only screen and (min-width: 1200px) {
	/*	only article	*/
	.narrow {
		max-width: 800px;
	}
	.manual article {
		margin-left: 50px;
	}
}

@media only screen and  (max-width: 450px) {
	/* NAVIGATION */
	[data-current] + .dropdown {
		display: block !important;
	}
	/* NAVIGATION */
	
	.mainnav {display:none;}
	
	.mainthemebox {
		height:auto !important;
		margin-right:20px !important;
		width:96% !important;
	}
}

@media (pointer:coarse) {
	.hide, .open {
		display: none;
	}
	.field {
		padding-right: 7px; /* нет кнопки hide*/
	}
}


