/*
overrides_custom.css
Basic theme for embedding 
*/

#logo {
    background: url("images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 52px;
    margin: 5px 0 0 8px;
    width: 170px;
	float:left;
}
/* LOGIN PAGE */

#loginPage .banner {
	height: 90px;	
}

#loginPage #frame {
	top: 0px;
	text-align: center;
	overflow: auto;	
}

#loginPage #display{
	overflow:visible;
	width: 1024px;
	margin: auto;
	text-align: left;
}

#loginPage #bannerWrapper{
	width: 1024px;
	margin: auto;
	text-align: left;
}

#loginPage {
	background: none repeat scroll 0 0 #ecf0f1;
}

#loginPage #bannerWelcome {
	top:90px;
}

#loginPage #companyNameBanner {
	margin-top:30px;
}

#loginPage .wrapper {
	background-color:#ecf0f1;
	top:100px;
	background-image: url("images/login_welcome_bkgd.jpg");
	background-position: center 89%;
	background-repeat: no-repeat;
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
	overflow:visible;
}

#loginPage #copy{
	top: 0%;
	width: 750px;
	height: 400px;
	min-height: 52%;
}

#loginPage #welcome {
	height: 75px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}

#loginPage #logo {
    background: url("images/logo2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 69px;
    margin: 15px 45px 0 8px;
    width: 250px;
	float:left;
}

#loginPage #copy2, #loginPage #loginForm{
    margin-top:16px;
	margin-right: auto;
    margin-left: auto;
	display: block;
	background-color:#ecf0f1;
	border:none;
}

#loginPage .pane .body, #loginPage .panel {
	background-color: #ecf0f1;
	position: absolute;
    margin: 5%;
}

#loginPage  .infoBoxCustom  {
	padding-top:10px;
	background-color: #fff;
	height:250px;
	
}

#loginPage #bannerWelcome .textAreaCustom {
	background: url("images/bg_opacity.png");
	margin-top: 130px;
	margin-left: 50px;
	min-height: 200px;
	width: 200px;
	padding: 27px 32px 0px;
	line-height: 24px;
}

#loginPage #bannerWelcome .textAreaCustom .textAccent02 {
	color:#000;
}



#loginPage #rotating h2:after {
	position: absolute;
	content: '';
	top: 8px;
	left: -9px;
}

#loginPage #rotating h2 {
	color:#000;
	font-size: 23px;
	position: relative;
	margin-left: 20px;
	padding-left: 30px;
}

#loginPage #rotating .primary h2:after {
	background: url("images/login_sprite.png") no-repeat;
	height: 21px;
	width: 25px;
}

#loginPage #rotating .secondary h2:after {
	background: url("images/login_sprite.png") no-repeat -32px -1px;
	height: 20px;
	width: 21px;
}

#loginPage #companyNameBanner {
	color: #acb1b6;
}

/* LOGIN FORM CUSTOMIZATION */

#loginPage .login .header {
	background: none;
	border: none;
	height: 40px;
}

#loginPage .login .header div.title:after {
	background: url("images/login_sprite.png") no-repeat -60px -1px;
	height: 22px;
	width: 17px;
}

#loginPage .login .header div.title:after {
	position: absolute;
	content: '';
	top: 4px;
	left: 8px;
}

#loginPage .login .header div.title {
	color:#000;
	font-size: 23px;
	position: relative;
	margin-left: 20px;
	margin-top: 8px;
	padding-left: 30px;
}

#loginPage #loginForm input[type="text"], 
#loginPage #loginForm input[type="password"] {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	padding: 5px 5px;
	height: 26px;
	display: block;
	border: 1px solid #d8dcdd;
	-webkit-box-shadow: 0px 0px 2px 1px #e2e6e7;
	-moz-box-shadow: 0px 0px 2px 1px #e2e6e7;
	box-shadow: 0px 0px 2px 1px #e2e6e7;
	background: #fff;
	margin: 0 0 3px;
	width: 200px;
}

#loginPage #license {	
	left:250px;	
}

#loginPage #loginForm {	
	width:0px;
}

#loginForm .devices {
    display: block;
    height: 50px;
    margin: 0 auto 10px;
    background-repeat:no-repeat;
    background-image:url(images/logo_welcome.png);
	background-position: center -0px;
    background-size: 100%;
}
