/* 10px for default browser font size */
:root {
    font-size: 62.5%;
}

/* main body style */
html, body
{
  margin:0;
  padding:0;
  height:100%;
  display: flex;
  flex-direction: column;
}

fieldset
{
	border: 0;
	padding: 0;
}

fieldset legend
{
	display: none;
}

.visible
{
	display: unset;
}

html,
body,
input,
textarea,
select,
label,
table,
a,
h2,
h3,
h4,
h5,
.res-detail-permissions,
.rich-subtable-footercell,
.subtablecell,
.txtinput,
.commentCls,
.superscript,
.dateRangeCompFont,
.dr-table-cell,
.dr-pnl,
.dr-pnl-b,
.dr-pnl-h,
.dr-tbpnl-tb,
.dr-tbpnl-cntnt,
.dr-subtable-cell,
.dr-table-footercell,
.rich-table-headercell,
.rich-table-subheadercell,
.target-cell,
.rich-shuttle-source-cell,
.rich-shuttle-source-cell-active,
.rich-shuttle-source-cell-selected,
.rich-shuttle-source-caption,
.rich-shuttle-target-cell,
.rich-shuttle-target-cell-active,
.rich-shuttle-target-cell-selected,
.rich-shuttle-target-caption,
.rich-list-shuttle-button-content,
.panel,
.subLevelTreeTbl,
.user-entitlement-table-cell,
.user-access-table-cell,
.user-entitlement-table-hdr
{
	font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", Verdana, "Verdana CE", sans-serif;
	font-size: 1.3rem;
}

.rich-calendar-days,
.rich-calendar-month,
.rich-calendar-tool,
.rich-calendar-cell,
.rich-calendar-toolfooter
{
	font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", Verdana, "Verdana CE", sans-serif;
	font-size: 1.1rem;
}

.rich-calendar-cell-size
{
	width: 2.4rem;
}

.rich-calendar-tool
{
	width: 2rem;
}

.rich-calendar-days,
.rich-calendar-tool,
.rich-calendar-toolfooter,
.rich-calendar-month,
.rich-calendar-cell-size
{
	height: 2.2rem;
}

/** Typography */
.text-headline, h2 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.text-title, h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
}

.subtab-text {
	line-height: 3.2rem;
}

.text-subhead, h4 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.text-body2, h5 {
    font-weight: 500;
    font-size: 1.4rem;
}

.text-body1 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
}

h1 {
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 4rem;
}

textarea
{
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form
{
	margin: 0;
	padding: 0;
}

.selfregbody,
.kioskbody
{
	margin-top: 2.5em;
}

.socialauth
{
	min-width: 90rem;
	min-height: 10rem;
	text-align: center;
	color:blue;
}

.selfregbody h3,
.kioskbody h3,
.apprRequiredField,
.larger
{
	font-size: larger;
}

.containerwrap
{
	flex: 1 0 auto;
}

.container
{
	padding: 0 3.5rem 2.5rem 3.5rem;
	min-width: 30rem;
}

.containerwrap .container {
    margin: auto;
}

.screenfooter
{
    width: 95vw;
    margin: 1rem auto 0 auto;
}

.reason
{
	width: 100%;
	height: 8rem;
	padding: .4rem;
	margin-bottom: 1rem;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

/* styles used for banner at top of screen */
.banner
{
	margin-left: 7.5rem;
	margin-right: 7rem;
	margin-top: 0;
}

.bannerLogo
{
	max-height: 7.5rem;
	max-width: 28rem!important;
}

.bannerText
{
	font-size: 2.4rem;
	font-weight: normal;
	white-space: normal;
	word-wrap: break-word;
}

.bannerHelp
{
	position: relative;
	top: .3rem;
}

.bannerLink
{
	text-decoration: none;
	position: relative;
	top: -.3rem;
}

.accountLink,
.accountLink2
{
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
	padding-left: .5rem;
	padding-right: .5rem;
}

.accountLinkReadMore
{
	padding-left: .5rem;
	padding-right: .5rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.bannerMid
{
	position: relative;
	top: -.5rem;
}

.busyloc
{
	position: absolute;
	top: 2.8rem;
	right: 0;
}

.busylocpad
{
	margin-right: 5rem;
}

.logonloc
{
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 1em;
}

.logonPswdRules
{
	width: 32em;
	margin-top: 11rem;
	text-align: left;
	margin-right: 22rem;
	float: right;
}

.logonbody
{
	text-align: center;
	padding-top: 10em;
}

.logonTitle{
	position: relative;
	top: 1em;
	left: 3rem;
	margin-bottom: 2em;
}

.loginUserIdArea
{
	margin: 0 3rem;
	line-height: 1.25em;
}

.logonloc .loginUserIdArea.duoArea {
    margin: 0;
    display: flex;
    justify-content: center;
}

.loginInput
{
	width: 100%;
	padding: .2rem;
	padding-left: .4rem;
}

.loginButtonDisabled,
.loginButton
{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.loginLinks
{
	text-align: right;
}

#loginform {
	padding-top: 1em;
	padding-bottom: 1em;
}

.loginchgpswderror div {
	float: none;
	width: inherit;
	height: inherit;
	margin-bottom: 2em;
}

.loginchgpswderror div table {
	border-width: .1rem;
	border-style: solid;
}

.ridge {
	border-style: ridge;
}

.loginAvatar
{
	border-radius: 5rem;
	height: 10rem;
	width: 10rem;
}

.autoerror,
.rfiresponse
{
	margin: 1em;

}

#duo_iframe {
	padding-bottom: 1.5em;
}

.qrcode
{
	height: 20rem;
	width: 20rem;
}

.qrcodeInstructions
{
	text-align: left;
	margin-left: 2em;
	margin-right: 2em;
}

.capsLockImg
{
	vertical-align: middle;
	cursor: default;
}

.notxtdecor
{
	text-decoration: none;
}

.imgLink
{
	vertical-align: bottom;
	cursor: pointer;
}

.marginBot3Left15
{
	margin-bottom: .3rem;
	margin-left: 1.5rem;
}

.imgNoLink
{
	vertical-align: bottom;
	cursor: default;
}

.showHideLink
{
	vertical-align: bottom;
	cursor: pointer;
}

.account-details-container
{
	text-align: left;
	padding: .3rem .5rem;
	min-height: 2.5rem;
}

.bodyStyle
{
	position: relative;
	padding: 0;
}

.suggestion-exit
{
    cursor: pointer;
    height: 1.9rem !important;
}

.suggestion-search-full
{
	cursor: pointer;
	padding-left: .5rem;
}

.suggestion-box-link
{
	text-decoration: none;
	cursor: pointer;
}

.ddinput
{
	width: 23.9rem;
	padding: 0;
	padding-left: .3rem;
	height: 1.8rem;
}

.rich-menu-item
{
	width: 25rem;
}

.rich-menu-list-bg,
.rich-ddmenu-label-unselect,
.rich-ddmenu-label-select
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.ddmenulabel,
.rich-ddmenu-label-select
.rich-ddmenu-label-unselect
{
	padding: 0;
}

.menu-item-icon
{
	text-align: left;
}

.view-profile-output
{
	font-style: normal;
	padding-left: .3rem;
	width: 16.5rem;
	margin-right: 1.5rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.create-user-input
{
	font-style: normal;
	padding-left: .3rem;
	width: 15.5rem;
	margin-right: 1.5rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.create-user-input-ns
{
	font-style: normal;
	padding-left: .3rem;
	margin-right: 1.5rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.create-user-input2
{
	font-style: normal;
}

.create-user-input_captcha
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.create-user-input-nsnrm
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.create-user-combo
{
	font-style: normal;
	width: 16.5rem;
	margin-right: 1.5rem;
}

.create-user-panel label
{
	margin-right: .5rem;
	line-height: 2.0rem;
}

.ss_label_default label
{
	white-space: normal;
	margin-right: .5rem;
}

.manager-panel
{
	text-align: left;
}

.manager-panel-info
{
	margin-left: 1rem;
}

.manager-panel-data
{
	font-style: italic;
	padding-left: .3rem;
	width: 16.5rem;
	margin-right: 1.5rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.user-search-input
{
	font-style: normal;
	width: 30em;
	padding-left: .3rem;
}

.tbl-search-input
{
	font-style: normal;
	padding-top: .2rem;
	padding-left: .3rem;
}

.tbl-search-input1
{
	font-style: normal;
	padding-top: .2rem;
	padding-left: .3rem;
	width: 8rem;
}

.tbl-search-combo
{
	font-style: normal;
	padding: .1rem;
}

.tbl-search-combo-recert
{
	font-style: normal;
	margin-bottom: .5rem;
	top: .2rem;
}

.tbl-search-button-group
{
	padding: 1rem;
	padding-bottom: .4rem;
}

.user-resource-table
{
	padding-left: 1rem;
}

.tab
{
	padding-left: 1rem;
	padding-right: .5rem;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	height: 1.75em;
}

.subtab
{
	cursor: pointer;
	white-space: nowrap;
	padding-top: 0;
	padding-bottom: 0;
	height: 1.75em;

	background-image: none !important;
}

.subtab-text
{
	text-decoration: none;
	position: relative;
	top: -.1rem;
}

.subtab-disabled,
.rich-datascr-button-dsbld,
.rich-datascr-button-dsbld input
{
	cursor: default;
}

.maintab-text
{
	text-decoration: none;
}

.maintab-active
{
	padding-bottom: .1rem;
}

.maintab-disabled
{
	cursor: default;
}

.tabpanel-content
{
	min-width: 30rem;
	padding: 0;
	margin: 0;
}

.subtab-tabpanel-content
{
	min-width: 30rem;
	margin-top: 1em;
}

.maintab
{
	position: relative;
	top: -3.5rem;
	z-index: 3;
}

.rich-tab-bottom-line
{
	padding-right: 10.5rem;
	padding-left: 19rem;
}

.boldTxt
{
	font-weight: bold;
}

.boldTxtDisabled
{
	font-weight: bold;
}

.apprCommentTxtArea
{
	width: 95%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1em 0 1em 0;
}

.center
{
	text-align: center;
}

.smaller
{
	font-size: smaller;
}

sup
{
	font-size: 1rem;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.top
{
	vertical-align: top;
}

.table-row
{
	height: 5rem;
}

h2
{
	font-weight: normal;
}

.delegateSectionbody
{
	font-style: italic;
	margin-top: 1rem;
	padding-top: .5rem;
	padding-left: .5cm;
	padding-right: .5cm;
	padding-bottom: 1rem;
}

.disabledsectionbody
{
	font-style: italic;
	font-weight: bold;
	padding-top: .5rem;
	padding-left: .5cm;
	padding-right: .5cm;
	padding-bottom: 1rem;
}

.sectionInputLabelText
{
	font-weight: bold;
	font-style: italic;
}

.italic
{
	font-style: italic;
}

.apprRadioCell
{
	width: 32.5%;
	float: left;
}

.apprRadioCellHeader
{
	text-align: center;
	height: 2.6rem;
	padding-top: .2rem;
}

.apprRadioCellHeader label
{
	vertical-align: middle;
}

.apprRadioCellHeaderEnabled
{
	font-style: italic;
}

.apprRadioCellBody
{
	text-align: center;
	height: 2rem;
}

.DotLineX3
{
	margin-left: -.4rem;
	margin-right: -.4rem;
}

.tableblue
{
	height: 2.5rem;
}

.infoMsg
{
	padding-left: 1rem;
}

.warningMsg
{
	padding-left: 1rem;
}

.errorMsg
{
	padding-left: 1rem;
}

.minsize
{
	width: 1%;
}

.maxsize11
{
	text-align: right;
	vertical-align: top;
}

.minsize11
{
	width: 20%;
	text-align: left;
}

.col1
{
	min-width: 10em;
	vertical-align: top;
	margin-top: -1.3rem;
	padding: 0;
}

.treeselectedcls
{
	font-weight: bold;
	padding-top: .5rem;
}

.coltree
{
	padding: .5rem 1rem 1rem 1rem;
	margin-right: -1rem;
	width: 95%;
}

.subLevelTreeGrid
{
	margin-left: 1.7rem;
	vertical-align: top;
}

.subLevelTreeTbl
{
	overflow: auto;
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 0;
	margin-left: -3.2rem;
}

.subLevelTreeTblWidth
{
	width: 30%;
	vertical-align :top;
}

.subLevelTreeTblAddimg
{
	width: 1.5rem;
	height: 1.5rem;
}

.marginLeftAuto
{
	margin-left: auto;
}

.marginLeftRightAuto
{
	margin-left: auto;
	margin-right: auto;
}

.minsize2
{
	width: 21%;
}

.detailPanelNewUser
{
	margin: 1rem .5rem 0 .5rem;
}

.detailPanelEnabled
{
	text-align: left;
	text-decoration: none;
	margin: 0 .5rem 1rem .5rem;
	padding: 1em;
}

.detailPanelDisabled
{
	text-align: left;
	text-decoration: none;
	margin: 0 .5rem .5rem .5rem;
	padding: 1em;
}

.accountDetailsPanel
{
	padding-bottom: 1rem;
	padding-top: .4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: -.3rem;
}

.userProfPanel
{
	padding: 0;
	margin-top: .3rem;
}

.permissionDetailsPanel
{
	text-align: left;
	margin-top: -1rem;
	padding: 0;
}

.userDetailsPanel
{
	margin-top: -3rem;
}

.reassignDetailPanel,
.globalReassignDetailPanel
{
	margin: 0 .2rem 1em 0;
}

.requestInfoSection
{
	text-decoration: none;
	margin-left: 1rem;
	margin-right: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	height : 5rem;
	width: 100%;
}

.onethird
{
	width: 33%;
}

.onehalf
{
	width: 50%;
}

.twothirds
{
	width: 67%;
}

.threefourth
{
	width: 75%;
}

.res-detail-panel
{
	text-align: left;
	text-decoration: none;
	padding: 1em;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.res-detail-panel2
{
	margin-right: 1em;
}

.res-detail-info
{
	margin-bottom: 0.75em;
	padding: 1em;
}

.res-detail-header
{
	text-align: left;
}

.rfi-detail-header
{
	text-align: left;
	font-weight: bold;
}

.res-detail-container
{
	text-align: left;
	margin-top: .5rem;
	border: 0;
}

.res-detail-panel-user-info
{
	margin-bottom: 1rem;
}

.res-detail-panel-new-user h3
{
	margin: 0;
	font-size: larger;
	font-weight: bold;
}

.res-detail-panel-new-user
{
	text-align: left;
	padding: .8rem 2rem .8rem 1.5rem;
}

.res-detail-rightcol
{
	padding: .1rem .4rem .1rem 0;
}

.res-detail-permissions
{
	text-align: left;
	white-space: nowrap;
	min-width: 6em;
}

.grp-optional-attr
{
	text-align: left;
	white-space: nowrap;
	margin-left: .3rem;
	padding-left: .3rem;
}

.detailStyle
{
	width: 90%;
}

.apprRes-detail-Info
{
	padding: 1em;
	margin-bottom: 0.5em;
}

.reqInfoReqNameArea
{
	text-align: center;
	padding: .7rem 2.5rem;
}

.removeResColor
{
	font-weight: bold;
}

.apprResDetailHeader
{
	height: 2.5rem;
	padding-bottom: .5rem;
}

.attributeBgrnd
{
	padding: 0.5em;
}

.attributeBgrndEnabledForProfile
{
	margin-top: -1.5rem;
}

.attributeBgrndDisabledForProfile
{
	margin-top: -1.5rem;
}

.discardButtonCls
{
	cursor: default;
}

.maxsize
{
	width: 100%;
}

.maxsize2
{
	width: 95%;
}

.tableborder
{
	margin-bottom: 1rem;
}

.tablenobordertop
{
	margin-bottom: 1rem;
}

.tablenoborder
{
	margin-bottom: .8rem;
	margin-left: 1rem;
}

.rich-table-cell
{
	padding-top: .1rem;
	padding-bottom: .1rem;
	padding-left: 0;
	padding-right: .4rem;
	white-space: nowrap;
}

.rich-table-headercell,
.rich-table-subheadercell,
.rich-table-headercell a
{
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 .3rem 0;
}

.newApprvlHeader
{
	position: relative;
	left: .2rem;
	top: .5rem;
}

.appr-tbl-header
{
	height: 2.5rem;
}

.certifyUserfooter1
{
	height: 3rem;
}

.appr-col-header
{
	height: 2.5rem;
}

.rfi-tbl-header
{
	height: 2rem;
}

.exstng-res-tbl-header
{
	height: .8rem;
}

.exstng-res-Panel-header
{
	height: 2.2rem;
	margin: 0 -1em;
}

.tbl-header-visible
{
	font-weight: bold;
	height: 2rem;
}

.rich-table-footercell,
.rich-table-subfootercell
{
	font-weight: normal;
	margin-top: 1rem;
}

.rich-subtable-cell
{
	padding-top: .1rem;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: .4rem;
	white-space: nowrap;
}

.rich-subtable-headercell
{
	text-align: left;
}

.rich-subtable-header
{
	text-align: left;
}

.rich-subtable-footercell
{
	font-weight: normal;
	font-weight: normal;
}

.search-input-cell
{
	padding-left: 0;
	padding-top: .1rem;
	padding-bottom: .1rem;
}

.selresourcebar
{
	padding: 1rem 0;
}

.selaccountbar
{
	height: 2.5rem;
	vertical-align: middle;
}

.selaccountarrow
{
	height: 3rem;
	vertical-align: middle;
}

.seperator
{
	height: 2rem;
	vertical-align: middle;
}

.nopadding
{
	padding: .2rem;
}

.vtop
{
	vertical-align: top;
}

.vtopImportant
{
    vertical-align: top !important;

}

.vmiddle
{
	vertical-align: middle;
}

.vbottom
{
	vertical-align: bottom;
}

.rfiblock
{
	margin-top: 1rem;
	margin-bottom: .5rem;
	padding-top: .4rem;
	padding-bottom: .4rem;
}

.rfitable
{
	margin: 1em;
	width: 97%;
}

.rfitxtinput
{
	min-width: 55rem;
	padding-left: .5rem;
	padding-right: .5rem;
	margin-left: 2rem;
}

.apprcomment
{
	height: 2rem;
	vertical-align: middle;
	padding-left: .3rem;
	margin-right: .2rem;
}

.chgaccessAddSelf
{
	margin-left: 2.5em;
}

.mainPanelButtonLocator
{
	margin-top: 1.5em;
}

.showPending
{
	position: relative;
	top: -2.5em;
	text-align: right;
	float: right;
}

.apprrestitle
{
	height: 1.8rem;
}

.nowrap
{
	white-space: nowrap;
}

.wrap
{
	white-space: normal;
	word-wrap: break-word;
}

.selpermissionheader
{
	text-decoration: none;
	font-weight: bold;
}

.userSearchPanel
{
	margin-top: 1em;
}

.inpanelBody
{
	min-height: 4rem;
	max-height: 10rem;
	overflow: auto;
	min-width: 80rem;
}

.inpanelBody2
{
	height: 38rem;
	overflow: auto;
}

.inpanel
{
	max-height: 15rem;
	min-height: 5rem;
	width: 32rem;
	overflow: auto;
}

.reassignOnefourth
{
	width: 25%;
}

.reassignThreeFourth
{
	width: 75%;
}

.chgpswdbad
{
	float: right;
	width: 50%;
}

.policyheight
{
	height: 20rem;
	overflow: auto;
	margin-top: 1rem;
}

.regpolicyheight
{
	max-height: 20rem;
	overflow: auto;
	margin-top: .3rem;
}

.pswdruledlgheight
{
	height: 45rem;
	overflow: auto;
}

.tooltip
{
	padding: .5rem;
	min-height: 1.5rem;
	min-width: 10rem;
	max-width: 35rem;
	font-weight: bold;
	white-space: normal;
	word-wrap: break-word;
}

.tooltip-text
{
	cursor: default;
}

.tooltip-avail
{
	cursor: pointer;
}

.hide
{
	display: none;
}

.rich-mp-content,
.rich-mpnl-body
{
	margin: 0;
}

.rich-mpnl-shadow
{
	display: none;
}

.cfmDlgItem
{
	padding: .3rem 1.5rem;
	min-width: 25rem;
	max-width: 58.5rem;
	vertical-align: middle;
	clear: both;
}

.sec-ques-panel
{
	margin-bottom: 2rem;
}

.sec-ques-row
{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.sec-ques-text-validate
{
	padding: .2rem;
	padding-left: .4rem;
	min-width: 25rem;
	width: 75%;
}

.sec-ans-text-validate
{
	padding-top: .3rem;
	padding-bottom: .2rem;
	margin-left: 5rem;
	width: 20%;
	text-align: left;
}

.sec-ques-footer-validate
{
	font-style: italic;
	font-weight: bold;
	margin-left: 4rem;
}

.sec-ques-footer {
    white-space: nowrap;
}

.sec-ques-input-frm
{
	padding: .2rem;
	padding-left: .4rem;
	min-width: 25rem;
	width: 100%;
}

.sec-ques-input
{
	padding: .2rem 0 .2rem .4rem;
	margin-bottom: .3rem;
	height: 2rem;
	width: 80%;
}

.sec-ques-text select {
    width: 80%;
}

.sec-ans-text
{
	padding: .2rem 0 .2rem .4rem;
	margin-bottom: .3rem;
	width: 80%;
	height: 2rem;
}

.enter-pin-field
{
    padding-top: .3rem;
    padding-bottom: .2rem;
    margin-right: 1em;
    margin-bottom: .3rem;
    width: 20rem;
    height: 2rem;
}

.tblsortCol {
	line-height: 2.4rem;
	white-space: nowrap;
}

.tablesort
{
	vertical-align: bottom;
	cursor: default;
	padding-left: .2rem;
}

.historyHeader
{
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}

.historyFooter
{
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}

.commentCls
{
	text-align: left;
	text-decoration: none;
	padding: .2rem .4rem;
}

.historyTable
{
	font-weight: normal;
	margin: 1em 0em 0em 0em;
}

.cboxadjust
{
	position: relative;
	top: .4rem;
}

.accessbox
{
	padding: 1em;
}

.mainmsg1
{
	width: 100%;
	position: relative;
	top: 0;
	z-index: 5;
}

.mainmsg
{
	width: 100%;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	top: -2rem;
}

.userresourcehead
{
	margin-bottom: .3rem;
	margin-top: .3rem;
}

.userresourceheadcol
{
	font-weight: bold;
	padding: .8rem 0;
}

.userresourceheadcol a
{
	font-weight: bold;
	text-decoration: none;
}

.userresourcefootcol
{
	padding-left: 0;
}

.hpam-detail-container
{
	margin: .5rem 3.5rem;
}

.hpam-config-section
{
	padding: 1em;
	margin-bottom: 1em;
}

.hpam-reqestor-tbl
{
	margin-top: .5rem;
}

.hpam-system-buttons
{
	margin-top: .5rem;
	margin-bottom: .5rem;
	float: left;
}

.hpam-tab-pane
{
	float: right;
	margin-right: .5rem;
}

.hpam-tab-link,
.hpam-tab-link-grey
{
	text-decoration: none;
	padding: .5rem 2rem;
}

.hpam-system-name
{
	font-weight: bold;
	font-size: larger;
	margin: 0;
	padding: 0;
}

.hpam-tab-pane-contents
{
	padding-top: 0.9rem;
	clear: both;
}

.accounts-section
{
	width: 100%;
	padding: 0;
}

.requesters-table-caption
{
	font-weight: bold;
	padding: .8rem 0;
	text-align: center;
}

.no-requester-msg
{
	text-align: center;
	font-style: italic;
	padding: 2rem 0;
	min-height: 4rem;
}

.add-account-row
{
	text-align: left;
	padding: 1rem;
	margin: .5rem 0;
}

.acct-type-combo,
.add-account-input-text
{
	font-style: italic;
	width: 90%;
	margin: 1rem 0;
}

.add-account-pwd-input-text
{
	font-style: italic;
}

.add-account-label
{
	padding-top: .3rem;
	padding-bottom: .3rem;
	font-weight: bold;
	padding-left: .3rem;
}

.acct-type-hdr
{
	padding: 1rem .75rem;
	text-align: left;
	font-weight: bold;
}

.acct-type-config
{
	padding-top: .5rem;
}

.acct-type-properties-list
{
	list-style-type: square;
	padding-inline-start: 1.5rem;
	margin: 0;
}

.acct-type-duration-list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hpamAcctProperties
{
	margin-bottom: 1.5rem;
	padding: 1rem;
}

ul.acct-type-duration-list li
{
	padding: .3rem 0;
}

ul.acct-type-properties-list li
{
	padding: .5rem;
}

.acct-type-table
{
	padding-top: 1.5rem;
}

.txtaligncenter
{
	text-align: center;
}

.del-requester-box
{
	padding: .5rem;
	font-size: larger;
	font-weight: normal;
	word-break: break-all;
	min-height: 2rem;
}

.viewpswdpolicy
{
	float: right;
	width: 47.5rem;
}

.apprRequiredField
{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: .5rem;
}

.playbtn
{
	padding-left: .3rem;
	vertical-align: bottom;
	cursor: pointer;
}

.playBtnNonInput, .showAllManagerBtn
{
	top: -.3rem;
	position: relative;
}

.searchbtn
{
	position: relative;
	top: .5rem;
}

.obotypebox
{
	padding: .5rem;
	margin-left: 1rem;
}

.balloonBox
{
	width: 25.7rem;
	height: 16rem;
	margin-top: 1rem;
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

.balloonTitle
{
	position: absolute;
	left: 4.8rem;
	top: 1.5rem;
	font-weight: bold;
	margin: 0;
}

.balloonClose
{
	position: absolute;
	top: 1rem;
	left: 23rem;
	width: 1.3rem;
	height: 1.4rem;
	cursor: pointer;
}

.reqGroupDetails
{
	padding-right: 2.9rem;
	padding-bottom: .5rem;
}

.logonheader
{
	min-width: 80rem;
}

.regbadpswd
{
	width: 33rem;
}

.dynamui-content
{
	padding: 0;
	margin: 0;
}

.prof-detail-tbl-headerApproval
.prof-detail-tbl-header
{
	font-weight: bold;
	text-align: left;
	padding-top: .5rem;
}

.firstcolumn
{
	width: 12%;
}

.apprresComment
{
	font-weight: normal;
	margin-top: .5rem;
	padding: .3rem;
	width: 100%;
}

.apprresCommentDiv
{
	margin-bottom: .5rem;
	width: 100%;
	padding: .2rem .4rem .2rem .4rem;
	height: 8rem;
}

.margintb1
{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.marginlr1
{
	margin-left: 1rem;
	margin-right: 1rem;
}

.margintop5
{
	margin-top: .5rem;
}

.margintop7
{
	margin-top: .7rem;
}

.margintop10
{
	margin-top: 1rem;
}

.margintop15
{
	margin-top: 1.5rem;
}

.margintop20
{
	margin-top: 2rem;
}

.marginbot5
{
	margin-bottom: .5rem;
}

.marginbot10
{
	margin-bottom: 1rem;
}

.marginbot15
{
	margin-bottom: 1.5rem;
}

.rich-sb-common-container
{
	margin-bottom: 1em;
}

.popupCalendarStyle
{
	width: 20rem;
}

.useraccountfootcol
{
	padding-left: 0;
}

.useraccountfootcolwhite
{
	padding-left: 0;
}

.useraccountfootcolPrevcertres
{
	padding-left: 0;
}

.useraccountfootcolwhite
{
	padding-left: 0;
}

.useraccountfheadercolblue
{
	padding-left: 0;
}

.useraccountfheadercolwhite
{
	padding-left: 0;
	min-height: 2rem;
}

.useraccountfheadercolyellow
{
	padding-left: 0;
}

.useraccountcolleft
{
	padding-left: 0;
	height: 2.4rem;
	width: 6rem;
}

.useraccountcolleft1
{
	padding-left: 0;
	height: 2.4rem;
	width: 3rem;
}

.useraccountcolright
{
	padding-left: 0;
	width: 1%;
}

.useraccountresourcedetails
{
	padding: 1em;
}

.assignedaccountheadercolwhite
{
	padding-left: 0;
}

.assignedaccountcolleft
{
	padding-left: 0;
	width: 3.5rem;
}

.assignedaccountcolright
{
	padding-right: 1em;
	padding-bottom: 1em;
}

.userEntitlementDetails
{
	margin-right: 1rem;
	margin-bottom: 1rem;
	padding-right: .5rem;
}

.accouthistpanel
{
	margin-left: .8rem;
}

.systemaccoutslistpanel
{
	padding-left: 1rem;
	padding-right: 1rem;
}

.assignedaccoutdetailspanel
{
	margin-left: .9rem;
	margin-bottom: .5rem;
	width: 97%;
}

.assignedreassigndetailspanel
{
	margin-left: .9rem;
	margin-bottom: .5rem;
	width: 97%;
}

.assignedaccoutcommentspanel
{
	margin-top: .3rem;
	margin-left: .9rem;
	margin-bottom: .3rem;
	width: 97%;
}

.superscript
{
	font-weight: bold;
	padding-left: .1rem;
	font-size: 1rem;
}

.prevcertifiedres
{
	padding: .5rem 1rem .5rem 1rem;
	margin-top: .5rem;
}

.defaultInputLabel
{
	font-style: normal;
	margin: .3rem;
}

.defaultInputField
{
	font-style: normal;
	margin: .3rem;
}

.defaultReadOnlyField
{
	font-style: normal;
	margin: .3rem;
}

.defaultLabel
{
	font-weight: bold;
	margin: .3rem;
	text-align: center;
}

.defaultInstruction
{
	font-style: italic;
	text-align: left;
}

.defaultInstructionTxt
{
	font-weight: bold;
	text-align: left;
}

.ss_label_bold
{
	width: 40%;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.ss_input_default3
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	padding-left: .3rem;
	width: 12.3rem;
}

.ss_input_default2
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	width: 12.3rem;
}

.ss_createusermanagername,
.ss_createUserEmplType
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .1rem;
	margin-right: .8rem;
	width: 12.3rem;
	min-height: 1.5rem;
	border: 0;
}

.ss_createusermanagername
{
	position: relative;
	top: -.1rem;
}

.readOnly_ss_input_default
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

.ss_input_default_4
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	width: 11rem;
}

.ss_input_default_3
{
	font-style: normal;
	width: 14.8rem;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ss_input_default_1,
.ss_input_default_2
{
	font-style: normal;
	padding-top: .2rem;
	width: 15rem;
}

.ss_input_default_date_4
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	width: 9rem;
}

.ss_input_default_date_1,
.ss_input_default_date_2,
.ss_input_default_date_3
{
	font-style: normal;
	padding-top: .2rem;
	width: 13rem;
}

.ss_label_white
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

.ssometadataquestion
{
	width: 50%;
	white-space: normal;
}

.ss_label_center
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: center;
}

.ss_section_default_b1
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

/* Dynamic UI Defaults*/
.ss_section_default
{
	font-style: normal;
	padding-bottom: .3rem;
	padding-top: .2rem;
}

.ss_captcha_section_default
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

.ss_input_default
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	width: 11rem;
}

/*Four column Layout*/
.ss_input_default4_41
{
	width: 20rem;
}

.ss_input_default4_42
{
	width: 18rem;
}

.ss_input_default4_43
{
	width: 15rem;
}

.ss_input_default4_44
{
	width: 11rem;
}

.ss_input_default4_31
{
	width: 18rem;
}

.ss_input_default4_32
{
	width: 15rem;
}

.ss_input_default4_33
{
	width: 11rem;
}

.ss_input_default4_21
{
	width: 15rem;
}

.ss_input_default4_22
{
	width: 11rem;
}

.ss_input_default4_11
{
	width: 11rem;
}

/*Three column Layout*/
.ss_input_default3_31
{
	width: 20rem;
}

.ss_input_default3_32
{
	width: 18rem;
}

.ss_input_default3_33
{
	width: 15rem;
}

.ss_input_default3_21
{
	width: 20rem;
}

.ss_input_default3_22
{
	width: 18rem;
}

.ss_input_default3_11
{
	width: 15rem;
}

/*Two column Layout*/
.ss_input_default2_21
{
	width: 20rem;
}

.ss_input_default2_22
{
	width: 18rem;
}

.ss_input_default2_11
{
	width: 18rem;
}

/*One column Layout*/
.ss_input_default1_11
{
	width: 20rem;
}

.ss_input_captcha
{
	font-style: normal;
	padding-top: .2rem;
}

/*Four column Layout*/
.ss_input_default_date4_41
{
	width: 18rem;
}

.ss_input_default_date4_42
{
	width: 16rem;
}

.ss_input_default_date4_43
{
	width: 13rem;
}

.ss_input_default_date4_44
{
	width: 9rem;
}

.ss_input_default_date4_31
{
	width: 16rem;
}

.ss_input_default_date4_32
{
	width: 13rem;
}

.ss_input_default_date4_33
{
	width: 9rem;
}

.ss_input_default_date4_21
{
	width: 13rem;
}

.ss_input_default_date4_22
{
	width: 9rem;
}

.ss_input_default_date4_11
{
	width: 9rem;
}

/*Three column Layout*/
.ss_input_default_date3_31
{
	width: 18rem;
}

.ss_input_default_date3_32
{
	width: 16rem;
}

.ss_input_default_date3_33
{
	width: 13rem;
}

.ss_input_default_date3_21
{
	width: 18rem;
}

.ss_input_default_date3_22
{
	width: 16rem;
}

.ss_input_default_date3_11
{
	width: 13rem;
}

/*Two column Layout*/
.ss_input_default_date2_21
{
	width: 18rem;
}

.ss_input_default_date2_22
{
	width: 16rem;
}

.ss_input_default_date2_11
{
	width: 16rem;
}

/*One column Layout*/
.ss_input_default_date1_11
{
	width: 18rem;
}

.ss_label_default
{
	width: 45%;
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: right;
}

.ss_labelText
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: left;
}

.ss_labelText_default
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: left;
}

.ss_labelText_white
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: left;
}

.disabledGrayish
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: left;
}

.ss_labelCenterText
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .4rem;
	text-align: center;
}

.ss_labelBoldText
{
	font-style: normal;
	font-weight: bold;
	padding-left: .3rem;
	padding-top: .2rem;
	text-align: left;
}

.ss_label_default_span2
{
	width: 20%;
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

.ss_label_default_span3
{
	width: 13%;
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

.ss_instruction_default
{
	font-style: normal;
	padding-left: .3rem;
	padding-top: .2rem;
}

/* End*/
.exceptionPanel
{
	padding: 1em;
}

.subAccountsPanel
{
	padding: .5rem 1rem .5rem 1rem;
}

.accountInfoPanel
{
	margin: 1em 0 1em 0;
	padding: 1em;
	text-align: left;
}

.resourceExcDetailPanel
{
	margin-left: 3rem;
}

.resCls
{
	font-weight: bold;
}

.fontSize12pt
{
	font-size: 1.6rem;
}

.resprocessedCls
{
	font-weight: normal;
}

.acct-validated
{
	font-style: normal;
}

.acct-not-validated
{
	font-style: normal;
}

.acct-validate-result
{
	padding-bottom: .5rem;
}

.validateAcctDlgBody
{
	min-height: 10rem;
	min-width: 45rem;
}

.enableAcctDlgBody
{
	min-width: 49rem;
	padding-left: 1rem;
}

.certactionwidth
{
	width: 9.2rem;
}

.certifytableLeftBorder
{
	height: 2.4rem;
	text-align: center;
}

.validateAccountHeader
{
	height: 2em;
}

.assignedTableActionBck,
.certifytableActionBck
{
	text-align: center;
	width: 9rem;
	padding-top: .3rem;
}

.assignedTableActionBckEnd,
.certifytableActionBckEnd
{
	padding-left: .2rem;
	min-height: 2rem;
	width: 2rem;
}

.recert-res-detail-header2
{
	text-align: left;
}

.res-detail-header h4
{
	margin: 0.5em 1em;
	font-weight: bold;
	font-size: larger;
}

.res-detail-header a
{
	margin: 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.recert-res-detail-header
{
	text-align: left;
}

.certifyMandatoryMsg
{
	font-weight: bold;
	display: block;
	margin-bottom: 1rem;
}

.certifyColWidth10
{
	width: 1rem;
}

.certifyExpandBtn
{
	width: 1.5rem;
	height: 1.5rem;
	padding-right: .3rem;
	vertical-align: bottom;
	cursor: pointer;
	margin-right: .5rem;
}

.certifyExpandBtn2
{
	width: 2.5rem;
	height: 2.5rem;
	padding-right: .3rem;
	vertical-align: middle;
	cursor: pointer;
	margin-right: .5rem;
}

.certifyExpandBtnNoLink
{
	width: 1.5rem;
	height: 1.5rem;
	padding-right: .3rem;
	vertical-align: bottom;
	cursor: default;
}

.certifyExpandBtn1
{
	cursor: pointer;
	padding-top: .3rem;
	margin-left: .5rem;
}

.certifyExpandBtn1NoLink
{
	cursor: default;
	margin-left: .8rem;
}

.certifyMandatorySym
{
	font-weight: bold;
	font-size: 2.2rem;
	padding-left: .8rem;
	top: .5rem;
}

.marginBottom5
{
	margin-bottom: .5rem;
}

.marginBottom2
{
	margin-bottom: .2rem;
}

.paddingbot2
{
	padding-bottom: .2rem;
}

.paddingbot3
{
	padding-bottom: .3rem;
}

.paddingbot5
{
	padding-bottom: .5rem;
}

.paddingbot10
{
	padding-bottom: 1rem;
}

.paddingBottom4em
{
	padding-bottom: 4em;
}

.topIndent2
{
	padding-bottom: .5rem;
}

.sysaccnttypesec
{
	font-weight: bold;
	font-size: larger;
	display: inline;
}

.sysaccnttypesec2
{
	font-weight: bold;
	font-size: larger;
	display: inline;
}

.editreportsubheader,
.certifyResName
{
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.certifyResName1
{
	word-wrap: break-word;
	white-space: normal;
	font-weight: bold;
	padding: 0;
	margin-left:1.2rem;
}

.certifyDateCol
{
	width: 9rem;
	font-weight: normal;
}

.certifyActionBtn
{
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
	left: -0.5em;
}

.certifyMandatoryInd
{
	font-size: 1.3rem;
	font-weight: bold;
}

.certifyNodeIcon
{
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
	margin-right: .5rem;
}

.certifyReassignMsgSection
{
	margin-top: .5rem;
}

.certifyActionChangeMsgSection
{
	margin-top: .5rem;
}

.certifyActionChangeMsgSection2
{
	margin-top: .5rem;
}

.certifyCommentDiv
{
	padding-right: .1rem;
	padding-top: .5rem;
}

.certifyCommentWidth95
{
	width: 95%;
}

.certifyCommentWidth96
{
	width: 96%;
}

.certifyWidth80
{
	width: 80%;
}

.width1
{
	width: 1%;
}

.width5
{
	width: 5%;
}

.width10
{
	width: 10%;
}

.width20
{
	width: 20%;
}

.width40
{
	width: 40%;
}

.width45percent
{
	width: 45%;
}

.width49
{
	width: 49%;
}

.width60
{
	width: 60%;
}

.width80per
{
	width: 80%;
}

.width90
{
	width: 90%;
}

.width98
{
	width: 98%;
}

.width99
{
	width: 99%;
}

.width100
{
	width: 100%;
}

.width90px
{
	width: 9rem;
}

.certAcntDetTable
{
	text-align: left;
	font-weight: bold;
}

.certAcntDetDiv
{
	margin-left: -.7rem;
	margin-right: -1.2rem;
	position: relative;
	top: -1rem;
	margin-right: -.2rem;
}

.certChgActionDiv
{
	min-height: 10rem;
	max-height: 40rem;
	overflow: visible;
	text-align: left;
}

.paddingBottom5Px
{
	margin-bottom: .5rem;
}

.padTop30Px
{
	padding-top: 3rem;
}

.padTop20Px
{
	padding-top: 2rem;
}

.padTop5Px
{
	padding-top: .5rem;
}

.pad2Px
{
	padding: .2rem;
}

.padLeft5Px
{
	padding-left: .5rem;
}

.certifyPrevHistDlg
{
	word-wrap: break-word;
	width: 20rem;
	overflow: auto;
}

.certifySubLvl0
{
	margin-left: -1.2rem;
	z-index: 2;
}

.certifySubLvl1
{
	margin-top: .5rem;
}

.certifySubLvl2
{
	padding: 1em;
}

.certifySubLvl4
{
	padding-bottom: .5rem;
	padding-right: 1.5rem;
	text-align: right;
}

.certifySubLvlTree1
{
	margin-bottom: 1rem;
	margin-left: 1.7rem;
	vertical-align: top;
}

.certifySubLvlTree2
{
	overflow: auto;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin-left: -3.2rem;
	font-style: normal;
}

.certifySubLvlTree3
{
	font-style: normal;
	width: 40%;
}

.certifySubLvlTree4
{
	text-indent: 0;
	font-style: normal;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
	height: 2.5rem;
	padding-left: .5rem;
}

.certifySubLvlTree6
{
	margin-top: .5rem;
}

.certifyNESubLvlUser1
{
	padding: .5rem;
}

.overflowAuto
{
	overflow: auto;
}

.overflowHidden
{
	overflow: hidden;
}

.overflowVisible
{
	overflow: visible;
}

.certifyCommentText
{
	height: 2rem;
	vertical-align: middle;
	padding-left: .3rem;
	margin-right: .2rem;
}

.boldText
{
	font-weight: bold;
}

.padTop10Px
{
	padding-top: 1rem;
}

.padTop2Px
{
	padding-top: .2rem;
}

.noPadding
{
	padding: 0;
}

.apprDetailArea
{
	margin: 0 0 1em 0;
}

.dynamicUIstyle1
{
	margin-top: .3rem;
}

.dynamicUIstyle3
{
	width: 90%;
	word-wrap: break-word;
	white-space: normal;
	padding: .5rem;
}

.dynamicUIstyle5
{
	word-wrap: break-word;
	white-space: normal;
	padding: .5rem;
}

.dynamicUIstyle6
{
	vertical-align: top;
	float: left;
}

.dynamicUIstyle7
{
	z-index: 5000;
	padding-bottom: .5rem;
}

.dynamicUIstyle8
{
	padding-top: .3rem;
	word-wrap: break-word;
}

.dynamicUIstyle10
{
	word-wrap: break-word;
	line-height: 2.0rem;
}

.dynamicUIstyle11
{
	padding-top: .5rem;
}

.dynamicUIstyle12
{
	margin-top: -.3rem;
}

.dynamicUIstyle13
{
	padding-left: .5rem;
	vertical-align: top;
}

.dynamicUIstyle16
{
	height: 6rem;
	text-align: left;
	vertical-align: middle;
}

.dynamicUIstyle17
{
	text-align: left;
}

.dynamicUIstyle18
{
	padding-left: .5rem;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
	text-align: left;
}

.dynamicUIstyle19
{
	position: relative;
}

.dynamicUIstyle20
{
	text-align: center;
	position: relative;
	left: 20%;
	padding: .3rem;
	font-weight: bold;
	min-height: 1.5rem;
}

.dynamicUIstyle21
{
	text-align: center;
	overflow: hidden;
	width: 20rem;
	display: block;
	word-wrap: break-word;
	white-space: normal;
}

.dynamicUIstyle22
{
	position: relative;
	left: 2.3rem;
	top: -.6rem;
	z-index: 100;
}

.dynamicUIstyle23
{
	padding-left: .5rem;
	vertical-align: top;
	text-align: left;
}

.errorLabel,
.errorInstructions
{
	word-wrap: break-word;
	font-size: 1.2rem;
}

.errorInstructions {
	padding-left: 4.5rem;
}

.dynamicUIstyle25
{
	width: 1.5rem;
	height: 1.5rem !important;
	vertical-align: top;
	margin: .2rem .5rem 0 .3rem;
}

.dynamicUIstyle26
{
	margin-left: .5rem;
	vertical-align: top;
}

.dynamicUIstyle27
{
	z-index: 4000;
}

.dynamicUIstyle28
{
	padding-top: .3rem;
}

.dynamicUIstyle29
{
	vertical-align: top;
	text-align: right;
	padding-right: .3rem;
}

.dynamicUIstyle30
{
	vertical-align: bottom;
	cursor: pointer;
	margin-left: .5rem;
	vertical-align: top;
}

.skipnav a
{
	text-align: left;
}

.skipnav a
{
	position: absolute;
	left: -1000rem;
	width: .1rem;
	height: .1rem;
	overflow: hidden;
}

.skipnav a:focus,
.skipnav a:active
{
	position: static;
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
}

.moveup5
{
	margin-top: -.5rem;
}

.right-padding15
{
	padding-right: 1.5rem;
}

.appr-rfi-button
{
	padding-right: 1.5rem;
	clear: both;
}

.apprResDetalTopLeft
{
	float: left;
	margin-top: .5rem;
	margin-bottom: 1em;
	width: 60%;
}

.apprResDetalTopRight
{
	float: right;
	text-align: right;
	margin-top: -4.5rem;
	margin-right: -1em;
	width: 27.6rem;
}

.apprResAction
{
	margin-right: 26.6rem;
}

.apprResDetail
{
	margin-left: -.5rem;
	padding-right: 1.2rem;
	padding-bottom: .5rem;
}

.imgcheckstyle
{
	height: 1.5rem;
	width: 1.5rem;
}

.imgundostyle
{
	position: relative;
	top: .5rem;
	height: 1.5rem;
	width: 1.5rem;
}

.apprWidth100Per
{
	width: 100%;
}

.apprExistingResPanel
{
	margin-bottom: 1.5rem;
	border-top: none;
	padding: 0 1em 0.5em 1em;
}

.apprWidth95Per
{
	width: 95%;
}

.apprWidth90Per
{
	width: 90%;
}

.apprWidth85Per
{
	width: 85%;
}

.apprWidth20Per
{
	width: 20%;
}

.apprWt400Px
{
	width: 40rem;
}

.apprInputText700
{
	width: 70rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

.apprRFIStyle1
{
	padding-left: 1.5rem;
	min-height: 2rem;
}

.apprRFIStyle1 h4
{
	padding: .2rem 0 0 0;
	margin: 0;
	font-size: larger;
	font-weight: bold;
}

.apprCustomBorderStyle2
{
	padding-left: 1.5rem;
	padding-right: 1.2rem;
}

.apprCursorHand
{
	cursor: pointer;
}

.apprBreakWord
{
	word-wrap: break-word;
}

.apprMarginNil
{
	margin: 0;
}

.apprTextDecoNone
{
	text-decoration: none;
}

.apprCustDiv1
{
	margin: 1rem auto 1rem auto;
	width: 99%;
}

.reqWidth95Per
{
	width: 95%;
}

.reqWidth75Per
{
	width: 75%;
}

.reqWidth85Per
{
	width: 85%;
}

.reqXOverFlowNil
{
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.reqBoldText
{
	font-weight: bold;
}

.reqPadNil
{
	padding: 0;
}

.reqPadTop10Px
{
	padding-top: 1rem;
}

.reqMarginTop10Px
{
	margin-top: 1rem;
}

.reqMarginBot10Px
{
	margin-bottom: 1rem;
}

.reqPad-3PxMargin-3Px
{
	margin: -.3rem;
}

.reqPadR5PxMarginB5Px
{
	margin-bottom: .5rem;
	padding-right: .5rem;
}

.reqFloatRight
{
	float: right;
}

.reqClearBoth
{
	clear: both;
}

.loginSmsPinButtons
{
	text-align: left;
	padding-top: 6.6rem;
}

.pinResendTxt
{
	text-align: left;
	padding-top: 6.6rem;
	padding-bottom: 6.6rem;
	clear: both;
}

.acceptableUseStyle1
{
	padding: 1em;
	text-align: justify;
	overflow-y: auto;
	overflow-x: auto;
	max-height: 40rem;
}

#acceptableUseTitleKiosk,
#acceptableUseTitleAcctClaim,
#acceptableUseTitleSmsReset
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 2rem;
	margin-top: .1rem;
}

.reqPosRelative
{
	position: relative;
}

.reqTop3Px
{
	top: .3rem;
}

.displayBlock
{
	display: block;
}

.displayInline
{
	display: inline;
}

.displayInlineBlock
{
    display: inline-block;
}

.flexCenter
{
    display: flex !important;
    align-items: center;
}

.readMoreDetailStyle1
{
	padding: 1rem;
	max-width: 75rem;
	margin: 1em 0;
}

.readMoreDetailStyle2
{
	overflow: auto;
	max-height: 70rem;
	word-wrap: break-word;
	word-break: break-word;
	display: block;
}

.evHistoryStyle1
{
	word-wrap: break-word;
	width: 40rem;
	white-space: normal;
}

.evHistoryStyle1_1
{
	overflow: auto;
}

.duiMsgImgStyle1
{
	height: 1.2rem;
	width: 1.2rem;
	vertical-align: middle;
}

.duiMsgImgStyle1a
{
	padding-left: 1.1rem;
	padding-right: .8rem;
}

.duiSectionStyle3
{
	vertical-align: top;
	padding-top: .3rem;
	text-align: right;
}

.duiSectionStyle4
{
	vertical-align: top;
	padding-top: .1rem;
	text-align: right;
}

.duiSectionStyle5
{
	margin-top: .3rem;
	padding-left: .3rem;
	word-wrap: break-word;
	white-space: normal;
	width: 100%;
}

.duiSectionStyle7
{
	margin-top: .3rem;
}

.duiSectionStyle8
{
	vertical-align: top;
	word-wrap: break-word;
	white-space: normal;
	text-align: left;
}

.footertotal
{
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: .4rem;
	font-weight: normal;
	float: left;
}

.footertotalbuttonspacer
{
	margin-right: 3rem;
}

.footerscroller
{
	margin: .3rem auto 0 auto;
	max-width: 48rem;
	display: block;
}

.marginleft1
{
	margin-left: .1rem;
}

.marginleft3
{
	margin-left: .3rem;
}

.marginleft5
{
	margin-left: .5rem;
}

.marginleft10
{
	margin-left: 1rem;
}

.marginleft15
{
	margin-left: 1.5rem;
}

.marginleft20
{
	margin-left: 2rem;
}

.marginLeft30
{
	margin-left: 3rem;
}

.marginLeft35
{
	margin-left: 3.5rem;
}

.marginright5
{
	margin-right: .5rem;
}

.marginright10
{
	margin-right: 1rem;
}

.marginright15
{
	margin-right: 1.5rem;
}

.buttonspacer
{
	margin-left: .5rem;
}

.chkboxspacer
{
	padding-left: .5rem;
}

.paddingleft0{
	padding-left: 0;
}

.margin0 {
	margin: 0;
}

.paddingleft1
{
	padding-left: .1rem;
}

.paddingleft3
{
	padding-left: .3rem;
}
.paddingleft5
{
	padding-left: .5rem;
}

.paddingleft10
{
	padding-left: 1rem;
}

.paddingleft12
{
    padding-left: 1.2rem;
}

.paddingleft15
{
	padding-left: 1.5rem;
}

.paddingleft20
{
	padding-left: 2rem;
}

.paddingleft25
{
	padding-left: 2.5rem;
}

.paddingleft30
{
	padding-left: 3rem;
}

.paddingleft50
{
	padding-left: 5rem;
}

.paddingleft60
{
	padding-left: 6rem;
}

.paddingleft100
{
	padding-left: 10rem;
}

.paddingright2
{
	padding-right: .2rem;
}

.paddingright5
{
	padding-right: .5rem;
}

.paddingright10
{
	padding-right: 1rem;
}

.paddingright20
{
	padding-right: 2rem;
}

.paddingright30
{
	padding-right: 3rem;
}

.paddingtop1
{
	padding-top: .1rem;
}

.paddingtop2
{
	padding-top: .2rem;
}

.paddingtop3
{
	padding-top: .3rem;
}

.paddingtopbottom4
{
    padding: .4rem 0;
}

.padding2
{
	padding: .2rem;
}

.padding1em
{
	padding: 1em;
}

.seperatorClsH
{
	font-weight: bold;
}

.atttable2
{
	margin-left: 1rem;
	margin-bottom: .5rem;
}

.attdiv
{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
}

.atttable
{
	text-align: left;
}

.apprdotcol
{
	position: relative;
	left: -.1rem;
	width: 2rem;
}

a.tblsortCol:focus,
a.tblsortCol:hover
{
	text-decoration: underline;
}

.acctbullet
{
	margin-right: 1rem;
	vertical-align: middle;
	cursor: default;
}

.attributtablenoborder
{
	font-weight: normal;
	width: 100%;
}

.pagingBtn
{
	padding-top: .1rem;
	padding-bottom: .1rem;
	height: 1.5rem !important;
}

.pagingIndex ul
{
	margin: 0;
	padding: 0;
}

.pagingIndex ul li
{
	display: inline;
	min-height: 1.5rem;
}

.pagingIndexPanel
{
	padding-left: .1rem;
	padding-right: .1rem;
	margin-left: .1rem;
	margin-right: .1rem;
	min-width: 2.5rem;
	text-align: center;
	text-decoration: none;
	display: table-cell;
}

.pagingIndexPanelActive
{
	font-weight: bold;
}

a.pagingIndexPanel:focus,
a.pagingIndexPanel:hover
{
	text-decoration: underline;
}

.paddingLeft60
{
	padding-left: 6rem;
}

.apprcheckbox
{
	position: relative;
	left: .2rem;
	text-align: center;
}

.recertcheckbox
{
	position: relative;
	left: .3rem;
	text-align: center;
}

.apprfooterVline2
{
	position: relative;
	left: -.1rem;
}

.dateRangeCompInnerTable
{
	padding: .2rem;
}

.fullwidth
{
	width: 100%;
}

#acceptableUseMessage pre, #popUpContent pre
{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.loginmsg1
{
	margin: 0.5em 1em 0 1em;
}

.loginmsg2
{
	padding: 1em;
	text-align: justify;
	overflow-x: auto;
	overflow-y: auto;
	max-height: 40rem;
	margin: 0 1em 1em 1em;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.loginmsg3
{
	max-height: 40rem;
	min-width: 40rem;
	width: 40rem;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
	white-space: pre-wrap;
	font-size: 1.6rem;
}

.loginmobile
{
	margin: 0 1em;
}

.selfregerr
{
	display: block;
	word-wrap: break-word;
}

.pswdformrow
{
	clear: both;
	margin-bottom: .85rem;
}

.pswdformrow forminput
{
	float: right;
	text-align: left;
	white-space: nowrap;
}

.pswdformrow label
{
	text-align: right;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .5rem;
	min-width: 10em;
}

.scformrow
{
	clear: both;
	margin-bottom: .3rem;
}

.scformrow forminput
{
	float: right;
	text-align: left;
	white-space: nowrap;
}

.scformrow label
{
	float: left;
	text-align: right;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .5rem;
	min-width: 7em;
}

.chgpermrow,
.apprrfidlgrow,
.rescomminforow,
.acctdetailrow,
.certexcprow,
.certinforow
{
	clear: both;
	margin-bottom: .3rem;
	min-height: 1em;
}

.chgpermrowlabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	min-width: 9em;
	font-weight: bold;
}

.apprrfidlglabel1
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 8em;
	font-weight: bold;
}

.apprrfidlglabel2
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 5.75em;
	font-weight: bold;
}

.apprrfidlglabel3
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 3em;
}

.apprrfidlgrolelabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 3.5em;
	font-weight: bold;
}

.apprrfidlgrolevalue
{
	float: left;
	text-align: left;
	padding-top: .3rem;
	padding-right: 1rem;
	width: 70%;
}

.apprrfidlgvalue1
{
	float: left;
	text-align: left;
	padding-top: .3rem;
	padding-right: 1rem;
	width: 55%;
}

.apprrfidlgvalue2
{
	float: left;
	text-align: left;
	white-space: nowrap;
	padding-top: .3rem;
	padding-right: 1rem;
	width: 20%;
}

.enabledateinput
{
	position: relative;
	top: -2.2em;
	left: 15em;
}

.autosearchpos
{
	position: relative;
	top: -.3rem;
}

.rescomminforowlabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 11em;
	font-weight: bold;
}

.reshpaminforowlabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 6em;
	font-weight: bold;
}

.chgpermrowvalue,
.acctdetailrowvalue
{
	position: relative;
	top: .3rem;
	text-align: left;
}

.rescomminforowvalue
{
	padding-top: .3rem;
	text-align: left;
	float: left;
}

.certexcprowrowvalue
{
	text-align: left;
}

.resgrpinforowlabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 6em;
	font-weight: bold;
}

.rescomminforow h5
{
	margin: 0;
	font-weight: normal;
}

h5 .resgrpinforowlabel
{
	margin-right: -0.3em;
}

.acctdetailrowlabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: .5rem;
	padding-top: .3rem;
	min-width: 6em;
	font-weight: bold;
}

.certbtndiv
{
	text-align: right;
	margin: 1em 0em 0em 0em;
}

.certexcprowrowlabel
{
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: 1em;
	font-weight: bold;
}

.marginTopPoint15
{
	margin-top: .15em;
}

.certhistoryarrow
{
	padding-left: 1rem;
	cursor: pointer;
}

.certinforowlabel
{
	white-space: nowrap;
	margin-right: 1rem;
	padding-top: .3rem;
	font-weight: bold;
}

.certinforowlabelnofloat
{
	float: none;
	min-width: 8em;
}

.certinforowlabelfloatleft
{
	float: left;
	text-align: right;
}

.certinforowvalue
{
	float: left;
	text-align: left;
	padding-top: .3rem;
	max-width: 60em;
}

.certinforowvalue1
{
	float: left;
	text-align: left;
	padding-top: .7rem;
}

.certifyInfoDiv
{
	margin: 1.5rem;
}

.acctTypeConfigPanel
{
	border-top: none;
	margin-top: 1em;
}

.certgrpRes
{
	margin: 0;
}

.subleveluser
{
	margin: 0;
	font-weight: normal;
}

.certdlgtexttop
{
	vertical-align: text-top;
	padding-top: .3rem;
}

.reportAttrbpanel
{
	margin-top: 1em;
}

.locked_acct_red
{
	padding-left: .5rem;
}

<!--- report specific css -->
.reportInputDiv
{
	margin: 2rem;
	width: 35rem;
}

.repwidth
{
	white-space: normal;
}

.repfilterwidth
{
	margin: 1em;
}

.reportSchedules
{
	margin-left: .5rem;
	margin-right: .5rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.paddingRight5
{
	padding-right: .5rem;
}

.mariginLeft10
{
	margin: 1rem;
}

.marigintop10
{
	margin-top: 1rem;
}

.marginLR3em
{
	margin-left: 3em;
	margin-right: 3em;
}

.paddingTop5
{
	padding-top: .5rem;
}

.paddingTop7
{
	padding-top: .7rem;
}

.paddingTop10
{
	padding-top: 1rem;
}

.paddingTop20
{
	padding-top: 2rem;
}

.paddingTopBot5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.padding10
{
	padding: 1rem;
}

.nosubtabs
{
	display: none;
}

.duierroricon
{
	vertical-align: bottom;
	cursor: default;
	float: left;
	margin-right: .5rem;
	height: 1.6rem;
	width: 1.6rem;
}

.apprActioType
{
	position: relative;
	top: -2.4rem;
	margin-right: 27.6rem;
}

.requiredField
{
	font-size: 2.0rem;
	line-height: .5rem
}

.dr-table-footercell
{
	padding-bottom: 0.5em;
}

.tablenoborderwide
{
	width: 100%;
}

.bluearrow
{
	height: 2rem;
	margin: 0 .5rem -.3rem .5rem;
}

.overflowhide
{
	overflow: hidden;
}

.res-detail-leftcol-permission
{
	font-weight: bold;
	text-align: left;
	min-width: 12rem;
}

.res-detail-leftcol-chgdate
{
	font-weight: bold;
	text-align: left;
	min-width: 10.5rem;
}

.res-detail-leftcol
{
	font-weight: bold;
	text-align: left;
	min-width: 8.5rem;
}

.balloonMsg
{
	position: absolute;
	top: 4rem;
	left: 3rem;
	text-align: center;
	font-weight: normal;
	font-size: 1.3rem;
	width: 19.6rem;
	white-space: normal;
}

.recerttable
{
	width: 2.3rem;
	height: 2.5rem;
}

.marginLeft8
{
	margin-left: 1.3rem;
}

.marginLeft20
{
	margin-left: 2rem;
}

.marginLeft5
{
	margin-left: .5rem;
}

.paddingRight0
{
	padding-right: 0;
}

.txtAlignCenter
{
	text-align: center;
}

.DotLineRecertX3
{
	margin-left: .5rem;
}

.removeAccessEndLabel
{
	position: relative;
	top: .3rem;
	margin-right: .5rem;
}


.pswresetloc
{
	width: 33em;
	position: relative;
	top: 10rem;
	text-align: left;
}

.pswresetrow
{
	clear: both;
	margin-bottom: .3rem;
}

.pswresetrow input
{
	float: left;
	text-align: left;
	white-space: nowrap;
}

.pswresetrow div
{
	float: left;
	text-align: right;
	margin-right: .5rem;
	padding-top: .5rem;
	min-width: 11em;
	min-height: 1.8em;
}


.apprEditBtnWidth
{
	width: 86%;
}

.visibilityHidden
{
	visibility:hidden;
}

.txtNormalWeight
{
	font-weight: normal;
}

.sso2ColTblCol2
{
	float: left;
	width: 80%;
}

.multiselectpanel
{
  width: 100%;
  height: 25rem;
}

.multiselectpanelHeaderLeft
{
	height: 2.5rem;
}

.multiselectpanelHeaderRight
{
	height: 2.5rem;
}

.multiselectAvailabehead
{
	margin: .3rem;
	width: 8rem;
}

.multiselectCurrenthead
{
	margin: .3rem;
	width: 5rem;
}

.multiselectinputpanel
{
	margin-left: .3rem;
	margin-right: .3rem;
	margin-bottom: 2rem;
}

.multiselectRightpanel
{
	margin: .3rem;
	text-align: right;
	width: 75%;
}

.multiLeftItemspanel
{
	height: 20rem;
}


.multiItemsLeftUL
{
	text-align: left;
	border: 0 none;
	list-style: none;
	outside: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	width: 100%;
	overflow: auto;
	min-width: 10rem;
}

.multiRightItemspanel
{
	float: left;
	height: 20rem;
}

.multiLeftFooter
{
	height: 2.5rem;
}

.multiLISelected
{
	display: block;
	width: 100%;
}

.multiLIPanel
{
	width: 85%;
	float: left;
	padding-left: 1.5rem;
}

.multiLIImgPanel
{
	width: 10%;
}

.multiselectcls
{
	overflow: auto;
	height: 5rem;
	width: 15.5rem;
}

.visibilityHidden
{
	margin-top: 0;
}

.marginTop0
{
	margin-top: 0;
}

.wrapword{
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.multiListHeight
{
	height: 20rem;
}

.alignTop
{
	vertical-align: top;
}

select
{
	zoom: 1;
}

.multiListDiv
{
	width: 90%;
	overflow: auto;
	min-height: 1rem;
	height: auto !important;
	max-height: 10rem;
}

.paddingTop2
{
	padding-top: .2rem;
}

.marginTop0
{
	margin-top:0;
}

.duimultivaluedDiv
{
	width: 80%;
	overflow: auto;
	min-height: 5rem;
	max-height: 10rem;
}

.marginTopnegtive10
{
	margin-top: -1rem;
	padding-top: .5rem;
}

.approvalOptionalAttrWidth
{
	width: 82%;
}

.reportprintdiv
{
	width: 100rem;
	max-height: 55rem;
}

.certify-res-detail-container
{
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

hr
{
  height: .1rem;
  width: 100%;
}

#smsresetform\:pswdsec1SMSPswdReset {
	z-index: 2;
}

#smsresetform\:pswdsec2SMSPswdReset {
	z-index: 1;
}

#useridform\:pswdsec2ForgotUserID {
	z-index: 0;
}

.clearQuestionIcon {
	margin-right: .5rem;
}

.clearQuestionWarning {
	font-style: bold;
	color: red;
	font-size: 1.2rem;
}

.kioskspinner {
	margin-left: 10em;
	margin-top: 2em;
}

.user-entitlement-table-cell
{
	text-decoration: none;
	padding: 0 0 .3rem 0;
	padding-bottom: .5rem;
	padding-left: 3rem;
	white-space: normal;
	word-wrap: break-word;
}

.user-access-table-cell {
	text-decoration: none;
	padding: 1rem 0 .3rem 0;
	white-space: normal;
	word-wrap: break-word;
}

.user-entitlement-table-hdr {
	text-decoration: none;
	padding: 0 0 .3rem 0;
	padding-top: .5rem;
	padding-left: 3rem;
	white-space: normal;
	word-wrap: break-word;
}

.userLevelRequestDateRow,
.userLevelremoveRequestDateRow
{
	padding: 1em;
}

.marginleft-5{
  margin-left: -.5rem;
}

.duplicateResList
{
	overflow: auto;
	max-height: 40rem;
}

.noteText
{
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

/** Login form */

 .logonloc {
	border-radius: .2rem;
	box-shadow: 0 1rem 2.5rem 0 rgba(0, 0, 0, 0.3), 0 1.7rem 1.7rem 0 rgba(0, 0, 0, 0.15);
}

/** rich tab */
.rich-tab-active a {
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.rich-tab-active, .rich-tab-inactive {
    height: 3.2rem;
    padding: 0 2.5rem;
}

.rich-tab-disabled {
	cursor: not-allowed;
}

.rich-tab-active a, .rich-tab-inactive a {
    font-family: arial;
    font-size: 1.4rem;
}

.dr-tbpnl-tbcell-dsbld, .dr-tbpnl-tbcell-inact {
    padding-top: 0;
}

/** Header */
.site-header {
    padding: 1rem;
    margin: 0;
    text-align: left;
    padding-bottom: 4.2rem;
    min-width: 30rem;
}

.short-header {
	padding-bottom: .4rem !important;
}

.site-header h1 {
    margin-top: .2rem;
    margin-left: .6rem;
    margin-bottom: 0;
    text-align: left;
}

.site-header p {
    padding-top: 0;
    margin-top: .4rem;
    margin-left: 2.2rem;
}


/** Checkbox */
.checkbox {

}

.anchorAsButton,
.anchorAsButtonDisabled
{
	min-width: 6.4rem;
	padding: 1.2rem;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: .2rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

/** Button */
.selresourcebtnDisabled,
.selresourcebtn,
.loginButton,
.buttonL1,
.buttonL2,
.buttonL3,
.buttonL4,
.ss_manager_button,
.launch_wf_button,
.loginButtonDisabled,
.buttonL1Disabled,
.buttonL2Disabled,
.buttonL3Disabled,
.buttonL4Disabled,
.sapUserInfoMenu,
.sapUserInfoMenuSelected
{
	min-width: 6.4rem;
	padding: 0 1.2rem 0 1.2rem;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: .2rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

.loginButton,
.buttonL1,
.buttonL2,
.buttonL3,
.buttonL4,
.ss_manager_button,
.buttonL1Disabled,
.buttonL2Disabled,
.buttonL3Disabled,
.buttonL4Disabled,
.anchorAsButton,
.anchorAsButtonDisabled
{
	margin: 0 .6rem;
}

.sapUserInfoMenu,
.sapUserInfoMenuSelected
{
	margin: 0 .2rem;
	font-size: 1.4rem;
}

.sapUserInfoMenuSelected
{
	font-weight: bold;
}

.mutliselectBtn
{
	margin-bottom: .5em;
	width: 80%;
	padding: 0 1.2rem 0 1.2rem;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: .2rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

.chevronMultiSelectBtn
{
    display: block;
    margin: .8rem auto;
    width: 2.6rem;
    padding: 0 1.2rem 0 1.2rem;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: .2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.chevronMultiSelectBtn img {
    position: relative;
    top: .4rem;
    left: -1.1rem;
}

.loginButton
{
	margin: 1em 0 1em 0;
}

.selresourcebtn,
.loginButton,
.buttonL1,
.buttonL2,
.buttonL3,
.buttonL4,
.anchorAsButton,
.sapUserInfoMenu,
.sapUserInfoMenuSelected,
.ss_manager_button,
.launch_wf_button,
.mutliselectBtn,
.chevronMultiSelectBtn
{
	cursor: pointer;
}

.loginButton,
.loginButtonDisabled,
.buttonL2,
.buttonL2Disabled,
.buttonL3,
.buttonL3Disabled,
.buttonL4,
.buttonL4Disabled,
.anchorAsButton,
.anchorAsButtonDisabled,
.sapUserInfoMenu,
.sapUserInfoMenuSelected
{
	line-height: 3.6rem;
}

.buttonL1,
.buttonL1Disabled,
.ss_manager_button,
.launch_wf_button,
.mutliselectBtn,
.chevronMultiSelectBtn,
.userMatchAttribute
{
	line-height: 2.4rem;
}

.selresourcebtnDisabled,
.selresourcebtn {
    line-height: 1.9rem;
}

.buttonL1,
.ss_manager_button,
.launch_wf_button,
.buttonL1w,
.buttonL1Disabled,
.buttonL1wDisabled
{
	font-size: 1.3rem;
}

.buttonL4Disabled
{
	font-size: larger;
}

.buttonL1Disabled,
.buttonL1wDisabled,
.buttonL2Disabled,
.buttonL3Disabled,
.buttonL4Disabled,
.anchorAsButtonDisabled,
.mutliselectBtnDisabled
{
	cursor: default;
}

/* Progress Bar */
.progress {
    padding: 0;
    margin: 0 ! important;
    position: relative;
    top: 0;
    left: 0;
    height: .4rem;
    display: block;
    width: 100%;
    border-radius: .2rem;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
    margin-bottom: .6rem;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%; }
    60% {
        left: 100%;
        right: -90%; }
    100% {
        left: 100%;
        right: -90%; } }
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%; }
    60% {
        left: 100%;
        right: -90%; }
    100% {
        left: 100%;
        right: -90%; } }
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%; }
    60% {
        left: 107%;
        right: -8%; }
    100% {
        left: 107%;
        right: -8%; } }
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%; }
    60% {
        left: 107%;
        right: -8%; }
    100% {
        left: 107%;
        right: -8%; } }

/** SS Usermtch UI Styles */
.wordwrapUsermatchStyle
{
	word-break: break-all;
}

.approvalButtons
{
	margin-top: 1rem;
}

.resyncAcctDlgBody
{
	min-height: 10rem;
	max-height: 40rem;
	overflow: auto;
	min-width: 45rem;
}
.resync-accnt-list
{
	padding-bottom: .5rem;
}
.resyncPwdBox
{
	padding: .5rem;
	margin: .5rem;
}

.notificationTextArea
{
	width: 95%;
	min-height: 30em;
}

.secqa-cell
{
	padding: 1.5rem 0 1.5rem 1rem;
}

.ss_inner_section_default2
{
	padding: 0 0 1.5em 1.5em;
}

.ss_inner_section_default2 h3
{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: inherit;
}

.socialAuthLink
{
	margin: auto;
	width: 90%;
	text-align: center;
}

.availdatebox
{
	margin-left: 2em;
	margin-top: 0.5em;
}

.whiteYellowRound h3
{
	margin: 0 0 0.5em 0;
}

.top-5px
{
    top: -.5rem;
    position: relative
}

.leftMargin05em
{
   margin-left: 0.5em;
}

.noleftMargin
{
   margin-left: 0;
}

.leftMargin15px
{
   margin-left: 1.5rem;
   text-indent: 1rem;
}

.top2px
{
   top: .2rem;
   position: relative
}

.top2em
{
   margin-top: 2em;
}

.tablet-readable,
.hidden-readable {
   position: absolute;
   overflow: hidden;
   width: .1rem;
   height: .1rem;
   padding: 0;
   margin: -.1rem;
   clip: rect(0,0,0,0);
   border: 0;
}

.divContainingTable
{
	display: table;
}

.rfiTargetTable
{
	table-layout: fixed;
	width: 100%;
}

.quickPagination td:nth-child(2),
.quickPagination td:nth-child(6),
.quickPagination td:nth-child(7)
{
	display: none;
}

.regularPagination td:nth-child(2),
.regularPagination td:nth-child(6)
{
	display: none;
}

.schedulesPanel
{
    padding: 1em;
}

.table
{
	display: table;
}

.cellBottom
{
	vertical-align: bottom;
	padding-bottom: .6rem;
	position: relative;
	top: -2em;
	right: -14em;
}

.quickDataScroller
{
	min-height: 1em;
}

.logoutIcon
{
	padding-right: 1.6rem;
	padding-left: 1.2rem;
}

.wait
{
	cursor: wait;
}

.viewpswdpolicywidth75
{
	float: left;
	width: 75%;
}

.boldItalic
{
	font-style: italic;
	font-weight: bold;
}

.managesecuritydevicelisttitle
{
	margin: 0;
}

.editQuestionHint {
    font-size: .75em;
    color: #777;
    display: block;
    margin-top: 0;
}

#seqincompletemsg img {
    vertical-align: middle;
}

.editQuestionHint img {
    height: 1rem;
    margin-bottom: -.2rem;
}

.optionalQuestionSelectArea {
    position: relative;
    top: -.3rem
}

.duoDeviceInstructions {
	line-height: 1.75em;
}

.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	display: table-header-group;
}

.divTableCell, .divTableHead {
	display: table-cell;
}

.divTableHeading {
	display: table-header-group;
}

.divTableFoot {
	display: table-footer-group;
}

.divTableBody {
	display: table-row-group;
}

.width35
{
	width: 35%;
}

.width30
{
	width: 30%;
}

.height100
{
	height: 100%;
}
.spacer
{
	margin: .5rem;
}

.duoLoginFrame {
    min-width: 29.5rem;
}

.noScroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.dateRangeCompFont {
	padding: 0.5em;
}

.rich-tab-bottom-line img {
	display: none;
}

.rich-tabhdr-side-border {
	padding: .1rem;
}

input[type="radio"],
input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
}

.rich-mp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.dr-mpnl-panel {
    height: 100%;
    width: 100%;
}

.rich-modalpanel {
    height: 100%;
    width: 100%;
    background-color: transparent !important;
}

.viewpswdpolicywidth75 img,
.showHideLink,
.tablesort,
input[type="image"] {
    height: 2.4rem;
}

input[src*="18px"] {
    height: 1.8rem;
}

.dynamicUIRow td {
    display: block;
}

.rich-calendar-popup td,
.rich-calendar-editor-container td {
    display: table-cell;
}

.policyListBorder {
    border-bottom: .1rem solid #dddddd;
    padding: .5rem 0;
}

/* Rich Tree related */

.dr-tree-h-ic-img {
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
}

.rich-tree-node-icon{
    display: none !important;
}

.rich-tree-node-icon-leaf{
    display: none !important;
}

.noPadTable{
    padding: 0 !important;
}

.treeExpandBtn {
    display: none;
}

.rich-tree tr {
    box-shadow: none !important;
}

.nonLink {
    color: black !important;
    text-decoration: none !important;
}
/* Rich Tree related - End */

.rich-tree-node-handle {
    display: block;
}

.col-sec-select,
.col-sec-edit {
	float: left;
}

.col-sec-edit {
    width: 3rem;
}

.col-sec-select {
    width: calc(100% - 3rem);
}

.rich-calendar-button {
    width: 2.4rem
}

.table-caption {
    float: left;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: black;
}

.margin-left15 {
	margin-left: 1.5rem;
}

.margin-left25 {
	margin-left: 2.5rem;
}

.marginLeft30
{
	margin-left: 3rem;
}

.dr-table {
    border-collapse: initial;
}

.detailPanel {
	padding: 1rem .5rem;
}

.subTablePanel {
	padding: 1rem;
}

.subTablePanel h4 {
	margin: 0;
	padding: .3rem 0 .3rem .5rem;
}

.dataColumn {
	line-height: 2rem;
}

.changeLanguageButton {
    margin-left: .6rem;
}

.duiFieldMargin {
    margin: .2rem 0;
}

.reCaptchaLabel {
    text-align: right;
}

.reCaptchaLabel label{
    margin-right: .5rem;
}

.attributeBgrnd .buttonL2 {
    min-width: 8rem;
}

.duiMinHeight
{
	min-height: 2.8rem;
}

.dateFormat,
.fieldHint {
    font-style: italic;
    display: block;
    font-size: 1.1rem;
}

/* Card list assumes the use of bootstrap row class in cardListItem to layout inner elements*/
.unorderedCardList {
    list-style: none;
    padding: 0;
}

.cardListItem {
    min-height: 4.8rem;
    width: 100%;
    float: left;
}

.card {
    box-shadow: 0 0.2rem 0.5rem 0.2rem #aaaaaa;
    margin-bottom: .8rem;
}

.cardContentHeader {
    margin: 1.6rem 1.6rem 0 1.6rem;
}

.cardContent{
    padding: 1.6rem;
    width: calc(100% - 3.2rem);
    float: left;
}

.cardContentSeparator {
    margin: 0 0 0 .9rem;
    width: calc(100% - 1.8rem);
    border-style: solid;
    border-color: #777;
    border-width: .1rem 0 0 0;
}

.accessPeriodCardBeneficiary {
    padding: .4rem 0;
    height: 2.2rem;
    line-height: 2.2rem
}

.removeAccessPeriodGlobalGraceOverride {
    width: 100%;
    margin-bottom: .8rem;
    float: left
}

.checkboxCenterText {
    vertical-align: top; position: relative; top: .2rem;
}

.requestSelectByRadioGroup {
	padding-left: 0.8rem;
	display:inline;
	position: relative;
	top: -.4rem;
}

.userVerificationRadioGroup {
	padding-left: 0.8rem;
	display:inline;
	position: relative;
	top: 0.4rem;
}

.captchaCenter {
	display: flex;
	justify-content: center;
}

.ss_centered_label {
	width: 21%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3em;
	display: block;
}

/*chips css*/
.chips.chipsInitial {
    border-bottom-style: solid;
    border-bottom-width: .1rem;
}

.chip {
    font-weight: bold;
    border-radius: 2rem;
    padding: 1rem;
    display: inline-block;
}

.chipRemovebtn {
	font-size: 1.5rem;
	padding: .5rem;
}

.chips.chipsInitial input.chipInput {
    display: inline-block ;
    float: none;
    width: 20rem;
    border:none;
    outline: none;
    line-height: 2rem;
}

.suggestedItem {
    line-height: 2rem;
}

.callNote {
	width: 100%;
	height: 8rem;
	padding: unset;
	margin-bottom: 1rem;
}

.responsiveDescriptionList dt {
    display: inline-block;
    width: 50%;
    text-align: right;
    margin: .8rem 0;
}

.responsiveDescriptionList dd {
    display: inline-block;
    text-align: left;
    margin: .8rem 0 .8rem .5rem;
}

.reportMultiSelectButtons {
    width: 30%;
    vertical-align: top;
    text-align: center;
}

.mobileReportMultiSelectButtons {
    width: 4.6rem;
    vertical-align: top;
    text-align: center;
}

.lineHeight24 {
    line-height: 2.4rem;
}

.userEnumJCaptchaBox, .jCaptchaImage {
    padding: 0.5rem;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.userEnumJCaptchaBox {
    display: flex;
    flex-direction: column;
}

.userEnumJCaptchaImageRow {
    display: flex;
    flex-direction: row;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.gCaptchaContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.lineHeight24 {
    line-height: 2.4rem;
}

.entitlementTitle {
    font-weight: bold;
    padding: 1rem;
    display: block;
}

#selectReportsPanelForm\:filter tr {
    display:block;
    padding-top: .4rem;
}

.detailsBorderLeft {
    border-left: .1rem solid #767676;
}

.subtab a:focus {
    outline: none;
}

#activeSubTabTitle {
    display: none;
}

.pswdStrengthText {
    text-align: left;
    font-style: italic;
}

.meteredPswd {
    outline: none !important;
}

.pswdformrow1
{
    line-height: 2.6rem;
    display: flex;
}

.dynamicUIRow .field {
    padding: 0.8rem 0;
}

.readOnlyPanel .dynamicUIRow .row {
    padding: 0;
    margin: 0;
}

.readOnlyPanel .defaultDUILabel {
    font-weight: bold;
}

.recaptchaInstructionalIcon {
    float: left;
    margin-left: .5rem;
}

.g-recaptcha {
    float: left;
    display: inline-block;
    transform: scale(0.80);
    webkit-transform: scale(0.80);
    margin-left: -2.8rem;
}

.g-recaptcha-iframe {
	width: 100%;
	border: none;
	background-color: "transparent";
}

.duiLabelField {
    padding: 0 1rem 0 3rem;
}

.headerRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobileNameSection {
    display: inline-block;
}

.langSelCombo {
    display: flex;
    align-items: center;
}

.duiBlankSpace {
    min-height: 2.4rem;
}

.rule-table-header-padding {
    padding-bottom: 0.5rem!important;
    padding-top: 0.5rem!important;
}

.no-item-msg
{
	text-align: center;
	font-style: italic;
	padding: 2rem 0;
	min-height: 4rem;
}

.strikethrough
{
	text-decoration: line-through;
}

.minWidth20
{
	min-width: 20rem;
}

.minWidth30
{
	min-width: 30rem;
}

.minHeight24
{
	min-height: 2.4rem;
}

.addAliasCoveringPanel
{
	min-height: 21rem;
}

.addAliasPanel
{
	min-height: 17rem;
	display: flex;
}

.aliasRow {
	float: left;
	width: 100%;
}

select {
    padding: .1rem .3rem;
}

.centerVertical {
  margin: 0;
  position: absolute;
  transform: translateY(50%);
}

.calendarLabel{
    float: left;
    vertical-align: top;
    line-height: 2.4rem;
}

.calendarDlgPadding {
	min-height: 12em;
}

.addSelfCheckbox {
	padding: 0 .4rem;
}

.addSelfCheckbox label{
	position: relative;
	top: .2rem;
}

.generatedBypassCodes, #customBypassCodesList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bypassCode, .customBypassCode {
    background-color: #777;
    padding: .1rem 1.6rem .1rem 0;
    border-radius: 1.46em;
    margin: .6rem 1rem;
    font-size: 1.5rem;
    float: left;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.customBypassCode {
    background-color: #eee;
    border: .1rem solid #444;
}

.bypassCodesSection, .bypassCodesActionSection, .customBypassCodesListSection {
    float: left;
    width: 100%;
}

.bypassCodesActionSection {
    margin: 0.8rem 0;
}

.bypassCodesHeader {
    margin-bottom: 0;
    margin-top: 0;
}

.customBypassCodesListSection {
    min-height: 4rem;
}

.bypassCodeLabel, .customBypassCodeLabel {
    display: block;
    float: left;
    margin: 1rem 0 1rem 1.5rem;
    color: white;
}

.customBypassCodeLabel, #customBypassCodesInput{
    color: #444;
    font-weight: bold;
}

#bypassCodesInstructionsRegion {
    margin: 0.4rem 0;
}

.floatingInputContainer {
    position: relative;
    padding: 0 .8rem;
    float:left;
    margin: .5rem 0;
}

.floatingInputContainer input {
    border: none;
    font-size: 1.6rem;
    outline: 0;
    padding: 1.6rem 0 1rem;
}

.floatingInputContainer label {
    font-size: 1.6rem;
    transform-origin: top left;
    position: absolute;
    transform: translate(0,1.2rem) scale(1);
    transition: all .1s ease-in-out;
}

.floatingInputContainer.active label {
    transform: translate(1rem,0) scale(.75);
}

.inputHint {
    float: right;
    font-size: 1rem;
    color: #777;
}

#customBypassCodesInput {
    min-height: 1.2rem;
    border-bottom: 1px solid;
    border-color: #777;
    padding: 1.2rem 1rem 0 1rem;
    max-width: 14rem;
}

.removeCodeButton {
    border: none;
    background: transparent;
    padding: 0.7rem 0.1rem 0.5rem 0.5rem;
    margin-right: -.9rem;
}

.removeCodeButton img {
    height: 2.2rem;
}

.header-row
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.duoTokenInput,
.duoPhoneInput {
	overflow: auto;
	padding: 0.5rem 0;
}

.duoTokenInputLabel,
.duoPhoneInputLabel {
	margin-top: 0.2rem;
	text-align: right;
}

#acctclaimform .duoTokenInputLabel,
#acctclaimform .duoTokenSpacer {
	width: 8.5rem !important;
}

#acctclaimform .duoTokenInputLabel + div {
	width: calc(100% - 8.5rem);
}

#showHideAesKeyLabel,
#showHideSecretKeyLabel,
#showHidePrivateIdLabel {
	position: relative;
	top: 0.2rem;
	left: -0.2rem;
}


.lkAuthenticateImage{
    width: 100%
}

.lkAuthenticateImage img{
    display: block;
    width: 240px;
    margin: auto;
}

#kioskform .lkAuthenticateImage img,
#acctclaimform .lkAuthenticateImage img {
    margin-left: 4.5rem;
}

.lkQrCode {
    margin-left: 8.5rem;
    width: 20rem;
    text-align: center;
}

.primaryManagerCheck {
	height: 1.5rem;
}

.viewManagerInfoIcon {
	height: 1.8rem !important;
	margin-left: .3rem;
	position: relative;
	top: .2rem;
}

.viewManagerName {
	position: relative;
	top: -.2rem;
}

.duoNotLinkedWarningIcon {
    height: 1.3rem;
    position: relative;
    left: 0.4rem;
}

.duoCountryCodeDropDown {
    margin-left: 0.5rem;
    max-width: 98%;
}

.g-recaptcha-iframe {
    position: relative;
    left: -6.3rem;
}