/*jvckenwood settings*/
@charset "UTF-8";
.table_with_circle_number colgroup col:nth-of-type(1),
div.textmodule .tabletype-framed.table-fixed colgroup col:nth-of-type(1),
.Table_InsideRuledLine_Off colgroup col:nth-of-type(1) {
	width: 1% !important;
}

div.documentCode {
	margin-top: 15px;
	font-size: 90%;
}

/*Inline Images*/
.schema-inline-img {
	max-height: 1.5rem !important;
	vertical-align: middle;
}
.inline-icon-medium,
svg[data-inline-svg*="inline-svg-medium"] {
	height: 3rem !important;
	max-height: 3rem !important;
}

/*Images*/
.screen_img, .schema-inline-img.inline-large, svg, figure.img_original img {
	max-width: 500px !important;
}

/*Images special*/
article > figure.img_original img.image-normal[width="242"][height="458"]{
	height: 220px !important;
	width: auto !important;
}
table.TableCell_Narrow td[rowspan="5"] p .schema-inline-img.inline-large{
	width: 100% !important;
	min-width: 30px;
}

/*Single-column Images*/
article > figure.img_original.single-column {
	margin-left: 0 !important;
}
figure.img_original.single-column svg{
	width: 100% !important;
	max-width: 100% !important;
}


/* revision */
span {
  letter-spacing: 0
}

li.schema-result {
	padding-left: 1em;
	text-indent: -1em;
}

.list.list_ul_bullet_large-circle_container li:not(.list-indent-1):not(.list-indent-2) {
	margin-top: 0.7em !important;
	font-weight: 600;
}

ol.ol_list_asterisk > li.list-indent-1 {
	text-indent: 0 !important;
}

h1 + h2.Title_AdditionalInformation,
h1 + div.textmodule > h2.Title_AdditionalInformation {
	margin-top: 0.0em;
}

h2 strong { font-weight: bold; }

/* safety */
.safety-block .safety-body, 
section > .schema-procedural-instruction > .schema-instruction.safety .safety-body,
.list-safety .safety-body, 
.safety .safety-body {
  padding-right: 0.3rem;
}

.schema-procedural-instruction > li + li.safety-severity-notice,
li.schema-intermediateresults + li.safety-severity-notice,
section[aria-label="Procedural instructions"] + section.safety-severity-notice{
	margin-top: 10px;
}

article > section.safety-severity-JVC_Instruction_Conditional_Square + section.safety-severity-notice, 
article > section.safety-severity-JVC_Instruction_Conditional_Square + table.tabletype-framed + section.safety-severity-notice, 
article > section.safety-severity-JVC_Instruction_Conditional_Square + table.tabletype-framed, 
article > section[aria-label="Procedural instructions"] + section.safety-severity-notice,
article > div.textmodule + section.safety {
  margin-left: 38px !important;
}
[dir=rtl] article > section.safety-severity-JVC_Instruction_Conditional_Square + section.safety-severity-notice, 
[dir=rtl] article > section.safety-severity-JVC_Instruction_Conditional_Square + table.tabletype-framed + section.safety-severity-notice, 
[dir=rtl] article > section.safety-severity-JVC_Instruction_Conditional_Square + table.tabletype-framed, 
[dir=rtl] article > section[aria-label="Procedural instructions"] + section.safety-severity-notice,
[dir=rtl] article > div.textmodule + section.safety {
  margin-right: 38px !important;
  margin-left: auto!important;
}

article > section.safety-severity-notice,
article > div.textmodule section.safety-severity-notice,
article > div.textmodule + section.safety-severity-notice,
article > section.safety-severity-JVC_Preparation,
article > div.textmodule + section.safety-severity-JVC_Preparation,
article > section.safety-severity-JVC_Activating_subscription,
article > div.textmodule + section.safety-severity-JVC_Activating_subscription{
	margin-left: 0px !important;
}
[dir=rtl] article > section.safety-severity-notice,
[dir=rtl] article > div.textmodule section.safety-severity-notice,
[dir=rtl] article > div.textmodule + section.safety-severity-notice,
[dir=rtl] article > section.safety-severity-JVC_Preparation,
[dir=rtl] article > div.textmodule + section.safety-severity-JVC_Preparation,
[dir=rtl] article > section.safety-severity-JVC_Activating_subscription,
[dir=rtl] article > div.textmodule + section.safety-severity-JVC_Activating_subscription{
	margin-right: 0px !important;
}

article > section.safety-severity-JVC_Instruction_Conditional_Square + table.tabletype-framed {
	width: calc(100% - 38px);
}
article > section.safety-severity-JVC_Instruction_Conditional_Square + table.tabletype-framed td {
	padding: 0.5rem !important;
}


/* JVC */
body.JVC .schema-navbar { background-color: #fff; }
body.JVC .schema-navbar-toggle, 
body.JVC ol.schema-pagewise>li>a, 
body.JVC .schema-pagewise-icon { color: #000000 !important; }
body.JVC .form-control { background-color: #efefef; border:1px solid rgb(51, 51, 51) !important; }
body.JVC .schema-toc-nav { background-color: rgba(0,0,0,0.7); }
body.JVC article a, body.jvc article a { color: #f00 !important; }
