/* 
 * Background image for upper-left logo in legacy toolbar (pop-ups).  Image should reside in the same location as this file.
 */
TABLE.utilityNavPane TD.logoImageWithRightBorder {
	background: url('header_bg_blue.png') !important;
	height: 36px !important;
	width: 250px !important;
}

/* 
 * Main image for upper-left logo for new AppShell UI.  This should be similar to upane.logo.img.  Image should reside in the same location as this file.
 */
.nav-logo {
	background-image: url('verint_logo_200_21.png') !important;
}
/* 
 * Background image for upper-left logo for new AppShell UI.  This should match the pop-up background image.  Image should reside in the same location as this file.
 */

.header-bg-blue-image {
	background-image: url('header_bg_blue.png') !important;
}

/*
 * Login Page
 *
 * 	Go Button
*/

.login .productLogoDiv img{
	width: 150px;
	height: 70px;
	position: absolute;
	top: 16px;
	left: 151px;
}

.loginGo {
	background-color: #05CE7C;
	border-left-color: #55ac2a;	
}
.loginGo:hover {
	background-color: #6fde38;
	border-left-color: #5ab52d;
}


/*
 *	Border around username & password
 */

.loginInnerBox {
	background-color: #63c1e0;
}
