@CHARSET "UTF-8";

/* body {
	color: #000000;
	font-family: HPSimplified, "HPSimplified latin", Arial, Sans-Serif;
	font-size: 16px;
}
 */
.bold {
	font-weight: bold;
}



.para {
	margin-top: 15px;
	margin-bottom: 20px;
}

.table-of-contents {
	border-bottom: 3px solid #000;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.table-of-contents .content-link {
	padding: 5px;
}

.content-link .fa{
margin-right:5px;
}
html[dir=rtl] .content-link .fa{
margin-left:5px;
}

.heading, a.heading {
	font-family: HPSimplified;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

.section .heading {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	color: #373737;
	border-bottom: 3px solid #000;
	cursor:default;
}

.section .heading:hover {
 color: inherit;
}
.section .section .heading {
	font-size: 20px;
	
	margin-bottom: 5px;
	border: none;
}

.section .section .section .heading {
	font-size: 16px;
	padding-right: 32px;
	margin-bottom: 5px;
	border: none;
}

html[dir=rtl] .section .section .section .heading {

	padding-left: 32px;

}
.section .section {
	margin: 0 0 0 20px;
}

.section .expandable {
	padding: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: -1px;
}

.section .heading.expandableHeading {
	cursor: pointer;
	
	padding: 20px 20px 20px 0;
}


.section .expandableHeading {
	cursor: pointer;
    padding: 20px 20px 20px 0;
}

.section .expandableHeading:hover {
	color: rgb(0, 102, 153);
}


.section a.heading.expandableHeading:before  {
	content: '';
	
	right: 0;
	border: 2px solid #cccccc;
}

.section a.heading.expandableHeading.toggled:after {
	content: '\f068';
	
	right: 0;
}

.section a.heading.expandableHeading:after {
	content: '\f067';
		right: 0;
}


html[dir=rtl] .section a.heading.expandableHeading:before  {
	content: '';
	
	right: inherit;
	left:0;
	border: 2px solid #cccccc;
}

html[dir=rtl] .section a.heading.expandableHeading.toggled:after {
	content: '\f068';
	
	right: inherit;
	left:0;
}

html[dir=rtl] .section a.heading.expandableHeading:after {
	content: '\f067';
	
	right: inherit;
	left:0;
}
html[dir="rtl"] blockquote {
border-left: 0;
border-right: 3px solid #0096d6;
}

html[dir=rtl] ol {
margin-right: 40px;
margin-bottom: 20px;
}

.section .heading.expandableHeading:before,
.section .heading.expandableHeading:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 30px;
	top:15px;
	font-size: 10px;
	font-family: FontAwesome;
	color: #767676;
	text-align: center;
}

.docImage {
	display: inline-block;
	/*max-width: initial; */
	width:auto;

}

.blockquote h5,
.blockquote-warning h5,
.blockquote-critical h5 {
	text-transform: uppercase;
	font-weight: bold;
}

.note,.warning,.caution {
	background-color: #F2F2F2;
	margin-left: 62px;
	padding: 10px;
}

.note span,.warning span,.caution span {
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

.note .para, .warning .para, .caution .para {
	margin-top: 0px;
}

.note .alert-image {
	background-image: url("../images/note.png");
	width: 31px;
	height: 34px;
	margin-top: -5px;
	margin-left: -52px;
}

.warning .alert-image {
	background-image: url("../images/warning.png");
	width: 42px;
	height: 34px;
	margin-top: -5px;
	margin-left: -52px;
}

.caution .alert-image {
	background-image: url("../images/caution.png");
	width: 42px;
	height: 34px;
	margin-top: -5px;
	margin-left: -52px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	background-color: #efefef;
	font-weight: bold;
}

.table-steps > tbody > tr > td:first-child {
	text-align: inherit;
	font-weight: inherit;
}

.container {
       counter-reset: figureCounter;
}

.para .label .label:before {
       counter-increment: figureCounter;
       content: counter(figureCounter);
}

strong ol, strong li {
	color : #000;
}

.content ol {
color: #000;
}

li.section.expandable {
       list-style-type: none;
}

li.expandable .para{
       margin-top: -3px;
       margin-bottom: 0px
}

li.section.expandable {
       list-style-type: none;
}

li.expandable .heading .para{
       margin-top: -3px;
       margin-bottom: 0px
}

.text-light {
	color : #007DBA;
}

#hpProductContextPageTitle {
	padding-left: 0;
	font-size: 32px;
}

ul.with-bullets {
color: #000;
}

.content table ol {
  color: #767676;
}