/*** Profile Manager modified 12.05.17 SS ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body {
    height: 100%;
    background: fixed;
}
html {
    overflow: auto;
}
body {
    font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
    border: 0;
}
form {
    margin: 0;
}
label{
    padding-right: 5px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}
label {
    display: inline-block;
    width: 15%;
}
input,
.ui-inputfield {
    border: 1px solid #ccc;
    padding: 5px;
    background: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 0;
}
input:focus,
select:focus,
.ui-inputfield:focus {
    color: #000000;
    border: 1px solid #fdb913;
    border-radius: 0;
    outline: none;
}
input[type="text"],
input[type="password"] {
    min-width: 36ex;
}
.disabledInput {
    background-color: #eeeeee;
}
select{
    border: 1px solid #ccc;
    padding: 4px;
    background: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
}
a {
    color:#4f107a;
    text-decoration: none;
}
a:link, a:visited {
    color: #4F107A;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4F107A;
    text-decoration:underline;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
#versionInfo {
    display: none;
    visibility: hidden;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none;
    background: #eee;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-tabs-nav .ui-state-active {
    background: #ffedc4;
    color: #333;
}
.ui-widget-header .ui-inputfield,
.ui-widget-content .ui-inputfield {
    background: #fff;
}
button,
.button,
.ui-button {
    font-weight: bold;
    display: inline-block;
    border:solid 1px #aaa;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #eee;
    margin: 0 10px 10px 0;
    width: auto;
}
.ui-button-text-only .ui-button-text {
    padding: 0;
}
button:hover,
button:focus,
.button:hover,
.ui-button:hover,
.button:focus,
.ui-button:focus {
    cursor: pointer;
    background: #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #aaa;
}

/*** header ***/
.headerContainer {
    width: 100%;
    height: 98px;
    margin: 0 auto;
    background: #563d82;
}
.headerLogoContainer {
    height: 53px;
    background: url("/profilemgr/jakarta.faces.resource/cms_logo_cms.gif.xhtml?ln=images") no-repeat 10px 5px;
    display: block;
    padding: 5px 10px 0;
}
.headerNavBar {
    height: 38px;
    display: block;
    width: 100%;
    clear: left;
}

/*** main content ***/
.outsideContainer {
    margin: 0 0 -10px;
    width: 100%;
    position: relative;
    border: none;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important;
    height: 100%; /* For IE */
    background: none;
}
#tabContainer,
#mainContentContainer {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 25px;
}
.contentBox {
    margin-bottom: 25px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #CCC;
}
.contentBoxContent {
    padding: 15px 15px 15px 10px;
}
.mainHeader {
    background: #4f107a;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
    display: block;
}
.sectionHeader {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 8px;
    color: #4f107a;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    border-bottom: 1px solid #CCC;
}
fieldset legend.sectionHeader {
    background: none;
    border: none;
}
.requiredFieldIndicatorMsg {
    float: right;
}
.requiredFieldIndicator {
    color: #CD0A0A;
    padding: 0 5px 0 0;
    font-size: 20px;
    vertical-align: middle;
}
.leftColumn,
.rightColumn {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}
.contentBoxContent .leftColumn label,
.contentBoxContent .rightColumn label {
    width: 33%;
}
.contentBoxContent .leftColumn input,
.contentBoxContent .rightColumn input {
    min-width: 49%;
}
.contentBoxContent select {
    width: 23%;
}
.contentBoxContent.securityQuestions select {
    width: auto;
}
.contentBox.forgotPassword .infoMsg {
    margin-bottom: 0;
}
.contentBox.forgotPasswordProcess.securityQuestions label {
    width: 30%;
}
.contentBoxContent ul:not([class*="errorMsgs"]) {
    margin: 10px 0 0 15px;
}
.contentBoxContent ul li {
    line-height: 20px;
}
.contentBoxContent ul.noStyle li {
    list-style: none;
}
.mainContentPanel {
    position: relative;
}
.mainContentPanel.accountCreation .ui-panel {
    padding: 0;
    border: none;
}
.userChoicesPanel .contentBox {
    border: none;
}
.userChoicesPanel .contentBox .button {
    margin-left: 10px;
}
.userChoicesPanel .sectionHeader {
    background: none;
    border: none;
}
.userChoicesPanel .leftColumn {
    margin-right: 2%;
    border-right: 1px solid #ccc;
}
.userChoicesPanel .rightColumn {
    margin-left: 6%;
}
.userChoicesPanel p {
    margin-bottom: 10px;
}
.userChoicesPanel p:last-child {
    margin-bottom: 0;
}
.newUserPanel {
    width: 100%
}

/*** Messages ***/
.validationError {
    background: #FFEDC4;
    border: 1px solid #FDB913;
    color: #333333;
    display: table;
    margin: 5px 5px 5px 15.5%;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contentBoxContent .rightColumn .validationError,
.contentBoxContent .leftColumn .validationError {
    margin-left: 34.5%;
}
.contentBox.forgotPasswordProcess.securityQuestions .validationError {
    margin-left: 30%;
}
.errorMsgs,
.infoMsg {
    border: 1px solid #FDB913;
    background: #FFEDC4;
    color: #333333;
    text-decoration: none;
    display: block;
    margin: 0 0 10px 0;
}
.infoMsg {
    padding: 8px;
}
.errorMsgs {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.errorMsgs li {
    padding: 8px;
    list-style: none;
}

.errorMsgsText {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
}

.invalidInputMsg,
.validInputMsg {
    font-weight: bold;
    font-size: 15px;
}
.invalidInputMsg {
    color: #CD0A0A;
}
.validInputMsg {
    color: #55a51c;
}

/*** Tabs ***/
#profileMgrTabView {
    border: none;
}
#profileMgrTabView > ul {
    padding: 0;
    background: none;
    border-bottom: 1px solid #ccc;
    -wedkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
#profileMgrTabView ul.ui-tabs-nav a {
    color: #4f107a;
    font-size: 16px;
}
#profileMgrTabView .ui-tabs-panels {
    border: 1px solid #ccc;
    border-top: 0;
}
#profileMgrTabView .ui-tabs-panel {
    padding: 8px;
}
.ui-tabs-panel .ui-panel {
    padding: 0;
    border: none;
}

/*** Password Validator ***/
.contentBoxContent.changePassword .leftColumn {
    width: 38%;
}
.contentBoxContent.changePassword .rightColumn {
    width: 50%;
}
.passwordRequirementsWidget {
    border: 1px solid #ccc;
    text-align: center;
}
.passwordRequirementsWidget tr {
    border: none;
    background: none;
}
.passwordRequirementsWidget.ui-panelgrid .ui-panelgrid-cell {
    padding: 8px;
    border: none;
}
.passwordRequirementsWidget .ui-widget-header {
    background: #eee;
    border-bottom: 1px solid #ccc;
}
/*** Change Password Tooltips ***/
.validatorTooltip {
    width: 350px !important;
    padding: 8px;
}
.validatorTooltip p {
    margin-bottom: 8px;
}
.validatorTooltip p:last-child,
.validatorTooltip p:only-child {
    margin-bottom: 0;
}

/*** footer ***/
.footerContent {
    position: relative;
    margin-top: -48px;
    clear:both;
    background: #e5e5e5 url("/profilemgr/jakarta.faces.resource/images/touchnet_logo.png.xhtml") no-repeat right center;
    text-align: left;
    font-weight: normal;
    color: #4a4a4a;
    text-decoration: none;
	  background-position : calc(100% - 15px);
    border-top: none;
    padding: 10px 15px;
}
.footerContent a:link, .footerContent a:visited {
    font-weight: normal;
    color: #4a4a4a;
    text-decoration: none;
}
.footerContent a:hover, .footerContent a:active {
    color: #333;
    text-decoration: underline;
}
.footerTxtBold {
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: none;
}
.footer_spacer {
  clear: both;
  height: 10px;
}

.ui-button .ui-button-text {
    font-weight: bold;
}
sup {
	bottom: 0.25em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
}
