/* Login */

/*|*******************************************************************************|*/
/*|************************************ LOGIN CSS ********************************|*/
/*|*******************************************************************************|*/

/* Reset */
html, div, form, header, aside, section, article, footer {  
		display: block;  
} 

body, p, img, dl, dt, dd, ul, nav, ol, li, h1, h2, h3, h4, figure, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, hr {
		margin: 0;
		padding: 0;
		list-style: none;
		border:none;
		outline:none
}

a:link, a:visited {
		text-decoration: underline;
}

a:hover{
		text-decoration: underline; 
		cursor:pointer !important
}

/* Essentials */

::selection {	/* Safari - selected text style */
		background: #f3d673; 
		color: #000;
}
::-moz-selection {/* Firefox - selected text style */
		background: #f3d673; 
		color: #000;
}
	
html, body {
		font-family:Arial, Helvetica, sans-serif;
		background: #ccc;
		font-size: 12px;
		color: #000; /*#4b4e51;*/
}

.clear {
		clear: both;
}

.spacer {	/* for transparent space */
		
}

input[type="text"], input[type="password"], input[type="tel"], .select{
	    border-radius: 4px;
	    min-width: 200px;
	    border: #ccc solid 1px;
	    background-color: #ffffff;
	    margin: 4px 0px;
	    padding: 5px;
	    text-align: left;
	    vertical-align: middle;
	    /*font-size: 12px;*/
}

input:focus[type="text"], input:focus[type="password"], input:focus[type="tel"], .select:focus{
		border: #536cb3 solid 1px !important;
		background-color:#ffffff !important;
}

.select{
		width:190px;	 
}

input[type="submit"]{
        -webkit-appearance:none;
		color:inherit;
		border-radius:4px;
		border: #ccc solid 1px;
		background-color:#f5f5f5;
		margin-right:4px;
        margin-bottom:10px;
		padding:7px 10px;
		min-width:75px;
		vertical-align:middle;
		text-transform:uppercase;
		font-size:10px;
		text-align:center;
		box-shadow: 0 0 4px #cccccc;
		cursor:pointer;
}

input:focus[type="submit"], input:hover[type="submit"] {
    color: #ffffff;
    border: #662D91 solid 1px;
    background-color: #662D91;
    box-shadow: none
}

input[disabled] {
		color:inherit;
		border: 1px solid #ccc;
		background-color: #f5f5f5;
		/* SMV - 17 Oct 2012 - To remove box-shadow effect from Disabled fields */
		box-shadow:none;
}

input[type="submit"][disabled], input[type="button"][disabled]  {
		/* SMV - 17 Oct 2012 - To add opacity to Disabled buttons to make them look correct in Chrome and FF */
		opacity:.5;
}

input[disabled]:hover {
		color:inherit;
		border:1px solid #ccc;
		background-color:#f5f5f5;
		cursor:not-allowed
}

/* Login Sections */
.novalogin{ 
		width:629px !important; 
		padding:10px; 
		margin:20px auto; 
		background:#fff; 
		border:1px solid #eee; 
		border-radius:10px; 
		box-shadow: 0 0 7px #333;
}
.novalogin a{ 
		color:#000000; 
		display:block; 
		padding:0 10px; 
		white-space:nowrap;
}
.novalogin a:visit{ 
		color:#000000;
}
.novalogin a:hover{ 
		color:#000080;
}

.novaborder{
		border:0px solid #70757b;
}

.novabanner{ 
		background:#ccc url(../generic/banner_timezone_SaaS.jpg) top center no-repeat; 
		border:1px solid #f5f5f5; 
		text-align:center; 
		width:100%; 
		height:150px; 
		line-height:0; 
		display:block; 
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px#888;	
		box-shadow: inset 0 0 10px #888;
}

.novalogo{ 
		background-color:#f5f5f5;
		background-position:top left;
		background-repeat:no-repeat; 
		border-bottom:1px solid #70757b; 
		text-align:left; 
		width:100%; 
		height:40px; 
		padding:2px 5px; 
		margin-bottom:10px; 
		line-height:0;
		font-weight: bold;
}

.novalogo.ws{
		background-image:url(../logo/logo_WS.png);
}

.novalogo.aws{
		background-image:url(../logo/logo_NT_AWS.png);
}

.novalogo.sws{
		background-image:url(../logo/logo_NT_SWS.png);
}

.novalogo.ews{
		background-image:url(../logo/logo_NT_EWS.png);
}

.novalogo.wip{
		background-image:url(../logo/logo_NT_WIP.png);
}

.novalogo.generic{
		background-image:url(../logo/nova_logo.png);
}

.novalogo span{ /*Time Clock*/
		float:right;
		font-size:12px;
}

.novalogo div.clock{
    float:right;
}

/* GZ - 02/18/2015 - show link only w/ mobile style */
.novalogo.ews div.viewfullsite{
    display:none;
}

/*.novaloginbox td{ 
		font-size:12px;
		vertical-align:middle
}*/

.novaloginbox textarea[readonly]{
		width:405px;
		/*color:#787878;*/
		margin:5px 0;
		padding:5px;
		border:1px solid #ccc;
		border-radius:5px;
		background-color:#ffffff;
}

/* NTI-150811-RD2A - PC - 08/14/2015 */
.novaloginbox select {
		width:210px;
		/*color:#787878;*/
		margin:5px 0;
		padding:5px;
		border:1px solid #ccc;
		border-radius:5px;
}


.novafooter{ 
		background:#f5f5f5; 
		border:1px solid #ccc; 
		text-align:center; 
		width:100%; 
		font-size:10px; 
		text-align:justify; 
		display:block
}
.novafooter td{ 
		padding:5px; 
		vertical-align:top
}
.novafooter a, a:visited{ 
		font-size:10px;
		color:#536cb3; 
		display:inline; 
		text-transform:capitalize
}
.novafooter a:hover{
		color:#b23c55;
}

.novafooter span{ 
		font-size:10px; 
}

/* Text styling for error/success msgs */
.LgRedBd{
       color:#df0322;
       font-weight: bold;
}

.SmlRedBd{
       font-size: 10px;
       color:#df0322 !important;
       font-weight: bold;
}

.LgNavyBd{
       color: #0000af;
       font-weight: bold;
}

.novaerrmsg{
		color:#df0322
}

/* Numeric Pad Section*/
.novanumpad {
		vertical-align:top !important;
}

.novanumpad input[type="button"], .novanumpad button[type="button"]{
	    color:inherit;
		width:50px; 
		height:50px; 
		float:left; 
		margin:5px;
		background-color:#f5f5f5;
		border:1px solid #ccc;
		border-radius:4px;
		box-shadow: 0 0 4px #cccccc;
		font-weight:normal;
		cursor: pointer
}

    .novanumpad input[type="button"]:focus, .novanumpad input[type="button"]:hover, .novanumpad button[type="button"]:focus, .novanumpad button[type="button"]:hover {
        color: #ffffff;
        border: #662D91 solid 1px;
        background-color: #662D91;
        box-shadow: none
    }

/* EWS Function Key Section*/
.ewsfunctionkey{
		width:220px;
		overflow: hidden;
}

.ewsfunctionkey table{
		border-style:None;width:100%;border-collapse:collapse;
}

.ewsfunctionkey table td input{
		margin:7px 5px;
		width:100px;
}

/* Password Box Sections */

.overlay {
  position: fixed;
  z-index:50;
  overflow:auto;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: gray;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
  	  filter: alpha(opacity=70);
	  opacity:.7;
}

.novapasswordbox{ 
        background: #FFFFFF;
        /*border: 4px solid #70757B;*/		
        border-radius: 5px;
        box-shadow: 0 0 5px #333333;
        margin: 330px auto;
        /*padding: 5px;*/
		padding:0;
        position: absolute;
        right: 0;
        left: 0;
        width: 450px;
        z-index:52;
}

/*DS: NTI-160222-RD8A: For new login page change position (via margin) and set width to auto to fit the login panel*/
.login-changePW-wrap .novapasswordbox {
    margin: 130px auto;
    width: auto;
    padding: 5px;
}

/*.novapasswordbox{ 
		width:450px; 
		padding:5px;
		position:absolute; 
		background:#fff;
		border:4px solid #eee;
		right:0px;
		bottom:0px;
}
*/
.novapasswordbox h1 {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    color: #662D91;
    background-color: #f5f5f5;
}

/* Forgot Password Box Sections */
.novaforgotpasswordbox{ 
		width:450px; 
		padding:5px;
		background:#fff;
		border:4px solid #eee;
		right:0px;
		bottom:0px;
}

    .novaforgotpasswordbox h1 {
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        padding: 5px;
        color: #662D91;
        background-color: #f5f5f5;
    }

/* Message Box Sections */
.comp-msg{
	width: 100%;
    min-height: 120px;
    float: left;
    background-color: rgba(255,255,255,0.85) !important;
    border-radius: 10px;
	border: 2px solid #ffffff;
	overflow: hidden;
	    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

.novamessagebox{ 
	width: 100%;
    /* margin: 5px 0; */
    padding: 5px;
    background: transparent;
    
    border-radius: 10px;
    height: auto;
    float: left;		
}

    .novamessagebox h1 {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        /* padding: 5px; */
        color: #662D91;
        background-color: #E2E0E0;
        margin-top: 5px;
        height: 28px;
        line-height: 28px;
        margin-bottom: 5px;
    }



    .novamessagebox .textarea {
        color: #662D91;
        width: 100%;
    }
.msg-heading{
	width: 100%;
    float: left;
    text-align: center;
    height: auto;
    padding: 6px 0px;
}


/*.novamessagebox textarea{ 
		color:#4067aa;
		width:99%;
		padding:5px;
}*/


/* PDA Login Section */

/* PDA Login Screen */

.novaPDAlogin input[type="text"], .novaPDAlogin input[type="password"], .novaPDAlogin input[type="tel"]{
	    border-radius: 2px;
		min-width: 120px;
	    width: 120px;
	    border: #ccc solid 1px;
	    background-color: #ffffff;
	    margin: 0px;
	    padding: 2px 5px;
	    text-align: left;
	    vertical-align: middle;
}

.novaPDAlogin input[type="submit"]{
		color:inherit;
		border-radius:2px;
		border: #ccc solid 1px;
		background-color:#f5f5f5;
		padding:3px;
		min-width:70px !important;
		vertical-align:middle;
		text-transform:uppercase;
		text-align:center;
		box-shadow: 0 0 0px #cccccc;
}

.novaPDAlogin input:focus[type="submit"], .novaPDAlogin input:hover[type="submit"] {
    color: #ffffff;
    border: #662D91 solid 1px;
    background-color: #662D91;
}

.novaPDAlogin input[disabled] {
		color:inherit;
		border: 1px solid #ccc;
		background-color: #f5f5f5;
		width: 120px !important;
}

.novaPDAlogin input[disabled]:hover {
		color:inherit;
		border:1px solid #ccc;
		background-color:#f5f5f5;
}

.novaPDAlogin{ 
		width:225px; 
		padding:2px; 
		margin:3px auto; 
		background:#fff; 
		border:1px solid #eee; 
		border-radius:4px; 
		box-shadow: 0 0 2px #333;
}
.novaPDAlogin a{ 
		color:#000000; 
		display:block; 
		padding:0 10px; 
		white-space:nowrap;
}
.novaPDAlogin a:visit{ 
		color:#000000;
}
.novaPDAlogin a:hover{ 
		color:#000080;
}

.novaPDAdate{
		background-color:#f4f9fc;
		text-align:center;
		padding:1px;
		border-bottom:#999 dotted 1px;
}

.novaPDAbanner{ 
		background:#fff url(../logo/logo_pda.png) center no-repeat; 
		border:0px solid #f5f5f5; 
		text-align:center; 
		width:100%; 
		height:40px; 
		display:block; 
		-moz-box-shadow: inset 0 0 2px #888; 
		-webkit-box-shadow: inset 0 0 2px#888;	
		box-shadow: inset 0 0 2px #888;
}

/*|*******************************************************************************|*/
/*|**************************** OFFLINE LOGIN CSS ********************************|*/
/*|*******************************************************************************|*/
#wrap {
	background:#fff;
	margin:20px auto;
	overflow:hidden;
	padding:10px;
	/*width:615px;*/
	width:629px !important; 
	border:1px solid #eee; 
	border-radius:10px; 
	box-shadow: 0 0 7px #333;
}

header {padding:0; margin:0; line-height:0; height:150px; background:#ffffff url(../generic/banner_timezone_SaaS_Offline.jpg) left bottom no-repeat;
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px #888;	
		box-shadow: inset 0 0 10px #888;
		border:1px solid #f5f5f5; 
}

.onlineHeader {padding:0; margin:0; line-height:0; height:150px; background:#ffffff url(../generic/banner_timezone_SaaS.jpg) left bottom no-repeat;
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px #888;	
		box-shadow: inset 0 0 10px #888;
		border:1px solid #f5f5f5; 
}

.offlineHeader {padding:0; margin:0; line-height:0; height:150px; background:#ffffff url(../generic/banner_timezone_SaaS_Offline.jpg) left bottom no-repeat;
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px #888;	
		box-shadow: inset 0 0 10px #888;
		border:1px solid #f5f5f5; 
}

nav {background-color:#0f2962; height:25px; display:none;}

nav span {color:#ffffff; float:left; line-height:25px; margin-left:5px;}

nav a, nav a:visited {color:#ffffff;}
nav a:hover {color:#ffffff; text-decoration:underline}

.time{ 
	font-weight:bold;
	color:#ffffff;
	float:right;
	margin:5px 10px 0 0;	
}

figure{background-color:#5289b0; line-height:0;}

img{padding:0px; margin:0px}

section {
	float:left;
	margin:10px 0px 10px 0;
	width:425px;
}

.login label{
	margin:0 5px 0 0;
	min-width:60px;
	float:left;
	line-height:35px;
	text-align:left;

    /* add ellipsis for localized text */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60px;
    white-space: nowrap;
}

.login ul li input{
/*	margin:5px;
	padding:5px;
	color:#787878;
	background-color:#ffffff;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:bold;*/
	min-width:320px;
	margin:5px 0;
}

.login textarea{
	/*color:#787878; SMV - 10 Oct 2012 - To make it look same as Online punch for ML */
	width:96%;
	margin:5px 0;
	padding:5px;
	border: #ccc solid 1px;
	border-radius:5px;
/*	box-shadow: 2px 2px 5px #cccccc;*/
	background-color: #ffffff;  
}

.login textarea:focus{
/*	border:0px solid #ccc;
	box-shadow: 2px 2px 5px #a2c8f9;*/
	border:1px solid #ccc;
}

/*.login ul li input:focus{
	background-color:#ffffff;
	border:1px solid #fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}
*/
.buttongrp{
	text-align:center;
}

.buttongrp input{
	margin:5px 7px 5px 0;
/*	color:#787878;
	text-transform:uppercase;
	font-size:10px;
	padding:5px 10px;
	background-color:#f7f7f7;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	cursor: pointer*/
}

/* GZ - 03/06/2015 - Adjust btnCancel position for fkey mobile */
.buttongrpfkey .btnCancel{
    padding-left: 5px;
}

/*.button:hover{
	background-color:#ffffff;
	border:1px solid #fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}*/

aside {
	float:left;
	width:190px;
}

aside ul{
	margin:5px; clear:both;	
}

/*aside ul li input{
	width:50px; 
	height:50px; 
	float:left; 
	margin:5px;
	color:#5289b0;
	background-color:#f7f7f7;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:bold;
	cursor: pointer
}

aside ul li input:hover{
	background-color:#ffffff;
	border:1px solid #fb8848;
	color:#fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}*/

article {
	/*background:#f7f7f7;*/
	background:#ffffff;
	/*border:1px solid #f7f7f7;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px 10px;
}

.usgstatus {display:none} /* SMV - 26 June 2013 - To show USG status on left side - For ML */

.ntstatus {display:inline} /* SMV - 26 June 2013 - To hide NT status on right side - For ML */

/***************************************** TRANSFER SECTION START *******************************/
.hidden{
	width:100%
}

.hidden ul li{
	display:inline-table
}

.hidden label{
	margin:0 5px 0 0;
	min-width:65px;
	line-height:35px;
	display:table-cell;
}

.hidden ul li input{
	margin:5px;
	padding:5px;
	color:#787878;
	background-color:#ffffff;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:normal;
	/*min-width:265px;*/
}

.hidden ul li select{
	margin:5px;
	padding:5px;
	color:#787878;
	background-color:#ffffff;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:normal;
	width:190px;
	display:table-cell
}

.hidden ul li select:nth-child(even){	
	margin-right:20px;
}

.hidden textarea:focus{
	border:0px solid #333;
	box-shadow: 2px 2px 5px #a2c8f9;
	border:1px solid #fb8848;
}

.hidden ul li input:focus{
	background-color:#ffffff;
	border:1px solid #fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}


#dd {border-top:#ccc dashed 0px; margin-top:0px; padding-top:0px;}

.clearfix{
	clear:both
}
/***************************************** TRANSFER SECTION END *******************************/

footer {
	clear:left;
	padding:5px;
	background-color:#f5f5f5;
	font-size:10px;
	text-align:justify;
	color:#898989;
	border:1px solid #eee;
	border-radius:5px;
}

footer img {
	float:right; margin:0 5px;
}

/*|*******************************************************************************|*/
/*|**************************** PUNCH SECTION CSS ********************************|*/
/*|*******************************************************************************|*/

/* Punch Section */
.punchscreen{ 
		/*width:629px !important;*/
		width:650px !important;
		margin:20px auto; 
		background:#fff; 
		border:0px solid #eee; 
		border-radius:10px; 
		box-shadow: 0 0 7px #333;
		line-height:20px;
        padding:11px; /*NEU-141106-OP6A - AP - 12/10/2014 */
}

.punchbanner{ 
      /*NEU-141106-OP6A - AP - 12/10/2014 
		background:#3552a0 url(../logo/logo_USG_punch.png) 10px 5px no-repeat; 
		text-align:center; 
		width:100%; 
		height:65px; 
		line-height:0; 
		display:block;
		border-radius:5px 5px 0 0 ; */
        background:url(../logo/logo_NT_EWS.png)no-repeat; 
		height:40px; 
		display:block;
		background-repeat:no-repeat; 
	    background-color:#f5f5f5;
		background-position:top left;
		border-bottom:1px solid #70757b;
}

.punchscreen div.content{
		padding:10px;
		/*border:1px solid #CCC;*/ /*NEU-141106-OP6A - AP - 12/10/2014 */
		border-top:none !important; 
		text-align:center;
		border-radius:0 0 5px 5px ;
		min-height:200px;
		color:Navy;
}

.punchscreen p.date span{
		text-align:right;
		margin-bottom:30px;
		padding-right:10px;
		font-size:10px;		
		line-height:14px;
		display:block
}

.punchscreen p.welcome span{
		font-size:13px;
		text-align:center;
		line-height:30px;
		font-weight:normal;				
		display:block
} 

/* SMV - 17 Dec 2012 - for DS */

/*.punchscreen div.innerItem table td:first-child, #Groups_PnlGroups table td:first-child{
		width:65px !important;
		white-space:nowrap 				
}

.punchscreen div.innerItem table td input[type="text"]{
		border-radius:0 !important;				
}*/

.punchscreen div#Groups_PnlGroups table{
		text-align:left;
		color:blue !important			
}

.punchscreen legend.fieldSetLegend{
		font-weight:bold;
		color:#000000;		
}

/*#Groups_PnlGroups{
				
}*/

span.punchmsg {
		overflow:hidden;
		width:95%;
		text-align:center;
		font-weight:bold;
		border:none;
		font-size:12px;
}

span.lstpunchmsg {
		overflow:hidden;
		width:95%;
		text-align:center;
		font-weight:normal;
		border:none;
		margin:10px 0;
}

.punchscreen p b{		
		font-size:12px;
}

.punchscreen p label{
		min-width:75px;	
		display:inline-block;
		text-align:right;
		margin-right:10px;
		font-weight:bold		
}

.punchscreen select{
	    border-radius: 4px;
	    min-width: 150px;
	    border: #ccc solid 1px;
	    background-color: #ffffff;
	    margin: 4px 0px;
	    padding: 5px;
	    text-align: left;
	    vertical-align: middle;
	    font-size: 10px;
}

.punchscreen input[type="submit"]{
/*		color:inherit;
		border-radius:4px;
		border: #ccc solid 1px;
		background-color:#f5f5f5;		
		vertical-align:middle;
		text-transform:uppercase;
		font-size:10px;
		text-align:center;
		box-shadow: 0 0 4px #cccccc;*/
		margin:10px 5px 5px 0;
		padding:7px 10px;
		min-width:75px;
}
	
/*.punchscreen input:focus[type="submit"], .punchscreen input:hover[type="submit"]{
		color:#ffffff;
		border: #8ec83e solid 1px;
		background-color:#8ec83e;
		box-shadow: none
}

.punchscreen input[disabled] {
		color:inherit;
		border: 1px solid #ccc;
		background-color: #f5f5f5;
}

.punchscreen input[disabled]:hover {
		color:inherit;
		border:1px solid #ccc;
		background-color:#f5f5f5;
}*/

/* Modal Popup Header */
div.popupheader{
		background-color:#E8ECF7;
		border-radius:5px 5px 0 0;	
		color:Navy;
		font-size:12px;
		padding:5px 0 5px 5px;
		text-align:left
}

div.popupheader input[type="submit"]{
		background:none;
		border:none;
		box-shadow:none;
		background:no-repeat top right;
}

div.popupheader label{
		display:inline;
		font-weight:bold		
}

div.popupheader span{
		float:right;	
}

div.popupheader div.content{
		margin:5px;
}

/* Icon Buttons */
.icnbtn{
	background-image: none !important;
	background-position: center 10%;
	background-repeat:no-repeat;
	background-color:transparent !important;
	border:none !important;
	/*margin-right:5px;*/
	margin-right:2px;
	vertical-align: middle;
	height:20px !important;
	width:20px !important;
	cursor:pointer;
}
/*.icn_16_closepopup	{background-image:url(../icons/icon_cancel.png) !important;}*/
.icn_16_closepopup	{background-image:url(../toolbar/16/close_sml.png) !important;}
/*.icn_16_printpopup	{background-image:url(../icons/icon_print.png) !important;}*/
.icn_16_printpopup	{background-image:url(../toolbar/16/print.png) !important;}

/* ML - 3/18/2014 - display mobile site link based on media query (screen size) */
/* Login Screen – Desktop  ----------- */
@media only screen 
and (min-width : 641px) {
    #mobilesitelink
    {
        display:none;
        font-size:10px;
        position:absolute;
    }
}

/* Login Screen – Mobile  ----------- */
@media only screen 
and (max-width : 640px) {
    #mobilesitelink
    {
        font-size:10px;
        position:absolute;
    }
}

#mobilesitelink
{
    display:none\9;
}



/* --- New Login Styles (NTI-160222-RD8A)----- */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q { 
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
body,html
{
float:left;
width:100%;
height:100%;
font-family:arial;
}

.bg-img {
    background: #D0EFF6 no-repeat; 
    float: left;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.login-wrap {
    background-color: rgba(255, 255, 255, 0.93);
    overflow:auto;
	box-shadow: -1px 0 10px #6c6c6c;
	-webkit-box-shadow: -1px 0 10px #6c6c6c;
	-moz-box-shadow: -1px 0 10px #6c6c6c;
	padding:0px;
	overflow: auto;    
	width: 412px;
    position: relative;
}
.header-part {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 6px #ccc;
}
.logo-part img { 
    max-width: 300px;
    padding: 25px 4px;
    width: 100%;
}
.logo-part {
    height: 128px;
}
.user-img img {
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: 90px;
    width: 70px;
}
.login-form-wrap {
    float: left;
    padding: 36px 10% 0px;
    width: 100%;
	margin-top:14px;
}
.login-form-content p{ text-align:justify;}
.form-field-icon {
    background: #662D91;
    float: left;
    height: 40px;
    padding: 9px 4px 6px 3px;
    text-align: center;
    width: 30px;
    box-shadow: 1px 1px 2px #3d3d3d inset;
    -moz-box-shadow: 1px 1px 2px #3d3d3d inset;
    -webkit-box-shadow: 1px 1px 2px #3d3d3d inset;
    border-radius: 4px 0px 0px 4px;
}

.login-form-wrap input[type="text"], .login-form-wrap input[type="password"] {
    border: 0 none;
    border-radius: 0px 4px 4px 0px;    
    width: -webkit-calc(100% - 33px);
    width: -moz-calc(100% - 33px);
    width: calc(100% - 33px);	
	box-shadow: 0 2px 2px #ccc inset;
	-moz-box-shadow: 0 2px 2px #ccc inset;
	-webkit-box-shadow: 0 2px 2px #ccc inset;
	    height: 40px;
}

.form-control:focus {
    border-color: transparent;
    outline: 0 none;
	box-shadow:0px;
}

.btn-default:hover {
    background-color: #4067aa;
    border-color: #4077aa;
    color: #fff;
}
.btn-wrapper button {
    background-color: #662D91;
    border: 1px solid #D0EFF6;
    border-radius: 4px;
    box-shadow: 0 0 4px #cccccc;
    color: inherit;
    cursor: pointer;
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 4px;
    min-width: 75px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

/*.btn-wrapper{margin-top:20px;}*/


.login-form-content {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: left;
    font-size: 10px;
    line-height: 20px;
    padding: 2% 25px;
    width: 100%;
}

.password-wrap a {
    color: #202020;
    font-size: 12px;
    text-decoration: underline;
}

.login-form-footer {
    float: left;
    font-size: 14px;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.body-part {
    float: left;
    width: 100%;
	overflow:auto;
}

.weather-wrap {
    float: left;
    width: 100%;
	margin:12px;
}
.aw-toggle {
    display: none;
}
div.aw-widget-current-inner div.aw-widget-content {
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.no-padding {
    margin: 0;
    padding: 0;
}

.foot-stmt {
    color: #536cb3;
    padding-right: 12px;
}
.foot-stmt a:hover {
    color: #b23c55;
}
.footer-inc{
	font-size: 10px;
    margin-top: 10px;
    padding: 0px 18px;
    text-align: justify;
    line-height: 14px;
}
  .nova-widgetcont{ 
   float: left;
    width: 35%;
  }


@media all and (max-width:768px){
    .login-wrap {   float: left !important;width:100%;}
    .weather-wrap { display:none;}
    .bg-img { height: auto;}
	.login-inputcont .form-field .form-control{width:87%;}
}

@media all and (min-width:768px){
  .login-inputcont .form-field .form-control{width:90%;}
}

/*@media all and (min-height:768px){
.footer-wrap-test {    bottom: 0; position: absolute; width: 100%;}
}*/


.aw-widget-36hour .bg-su, .aw-widget-36hour .tbg-su, .aw-widget-current .bg-su, .aw-widget-current .tbg-su {

background: -moz-linear-gradient(top,  rgba(135,224,253,0.6) 0%, rgba(83,203,241,0.6) 40%, rgba(6,130,232,0.6) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(135,224,253,0.6) 0%,rgba(83,203,241,0.6) 40%,rgba(6,130,232,0.6) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(135,224,253,0.6) 0%,rgba(83,203,241,0.6) 40%,rgba(6,130,232,0.6) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9987e0fd', endColorstr='#990682e8',GradientType=0 )!important; /* IE6-9 */


}
.foot-stmt-wrap {
    text-align: center;
}

.footer-inc {
    font-size: 8.6px;
    line-height: 14px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: center;
}

.novaerrmsg{
	color:#df0322
}

.client-icon {
    background: url(../generic/client-icon.png) #662D91 center no-repeat;
}
.user-icon {
    background: url(../generic/user-icon.png) #662D91 center no-repeat;
}
.password-icon {
    background: url(../generic/lock-icon.png) #662D91 center no-repeat;
}
.security-icon {
    background: url(../generic/security-icon.png) #662D91 center no-repeat;
}

.login-form-wrap{
	position:relative;
}

.Language-cont{
	width: 143px;
    height: 20px;
    position: absolute;
    top: -8px;
    left: 16px;
    /* border: 1px solid #00228C; */
    border-radius: 4px;
    line-height: 25px;
    background: url("../generic/language-globe.png") transparent left center no-repeat;
}
.Language-cont select{
	float: left;
    width: 90%;
    height: 20px;
    text-decoration: none;
    margin-left: 18px;
    font-size: 14px;
    color: #00228C;
    border: none;
    background-color: transparent;
    outline: none;
    
}
.Language-cont a:hover {
    color: #00228C;
	font-size: 14px;
	text-decoration: none;
	margin-top:0px !important;
}
.Login-Timestamp{
	height: 25px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 13px;
    color: #00228C;
    font-weight: normal;
}
.Login-Timestamp #ClockTime {
    float: right;
    width: 100%;
    text-align: right;
}
.form-group{    
	float: left;
    width: 100%;
}
.login-form-wrap form {
	margin-top:10px;
}


.InValidlogin-cont{
	width: 100%;
    float: left;
}
.security-image{
	width:100%;
	float:left;
	text-align:center;
	margin-top: 10px;
}
.Security-text{width:100%;}
#lblImageAuthTxt{
	text-align: center;
    float: left;
}
#txtImageAuth{margin:0px;}


.login-inputcont{display:block;float:left;}

.rdoWrapper {
    display: inline-block;
    margin-bottom: 1.5px;
    padding: 0 !important;
}

    .rdoWrapper input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .rdoWrapper .fakeRdo {
        display: inline-block;
        border-radius: 12px;
        width: 15px;
        height: 15px;
        position: relative;
        vertical-align: sub;
        -webkit-transition: background-color .1s ease-out;
        -moz-transition: background-color .1s ease-out;
        -o-transition: background-color .1s ease-out;
        transition: background-color .1s ease-out;
        background-color: #fff;
    }

    .rdoWrapper input[type="radio"]:not(:checked) + label .fakeRdo .theme-color-dot {
        display: none;
    }

    .rdoLabel {
        cursor: pointer;
    }

        .rdoLabel:hover .fakeRdo {
            background-color: #e2e2e2;
        }

.fakeRdoColor {
    border: 1px solid #662D91;
}

.theme-color-dot {
    background-color: #662D91;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.chkWrapper {
    display: inline-block;
    margin-bottom: 1.5px;
    padding: 0 !important;
}

    .chkWrapper input[type="checkbox"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .chkWrapper .fakeChk {
        display: inline-block;
        border-radius: 3px;
        width: 15px;
        height: 15px;
        position: relative;
        vertical-align: sub;
        -webkit-transition: background-color .1s ease-out;
        -moz-transition: background-color .1s ease-out;
        -o-transition: background-color .1s ease-out;
        transition: background-color .1s ease-out;
        background-color: #fff;
    }

    .chkWrapper input[type="checkbox"]:not(:checked) + label .fakeChk .theme-color-checkmark {
        display: none;
    }

.chkLabel {
    cursor: pointer;
}

    .chkLabel:hover .fakeChk {
        background-color: #e2e2e2;
    }

.fakeChkColor {
    border: 1px solid #662D91;
}

.theme-color-checkmark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 10px;
    border: solid #662D91;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* --- New Login Styles  End ----- */