*
{
	margin:0px auto;
	padding: 0px;
	box-sizing: border-box;
}
header
{
	min-height: 40px;
	background:#0093DD;
}
#imgbg
{
	
	background: url(../images/Banner-07.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.9;
	/* Set up proportionate scaling */
	width: 100%;
	height: 100vh;
	/* 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;
	background: #e4e4e4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f4f4f4;
}
.form-control{
	 border: 1px solid #c2c2c2 !important;
}
.logo
{
	max-width: 100%;
	margin-bottom: 15px;
	height: auto;
	position:relative;
	text-align:center;
}
.left_logo
{
	float: left;
}
.right_text
{
	font-size: 1.5em;
	color:#278ecd;
	float:right;
}
.clr
{
	clear: both;
}
#logo_img{
	width:132px;	
}
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;
}
.btn-success,.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;;
    border: none !important;
    transition:.2s;
}
.btn-success:hover,.btn-primary:hover{
 background-color:transparent !important;
 font-weight:bold;
 color:#000 !important;
 border:2px solid #337ab7 !important;
 transform: scale(1.1);
}
.btn-lg, .btn-group-lg > .btn {
    padding: 8px 13px !important;
}
.btn-success:focus{
	outline:none !important;
}