/*********************************************************
 * Define regular styles; don't define Color or Type
 *********************************************************/

@media ( min-width : 250px) {

}

@media screen and (max-width: 416px) {

	#symcContentBox .symcContentMargin{
		padding-top:15px !important;
		padding-left: 7% !important;
		padding-right: 7% !important;
		padding-bottom:15px !important;

		margin-top: 0 !important;
	}

	#symcContentBox #securityCodeDescription {
		margin-bottom:15px;
		font-size: 15px;
		font-weight: normal;
		text-align: center;
	}

	#symcContentBox .symcTitle {
		margin-top: 25px;
		margin-bottom: 13px;
		text-align: center;
	}

	#symcSamlBody {
		width: 100%;
		height: 100%;
		margin-top: 0px;
		margin-left: 0px;
		box-shadow: unset;
	}

	#symcSamlErrorBody {
		width: 100%;
		height: 100%;
		margin-top: 0px;
		margin-left: 0px;
		box-shadow: unset;
	}

}


@media ( min-width : 416px) {

	body {
		margin: 0 !important;
	}
	#symcContentBox .symcTitle{
		margin-bottom:15px !important;
		font-size:30px !important;
		font-weight: normal;
		text-align: center;
	}

	#symcContentBox #securityCodeDescription{
		margin-bottom:15px !important;
		font-size: 15px !important;
		font-weight: normal;
		text-align: center !important;
	}

	#symcSamlBody {
		width:400px !important;
		height: 530px !important;
		border: none;
		margin-top: -132px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 35px !important;
		border-radius: 10px !important;
		box-shadow: 0px 0px 20px rgba(29, 17, 86, .3);
		overflow: hidden;
	}


	#symcSamlErrorBody {
		width:400px !important;
		height: 530px !important;
		border: none;
		background: #ffffff !important;
		margin-top: -132px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 25px !important;
		border-radius: 10px !important;
		box-shadow: 0px 0px 20px rgba(29, 17, 86, .3);
	}

	#symcInnerContainer, #symcFooterContainer {
		margin-left: auto;
		margin-right: auto;
	}

	#symcContainer {
		position:relative;
		/* Removed the space above the img_blue_box
		top:24px;
		*/
		min-height:470px;
		background-color: inherit;
	}

	#symcContentBox .symcContentMargin{
		padding-top:15px !important;
		padding-left: 7% !important;
		padding-right: 7% !important;
		padding-bottom:15px !important;

		margin-top: 0 !important;
	}

	#symcHeaderStrip {
		height:5px !important;
		margin: 0 !important;
	}

	#symcCobrandingLogo {
		width: 150px !important;
		height: 40px !important;
		top: 0px !important;
		left: 0px !important;
	}
	#symcHeaderContainer {
		padding-top:20px !important;
		padding-bottom:10px !important;
		margin: 0 !important;
	}
	#symcHeader{


	}
	#symcContentBox .symcButtonAction button {
		margin: 0 10px 0 0 !important;
		width: auto !important;
	}
	#symcContentBox a{
		font-size: 1.0em !important;
	}
	footer #symcFooterLinks{
		margin: 0 0 0 10px !important;
	}
	.serverError
	{
		width:100% !important;
	}
	.securityCodeHelp {
		left: 0px !important;
	}

	.highlightPushCreds{
		margin-left: 0% !important;
		margin-right: 0% !important;
		padding: 14px 14px !important;
	}

	.mpSubTitle{
		margin-left: -20px !important;
		margin-right: -20px !important;
		margin-bottom: 25px;
	}


}

@media ( min-width : 1200px) {

}

.img_blue_box {
	width: 100%;
	height: 249px;
	background-image: linear-gradient(80deg, #1f66b1, #00a4b7);
}

#symcCobrandingLogonew {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px;
}

#symcCobrandingLogoRedirect {
	display: block;
	margin-top: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px;
}

#n-line {
	width: 400px;
	height: 1px;
	background-color: #efeeef;
	margin-left: -40px;
	margin-top: -7px;
}


#n-line-error {
	width: 400px;
	height: 1px;
	background-color: #efeeef;
	margin-left: -48px;
	margin-top: -7px;
}


#pinForm input[type="text"]{
	width: 100%;
	height: 30px;
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 40px !important;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 25px;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;;
}

#pinForm input[type="password"]{
	width: 100%;
	height: 30px;
	font-size: 20px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 25px;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;;
}

#securityCodeForm input[type="text"]{
	width: 100%;
	height: 42px;
	font-size: 30px;
	letter-spacing: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 25px;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;;
}

.n-btn {
	background-color: #ffffff;
	border: none;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	border-radius: 25px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.n-btngrey {
	background-color: #ffffff;
	color: #d3d3d3;
	float:left;
	border: solid 1px #d3d3d3;
	width: 48%;
}

.n-btnwhite {
	background-color: #ffffff;
	color: #366bb2;
	float:left;
	border: solid 1px #366bb2;
	width: 48%;
}

.n-btnwhite-left-margin {
	margin-left: 80px;
}

.n-btnblue {
	background-color: #366bb2;
	color: white;
	position: relative;
	width: 48%;
	margin-left: 4%;
}

.n-btnblueWhole {
	background-color: #366bb2;
	color: white;
	position: relative;
	width: 100%;
}

#alignooblink {
	text-align: center;
}

#addOrManageCred {
	text-align: center;
}

#alignmanagecredlinkSecurityCode {
	font-size: 15px;
	text-align: center;
	margin-top: 35px;
}

#alignmanagecredlink {
	font-size: 15px;
	text-align: center;
}

.newfooter {
	text-align: center;
}

.securityCodeSubTitle {
	text-align: center;
	margin-bottom: 19px;
	line-height: 21px;
}

.oobKey {
	font-weight: 500;
	text-align: left;
	padding-top: 3px;
}

.oobValue {
	font-weight: 400;
	text-align: left;
	padding-bottom: 10px;
	/*
	margin-left: -25px;
	*/
}

.numberChallengeValue{
	text-align: center;
	font-size: 30px;
	padding-bottom: 5px;
	margin-top: -10px;
	line-height: 22px;
}

.vipMoNameCenter{
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height: 22px;
}

.vipMoCredCenter{
	text-align: center;
	font-size: 15px;
}

::-webkit-input-placeholder { /* Chrome */
	height: 24px !important;
	opacity: 0.38 !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-stretch: normal !important;
	/*
	line-height: 1.6 !important;
	*/
	letter-spacing: normal !important;
	text-align: left !important;
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 15px !important;
}

:-ms-input-placeholder { /* IE 10+ */
	height: 24px !important;
	opacity: 0.38 !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-stretch: normal !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 15px !important;
}

::-moz-placeholder { /* Firefox 19+ */
	height: 24px !important;
	opacity: 0.38 !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-stretch: normal !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 15px !important;
}

:-moz-placeholder { /* Firefox 4 - 18 */
	height: 24px !important;
	opacity: 0.38 !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-stretch: normal !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 15px !important;
}

.alert-text {
	text-align: left;

}

.error-text {
	text-align: left;
	font-family: 'NotoSans-Light', 'Noto Sans', Arial, Helvetica  !important;
	font-size: 15px;

}

.mobilepush-text {
	font-family: 'NotoSans-Light', 'Noto Sans', Arial, Helvetica  !important;
	text-align: center;
}

#securityCodeErrorMsg {
	background: url("../images/alert-icon-error-new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: 15px 15px;
	padding-left: 20px;
}

.img-responsive {
	margin-left: auto;
	margin-right: auto;
	height: 38px;
}

.optspacer {
	width: 400px;
	height: 20px;
}

.mpspacer {
	width: 400px;
	height: 1px;
}

.stickymenu {
	position: sticky;
	bottom: 30px;
	background: #ffffff;
}

.stickybuttons {
	position: sticky;
	bottom: 6px;
	background: #ffffff;
	/*
	margin-top: 20px;
	*/
	height: 109px;
}

.serverErrorIcon2x {
	height:54px;
	width:54px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

.errorAlertText {
	font-size: 15px;
	text-align: center;
	margin-top: 20px;

}

#symcContentBox #subTitleDescription {
	margin-bottom:25px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

#symcContentBox #cancelPinDescription {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

#neverRememberDevice {
	margin-top: 25px;
	text-align: center;
}

.deviceNameInput {
	margin-top: 40px;
}

.deviceNameInput #deviceName {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	padding-bottom: 7px;
}

.rememberDeviceContinueButton {
	margin-top: 15px;
}

.deviceNameConfirmation {
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
	border-radius: 8px;
	line-height: 22px;
}

.deviceNameBox {
	width: 100%;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 14px 15px;
}

.deviceNameContinue {
	margin-top: 15px;
}

#messagesStatus {
	margin-left: -13%;
}

.poweredby {
	width: 82px;
	height: 24px;
	/*
	font-family: NotoSans;
	*/
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #212424;
}

.spanCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bottomSymcLogo {
	vertical-align: bottom;
	padding-left: 4px;
	height: 24px;
	width: 102px;
}

.pinPassword {
	margin-top: 25px;
	margin-bottom: 20px;
}

.pinSubtitle {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#vipPinDiv.n-vipcheckbox input[type=checkbox] {
	visibility: hidden;
}

#vipPinDiv.n-vipcheckbox {
	margin: 0px 0px 0px 5px;
	position: relative;
}

/* custom checkbox */
#vipPinDiv.n-vipcheckbox label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 2px;
	left: -5px;
	background: #fff;
	border:1px solid #808080;
	border-radius: 2px;
}

/* check mark in white */
#vipPinDiv.n-vipcheckbox label:after {
	opacity: 0.1;
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	top: 4px;
	left: 3px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

#pageNotFoundText {
	margin-top: 100px;
}

#backButton {
	margin-top: 80px;
	margin-left: 25%;
}

/*  background color after checked */
#vipPinDiv.n-vipcheckbox input:checked ~ label {
	background: #366bb2;
}

#vipPinDiv.n-vipcheckbox label:hover::after {
	opacity: 0.5;
}

#vipPinDiv.n-vipcheckbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

#registerLater {
	margin-top: 25px;
	text-align: center;
}

#registerLaterSecurityCode {
	margin-top: 35px;
	text-align: center;
}

/* Override bootstraps default to fade madal to closer to screen center */
.modal-dialog{
	padding-top: 10%;
}


/*********************************************************
 * Top Level
 *********************************************************/
html, body, footer {
	/*height: 100%;*/
	margin:0px;
}
body {
	margin-bottom: 60px;
}

/*
footer {
	position: absolute;
	bottom: 0;

}
*/

#symcContainer{
	position:relative;
}
#symcFooterStrip{
	height:1px;
}
.symcFooterLogo {
	width: 60px;
}
#symcInnerContainer,#symcFooterContainer{
	width:100%;
}

#symcEnableJavascript{
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
}

#symcEnableJavascript .symcWarning{
	width:20px;
	height:20px;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-right: 15px;
	float:left;
}

#symcHeaderContainer{
	padding: 0;
	margin: 0 -15px;
	background-color: #ffffff;

}
#symcHeader{
	max-height: 48px;
}
#symcCobrandingLogo{
	display: inline-block;
	left: 55px;
	position: relative;
	top: -40px;
	width: 113px;
}
#symcMobileNav {
	display: inline-block;
	height: 49px;
	width: 45px;
	position: relative;

}
#symcMobileNav .navLeftCheveron {
	height: 20px;
	left: 15px;
	position: absolute;
	top: 14px;
	width: 14px;
}
#symcHeaderStrip{
	height: 1px;
	margin: 0 -15px;
}


#symcSamlBody{
	width:100%;
	margin:0;
	padding:0;
}

#symcSamlErrorBody{
	width:100%;
	margin: 20px 0;
	padding:0;
}

#symcSamlErrorBody #symcContentBox {
	padding: 0 10px;
}

.serverError{
	/*width:100% !important;*/
}


#symcSamlBody #symcContentBox{
	min-height:235px;
	position: relative;
}

.serverError #symcContentBox{
	/*
	min-height:135px !important;
	*/
}

#symcContentBox .symcContentMargin{
	padding:0;
	margin-top: 25px;
}

#symcContentBox .symcTitle{
	margin-top: 25px;
	margin-bottom:13px;
	text-align: center;
}

#symcContentBox label{
	text-align: left;
	padding-top: 3px;
}

#symcContentBox a{
	font-size: 0.98em;
}

#symcContentBox a#ooblink{
	cursor: pointer;
	text-decoration: none;
	color: #366bb2;
}

#symcContentBox a#notnowlink{
	cursor: pointer;
}

#symcContentBox .symcButtonAction{

	margin-top: 15px;
	/* margin-bottom: 20px;	*/
}

#symcContentBox .symcButtonAction button {
	margin: 0 0 10px 0;
	width: 100%;
}

.symcButtonAction .cancelAction{
	display: inline-block;
	margin-right:8px;
}

.symcButtonAction .submitAction{
	display: inline-block;
}

.serverError #symcContentBox .symcButtonAction{
	float:none;
}

.serverError .symcButtonAction .cancelAction{
	float:none;
	text-align:center;
}

.serverError .symcButtonAction .cancelAction button{
	width:80px;
}

.serverError #symcSamlBody #symcContentBox{
	min-height:200px;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

/*********************************************************
 * Footer
 *********************************************************/
footer #symcFooterContainer{
	position:relative;
	/* the foot links below the line */
	top:10px;
}
footer #symcFooterLinks{
	margin: 0;
}

footer #symcFooterLinks a{
	color: #366bb2;
}

footer #symcFooterLinks ul{
	padding:0px;
}
#symcFooterLinks ul li {
	cursor: pointer;
	display: inline;
	margin-right: 8px;

}
#symcFooterLinks ul li.regularText {
	cursor: default;
}

#symcFooterLinks .footerLinksPipe {
	padding-left: 8px;
}



footer #symcFooterLinksXs{
	float:left;
}
footer #symcFooterLinksXs ul{
	padding:0px;
	font-size: 0.8em;
}
#symcFooterLinksXs ul li {
	cursor: pointer;
	display: inline;
	margin-right: 2px;
}
#symcFooterLinksXs ul li.regularText {
	cursor: default;
}

#symcFooterLinksXs .footerLinksPipe {
	padding-left: 2px;
}

#symcFooterLinksXs .symcFooterLogoXs {
	padding: 5px 0 0 0;
}




footer #symcLogoSeal {
	float:right;
	position: relative;
	top: 5px;
}

footer #symcLogoSeal img{
}

footer #symcBrandingLogo,footer #symantecSeal{
	display:inline;
}

footer #symcBrandingLogo{

	border-right: 1px dotted #000;
	height: 48px;
	left: -80px;
	position: absolute;
	top: 10px;
	width: 95px;
}

footer #symantecSeal{
	margin-left:20px;
}

footer #symantecSeal span{
	margin-right:20px;
}

footer #symantecSeal span img{
	width: 89px;
	height: 55px;
}

footer #symantecSeal a{
	position:relative;
	top:10px;
}

/*********************************************************
 * General
 ********************************************************/
.margintop10{
	margin-top:10px;
}
.roundedCorners {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.clear {
	float: none;
	clear: both;
}



/*********************************************************
 * Button Styles
 ********************************************************/
button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 1.4em .55em;


}

button:hover {
	text-decoration: none;
}

button:active {
	position: relative;
	top: 1px;
}




/************************************************************
 *  Common
************************************************************/
.hidden{
	display:none;
}

.leftfloat{
	float:left;
}

.rightfloat{
	float:left;
}


.leftSide {
	width: 132px;
	float: left;
	padding-top:5px;
}
.rightSide {
	float: right;
	width: 65%;
}

/*
.inlineHelp{
	float:right;
}
*/

.inlineHelpContainer{
	width:400px;
	max-height:325px;
	overflow:auto;
}

.inlineHelpContainer p{
	margin-top:5px;
	margin-bottom:5px;
}

.alert-icon,.serverErrorIcon{
	display: block;
	float: left;
	height: 36px !important;
	width: 36px !important;
	margin-right: 6px;
	margin-bottom: 18px;
}

.serverErrorIcon {
	height:36px;
	width:36px;
	margin-right: 20px;
	margin-left: 0px;
}

.serverError p{
	line-height:30px;
}
.authFailed{
	border-bottom:1px solid #BABABA;
	padding-bottom:15px;
}

/*
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
*/

/*
.alert {
	border: 0 none;
	border-radius: 0 0 0 0;
	color: #222222;
	margin-bottom: 5px;
	padding: 10px 5px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
*/

[ng\:cloak], [ng-cloak], .ng-cloak { display: none; }

.lastMpushrec{
	margin-bottom:0px !important;
}

#symcOOBOptions label{
	display:block;
	word-break: break-all;
}

.noPadding{
	padding:0;
}
.noMargin{
	margin:0;
}
.noMarginTop{
	margin-top:0px !important;
}
.noMarginBottom{
	margin-bottom:0px !important;
}

.eg-idp-hidden {
	display: none;
}

.bottomActionLinkBox{
	border-top: 2px solid #8d8d8d;
	/*border-top: 1px solid #c4c4c4;*/
	background-color: #E5E5E5;
	line-height: 40px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.leftPadding{
	padding-left: 40px;
}
.radioTable table {
	border-collapse: collapse;
}
.radioTable table td {
	padding: 5px;
	vertical-align: top;
}
.radioTable table td label {
	padding-top: 0px;
}
.radioTable .oobXsRow table {
	width: 100%;
}
.oobXsOption {
	width: 25px;
}

/************************************************************
 *  Mobile Push View
************************************************************/
.highlightPushCreds{
	/*margin-left:-35px;
	margin-right:-35px;*/
	padding:14px 15px;
	/* Added space between creds */
	margin-top: 10px;
	line-height: 20px;
}
.mpSubTitle{
	line-height: 21px;
	/* margin-left: -25px;
     margin-right: -25px;
     margin-top: -20px;*/
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}
.pushCredListMargin{
	margin-top:8px;
	line-height:20px;
}
.pushCredentialName{
	width:60%;
	border-right:1px solid;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
	word-break: break-all;
}
.pushCredentialId{
	max-width: 115px;
	display: inline-block;
	padding-left: 10px;
	word-break: break-all;
	vertical-align: super;
}
.pushCredentialCancelLink a{
	line-height:20px;
}
.pushCredentialCancelLink{
	padding-top:0px;
}
.pushDotSeperator{
	margin-top:5px;
}
.pushCredListLine{
	height: 0px;
	margin: 0px;
	margin-left: -20px !important;
	margin-right: -20px !important;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1px;
}

/************************************************************
 *  Modal Dialog View
************************************************************/

.ng-modal-overlay {
	/* A dark translucent div that covers the whole screen */
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.6;
}

.ng-modal-dialog {
	/* A centered div above the overlay with a box shadow. */
	z-index:10000;
	position: absolute;
	width: 50%; /* Default */

	/* Center the dialog */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);

	background-color: #fff;
	box-shadow: 2px 2px 25px #000;
	left:30%\9\0;
	top:30%\9\0;

}

.ng-modal-dialog-content {
	padding:10px;
	text-align: left;
}
.ng-modal-close {
	position: absolute;
	top: 3px;
	right: 5px;
	padding: 5px;
	cursor: pointer;
	font-size: 120%;
	display: inline-block;
	font-weight: bold;
	font-family: 'NotoSans-Light',  Arial, sans-serif  !important;
}

.modalTitle{
	background-color: #C5C5C5;
	left: 0;
	line-height: 34px;
	position: absolute;
	top: 0;
	width: 100%;
	font-weight:bold;
}
.modalTitle div{
	padding-left:15px;
}
.modalContent{
	position: relative;
	top: 40px;
	padding: 0px 10px 20px;
}
.modalInstructions{
	margin-left:120px;
}
.modalBranding{
	height:83px;
	width:86px;
	margin-right:20px;
	margin-left:20px;
	display: block;
	float: left;
}

.symcModalDialog .modal-dialog {

}

.symcModalDialog .modal-content {

}
.symcModalDialog .symcButtonModalAction {
	width: auto;
	position: relative;
	left: 0;
}

/************************************************************
 *  tooltip Help
************************************************************/

.inlineHelp{
	position: relative;
}
.securityCodeHelp {
	top: 6px;
	margin-top: 6px;
	left: -5px;
	position: relative;
}

.inlineHelpIcon {
	margin-top: 30px;
}

.inlineHelpCol {
	padding: 0 0;
	height: 1px;
}

.inlineHelpContainer{
	width:400px;
	max-height:325px;
	overflow:auto;
}

.inlineHelpContainer p{
	margin-top:5px;
	margin-bottom:5px;
}


.login-form-panel {
	width: 500px;
	margin: auto;
}
.login-form-panel button {
	width: auto;

}
.form-panel-inner-wrap {
	padding: 40px;
}
.form-panel-outer-wrap {
	margin: 40px;
}
.form-panel-bg {
	background-color: #f4f4f4;
}

.noRightPad {
	padding-right: 0px;
}




