*
{
	margin:0px auto;
	padding: 0px;
	box-sizing: border-box;
}
header
{
	min-height: 40px;
	background:#0093DD;
}
#imgbg
{
	
	background: url(../images/bracBackgroundImage.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .6;
/*	position: relative;
	max-width: 100%;
	height: 100vh;*/
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.login
{
	position: fixed;
	top:50%;
	width: 400px;
	left: 50%;
	background: #289af0;
	color: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #333;
	height:300px;
	margin-top: -150px;
	margin-left: -200px;
}
.contents
{
	width: 350px;
	padding: 20px;
	border:2px solid #0093DD;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.logo
{
	max-width: 100%;
	margin-top:-50%; 
	/* left:5%; */
	margin-bottom: 10px;
	height: auto;
	position:relative;
}
.left_logo
{
	float: left;
}
.right_text
{
	font-size: 1.5em;
	color:#278ecd;
	float:right;
}
.clr
{
	clear: both;
}
footer
{
	bottom: 0;
	position: fixed;
	width: 100%;
	background:#0067AC;
	color: #fff;
	font-size:11px;
	padding:5px;
	text-align: center;
}
.navigation
{
	width: 100%;
	border-bottom: 1px solid #54b8f1;
	border-top:1px solid #54b8f1;
	height: 40px;
	padding-top: 8px;
	color: #fff;
	background: url(../images/nav_bg.jpg) repeat-x;
}
.navigation a
{
	color: #fff;
}
.navigation a:hover
{
	text-decoration: none;
	color: #fff;
}
button
{
	background: #2688ba;
	border:1px solid #2688ba;
	color: #fff !important;
	padding: 5px;
	border-radius: 5px;
}
button:hover
{
	color:#2688ba !important;
	border:1px solid #2688ba;
	background: #fff; 
}
.card
{
	border-radius: 5px;
	font-size: 1em;
	height: auto;
	margin-bottom: 10px;
	display: block;
	width:100%;
	padding:10px;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	background: #278ecd;
	border:1px solid #304004;
}
.card a
{
	color:#fff;
	text-decoration: none;
}
.card a:hover
{
	color:#fff;
	text-decoration: none;
}
.erp
{
	border-radius: 5px;
	font-size: 1em;
	height: auto;
	margin-bottom: 10px;
	width:100%;
	padding:10px;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	background: #3f883f;
	border:1px solid #304004;
}
.customer
{
	border-radius: 5px;
	font-size: 1em;
	height: auto;
	margin-bottom: 10px;
	width:100%;
	padding:10px;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	background: #d8672b;
	border:1px solid #304004;
}
#bread
{
	width: auto;
	display:inline-block;
	margin-bottom: 10px;
	/*border:1px solid #444;
	border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius: 5px;
	-webkit-border-radius:5px;*/
}
#bread li
{
	display: inline-block;
}
#bread li:after
{
	content: ">>";
}
#bread li:last-child:after
{
	content:"";
}
.username
{
	margin-left:10px;
}
.logout
{
	margin-left: 10px;
}
.h2style
{
	color:#fff;
	font-weight: 600;
	margin-top: 10px;
}