/* IvyHelp Style shared by all software */

html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
	height:100%;
	margin:0px;
	max-width: 70em;
}

body p, tr {
	font-size: 1em;
	
}

h1 {
	font-size: 1.7em;
	letter-spacing: 0.5px;
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.5px;
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	font-size: 1.3em;
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
	margin: auto;
}

p {
	widows: 3;
    orphans: 3;
	padding: 2px;
}

p, li {
	line-height: 1.3em;
	font-size: 1em;
	max-width: 70em;
	margin: auto;
	letter-spacing: 0.25px
}

ul.circle {
	list-style-type: circle;
}

ul.none {
	list-style-type: none;
}

ol.num {
	list-style-type: decimal;
}

ol.high {
	list-style-type: upper-alpha;
}

ol.low {
	list-style-type: lower-alpha;
}

ol.uproman {
	list-style-type: upper-roman;
}

dt {
	padding-bottom: 1px;
	font-size: 0.875em;
}

dd {
	padding-bottom: 10px;
	font-size: 0.875em;
}

table th {
	padding: 5 10 5 5;
}

table td {
	padding: 5 10 5 5;
}

img {
	max-width: 70em;
	border: 0;
	vertical-align: baseline;
}

.content a {
	color:#3B6B5A;
	font-weight: 600;
} 

.footer-box {
	padding: 10px;
	font-size:12px;
	margin-top: auto;
	color: #FFFFFF;
	background-color: #45494C;
	max-height: 50p;
	width: 100%;
	bottom:0px;
}

.footer-box a {
	color: #FFFFFF;
}

.header-logo {
	max-width: 220px;
	padding-right: 30px;
}

.page-wrapper {
	min-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.content {
	width: 600px;
	padding: 20px;
	position: relative;
	overflow-x:visible;
	padding-bottom: 50px;
}

.search-bar {
  position: relative;
  height: 40px;
  color:#FFF;
  padding-left: 10px;
}

.search-bar .icon {
  cursor: pointer;
  padding: 13px 15px 13px 11px;
}

.search-bar .text {
	height: 20px;
}

.search_page_title {
	padding-bottom: 0px;
	font-size:18px;
}

.search_page_content {
	padding-bottom: 10px;
}



.menu a:hover {
	background-color: #4b4b4b;
}

.menu-active {
	background-color: #3B6B5A;
}

.menu {
	list-style-type: none;
	padding-inline-start: 0px;
	padding:0px;
	margin: 0px;
}

.menu_top {
	font-size:16px;
}

.menu_middle {
	padding-left:20px;
	font-size: 14x;
}

.menu_bottom {
	padding-left: 25px;
	font-size: 14px;
}

.menu_trigger + ul {
  display: none;
}

.menu_trigger.active + ul {
  display: block;
}

.tip {
	float: right;
	background-color: #E6DADA;
	margin: 8px 0px 8px 8px;
	border: 4px groove black;
	padding: 6px;
	width: 30%;
}

/* CSS classes provided by Doc Team that can't be found in the HTML */
.float1
{
	float: right;
	width: 300px;
}
