/*
 * SolutionAppliance.css Style Sheet
 *
 * (c) 2018 SolutionAppliance
 * All Rights Reserved.
 */


body {
	color: black;
	background-color: white;
	display: flex;
	width: 97%;
	display: block;
}
.header {
	background-color: #4267b2;
	border-bottom: 1px solid #29487d;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-large;
	width: 100%;
	height: 125px;
	vertical-align: middle;
	display: table;
}
.header .text {
	display: table-cell;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}
.header .text h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.header .text h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.eof {
	width: 100%;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 2px;
	border-top: solid 1px #dddddd;
	color: #dddddd;
	display: table;
	clear: both;
}
.menubar {
	background-color: #29487d;
	border-bottom: 1px solid #29487d;
	color: #fff;
	display: flex;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
}
.menubar .item {
	border-right: 1px solid #cccccc;
	color: #aaaaaa;
	padding: 5px 10px 5px 10px;
}
.menubar .item.active {
	color: #cccccc;
}
.menubar .item.active:hover {
	background-color: #5978ad;
}
.menubar .item a {
	color: #cccccc;
	text-decoration: none;
}

.main {
	font-size: 16px;
	color: black;
	margin-top: 1em;
	padding-left: 10px;
	padding-right: 50px;
}

.box {
	background-color: #eeeeee; 
	padding:1em 1em 1em 1em; 
	border-top: 1px solid #e3e3e3; 
	border-left: 1px solid #e3e3e3; 
	border-bottom: 1px solid #dddddd; 
	border-right: 1px solid #dddddd;  
	margin-bottom: 1em;
	vertical-align: top; 
	display: block;
}

.main h1 {
	color: #4267b2;
	border-bottom: 1px solid #cccccc;
	display: flex;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 1px 1px 1px 1px;
	width: 90%;
}

.clickable {
	color: blue;
	text-decoration: underline;
}
.section {
	word-break: break-all; 
	display: inline-block; 
	padding-left: 40px; padding-top: 6px; position: relative; font-size: 13px;
}
.sicon {
	position: absolute; top: 5px; left: 10px; width: 16px; height: 16px; cursor: move;
}
