/*
	style.css
	- Reset
	- Base HTML Styles
	- Base Typography
	- Layout
	- Page Specific Styles
	- Print Styles

----------------------------------------------------------------------*/

/*
    Reset
    - html5doctor.com (Eric Meyer's Reset Reloaded + HTML5 baseline)

----------------------------------------------------------------------*/

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, div.h1, div.p,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, select {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

pre {
    padding: 0.75em;
    border: 1px solid #ccc;
    background: #ddd;
    margin: 1.5em 0 0;
    white-space: normal;
}

code, pre code {
    font-family: Consolas, "Lucida Console", Monaco, monospace;
}

iframe {
    margin-bottom: -5px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 16px 0;
    padding: 0;
}

/* Base HTML Styles --------------------------------------------------------------------------------------------------*/

html {
}

strong, th {
    font-weight: bold;
}

td {
    vertical-align: middle;
}

.place-CombinedSwitchAndProfile .combinedSwitchAndProfileOptionsType .formLabelCell {
    width: 30%;
}

.place-EmployerDashboard .formLabelCell {
    width: 15%;
}
.place-EmployerDashboard .formControlCell {
    padding-top: 10px;
}
.place-EmployerDashboard .memberSearchForm {
    display: flex;
}
.place-EmployerDashboard .memberSearchTerms {
    margin-right: 20px;
}

@media only screen and (max-width: 500px) {
    .place-EmployerDashboard .formLabelCell {
        width: 30%;
    }
}
@media only screen and (max-width: 500px) {
    .place-EmployerDashboard .horizontalButtonBar {
        margin-top: 15px;
    }
}

/*a:hover, a:active {*/
/*outline: none;*/
/*}*/

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */

ul, ol {
    margin: 0 0 10px;
    padding: 1em;
    overflow: hidden;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ol {
    list-style-type: decimal;
}

nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 0;
    padding-inline-start: 0;
}

textarea {
    overflow: auto;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base_default.css  */
input[type="radio"] {
    vertical-align: text-bottom;
    margin-bottom: 2px;
    box-shadow: none;
}

input[type="checkbox"] {
    vertical-align: middle;
    /*margin-top: 1.2em*/
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
    cursor: pointer;
}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::selection,
::-moz-selection {
    text-shadow: none;
    color: white;
    background-color: #5db4c2;
}

*::-moz-placeholder {
    color: #CCCCCC;
}

/*
    Base Typography
    - Family, size & vertical rhythm
    - HTML Standard Elements

----------------------------------------------------------------------*/
html {
    width: 100%;
    overflow-x: hidden;
    font-size: 62.5%;
}

body .bodyWrapper {
    background: #ffffff;
}

html.ie8 {
    overflow-x: auto;
}

.ie8 body {
    min-width: 980px;
}

body.loading {
    width: 100%;
    overflow-x: hidden;
}

/*a:hover {*/
/*text-decoration: none;*/
/*}*/

h1, h2, h3, h4, h5, h6, div.h1 {

}

h1, h2, h3, div.h1 {
    font-weight: bold;
}

h1, div.h1 {
    font-size: 24px;
    line-height: 26px;
}

h2, div.h2 {
    font-size: 20px;
}

h3, div.h3 {
    font-size: 16px;
}

h4, div.h4 {
    font-size: 14px;
}

p, ul, ol, form, div.p {
    line-height: 19.6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul {
    list-style-position: outside;
    line-height: 18px;
    list-style-type: disc;
}

/*li {*/
/*    margin-bottom: 6px;*/
/*}*/

ol {
    list-style-position: outside;
    list-style-type: decimal;
}

/* Components */

/* CMS */

/*.cms h2 {*/
/*    margin-top: 10px;*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 10px;*/
/*    color: #C12546;*/
/*}*/

/*.cms a, .cms a:active, .cms a:visited {*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #C12546;*/
/*}*/

/*.cms a:hover {*/
/*    !*text-decoration: none;*!*/
/*}*/

/*.cms a.button {*/
/*    text-decoration: none;*/
/*    color: #FFFFFF;*/
/*}*/

/*.cms a:hover.button {*/
/*    text-decoration: none;*/
/*    color: #FFFFFF;*/
/*    background-image: none;*/
/*    back-ground-color: #0092C7;*/
/*}*/

.cms table {
    width: 100%;
    margin: 0 0 12px;
}

.onPlaceLoad .cms table {
    margin: 0px;
}

.onPlaceLoad .cms .subForm table td {
    padding: 3px;
    padding-left: 0px;
}

.cms th, .cms td {
    padding: 5px;
    text-align : left;
}

.cms thead th {
    /*font-size: 8px;*/
}

.cms tr.even th, .cms tr.even td {
    background: #f3f2ef;
}

.cms tfoot th, .cms tfoot td {
    border-top: 2px solid #666;
    background: #eee;
}

.cms tfoot tr.total th, .cms tfoot tr.total td {
    border-top: 6px double #666;
}

.cms tfoot tr.total th {
    text-transform: uppercase;
}

.cms th.right, .cms td.right {
    text-align: right;
}

.cms .stripe tbody {
    border: 1px solid #fff;
}

.cms th.center, td.center {
    text-align: center;
}

.contentSlotEditor {
    z-index: 20000;
}

/*tinymce menu dropdown*/
/*
 * z-index should be greater than the z-index of the content slot editor.
 * else the menu dropdown would be behind the content slot.
 */
.tox.tox-tinymce-aux {
    z-index: 25000;
}

.contentSlotEditor label {
    color: #333333 !important;
    font-weight: normal !important;
}

.contentSlotEditor .popupContent > div > .gwt-Label {
    background: #eeeeee;
    padding: 2px 6px;
    margin: 0px 1px;
}

/* Control Editor */
.controlEditor {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);*/
    background: #efefef;
    border: 1px solid #888888;
    display: none;
    position: absolute;
    right: 0;
    z-index: 999;
    padding: 3px 5px;
    height: 18px;
    font-size: 11px;
    overflow: hidden;
    transition: height 500ms;
    -moz-transition: height 500ms; /* Firefox 4 */
    -webkit-transition: height 500ms; /* Safari and Chrome */
    -o-transition: height 500ms; /* Opera */
}

.controlEditor:hover {
    height: 36px;
    transition: height 500ms;
    -moz-transition: height 500ms; /* Firefox 4 */
    -webkit-transition: height 500ms; /* Safari and Chrome */
    -o-transition: height 500ms; /* Opera */
    z-index: 9999;
}

.controlEditor .label {
    width: 50px;
    float: left;
    margin-left: 2px;
}

.controlEditor .control {
    margin: 0px;
    /*width: 30px;*/
    float: left;
}

.controlEditor input[type="checkbox"].control {
    margin-top: 3px;
}

.highlightCms .controlEditor {
    /*display: block;*/
}

html.highlightCms .cms {
    outline: rgba(0, 0, 255, 0.3) dashed thin;
    margin: 5px 0;
    min-height: 10px;
    min-width: 10px;
}

html.highlightCms .cms.cmsRevertable {
    outline: red dashed thin;
}

html.ie8.highlightCms .cms {
    outline: rgb(0, 0, 255) dashed thin;
}

html.highlightCms .cms:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: crosshair;
    outline: thin dashed rgba(0, 0, 228, 0.5);
}

html.ie8.highlightCms .cms:hover {
    outline: thin solid rgb(0, 0, 255);
}

.cms.empty {
    text-align: center;
}


.place-MoneyIn .cms.empty {
    text-align: left;
}

@media only screen and (max-width: 1044px) {

    #page {
        padding: 3.5%;
    }
}
/*.template .editBox {*/
/*display:none;*/
/*}*/

/*html.highlightCms .template {*/
/*margin: 5px 0;*/
/*min-height: 10px;*/
/*outline: medium dashed rgb(0, 0, 0);*/
/*}*/

/*html.highlightCms .template .editBox {*/
/*background: url("laf/edit-3-16.png") no-repeat scroll center center rgb(0, 0, 0);*/
/*height: 30px;*/
/*position: absolute;*/
/*right: 0;*/
/*width: 30px;*/
/*cursor: pointer;*/
/*display: block;*/
/*}*/

/*html.ie8.highlightCms .template {*/
/*outline: medium dashed rgb(0, 0, 0);*/
/*}*/

/*html.ie8.highlightCms .template .editBox {*/
/*background: url("laf/edit-3-16.png") no-repeat scroll center center rgb(0, 0, 0);*/
/*height: 30px;*/
/*width: 30px;*/
/*}*/

/*
 * CMS Auth Popup
 * -------------------------------------------------------------------------------------------------------------------*/
.auth {
    z-index: 5000;
    color: black;
    font-size: 18px;
}

.authPopup {
    left: 50%;
    background-color: black;
    font-size: 14px;
    color: white;
    text-align: center;
    z-index: 5000;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 30px #000000;
    -webkit-box-shadow: 2px 2px 30px #000000;
    box-shadow: 2px 2px 30px #000000;
    border: 3px solid white;
    behavior: url('gwt/scripts/PIE.htc');
}

.authPopup > div {
    padding: 5px;
    margin: 10px;

    color: white;
    text-align: left;
}

.authPopup .message {
    padding-bottom: 5px;
    font-weight: bold;
}

.authPopup .error {
    color: red;
    font-weight: bold;
}

.authPopup input[type="text"], .authPopup input[type="password"] {
    width: 325px !important;
    margin-bottom: 10px;

}

.authPopup .Caption {
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 18px;
}

/* Basic Components in AOL
 * -------------------------------------------------------------------------------------------------------------------*/

/*
 * RadioButton
 * -------------------------------------------------------------------------------------------------------------------*/
.radioButton {
    padding-right: 10px;
    display: inline-block;
    margin: 8px 2px;
    vertical-align: middle;
}

.radioButton label {
    padding-left: 5px;
    vertical-align: middle;
}

/*
 * Button
 * -------------------------------------------------------------------------------------------------------------------*/
.filterForm .horizontalButtonBar .buttonWrap {
    /*float: right;*/
}

.buttonWrap {
    display: inline-block;
}

#fancybox-content .TwoFADialog #dialogContent .resend {
    float: left;
}

.TwoFAAuthDialogButtonBar .resendButton,
.TwoFAAuthDialogButtonBar .authroizeButton,
.TwoFAAuthDialogButtonBar .cancelButton {
    display: inline-flex;
    margin: 10px 5px 5px 0px;
}

#fancybox-content .TwoFADialog #dialogContent .resend,
#fancybox-content .TwoFAAuthDialogButtonBar .button {
    background: white;
    color: #db630e !important;
    font-weight: bold;
    outline: medium none !important;
    overflow: hidden;
    padding: 10px 13px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: auto;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none !important;
}

#fancybox-content .TwoFADialog #dialogContent .resend:hover,
#fancybox-content .TwoFAAuthDialogButtonBar .button:hover {
    color: #fff !important;
    background-color: #db630e;
    border-color: #db630e;
}

#fancybox-content .TwoFADialog #dialogContent .System_dialog_2fa_message {
    margin: 10px 0px 10px 0px;
}

.TwoFADialog .textModal > input {
    border: 1px solid #888;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    margin: 10px 0px 10px 0px;
}

.TwoFADialog .textModal > input:focus {
    outline: none;
    box-shadow: 0 0 6px #888;
    -webkit-box-shadow: 0 0 6px #888;
    -moz-box-shadow: 0 0 6px #888;
}

.TwoFADialog .textModal > .resendText {
    margin-top: 10px;
}

.TwoFADialog .textModal .cms.System_dialog_2fa_error_message {
    margin: 10px 0;
}

.TwoFADialog .textModal .h1{
    margin-bottom: 20px;
    margin-top: 5px;
    color: #968c83;
    font-size: 32px;
    font-weight: 300;
}

.button-readonly{
    opacity: 0.3;
}

/*
* GlassPane
 * -------------------------------------------------------------------------------------------------------------------*/
.glasspane {
    display: block;
    background-color: #777777;
    opacity: 0.7;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -1000px;
    position: fixed;
    z-index: 900;
}

.relGlasspane {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: #000;
    zoom: 1;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

/*
 * WizardProgressBar
 * -------------------------------------------------------------------------------------------------------------------*/
.wizardProgressBar {
    display: none;
}

/*
 * Account Bar
 * -------------------------------------------------------------------------------------------------------------------*/
.accountBar {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.accountBar .lbl {
    display: table-cell;
    font-weight: bold;
    padding-right: 10px;
    width: 150px;
    color: #49247d;
}

@media only screen and (max-width: 1044px) {
    .accountBar .lbl {
        width: 30% !important;
    }
}

    .accountBar .select {
    /*display: table-cell;*/
    font-weight: normal;
    width: 100%;
    padding: 2px 5px;
}

.accountBar .buttonWrap {
    float: right;
    margin: 1px 0 0;
}

.accountBar .button a {
    margin: 0;
    padding: 0;
}


/* Export Bar */
.exportBar {
    display: table;
    margin: 25px 0px;
    width: 100%;
}

@media only screen and (max-width: 739px) {
    .exportBar .lbl {
        width: 80px !important;
    }
}

.exportBar .lbl {
    display: table-cell;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;
    width: 150px;
    vertical-align: middle;
}

.exportBar .select {
    /*display: table-cell;*/
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;
    padding: 8px;
}

.exportBar .buttonWrap {
    display: table-cell;
    width: 85px;
    margin: 0;
    vertical-align: middle;
    padding-top: 0px;
}

.exportBar .buttonWrap a {
    float: right;
    width: 80px;
    margin: 0px 0px 0px 10px;
    line-height: 19px;
}

/*
 * ShowHideBlock
 * -------------------------------------------------------------------------------------------------------------------*/
.showHideBlock {
}

.showHideBlock > .horizontalButtonBar {
    display: none;
}

/*
 * DrillableList
 * -------------------------------------------------------------------------------------------------------------------*/
.drillableList {
    margin-top: 10px;
    margin-bottom: 10px;
}

.drillableList .spinner {
    margin-top: 0px;
    position: relative;
    top: auto;
}

.drillableList .warning {
    color: red;
}

.drillableList .hiddenLabel {
    display: none;
}

.drillableListStaticContent {
}

.drillableListButtonPanel {
}

.drillableTable {
    margin-top: 10px;
    margin-bottom: 10px;
}

.drillableTableData {
    /*background: none repeat scroll 0 0 #FAFDFE;*/
    font-weight: 400;
    border: 2px solid rgba(150, 140, 131, 0.2);
}

.drillableTableData td {
    padding: 10px 10px;
    vertical-align: middle;
}

.drillableTableData thead th {
    font-weight: bold;
    /*padding: 5px 10px;*/
    text-align: left;
}

.drillableTableData tbody tr {
    position: relative;
}


.drillableTableData tr.drillableTableDataSummaryRow {
    font-weight: bold;
}

.drillableTableData tr.drillableTableDataHighlightRow {
    font-weight: bold;
    background-color: #dFdFdF;
}

.drillableListNoDataMessageNormal {
    color: black;
    font-style: italic;
}

.drillableListNoDataMessageHighlighted {
    color: red;
    font-weight: bold;
}

.drillableListMessage {
}

.drillableListClickableRow {
    cursor: pointer;
}

.drillableListClickableCell {
    cursor: pointer;
}

.drillableListClickableCell:hover {
    cursor: pointer;
    text-decoration: none;
}

.drillableList tbody .unitPriceType6, .drillableList tbody .currencyType {
    white-space: nowrap;
}

/* Remove any paragraph headers when in an empty content block */
.drillableList .empty .paragraph {
    padding-top: 0px;
}

.drillableList .asyncDataCell {
    width: 40px !important;
    height: 40px !important;
    margin: 8px !important;
    padding: 0 !important;
    background: url(gwt/laf/loadingCellData.gif) no-repeat;
}

.drillableList .allowHtml p {
    margin: 0;
}

/* Make the first column align left and last column align right
*  To try and look like the list has more screen estate
*  This will only work when the columns are all true in the DOM (ie. the last column is not display:none)
*/
.drillableList .drillableTable thead tr th:first-child,
.drillableList .drillableTable tbody tr td:first-child{
    text-align: left;
}

.drillableList .drillableTable thead tr th:last-child,
.drillableList .drillableTable tbody tr td:last-child{
    text-align: right;
}

/*
 * Icons
 * -------------------------------------------------------------------------------------------------------------------*/
.icon img {
    float: left;
}

.icon label, .icon span, .icon p, .icon div.p {
    margin-left: 40px;
    display: block;
    font-weight: bold;
}

/*
 * SectionBar
 * -------------------------------------------------------------------------------------------------------------------*/
.sectionBar {
}

.sectionBar .sectionBarIcon {
    display: none;
}

/*
 * Form
 * -------------------------------------------------------------------------------------------------------------------*/

.formTableNested {
    margin-top: 5px;
    margin-bottom: 5px;
}

.subForm {
    padding: 5px 0;
}

.form {
    /*padding: 10px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.form.formEditable .header .requiredIndicatorLegend,
.form.formReadOnly .requiredIndicatorLegend {
    display: none;
}

.form.formEditable {
    /*background: #d2e4ef;*/
    /*background: -moz-linear-gradient(45deg, #8DB2CD 0px, #A3D8F5 100%) no-repeat scroll 0 0 #A3D8F5;*/
    /*background: -ms-linear-gradient(0deg, #8DB2CD 0px, #A3D8F5 100%) no-repeat scroll 0 0 #A3D8F5;*/
    /*background: -webkit-linear-gradient(0deg, #8DB2CD 0px, #A3D8F5 100%) no-repeat scroll 0 0 #A3D8F5;*/
    /*background: -o-linear-gradient(0deg, #8DB2CD 0px, #A3D8F5 100%) no-repeat scroll 0 0 #A3D8F5;*/
    /*background: linear-gradient(-45deg, #8DB2CD 0%, #A3D8F5 100%) repeat scroll 0 0 #A3D8F5;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8DB2CD', endColorstr='');*/
}

.form > .horizontalButtonBar {
    padding-bottom: 10px;
}

.form > .horizontalButtonBar > .formTable {
    width: 100%;
}

.form .labelClickable {
    cursor: pointer;
}

table.formTable {
    width: 100%;
}

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

.formTable table table {
    table-layout: fixed;
}

.formIcon {
    display: none;
}

.form .formIconCell {
    display: none;
}

.form .formRow.freeLongStringType .formLabelCell {
    vertical-align: middle;
}

.formTable .formTableVerticalDivider {
    display: none;
}

.form .formControlCell .requiredIndicatorField {
    display: none;
}

td.formTableVerticalSpacer,
td.formTableVerticalDivider {
    display: none;
}

.form .formControlCell .formFieldLabel:empty:before {
    content: "Missing or not available";
    font-style:italic
}

td.formLabelCell > div {
}

td.formLabelCellDisabled > div {
}

/* gridForm */
.formGrid {
    width: 100%;
}

.formGrid .formIconCell {
    display: none;
}

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

/* verticalForm */
.verticalForm {

}

.verticalForm .vertical-field-label {
    padding-top: 15px;
    padding-bottom: 5px;
    font-width: 700;
}

.verticalForm .vertical-field-control .inputWrap input {
    padding: 8px;
}

.verticalForm .vertical-field.readOnly {
    padding-bottom: 7px;
}

.verticalForm .vertical-field.readOnly .required {
    display: none;
}

#tawkchat-iframe-container {
    display: none !important;
}


/*
    Layout
    - Container
    - Headery
    - Navigation

----------------------------------------------------------------------*/

/* Activity Manager styles */

/* Layouts

  loginLayout
  memberDashboardLayout
  memberLayout
  memberThreeColumnLayout
  memberFullWidthLayout
  adviserDashboardLayout
  adviserLayout
  adviserThreeColumnLayout
  adviserFullWidthLayout
  */

/* Activity Manager Divs are all off to start with */

/*#login, #main, #site-header, #sidebar-left, #sidebar-right, #member-menu, #adviser-details-menu,*/
/*#adviser-nav-menu, #adviser-menu, #page, #fullscreen, #acc-opening-site-header, #site-footer {*/
/*    display: none;*/
/*}*/

/* loginLayout - loginActMgr only */
body.loginLayout {
    background: #ffffff;

    /*border-left: 1px solid #cccccc;*/
    /*border-right: 1px solid #cccccc;*/
    /*max-width: 980px;*/
    margin: 0 auto;
}

/*body.loginLayout #site-footer{*/
/*    display:none;      !*Removing footer from login pages*!*/
/*    !*display: block;*! !*Adding footer to login pages*!*/

/*}*/

/*body.loginLayout #login {*/
/*    display: block;*/
/*    border: none;*/
/*    max-width: 500px;*/
/*    padding-top: 30px;*/
/*}*/

body.loginLayout .page-header {
    display: none;
}

body.loginLayout .captchaWidget .captchaImageControl {
    background-color: white;
}

body.fullscreenLayout {
    width: 100%;
    height: 100%;
}

body.fullscreenLayout #fullscreenActMgr {
    text-align: left;
    display: block;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    min-height: 410px;
}

body.memberWideScreenLayout,
body.memberLayout,
body.memberDashboardLayout,
body.employerLayout,
body.adviserLayout {
    background-color: #eeeeee;
}

body.memberWideScreenLayout #page {
    width: 100%;
}

/*body.employerLayout #site-header,*/
/*body.employerLayout #page,*/
/*body.employerLayout #site-footer,*/
/*body.memberLayout #site-header,*/
/*body.memberLayout #page,*/
/*body.memberLayout #site-footer,*/
/*body.memberWideScreenLayout #site-header,*/
/*body.memberWideScreenLayout #page,*/
/*body.memberWideScreenLayout #site-footer,*/
/*body.adviserLayout #site-header,*/
/*body.adviserLayout #page,*/
/*body.adviserLayout #site-footer {*/
/*    display: block;*/
/*}*/



/*body.memberFullWidthLayout #acc-opening-site-header,*/
/*body.memberFullWidthLayout #main,*/
/*body.memberFullWidthLayout #page,*/
/*body.adviserFullWidthLayout #acc-opening-site-header,*/
/*body.adviserFullWidthLayout #main,*/
/*body.adviserFullWidthLayout #page,*/
/*body.employerFullWidthLayout #acc-opening-site-header,*/
/*body.employerFullWidthLayout #main,*/
/*body.employerFullWidthLayout #page {*/
/*    display: block;*/
/*}*/

body.memberFullWidthLayout #page,
body.adviserFullWidthLayout #page,
body.employerFullWidthLayout #page {
    width: 960px;
    margin: 0;
}

/* DashboardLayouts - like member layout but with sidebar-left hidden */
body.memberDashboardLayout #site-header,
body.memberDashboardLayout #main,
body.memberDashboardLayout #member-menu,
body.memberDashboardLayout #page,
body.memberDashboardLayout #site-footer,
body.memberDashboardLayout #sidebar-left {
    display: block;
}

body.employerDashboardLayout #site-header,
body.employerDashboardLayout #main,
body.employerDashboardLayout #member-menu,
body.employerDashboardLayout #page,
body.employerDashboardLayout #site-footer {
    display: block;
}

body.memberThreeColumnLayout, body.adviserThreeColumnLayout, body.employerThreeColumnLayout {
    background: transparent;
}

body.memberThreeColumnLayout #site-header,
body.memberThreeColumnLayout #main,
body.memberThreeColumnLayout #page,
body.memberThreeColumnLayout #site-footer,
body.adviserThreeColumnLayout #site-header,
body.adviserThreeColumnLayout #main,
body.adviserThreeColumnLayout #page,
body.adviserThreeColumnLayout #site-footer,
body.employerThreeColumnLayout #site-header,
body.employerThreeColumnLayout #main,
body.employerThreeColumnLayout #page,
body.employerThreeColumnLayout #site-footer {
    display: block;
}

#debugActMgr .log-scroller {
    height: 150px;
}

#debugActMgr .log-controls {
    text-align: right;
    margin-right: 100px;
}

/*
 * ContextInfo
 * -------------------------------------------------------------------------------------------------------------------*/
html #contextInfo {
    display: none;
    position: fixed;
    top: 0;
    z-index: 10000;
    margin: 2px;
}

html.highlightCms #contextInfo, html.highlightVC #contextInfo {
    display: block;
    width: 500px;
}

#contextInfo label {
    margin: 4px;
    cursor: default;
    color: #000000;
    font-weight: bold;
}

#contextInfo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

html #contextInfo ul li {
    display: none;
    float: left;
    margin: 0;
    padding: 3px;
}

html.highlightCms #contextInfo ul li.highlightCms, html.highlightVC #contextInfo ul li.highlightVC {
    display: table-cell;
    vertical-align: middle;
}

body {
    min-height: 100%;
    position: relative;
}

.siteLoading {
    text-align: center;
    width: 100%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

#main {
    padding-bottom: 40px;
}


.siteLoading .siteLoading-content {
    margin:auto;
}

#contextInfo .infoToolbar {

    overflow: hidden;

    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);

    border-color: #FFFFFF;
    border-style: solid solid none solid;
    border-width: 1px 1px 0 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: -moz-linear-gradient(0deg, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;
    background: -ms-linear-gradient(0deg, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;
    background: -webkit-linear-gradient(0deg, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;
    background: -o-linear-gradient(0deg, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;
    background: linear-gradient(0deg, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF');
    behavior: url('gwt/scripts/PIE.htc');

    display: table;
    padding: 5px;
}

#contextInfo .infoToolbar .horizontalButtonBar, #contextInfo .infoToolbar .button {
    margin: 0px 2px 1px 0px;
}

#contextInfo .vcPreference {
    margin: 0 0 2px;
}

#contextInfo .vcPreference.notTrunk {
    zoom: 1;
    color: #ff0000;
    outline: none;
    background: #e6dcdc;
    border: 1px solid #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(gwt/scripts/PIE.htc);
}

html.highlightCms #contextInfo .vcPreference.notTrunk {
    margin-right: 2px;
}

#contextInfo .vcPreference .vcImage {
    -ms-filter: literal("progid:DXImageTransform.Microsoft.Alpha(Opacity=40)");
    filter: literal("alpha(opacity=40)");
    opacity: 0.4;
}

#contextInfo .vcPreference .vcImage:hover {
    cursor: pointer;
    -ms-filter: literal("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)");
    filter: literal("alpha(opacity=100)");
    opacity: 1;
}

#contextInfo .devicePreference {
    background-image: url("gwt/laf/sitewide/itemSeperator.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 3px;
}

#contextInfo .devicePreference .horizontalButtonBar {
    float: right;
}

#contextInfo .devicePreference .button {
    display: block;
    float: left;
    width: auto;
}

#contextInfo .devicePreference .button a {
    background: none repeat scroll 0 0 #FAA634;
    padding: 6px 10px;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    text-decoration: none;
}

#contextInfo .devicePreference .button a.button-readonly {
    background-color: #CCCCCC;
    cursor: text;
}

/*
 * Site logo
 * -------------------------------------------------------------------------------------------------------------------*/
#logo {
    display: inline-block;
    line-height: 0;
    position: relative;
}

#logo a {
    background: url('gwt/laf/L_header.png') no-repeat;
    height: 90px;
    width: 200px;
    display: block;
    margin: 13px 0;
}

#logo a:after {
    content: none;
}

/*@media screen and (max-width: 1349px) {*/
/*    #logo a {*/
/*        margin-left: 72px;*/
/*    }*/
/*}*/

.place-MemberJoin #main-navigation,
.place-MemberJoin #sidebar-left,
.place-AccountOpening #main-navigation{
    border-top: 0px;
}

#logo.sticky {
    opacity: 0;
}
.sticky-home{
    display: none;
}
.sticky-home img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    margin-top: 0px;
}
/*.sticky .sticky-home{
    display: block;
    position: absolute;
    top: 10px;
    text-align: center;
    z-index: 99;
    width: 45px;
    height: 30px;
}*/

/*
 * User-nav
 * -------------------------------------------------------------------------------------------------------------------*/
/*#user-nav #headerActMgr {*/
/*margin: 0 auto;*/
/*max-width: 980px;*/
/*position: relative;*/
/*}*/

#site-banner{
    /*background-image: url("laf/sitewide/banner.jpg"); don't need this anymore, use CMS to put banner in*/
    /*padding-top: 20%;*/
    background-size: 100%;
    background-repeat: no-repeat;
    max-height: 195px;
    position: relative;
}

#site-banner .banner-header {
    position: absolute;
    color: #FFFFFF;
    bottom: 0%;
    margin-bottom: 5%;
    left: 4%;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (min-width: 450px ) {
    #site-banner .banner-header {
        font-size: 20px;
    }
}

#site-banner .banner-quicklinks{
    width: 100%;
}

#site-banner .banner-quicklinks .quicklink-item{
    border-left: 5px solid #1d385f;
    background-color: #f3f3f3;
    color: #314f73;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 17px 9px 37px;
    float: left;
    margin: 5px 0;
    line-height: 15px;
    position: relative;
    transition: color 200ms ease;
}

#site-banner .banner-quicklinks .quicklink-item .item-label {
    margin-left: 8px;
}

#site-banner .banner-quicklinks .quicklink-item:hover .arrow-icon{
    transition: left 200ms;
    -webkit-transition: left 200ms;
    left: 25px;
}

#site-banner .banner-quicklinks .quicklink-item .arrow-icon{
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 20px;
}

#site-banner .banner-quicklinks .quicklink-item:nth-child(1){
    margin-right: 1%;
}

@media screen and (min-width: 380px){
    #site-banner .banner-quicklinks .quicklink-item{
        width: 49%;
    }
    #site-banner .banner-quicklinks .quicklink-item:nth-child(2){
        float: right;
    }
}

#site-banner .banner-quicklinks .quicklink-item:hover {
    background-color: #EBEBEB;
    color: #000;
}

.cms img.site-banner{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

#site-header #banner {
    content: url("laf/banner-member-login.jpg");
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%;
    padding: 0 10px;
}
#user-nav-right li span {
    display: none;
}

.ie9 #user-nav-right {
    width: auto;
}

#site-header #employer-selector {
    float: right;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {*/
/*!* IE10+ specific styles go here *!*/
/*#user-nav-right {*/
/*width: auto;*/
/*}*/
/*}*/

.row .list-inline{
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%
}
#user-nav ul, #user-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    text-align: right;
}

#user-nav li {
    /*background: #21F5A8;*/
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    line-height: 36px;
    position: relative;
    /*font-size: 12px;*/
    margin-left: 10px;
    padding: 0px 10px;
}

#user-nav #helpItem,
#user-nav #printItem {
    display: none;
}

#user-nav a {
    color: #FFFFFF;
    text-decoration: none;
}

#user-nav a:hover {
    text-decoration: underline;
}

#user-nav li.current a {
    background: #43165e;
}

#user-nav #welcomeItem {
    background: transparent;
    font-weight: normal;
    text-transform: none;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 10px;
    /* overflow: hidden; */
    left: 0;
    /* display: inline-block; */
    padding-top: 15px;
}

/*#user-nav #welcomeItem a {*/
/*    color: #314f73;*/
/*}*/

#user-nav #logoutItem {
    padding-top: 10px;
}


/*#user-nav #logoutItem a {*/
/*    color: transparent;*/
/*    width: 75px;*/
/*    display: inline-block;*/
/*    padding: 0 10px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #ffffff;*/
/*    transition: border 300ms;*/
/*}*/


/*#user-nav #logoutItem a:hover {*/
/*    background: #C12546;*/
/*    border-color: #C12546;*/
/*}*/
/*#user-nav #logoutItem a:before {*/
/*    content: "Logout";*/
/*    letter-spacing: 0.5px;*/
/*    color: #fff;*/
/*}*/
/*#user-nav #logoutItem a:hover:before {*/
/*    color: #fff;*/
/*}*/

#user-nav #myDetailsItem,
#user-nav #inboxItem {
    display: none;
}

#user-nav.nav{
    z-index: 50;
    position: relative;
    height: 87px;
}

#user-nav.sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
    background: #FFFFFF;
    /*animation: fadeOutIn 500ms;*/
    -webkit-animation: fadeOutIn 500ms;
    height: 49px;
}

@media screen and (min-width: 891px) {

}

/*
 * site-nav ( Main user navigation )
 * -------------------------------------------------------------------------------------------------------------------*/
#site-nav {
    display: none;
    visibility: hidden;
}

/*
 * section-nav (Secondary section navigation)
 * -------------------------------------------------------------------------------------------------------------------*/
#responsive-site-nav .Logout_Wrapper {
    display: none;
}

/*
 * Main Content Pane
 * -------------------------------------------------------------------------------------------------------------------*/
#main {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0px;
    width: 100%;
    /*min-height: 100vh;*/

}

#main > .centred {
    padding: 0;
}

/*
 * Place Title
 **/
#placeTitle > .placeTitle {
    margin-bottom: 13px;
}

/*
 * breadcrumbs
 **/
.breadcrumbs {
    margin: 15px 0px;
}
/* 2 Column Page */
#page, #dashboard {
    float: none;
}

#page {
    /*margin-top: 105px;*/
}

#page .page-header {
    display: none;
    /*padding-top: 10px;*/
    margin-bottom: 50px;
}

#page .page-header #headerItems,
#dynamicModalDialog .page-header #headerItems {
    display: none;
}

.page-header h1,
.page-header .h1 {
    font-size: 27px;
    line-height: 51.8px;
    color: #00355f;
}

/*
 * Sidebars
 * -------------------------------------------------------------------------------------------------------------------*/
/*#sidebar-left {*/
/*    display: none !important;*/
/*}*/

#sidebar-right {
    display: none;
}

/* Sidebar image */
#figure-image {
    margin-bottom: 12px;
}


/*
 * Main Footer
 * -------------------------------------------------------------------------------------------------------------------*/
/*#site-footer {*/
/*    position: relative;*/
/*    background: none repeat scroll 0 0 #FFFFFF;*/
/*    padding: 0px;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    margin: 0 auto;*/
/*    width: 100%;*/
/*    background-color: #3A1C46;*/
/*    !*padding-bottom: 45px;*!*/
/*    background-image: linear-gradient(#3A1C46, #000000);*/
/*    height: 100px;*/
/*    text-align: center;*/
/*}*/

/*#site-footer a {*/
/*    text-decoration: none;*/
/*    padding: 10px;*/
/*}*/

#site-footer #site-credits {
    line-height: 3em;
    padding: 15px 0 0 0;
}

#site-footer .footer-nav .disclaimer small {
    font-size: 11px;
}

#site-footer .footer-nav h3 {
    font-size: 15px;
}
#site-footer footer .footer-nav .group {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 25px;
}
#site-footer footer .footer-nav .group p {
    margin: 0px;
    margin-top: 6px;
}
#site-footer footer .footer-nav .subGroup {
    display: block;
    width: 100%;
    margin-top: 15px;
}
#site-footer footer .footer-nav .subGroup br {
    display: none;
}
#site-footer footer .footer-nav .subGroup2 {
    display: block;
}
#site-footer footer .footer-nav .subGroup3 {
    margin: 20px 0;
}
#site-footer footer .footer-nav .groupItem {
    display: block;
    padding: 0;
    padding-left: 0px;
    margin-top: 15px;
}
#site-footer footer .footer-nav .groupItem a,
#site-footer footer .footer-nav .groupItem a:visited {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    text-decoration: none;
}
#site-footer footer .groupItem a:hover {
    /*border-bottom: 1px solid #DAE2EC;*/
    transition: all 0.35s ease-in-out 0s;
    padding-bottom: 0px;
}
#site-footer footer .footer-bottom {
    /*background: none repeat scroll 0 0 #174A7C;*/
    color: #444;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-top: 45px;
}
#site-footer .row * {
    vertical-align: top;
}
#site-footer .row .footer-image {
    padding-top: 0px;
    display: table;
    width: 100%;
    /*border-bottom: 1px solid #bebebe;*/
    padding-bottom: 24px;
    margin-bottom: 18px;
}
#site-footer .row .footer-image img {
    float: right;
    width: 100%;
    max-width: 71px;
}

.loginLayout #site-footer .row .footer-image{
    display: none; /*Removing footer from login pages*/
    /* display: none;*/ /*Adding footer to login pages*/
}
@media screen and (min-width: 400px ) {
    #site-footer footer .footer-nav .subGroup {
        display: table;
    }
    #site-footer footer .footer-nav .subGroup2 {
        display: table;
    }
    #site-footer footer .footer-nav .groupItem {
        display: table-cell;
        width: 50%
    }
    #site-footer footer .footer-nav .subGroup br {
        display: inline;
    }
}

@media screen and (min-width: 450px ) {
    #site-footer footer .footer-nav .subGroup {
        margin-top: 25px;
    }
    #site-footer footer .footer-nav .subGroup2 {
        display: table;
    }
    #site-footer footer .footer-nav .subGroup3 {
        display: none;
    }
}

/* gwt iFrame*/
#__gwt_historyFrame {
    display: none;
    visibility: hidden;
    height: 0;
}

/*
 * Panel Styles
 * -------------------------------------------------------------------------------------------------------------------*/
.canvasPanel {
    position: relative;
    /*min-height: 400px;*/
}

.modal .canvasPanel {
    min-height: 300px;
}

.canvasPanel .diagnostics {
    display: none;
}

/*
 *   Modal window css
 * -------------------------------------------------------------------------------------------------------------------*/
.Dialog_Passwordreset #dialogContent.textModal h1.h1 {
    display:none;
}
#dialogContent.textModal h1.h1 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.modal .canvasPanel {
    padding: 10px 10px 10px;
    background: #ffffff;
}

.modalclosebutton,
.buttonWrap.modalclosebutton {
    display: none;
}

.modal .modalclosebutton,
.modal .buttonWrap.modalclosebutton {
    display: inline-block;
}

.nonmodalclosebutton,
.buttonWrap.nonmodalclosebutton{
    display: none;
}


.dialog {
    z-index: 950;
    text-align: center;
}

.dialog .popupContent .modal .canvasPanel .contentPanel .page-header h1 {
    display: none;
}

.WorkbenchViewAdditionalInfoDialog {
    width: 1300px !important;
}
.EmployeeReviewDialog {
    width: 800px !important;
    left: 50% !important;
}
.EmployeeReviewDialog .page-header {
    display: none;
}

.dialogWrap {
    width: auto;
}

.dialogWrap.IFrameDialog {
    width: auto;
}

.dialogWrap.IFrameDialog #dialogContent {
    height: 700px;
}

.dialogWrap .emailFileForm {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.dialogWrap .emailFileForm .pdfEmailTitle,
.dialogWrap .emailFileForm .cancel {
    display: none;
}

.dialogWrap .emailFileForm .recipient {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.dialogWrap .emailFileForm .message {
    display: block;
    width: 100%;
}

.dialogWrap .emailFileForm .message div {
    padding: 8px;
}

.dialogWrap .emailFileForm .send {
    float: right;
    margin-right: 0px;
}

.dialogBorderWrap {
    height: 150px;
}

.dialog .popupContent {
    text-align: left;
    background: white;
    padding: 10px;
}

.dialog .css3-container {
    display: block;
}

.gwt-DialogBox {
    z-index: 12000;
}

.gwt-DialogBox .Caption {
    background: #e3e8f3 url(laf/gwtStandard/hborder.png) repeat-x 0px -2003px;
    padding: 4px 4px 4px 8px;
    cursor: default;
    border-bottom: 1px solid #bbbbbb;
    border-top: 5px solid #d0e4f6;
}

.gwt-DialogBox .dialogContent {
}

.gwt-DialogBox .dialogMiddleCenter {
    padding: 3px;
    background: white;
}

.gwt-DialogBox .dialogBottomCenter {
    background: url(laf/gwtStandard/hborder.png) repeat-x 0px -4px;
    -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}

.gwt-DialogBox .dialogMiddleLeft {
    background: url(laf/gwtStandard/vborder.png) repeat-y;
}

.gwt-DialogBox .dialogMiddleRight {
    background: url(laf/gwtStandard/vborder.png) repeat-y -4px 0px;
    -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}

.gwt-DialogBox .dialogTopLeftInner {
    width: 5px;
    zoom: 1;
}

.gwt-DialogBox .dialogTopRightInner {
    width: 8px;
    zoom: 1;
}

.gwt-DialogBox .dialogBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}

.gwt-DialogBox .dialogBottomRightInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}

.gwt-DialogBox .dialogTopLeft {
    background: url(laf/gwtStandard/corner.png) no-repeat -13px 0px;
    -background: url(images/corner_ie6.png) no-repeat -13px 0px;
}

.gwt-DialogBox .dialogTopRight {
    background: url(laf/gwtStandard/corner.png) no-repeat -18px 0px;
    -background: url(images/corner_ie6.png) no-repeat -18px 0px;
}

.gwt-DialogBox .dialogBottomLeft {
    background: url(laf/gwtStandard/corner.png) no-repeat 0px -15px;
    -background: url(images/corner_ie6.png) no-repeat 0px -15px;
}

.gwt-DialogBox .dialogBottomRight {
    background: url(laf/gwtStandard/corner.png) no-repeat -5px -15px;
    -background: url(images/corner_ie6.png) no-repeat -5px -15px;
}

* html .gwt-DialogBox .dialogTopLeftInner {
    width: 5px;
    overflow: hidden;
}

* html .gwt-DialogBox .dialogTopRightInner {
    width: 8px;
    overflow: hidden;
}

* html .gwt-DialogBox .dialogBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}

* html .gwt-DialogBox .dialogBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.gwt-PopupPanelGlass {
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 11999;
}

.contentSlotEditor .dialogMiddleCenter {
    padding: 0px;
    background: #EBEBEB;
}

.contentSlotEditor .dialogMiddleCenter .content {
    padding: 5px;
    width: 800px;
}

.contentSlotEditor .dialogMiddleCenter .content .textArea {
    background: white;
    width: 800px !important;
}

.contentSlotEditor .dialogMiddleCenter .content .toolbar {
    margin-bottom: 5px;
    width: auto !important;
}

.contentSlotEditor .dialogMiddleCenter .content .buttonDiv {
    margin-top: 5px;
}

.contentSlotEditor .dialogMiddleCenter .content .buttonDiv #save,
.contentSlotEditor .dialogMiddleCenter .content .buttonDiv #cancel {
    margin-top: 0px;
    float: right;
}

/*
 * Non-semantic helper classes
 * -------------------------------------------------------------------------------------------------------------------*/
.invisible {
    display: none !important;
}

.hide {
    display: none;
}

.required {
    display: inline;
    padding-left: 5px;
    color: transparent;
    visibility: visible;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
/*.clearfix:before, .clearfix:after {*/
/*    content: "\0020";*/
/*    display: block;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*}*/

.clearfix:after {
    clear: both;
}

/* Fix clearfix: blueprintcss_lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
    zoom: 1;
}

/*
 * ProgressBar
 * -------------------------------------------------------------------------------------------------------------------*/
.progressPanel {
    float: none;
    height: 20px;
    width: 100%;
    padding: 0px;
    display: block;
    border-radius: 10px;

    box-shadow: 0 1px 0 #BFBFBF inset, 0 1px 0 #FCFCFC;
    -moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;
    -webkit-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;

    background: -moz-linear-gradient(center top, #E1DDD9, #E1DDD9) repeat scroll 0 0 #E9E5E2;
    background: -ms-linear-gradient(top, #e1ddd9, #e9e5e2) repeat scroll 0 0 #E9E5E2;
    background: -webkit-linear-gradient(top, #e1ddd9, #e9e5e2) repeat scroll 0 0 #E9E5E2;
    background: -o-linear-gradient(top, #e1ddd9, #e9e5e2) repeat scroll 0 0 #E9E5E2;

    behavior: url(gwt/scripts/PIE.htc);
    position: relative;
}

.progressPanel > .progressBar {
    height: 18px;
    float: none;
    background-color: #fb6528;
    display: block;
    /*border-radius: 10px;*/

    box-shadow: 0 1px 0 #FCFCFC inset, 0 1px 0 #BEBBB9;
    -moz-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    -webkit-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;

    margin: 0.5px 1px;
    behavior: url(gwt/scripts/PIE.htc);
    position: absolute;
}

/*
 * Spinner
 * -------------------------------------------------------------------------------------------------------------------*/
BODY > .spinner {
    position: fixed;
    left: 50%;
    top: 50%;
}

.spinner {
    height: 40px;
    left: 50%;
    margin-left: -0px;
    margin-top: -20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1104;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner div {
    background-image: url(laf/fancybox.png);
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

@media screen and (max-width: 979px) {
    .spinner {
        position: fixed;
    }
}

/*
 * Canvas
 * -------------------------------------------------------------------------------------------------------------------*/

.canvasContentList {
}

.canvasContentList.border {
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 10px;
    background: #F0F0F0;
    margin: 5px 5px 15px 3px;
    box-shadow: 2px 2px 7px;
    -moz-box-shadow: 2px 2px 7px;
    -webkit-box-shadow: 2px 2px 7px;
}

.canvasContentList.termsAndConditions {
    overflow: auto;
    height: 250px;
    width: 500px;
    background: #E5E5E5;
    color: #808080;
    border: 1px solid #FFFFFF;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    font-size: 10px;
}

/*
 * Disclaimer
 * -------------------------------------------------------------------------------------------------------------------*/
.disclaimer {
    margin-top: 15px;
}

.disclaimerBody .listItem {
    display: list-item;
    list-style-type: square;
    margin-left: 20px;
}

/*
 * ForeignLinks
 * -------------------------------------------------------------------------------------------------------------------*/
.foreignLink {
    line-height: 18px;
    margin-top: 8px;
    padding-left: 40px;
    background: transparent;

}

.foreignLink.pdf a {
    background: transparent;
    padding-right: 20px;
}

/*
 * Input Types Related
 * -------------------------------------------------------------------------------------------------------------------*/

select {
    border: 1px solid #888;
    /*border-radius: 5px;*/
    padding: 4px 10px 5px;
    width: 100%;
}

select:focus {
    box-shadow: 0 0 6px #888;
    -webkit-box-shadow: 0 0 6px #888;
    -moz-box-shadow: 0 0 6px #888;
    outline: none;
}

/**
 * Hack to get special CSS to apply only to iOS browsers.
 *
 * http://stackoverflow.com/questions/9437584/what-does-webkit-min-device-pixel-ratio-2-stand-for
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .accountBar select {
        font-size: 12px;
    }

    .exportBar select {
        font-size: 12px;
    }

    select {
        font-size: 12px;
    }
}

.inputWrap > input:focus,
.selectWrap > select:focus{
    box-shadow: 0 0 6px #888;
    -webkit-box-shadow: 0 0 6px #888;
    -moz-box-shadow: 0 0 6px #888;
    outline: none;
}

/*
 * Error styles
 * -------------------------------------------------------------------------------------------------------------------*/
/*.unexpectedServerErrorContainer {*/
/*    border: 1px solid red;*/
/*    padding: 5px 10px 15px;*/
/*}*/

/*.unexpectedServerError {*/
/*    font-weight: bold;*/
/*}*/

/*.errorRadioGroup {*/
/*    border: #ff0000;*/
/*}*/

/*.errorMsgHolder {*/
/*    margin-top: 15px;*/
/*}*/

/*.errorMsg {*/
/*    zoom: 1;*/
/*    float: left;*/
/*    color: #FFFFFF !important;*/
/*    background: #900;*/
/*    width: 100%;*/
/*    !*border: 1px solid #ff0000;*!*/
/*    outline: none;*/
/*    behavior: url(gwt/scripts/PIE.htc);*/
/*    margin: 10px 0;*/
/*    padding: 12px 20px;*/
/*}*/

/*.errorMsg div {*/
/*padding: 12px 20px;*/
/*}*/

/*
 * Validation
 * -------------------------------------------------------------------------------------------------------------------*/
.requiredIndicator {
    color: red;
    display: none;
}

.requiredIndicatorLegend {
    width: 100%;
    text-align: right;
    color: red;
}

.requiredIndicator {
    display: inline;
    text-align: right;
}


.actionButtonField .button {
    margin-right: 0px;
    margin-top: 0px;
    float:right;
}

/*
 * Suggest Combo
 * -------------------------------------------------------------------------------------------------------------------*/
.suggestMenu {
    background: white;
}

.suggestMenu table {
    width: 100%;
    table-layout: auto;
}

.suggestMenu tr {
    border-bottom: 1px solid lightgrey; /* selectComboCellBorder; */
    padding-top: 3px;
    padding-bottom: 3px;
}

.suggestMenu tr.suggestComboSelected {
    background: black; /* selectComboCellSelectedBackgroundColor; */
    color: white;
}

.suggestMenu tr td {
    vertical-align: top;
    padding-right: 3px;
    padding-left: 3px; /*padding-bottom: 6px;*/
    cursor: default !important;
}

.suggestCombo input {
    padding: 5px 1px;
    width: 100%;
}

.suggestCombo-error input {
    background: pink; /* fieldErrorBackgroundColor !important; */
}

.suggestScrollPanel {
}

.suggestComboMessage {
    background: #fff;
}

.suggestPopup {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    behavior: url(gwt/scripts/PIE.htc);
}

.suggestMenu.FundListType td {
    float: left;
    width: 100%;
}

.suggestMenu.FundListType td.col0, .suggestMenuFundListType td .label {
    font-weight: bold;
}

.suggestMenu.FundListType td.col2, .suggestMenu.FundListType td.col3 {
    font-size: 12px;
    width: 150px;
}

/*
 * Popup messages
 * -------------------------------------------------------------------------------------------------------------------*/
div.popup-hint {
    color: white;
    background: black;
    cursor: pointer;
    padding: 6px;
    behavior: url('gwt/scripts/PIE.htc');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; /* Make buttons play nice in IE:*/
}

div.popup-error {
    color: white;
    background: black;
    cursor: pointer;
    padding: 6px;
    behavior: url('gwt/scripts/PIE.htc');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; /* Make buttons play nice in IE:*/
}

div.popup-message a {
    color: white;
    text-decoration: underline;
}

/*
 * Disclaimer
 * -------------------------------------------------------------------------------------------------------------------*/
.disclaimer.button {
    margin-top: 10px;
}

.disclaimerScrollPanel {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    overflow: auto;
    padding-bottom: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.disclaimerContent {
    margin: 10px 10px 30px;
}

.disclaimerContent h1 {
    margin: 20px 0;
}

.disclaimerContent li {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 0;
}

.disclaimerContent ul {
    list-style: square outside none;
    margin-top: 0;
    margin-left: 0;

}

/* Application wide BlockUI config */
.blockUI.blockOverlay {
    background-color: #000;
    zoom: 1;
    -ms-filter: literal("progid:DXImageTransform.Microsoft.Alpha(Opacity=60)");
    filter: literal("alpha(opacity=60)");
    opacity: 0.6;
}

.blockUI.blockElement {
    height: 100px;
    left: 50%;
    margin-left: -50px;
    top: -5px;
    width: 100px;
}

.blockUI .blockContent {
    background: transparent url(laf/sitewide/tickGreenSmall.png) 0 0 no-repeat;
    height: 100%;
    width: 100%;
}
/*#page .AllocationPlace{*/
/*max-width: 320px;*/
/*}*/
/*
 * Fancybox
 * -------------------------------------------------------------------------------------------------------------------*/
#fancybox-content {
    min-width: 400px !important;
}

#fancybox-content > div {
    width: 100% !important;
}

#fancybox-overlay {
    position: fixed !important;
}

#fancybox-wrap #fancybox-close {
    right: -34px;
}

#fancybox-wrap .fancybox-bg {
    display: none;
}

.dialogWrap {
    width: 100%;
    padding: 10px;
    background: white;
}

.dialogWrap div.p {
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    #fancybox-wrap #fancybox-close {
        right: -15px;
    }
}

@media screen and (min-width: 450px) and ( max-width: 767px) {
    #fancybox-content .TwoFAAuthDialogButtonBar .button,
    #fancybox-content .pdfDownloadDialogButtonBar .button {
        width: auto;
        padding-left: 18px;
        padding-right: 18px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 0px) and ( max-width: 767px) {
    #fancybox-wrap {
        -moz-box-sizing: border-box;
        margin-left: 10% !important;
        min-width: 320px !important;
        padding-left: 0 !important;
        padding-right: 20% !important;
        width: 100% !important;
        left: 0px;
    }

    #fancybox-wrap {
        left: 0 !important;
    }

    #dynamicModalDialog .popupContent,
    #fancybox-wrap #fancybox-content,
    #fancybox-wrap #fancybox-content > div {
        min-width: 200px !important;
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    #dynamicModalDialog {
        top: 5%;
        margin: 20px;
    }

    #dynamicModalDialog.initialContentLoaded {
        -webkit-animation-name: slideInFromRight; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
        animation-name: slideInFromRight;
        animation-duration: 0.5s;
    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes slideInFromRight {
    from {
        left: 800px;
    }
    to {
        left: 0px;
    }
}

/* Standard syntax */
@keyframes slideInFromRight {
    from {
        left: 800px;
    }
    to {
        left: 0px;
    }
}

.thingsYouShouldKnowPanel {
    margin: 0 auto;
    border: 5px solid whitesmoke;
}

.thingsYouShouldKnow-title h3{
    color: #fb6528;
    margin-bottom: 13px;
}

.thingsYouShouldKnow-description {
    font-weight: bold;
}

.thingsYouShouldKnow-items {
    padding-left: 2%;
}

/*
 * MISC
 * -------------------------------------------------------------------------------------------------------------------*/

.cfg_removed {
    display: none;
}

.bgmlScript {
    display: none;
}

textarea.log-window {
    font-size: 12px;
    font-family: Consolas, sans-serif;
    font-weight: bold;
    hidden: true;
}

@media screen and (max-width: 450px) {
    .dialog .popupContent {
        /*padding: 3px;*/
    }

    .dialog .popupContent .modal > div {
        padding: 5px;
    }

    .transferDetailList .pensionProductTableRow {
        display: flex;
        flex-direction: column;
    }
    /*#dynamicModalDialog {*/
    /*margin-left: 5px !important;*/
    /*padding-right: 10px !important;*/
    /*}*/
}

/*
 * Special Small Screen Treatment
 *
 ---------------------------------------------------------------------------------------------------------------------*/

/* De-Chromed */
html.de-chromed body {
    background: none;
}

html.de-chromed #site-header,
html.de-chromed #site-footer,
html.de-chromed #main #sidebar-left,
html.de-chromed #main #sidebar-right,
html.de-chromed .cms {
    display: none;
}

/* ESS Mobile App */
html.aol-mobile-app #site-header,
html.aol-mobile-app .cms {
    display: block !important;
}

/*
 * #Native Mobile app EmbededAOL
*/
html.aol-native-app #site-header,
html.aol-native-app #breadcrumb
{
    display: none !important;
}


/*custom tooltip*/
.aolTooltips .content {
    display: none;
    opacity: 0.7;
}

.aolTooltips {
    text-align: right;
}

.ui-tooltip {
    padding: 10px 20px;
    box-shadow: 0 0 7px black;
    color: #ffffff;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 90%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 30px;
}

.ui-tooltip, .arrow:after {
    background: #174A7C;
    /*border: 2px solid white;*/
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.nonmodalclosebutton {
    display: none;
}
.canvasContentList .payrollDeductionsSectionBar, .canvasContentList .eftDetailsSectionBar {
    display:none;
}

/*.js-ready #main {*/
/*    padding: 15px;*/
/*}*/

/*
 * Menu animation
 **/
/*@media (max-width: 889px) {*/
/*    .js-ready #site-footer,*/
/*    .js-ready #main {*/
/*        left: 0;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        -moz-transform: translate3d(0, 0, 0);*/
/*        -ms-transform: translate3d(0, 0, 0);*/
/*        -o-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*        -webkit-transition: -webkit-transform 500ms ease;*/
/*        -moz-transition: -moz-transform 500ms ease;*/
/*        -o-transition: -o-transform 500ms ease;*/
/*        transition: transform 500ms ease;*/
/*        -webkit-backface-visibility: hidden;*/
/*        -moz-backface-visibility: hidden;*/
/*        -ms-backface-visibility: hidden;*/
/*        -o-backface-visibility: hidden;*/
/*        backface-visibility: hidden;*/
/*    }*/
/*    .js-ready.js-nav #site-footer,*/
/*    .js-ready.js-nav #main {*/
/*        -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);*/
/*        -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);*/
/*        -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);*/
/*        -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);*/
/*        transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);*/

/*    }*/
/*    .ie9.js-ready.js-nav #site-footer,*/
/*    .ie9.js-ready.js-nav #main {*/
/*        margin-left: 70%;*/
/*    }*/
/*    .ie9 #responsive-site-nav {*/
/*        right: 0px;*/
/*        padding-top: 53px;*/
/*    }*/
/*}*/

/*
 * SideMenu
 * -------------------------------------------------------------------------------------------------------------------*/
/* SideMenu
*/

body.employerLayout #sidebar-left,
body.memberLayout #sidebar-left,
body.adviserLayout #sidebar-left {
    display: block;
}

/*!* Sidebar-left *!*/
/*#sidebar-left {*/
/*    display: block;*/
/*    width: auto;*/
/*    margin: 31px 0 0;*/
/*    padding-top: 27px;*/
/*    float: none;*/
/*    border-top: 1px solid #bebebe;*/
/*}*/

.title-area .fund-logo-wrapper img {
    height: 50px;
    margin-top: 0px;
}

/*
 * TacticalLinks
 * -------------------------------------------------------------------------------------------------------------------*/
/* Tactical links
*/

/*.place-MemberJoin #tactical-links {*/
/*    display: none;*/
/*}*/

/*#tactical-links:before {*/
/*    content: "";*/
/*    color: red;*/
/*}*/

/*.tactical-boxes {*/
/*    !*  margin: 43px 0px*!*/
/*}*/

/*.tactical-boxes li {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: block;*/
/*    line-height: 1.2em;*/
/*    vertical-align: bottom;*/
/*    background: #fff;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.tactical-boxes a:hover {*/
/*    !*    background: none transparent;*/
/*        text-decoration: none;*!*/
/*}*/

/*.tactical-boxes a {*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*    padding: 15px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    margin: 0px;*/
/*    font-size: 14px;*/
/*    padding-left: 60px;*/
/*}*/


/*#tactical-links .tactical-button--join{*/
/*    background: #B40027;*/
/*    border-color: #B40027;*/
/*    border: 3px solid #B40027;*/
/*    position: relative;*/
/*    !* padding: 16px 12px 16px 67px;*!*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/
/*#tactical-links .tactical-button--join:hover {*/
/*    color: #B40027;*/
/*    background-color: #fff;*/
/*}*/
/*#tactical-links .tactical-button--join:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 55px;*/
/*    left: -3px;*/
/*    top: -3px;*/
/*    bottom: -3px;*/
/*    background: #C33352 url(..gwt/laf/icon-contribute.png) no-repeat center center;*/
/*    background-size: 55%;*/
/*}*/
/*#tactical-links .tactical-button--enews{*/
/*    background: #0A5A9F;;*/
/*    border-color: #0A5A9F;*/
/*    border: 3px solid #0A5A9F;*/
/*    position: relative;*/
/*    !*padding: 16px 12px 16px 67px;*!*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/
/*#tactical-links .tactical-button--enews:hover {*/
/*    color: #0A5A9F;*/
/*    background-color: #fff;*/
/*}*/
/*#tactical-links .tactical-button--enews:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 55px;*/
/*    left: -3px;*/
/*    top: -3px;*/
/*    bottom: -3px;*/
/*    background: #3B7BB2 url(..gwt/laf/icon-switch.png) no-repeat center center;*/
/*    background-size: 50%;*/
/*}*/

/*#tactical-links .tactical-button-block{*/
/*    display: block;*/
/*}*/

.copyrightBar {
    margin-top: 40px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    display: none;
    width: 100%;
}


.copyrightBar > div {
    font-size: 14px;
    font-size: 1.4rem;
    background: #1d385f;
    color: #6490b3;
    padding: 15px 30px;
    width: 100%;
    /*max-width: 980px;*/
    width: 100%;
    height: 45px;
    margin: 0 auto;
    text-align: right;
}

.copyrightBar p{
    margin: 0;
    /*float: left;*/
}
.copyrightBar a{
    float: right;
    color: #6490b3;
    text-decoration: none;
}

/* copyright bar */
.place-Login .copyrightBar{
    display: block;
}

html {
    height: 100%;
}

body.place-Login {
    min-height: 100%;
    position: relative;
}

@media screen and (max-width: 767px){
    body.loginLayout{
        /*border-top: 10px solid #ec532b;*/
    }
}

#modalBlankOut {
    z-index: 100;
    height: 100vh;
    width: 100vw;
    filter: blur(5px);
    background-color: rgb(119, 119, 119);
    opacity: 0.7;
    top: 0;
    left: 0;
    position: fixed;
}

.modalWindow{
    /*display: none;*/
    position: fixed;
    top: 50vh;
    z-index: 101;
    min-width: 300px;
    min-height: 450px;
    border: 2px solid #000000;

}

.modalWindow-cloned {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    pointer-events: all;
    z-index: 101;
    width: 85%;
    background-color: #ffffff;
    min-width: 192px;
    max-height: 60vh;
}

.ghostPrep {
    text-align: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 105;
    pointer-events: none;
    padding-right: 45px;
}

@media screen and (min-width: 980px){

    .modalWindow-cloned {
        width: 720px;
    }
}

@media screen and (min-width: 769px) {
    .ghostPrep {
        padding-right: 55px;
    }

    .dialog {
        left: 50%;
        top: 70px;
        margin-left: -368px;
        width: 736px;
        padding-bottom: 40px;
    }
}

.modalWindowButton {
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 400ms; /* Safari */
    transition: opacity 400ms;
    width: 19.6px;
    margin: 0 auto;
}

.modalContainer {
    padding: 30px 20px;
    color: #444;
}

.modalContainer-title {
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 20px;
}

.modalContainer-content {
    text-align: left;
}

.ghostPrep:before{
    content: '\200B';
    display:inline-block;
    height: 100%;
    vertical-align: middle;
}

.modalCloseButton{
    position:absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    cursor: pointer;
}

.modalWindowButton:hover{
    opacity: 0.7;
}

a.miniButton {
    padding: 2px;
    background-color: #ec532b;
    color: white;
    text-decoration: none;
}


.adviser-target-today {
    display: none;
}

.bracketL {
    display: none;
}

.adviser-target-retirement {
    display: none;
}

.bracketR {
    display: none;
}

.account-chart-container {
    width: 100%;
    max-height: 400px;
}

.HtmlPagePlace .KnowledgeCentre .knowledge-centre-page a {
    text-decoration: none;
}



/*
 * #Page Headers
 * -------------------------------------------------------------------------------------------------------------------*/
.pageTitle h1 {
    line-height: 1.3em;
}

#placeTitle {
    position: absolute;
    left: 0;
    top: 0;
    height: 25vh;
    width: 100%;
    background-image: url("gwt/laf/sitewide/banner2.jpg");
    background-size: cover;
    background-position: center;
}

#placeTitle .pageTitle {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#placeTitle .pageTitle h1 {
    margin-top: 0;
    color: #FFF;
    text-shadow: black 0px 0px 10px;
}

/* Account Menu */
.place-BenefitQuote #placeTitle,
.place-BenefitPayment #placeTitle,
.place-MoneyIn #placeTitle,
.place-TransactionHistory #placeTitle,
.place-ContributionCaps #placeTitle,
.place-Beneficiaries #placeTitle,
.place-NewAccount #placeTitle {
    background-image: url("gwt/laf/sitewide/banner5.jpg");
}


/* Investments Menu */

.place-CombinedSwitchAndProfile #placeTitle,
.place-Valuation #placeTitle,
.place-Allocation #placeTitle {
    background-image: url("gwt/laf/sitewide/banner4.jpg");
}

/* Pension Menu */
.place-Pension #placeTitle,
.place-CentrelinkSchedule #placeTitle {
    background-image: url("gwt/laf/sitewide/banner3.jpg");
}

/* Changing Jobs and Consolidate */
.place-RolloverSuperStream #placeTitle,
.place-EmailEmployerContribution #placeTitle {
    background-image: url("gwt/laf/sitewide/banner3.jpg");
}

/* Personal Menu */
[class~="place-HtmlPage:contentId=KnowledgeCentre"] #placeTitle {
    background-image: url("gwt/laf/sitewide/banner2.jpg") !important;
}

.place-MyDetails #placeTitle {
    background-image: url("gwt/laf/sitewide/banner2.jpg");
}

.place-MyPreferences #placeTitle {
    background-image: url("gwt/laf/sitewide/banner2.jpg");
}

/* Correspondence Menu */
[class~="place-Correspondence:type=statements"] #placeTitle,
[class~="place-Correspondence:type=otherCorrespondence"] #placeTitle {
    background-image: url("gwt/laf/sitewide/banner1.jpg");
}

/*
 * #Valuation Pie Holes
*/

.ValuationPlace .bgmlPieCharts .currentPercentChart, .ValuationPlace .bgmlPieCharts .futurePercentChart {
    text-align: center;
}

.ValuationPlace .bgmlPieCharts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 770px) {
    .ValuationPlace .bgmlPieCharts {
        flex-direction: row;
    }
}
@media screen and (max-width: 769px) {
    .ValuationPlace .bgmlPieCharts {
        flex-direction: column;
    }
    .ValuationPlace .bgmlPieCharts .currentPercentChart .ViewFactoryPanel, .ValuationPlace .bgmlPieCharts .futurePercentChart .ViewFactoryPanel {
        margin: 20px auto !important;
    }
}
@media screen and (max-width: 379px) {
    .ValuationPlace .bgmlPieCharts .currentPercentChart .ViewFactoryPanel svg, .ValuationPlace .bgmlPieCharts .futurePercentChart .ViewFactoryPanel svg {
        margin-left: -30px;
    }
}
.ValuationPlace .bgmlPieCharts .currentPercentChart .ViewFactoryPanel, .ValuationPlace .bgmlPieCharts .futurePercentChart .ViewFactoryPanel {
    margin: 0 auto;
}
@media screen and (min-width: 770px) {
    .ValuationPlace .bgmlPieCharts .currentPercentChart .ViewFactoryPanel, .ValuationPlace .bgmlPieCharts .futurePercentChart .ViewFactoryPanel {
        max-width: 385px;
    }
}

/*
 * ##Shanes Hacks
*/


.MemberDashboard_roboDetails_incomplete, .MemberDashboard_roboDetails_notfound {
    display: none !important;
}

cms roboDetails_incomplete MemberDashboard_roboDetails_incomplete {
    display: none;
}

/*.bindingHtmlPanel ul {*/
/*    margin-left: 30px !important;*/
/*}*/

#fancybox-content {
    background: white;
}

/* brand specific setting */
/*#site-notification {*/
/*    margin-top: calc(25vh + 10px);*/
/*}*/


/* Green ID Hacks */
#greenid-intro-content !important {
    display:none;
}

#greenid-container .radio input[type="radio"], #greenid-container .radio-inline input[type="radio"], #greenid-container .checkbox input[type="checkbox"], #greenid-container .checkbox-inline input[type="checkbox"] !important{
    margin-left: -27px;
}

@media screen and (max-width: 980px) {
    #site-notification .warn .siteNotification .siteNotificationContent .buttonWrap {
        padding-top: 5px !important;
        margin-left: 0px !important;
    }
}
/************* super pension product select template ****************/
.pensionProductTypeDrillableList .drillableTableData {
    background-color: transparent;
}
.pensionProductTypeDrillableList p {
    color: black;
}
.pensionProductTableBody {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}
.pensionProductTableRow {
    box-shadow: 0.3em 0.3em 0.4em #ddd;
    cursor: pointer;
    margin: 0 1.5em 1.5em 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #fff;
    padding: 1.5em;
    flex-basis: calc(50% - 1.5em);
}
.pensionProductTableRow .tableCell {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
.pensionProductTableRow .tableCell > div {
    width: 100%;
    height: 100%;
}
.pensionProductTableRow .tableCell .cms {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pensionProductTableRow .tableCell .bindingHtmlPanel {
    text-align: center;
}
.pensionProductTableRow h2 {
    line-height: 1.25em;
    margin-bottom: 0.5em;
}
.pensionProductTableRow:hover {
    background-color: #FCE5D3;
}
.pensionProductTableRow.selectedPensionProduct {
    background-color: #DEDEDE;
    color: white;
}
.transferDetailList .pensionProductTableRow {
    cursor: default;
    box-shadow: none;
    background-color: transparent;
}
.transferDetailList .pensionProductTableRow:hover {
    background-color: transparent;
}

@media screen and (max-width: 669px) {
    .pensionProductTableRow {
        max-width: 100% !important;
        min-width: 300px;
    }
}

@media screen and (max-width: 891px ) {
    .pensionProductGrid {
        height: 400px !important;
    }
}

.place-SuperToPension .summaryPageArticle {
    box-shadow: .3em .3em .4em #ddd;
    margin: 0;
    padding: 1em 1.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #fff;
    height: 200px;
    width: 300px;
}

@media screen and (max-width: 824px) {
    .place-SuperToPension .summaryPageArticle {
        width: 160px;
        height: 150px;
    }

    .place-SuperToPension .summaryPageArticle .summaryPageArticleIcon {
        width: 60px;
        height: 60px;
    }

    .place-SuperToPension .summaryPageArticle .summaryPageArticleTitle {
        font-size: 15px;
    }
}

/* chooseAccountList */
@media screen and (max-width: 1044px) {
    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList table.drillableTableData {
        border: none;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody {
        display: inline-block;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr {
        display: block;
        margin-top: 0;
        margin-bottom: 45px;
        background: none !important;
        border: 2px solid #EAE8E6;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td {
        display: inline-block;
        width: 100% !important;
        border-bottom: none;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList .drillableTableData .horizontalButtonBar {
        text-align: left;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td:before {
        font-weight: bold;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.accountName {
        font-weight: bold;
        background-color: #EAE8E6 !important;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.accountNumber:before {
        content: "Account";
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.benefitEstimate:before {
        content: "Benefit Estimate";
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.withdrawalType:before {
        content: "Withdrawal Type";
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.withdrawalType,
    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.amount {
        display: table-cell;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.amount > div:before {
        display: block;
        font-weight: bold;
        content: "Amount";
        width: 130px;
        text-align: left;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.amount .inputWrap {
        width: 130px;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList tbody tr td.amount .formFieldLabel {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList thead {
        display: none;
    }

    .place-SuperToPension .superToPensionChooseAccountPage .chooseAccountList .drillableTableData .button > a {
        width: max-content;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .place-SuperToPension .summaryPageArticle {
        width: 100px;
        height: 100px;
        padding: 5px;
    }
    .place-SuperToPension .summaryPageArticle .summaryPageArticleIcon {
        width: 40px;
        height: 40px;
    }
    .place-SuperToPension .summaryPageArticle .summaryPageArticleTitle {
        font-size: 10px;
    }
    .place-SuperToPension .summaryPageArticleArrow {
        width: 50px;
        height: 25px;
    }
    .place-SuperToPension .summaryPageArticleGrandTotal {
        font-size: 12px;
    }
}

.place-SuperToPension .formTableColumn .formControlCell {
    margin-left: 20px;
}

/*
***
* EOL - Employee Termination Place * Employee Review Place
***
*/
.EmployeeTerminationPlace .addRowButtonBar ,
.EmployeeReviewPlace .addRowButtonBar  {
    display: flex;
    justify-content: flex-end;
}

.EmployeeTerminationPlace .employmentDetailsForm .formColumn,
.EmployeeReviewPlace .employmentDetailsForm .formColumn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.EmployeeTerminationPlace .employmentDetailsForm .formRow,
.EmployeeReviewPlace .employmentDetailsForm .formRow {
    width: 45%;
}

@media only screen and (max-width: 770px) {
    .EmployeeTerminationPlace .employmentDetailsForm .formRow,
    .EmployeeReviewPlace .employmentDetailsForm .formRow {
        width: 100%;
    }
}

.EmployeeTerminationPlace .superannuationDetailsForm .formColumn,
.EmployeeReviewPlace .superannuationDetailsForm .formColumn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.EmployeeTerminationPlace .superannuationDetailsForm .pretaxAmount,
.EmployeeTerminationPlace .superannuationDetailsForm .posttaxAmount,
.EmployeeTerminationPlace .superannuationDetailsForm .sgAmount,
.EmployeeTerminationPlace .superannuationDetailsForm .ssAmount {
    width: 25%;
    margin: 0 0 15px 0;
    padding-right: 0px;
}

.EmployeeTerminationPlace .superannuationDetailsForm .pretaxAmount > table > tbody,
.EmployeeTerminationPlace .superannuationDetailsForm .posttaxAmount > table > tbody,
.EmployeeTerminationPlace .superannuationDetailsForm .sgAmount > table > tbody,
.EmployeeTerminationPlace .superannuationDetailsForm .ssAmount > table > tbody {
    display: flex;
    flex-wrap: wrap;
}

.EmployeeTerminationPlace .superannuationDetailsForm .pretaxAmount > table > tbody .formLabelCell,
.EmployeeTerminationPlace .superannuationDetailsForm .posttaxAmount > table > tbody .formLabelCell,
.EmployeeTerminationPlace .superannuationDetailsForm .sgAmount > table > tbody .formLabelCell,
.EmployeeTerminationPlace .superannuationDetailsForm .ssAmount > table > tbody .formLabelCell {
    color: #fff;
    background-color: #0A5A9F;
    border: 1px solid #0A5A9F;
    border-right-color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: left;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.EmployeeTerminationPlace .superannuationDetailsForm .pretaxAmount > table > tbody .formControlCell input,
.EmployeeTerminationPlace .superannuationDetailsForm .posttaxAmount > table > tbody .formControlCell input,
.EmployeeTerminationPlace .superannuationDetailsForm .sgAmount > table > tbody .formControlCell input,
.EmployeeTerminationPlace .superannuationDetailsForm .ssAmount > table > tbody .formControlCell input {
    border-radius: 0px
}

.EmployeeTerminationPlace .superannuationDetailsForm .pretaxAmount > table > tbody > tr,
.EmployeeTerminationPlace .superannuationDetailsForm .posttaxAmount > table > tbody > tr,
.EmployeeTerminationPlace .superannuationDetailsForm .sgAmount > table > tbody > tr,
.EmployeeTerminationPlace .superannuationDetailsForm .ssAmount > table > tbody > tr {
    width: 100%
}

.EmployeeTerminationPlace .purchasedLeaveList .buttonStrip .buttonWrap,
.EmployeeTerminationPlace .salaryInformationList .buttonStrip .buttonWrap,
.EmployeeTerminationPlace .serviceFractionList .buttonStrip .buttonWrap,
.EmployeeTerminationPlace .leaveWithoutPayList .buttonStrip .buttonWrap,
.EmployeeTerminationPlace .contributionRateList .buttonStrip .buttonWrap,
.EmployeeReviewPlace .purchasedLeaveList .buttonStrip .buttonWrap,
.EmployeeReviewPlace .salaryInformationList .buttonStrip .buttonWrap,
.EmployeeReviewPlace .serviceFractionList .buttonStrip .buttonWrap,
.EmployeeReviewPlace .leaveWithoutPayList .buttonStrip .buttonWrap,
.EmployeeReviewPlace .contributionRateList .buttonStrip .buttonWrap {
    margin-right: 0px;
    width: 30px;
}

.EmployeeTerminationPlace .purchasedLeaveList .horizontalButtonBar,
.EmployeeTerminationPlace .salaryInformationList .horizontalButtonBar,
.EmployeeTerminationPlace .serviceFractionAndLwopList .horizontalButtonBar,
.EmployeeReviewPlace .purchasedLeaveList .horizontalButtonBar,
.EmployeeReviewPlace .salaryInformationList .horizontalButtonBar,
.EmployeeReviewPlace .serviceFractionAndLwopList .horizontalButtonBar,
.DBBenefitQuotePlace .benefit_serviceFractionList .horizontalButtonBar,
.DBBenefitQuotePlace .benefit_contributionRateList .horizontalButtonBar,
.DBBenefitQuotePlace .benefit_salaryInformationList .horizontalButtonBar {
    display: flex;
    flex-direction: row;
}

.place-Beneficiaries .buttonWrap {
    margin-top: 20px;
    margin-bottom: 20px;
}
/**********************************************************************************************************************/
/*readonly no delete no edit mode */
tr.readOnlyNoDeleteNoEditMode .save,
tr.readOnlyNoDeleteNoEditMode .delete,
tr.readOnlyNoDeleteNoEditMode .edit,
tr.readOnlyNoDeleteNoEditMode .cancel
{
    display: none;
}

/*read only no delete mode*/
tr.readOnlyNoDeleteMode .delete,
tr.readOnlyNoDeleteMode .save,
tr.readOnlyNoDeleteMode .cancel
{
    display: none;
}

tr.readOnlyNoDeleteMode .edit
{
    display: inline-block;
}

/*read only mode */
tr.readOnlyMode .save,
tr.readOnlyMode .cancel
{
    display: none;
}

tr.readOnlyMode .edit,
tr.readOnlyMode .delete
{
    display: inline-block;
}

/*editablemode */

tr.editableMode .save,
tr.editableMode .cancel
{
    display: inline-block;
}

tr.editableMode .edit,
tr.editableMode .delete
{
    display: none;
}

.pageControlButtonBar {
    margin-top: 20px;
}

/**********************************************************************************************************************/
.buttonWrap.save > a, .buttonWrap.delete > a, .buttonWrap.edit > a, .buttonWrap.cancel > a, .buttonWrap.activate > a, .buttonWrap.deactivate > a
{
    color: transparent !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0px;
    cursor: pointer;
}

.buttonWrap.activate > a, .buttonWrap.deactivate > a
{
    width: 40px;
    height: 40px;
}

.buttonWrap.save > a {
    background-image: url("gwt/laf/sitewide/save.svg");
}
.buttonWrap.cancel > a {
    background-image: url("gwt/laf/sitewide/close.svg");
}
.buttonWrap.delete > a {
    background-image: url("gwt/laf/sitewide/garbage.svg");
}
.buttonWrap.edit > a {
    background-image: url("gwt/laf/sitewide/edit.svg");
}
.buttonWrap.activate > a {
    background-image: url("gwt/laf/sitewide/inactive.svg");
}
.buttonWrap.deactivate > a {
    background-image: url("gwt/laf/sitewide/active.svg");
}
.place-ThirdParty .drillableTableData .buttonWrap {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.place-ThirdParty .deactivate a {
    margin-top: 10px;
    display: block;
}
.place-ThirdParty .delete a {
    height: 35px;
    width: 30px;
    display: block;
}
.place-ThirdParty .drillableTableData .buttonWrap a {
    margin-top: 0;
}

.buttonWrap.save > a:hover, .buttonWrap.save > a:active, .buttonWrap.save > a:focus,
.buttonWrap.cancel > a:hover, .buttonWrap.cancel > a:active, .buttonWrap.cancel > a:focus,
.buttonWrap.edit > a:hover, .buttonWrap.edit > a:active, .buttonWrap.edit > a:focus,
.buttonWrap.delete > a:hover, .buttonWrap.delete > a:active, .buttonWrap.delete > a:focus,
.buttonWrap.activate > a:hover, .buttonWrap.activate > a:active, .buttonWrap.activate > a:focus,
.buttonWrap.deactivate > a:hover, .buttonWrap.deactivate > a:active, .buttonWrap.deactivate > a:focus
{
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent !important;
}

/**********************************************************************************************************************/

.EmployeeTerminationPlace .listFooterButtonBar .gwt-Anchor,
.EmployeeReviewPlace .listFooterButtonBar .gwt-Anchor {
width: 150px;
}

.EmployeeTerminationPlace .addRowButtonBar .horizontalButtonBar,
.EmployeeReviewPlace .addRowButtonBar .horizontalButtonBar,
.DBBenefitQuotePlace .addRowButtonBar .horizontalButtonBar {
float: right;
}

.EmployeeTerminationPlace .addRowButtonBar .buttonWrap,
.EmployeeReviewPlace .addRowButtonBar .buttonWrap,
.DBBenefitQuotePlace .addRowButtonBar .buttonWrap {
margin-right: 0px
}

.EmployeeTerminationPlace .addRowButtonBar .gwt-Anchor,
.EmployeeReviewPlace .addRowButtonBar .gwt-Anchor,
.DBBenefitQuotePlace .addRowButtonBar .gwt-Anchor {
width: 150px;
text-align: center;
}

.DBBenefitQuotePlace .addListControlBar,
.DBBenefitQuotePlace .editListControlBar,
.DBBenefitQuotePlace .addRowButtonBar {
padding-bottom: 50px;
}

.EmployeeTerminationPlace .drillableTableDataSummaryRow > td {
text-align: center;
}

.EmployeeTerminationPlace .drillableList .drillableTable thead tr th:last-child,
.EmployeeTerminationPlace .drillableList .drillableTable tbody tr td:last-child{
text-align: left !important;
}

.row-TotalPortfolioValue {
background-color: rgba(150, 140, 131, 0.2) !important;
}

.EmployeeReviewPlace .buttonWrap.readonly a {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
    -moz-box-shadow: 0 2px 0 rgba(150, 140, 131, 0.15) inset !important;
    -webkit-box-shadow: 0 2px 0 rgba(150, 140, 131, 0.15) inset !important;
    -o-box-shadow: 0 2px 0 rgba(150, 140, 131, 0.15) inset !important;
    box-shadow: 0 2px 0 rgba(150, 140, 131, 0.15) inset !important;
    color: rgba(150, 140, 131, 0.8) !important;
    cursor: default !important;
    -ms-transition: all 180ms ease-out 0s !important;
    -moz-transition: all 180ms ease-out 0s !important;
    -webkit-transition: all 180ms ease-out 0s !important;
    -o-transition: all 180ms ease-out 0s !important;
    transition: all 180ms ease-out 0s !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: "myriad-pro", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    min-width: 72px !important;
    padding: 5px 16px 8px !important;
    text-rendering: optimizelegibility !important;
    border: 1px solid rgba(150, 140, 131, 0.8) !important;
}

/*
 * reCAPTCHA
 *--------------------------------------------------------------------------------------------------------------------*/

.g-recaptcha-response-hidden {
    display: none;
    visibility: hidden;
}

div.error #recaptchaDiv div iframe {
    border: 1px solid #ff0000;
    border-radius: 5px;
}

div.turnstileWrapper {
    font-size: 0; /* removes baseline whitespace, fixes container to clip the last pixel row */
}

div.error #turnstile-widget {
    border: 2px solid #ff0000;
    border-radius: 5px;
    padding: 0 0 1px 0;   /* turnstile rounding, fixes 1px bottom padding */
    display: inline-block;
}

.captcha .vertical-field-label .required {
    display: none;
}

/*
 * Employer Member Search
 *--------------------------------------------------------------------------------------------------------------------*/

.place-EmployerMemberSearch .bindingHtmlPanel ul {
    margin-left: 30px;
}

.progress-item {
    margin-top: 5px;
}

.progress-title {
    font-weight: bold;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}

#progress {
    border: 1px solid #cccccc;
    width: 200px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

body .progress-animated .progress-bar {
    background: none #FCE5D3 !important;
    height: 27px;
    transition: width 1s;
}

#progress .percent-indicator {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    color: black;
}

.INCS_RI_Questionnaire .formLabelCell,
.INCS_WI_Questionnaire .formLabelCell
{
    display:none;
}
.INCS_RI_Questionnaire .formControlCell.editable,
.INCS_WI_Questionnaire .formControlCell.editable
{
    width:100% !important;
    left:-1%;
    position: relative;
}

@media screen and (min-width: 397px) {
    .pdfDownloadDialogButtonBar a:not(:first-child) {
        margin: 0 15px;
    }
}

@media screen and (max-width: 396px) {
    .pdfDownloadDialogButtonBar {
        display: flex;
        flex-direction: column;
    }
    .pdfDownloadDialogButtonBar .button {
        margin: 10px 0;
    }
}

.EmployeeReviewPlace .employmentDetailsForm .formRow table {
    table-layout: auto !important;
    width: 100%;
}

.EmployeeReviewPlace .employmentDetailsForm .formRow table .formLabelCell {
    width: 50% !important;
}

.WorkbenchContributionEditPlace .createDetails .inputField {
    width: 50%;
    display: flex;
    margin: 10px 0;
}
.WorkbenchContributionEditPlace .createDetails .formLabelCell {
    width: 10%;
    min-width: 100px;
    padding: 15px;
}
.WorkbenchContributionEditPlace .createDetails p.readonly {
    padding: 15px;
}
.WorkbenchContributionEditPlace .createDetails .formControlCell {
    width: 100%;
}

.WorkbenchContributionEditPlace .formRow {
    display: flex;
}
.WorkbenchContributionEditPlace .formRow .formFieldLabel {
    padding: 20px 0 20px 0;
}

.WorkbenchContributionEditPlace .contentPanel a {
    border-bottom: 1px solid #e06c19;
    color: inherit;
}

.HtmlPagePlace .exportBar {
    display: none;
}

.tacticalLink_subMenuItem {
    line-height: 38px;
    max-height: 42px;
    overflow: hidden;
    position: relative;
    -ms-transition: max-height 300ms ease-out 0s;
    -moz-transition: max-height 300ms ease-out 0s;
    -webkit-transition: max-height 300ms ease-out 0s;
    -o-transition: max-height 300ms ease-out 0s;
    transition: max-height 300ms ease-out 0s;
    border-top: 1px solid rgba(150, 140, 131, 0.1);
    border-bottom: 0px solid rgba(150, 140, 131, 0.1) !important;
}
.tacticalLink_subMenuItem a {
    background-color: white !important;
    display: block !important;
    height: 41px;
    padding-left: 40px;
}

.navigation__btn-expand {
    display: block !important;
    position: absolute;
    padding: 0 !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}

/*// correspondence page*/
.correspondenceList .headerStatus {
    width: 10px;
}
.correspondenceList .headerStatus .labelText {
    visibility: hidden;
}

.correspondenceList td.status .labelText {
    display: none;
}
.correspondenceList td.status[data-bgml-value^="false"] > div:after {
    content: '';
    background-image: url('gwt/laf/Inbox-dot.png') ;
    width: 20px;
    min-height: 20px;
    display: block;
}

.correspondenceList .horizontalButtonBar .buttonWrap.MarkAllAsRead{
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}

.thirdPartyList tr.activeMode .buttonWrap.activate,
.thirdPartyList tr.inactiveMode .buttonWrap.deactivate,
.thirdPartyList tr.noToggleButtonMode .buttonWrap.activate,
.thirdPartyList tr.noToggleButtonMode .buttonWrap.deactivate,
.thirdPartyList tr.noToggleButtonNoDeleteMode .buttonWrap.activate,
.thirdPartyList tr.noToggleButtonNoDeleteMode .buttonWrap.deactivate,
.thirdPartyList tr.noToggleButtonNoDeleteMode .buttonWrap.deactivate,
.thirdPartyList tr.noToggleButtonNoDeleteMode .buttonWrap.delete{
    display: none;
}
body[class*="Audit"] .pager .disabled {
    pointer-events: none;
    cursor: default;
}

body[class*="Audit"] .filter .filterError {
    text-align: left;
    color: red;
}

.place-EmailEmployerContribution .employerEmailConfirm  .formLabelCell {
    padding-right: 50px !important;
}

/* Suppress AccountBar for EmployerContributionTransactionHistoryPlace */
.EmployerContributionTransactionHistoryPlace .accountBar {
    display: none;
}

.employerLayout #global-date-picker table{
    table-layout: unset;
}

.place-WorkbenchContributionEdit  .inputCell > input{
    padding: 8px !important;
    width:100px !important;
}

.place-WorkbenchContributionEdit table.drillableTableData, #headerItems{
    width:93%;
}

.place-WorkbenchContributionEdit .contGridContainer .head{
    width:93%;
}

.place-Contactus .formLabelCell{
    vertical-align: top !important;
}

.place-EmployeeReview #fancybox-content{
    width: 600px !important;
}

.place-RegisterNow .registerNowForm .horizontalButtonBar{
    margin-top: 70px;
}

.place-RegisterNow .registerNowTermsAndConditionsForm{
    margin-top: -110px;
    margin-bottom: 50px;
}
 .RegisterNow_registerNowForm_header .p1{
     margin-bottom: 0px;
 }

.RegisterNow_registerNowForm_header .p2{
    margin-top: 0px;
}
.place-RegisterNow .registerNowTermsAndConditionsForm .validationMessagePanelWrap{
     display: none;
 }

 #tac{
     float:left;
 }

 #tac .buttonWrap {
    margin: 0px;
 }

 #tac .buttonWrap a{
     background: transparent;
     padding: 0px;
     border: 0px;
     border-radius: 0px;
     font-family: myriad-pro, Helvetica Neue,Helvetica,Arial,sans-serif;
     font-size: 14px;
 }
#tac .buttonWrap a:hover{
    color: #23527c !important;
    text-decoration: underline !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.registerNowTermsAndConditionsForm_Disclaimer  li, .RegisterNow_registerNowTermsAndConditionsForm_Disclaimer li{
    list-style-type: auto !important;
    font-weight: bold;
}
.registerNowTermsAndConditionsForm_Disclaimer ul li, .RegisterNow_registerNowTermsAndConditionsForm_Disclaimer ul li{
    list-style-type: disc !important;
    font-weight: normal;
}
.
.registerNowTermsAndConditionsForm_Disclaimer  li > p {
    font-weight: normal;
}

#fileUploadVp .error{
    color: red;
}

.place-EmployeeReview .dialogContentWrap{
    white-space: pre-wrap;
}


.place-WorkbenchContributionEdit .suggestMenu table {
    table-layout: auto !important;
}

.place-WorkbenchContributionEdit .popupContent>table{
    width: auto !important;
}

.place-RegisterNow .registerNowForm .horizontalButtonBar{
    margin-top: 70px;
}

.place-RegisterNow .registerNowTermsAndConditionsForm{
    margin-top: -110px;
}
 .RegisterNow_registerNowForm_header .p1{
     margin-bottom: 0px;
 }

.RegisterNow_registerNowForm_header .p2{
    margin-top: 0px;
}
.place-RegisterNow .registerNowTermsAndConditionsForm .validationMessagePanelWrap{
     display: none;
 }

 #tac{
     float:left;
 }

 #tac .buttonWrap {
    margin: 0px;
 }

 #tac .buttonWrap a{
     background: transparent;
     padding: 0px;
     border: 0px;
     border-radius: 0px;
     font-family: myriad-pro, Helvetica Neue,Helvetica,Arial,sans-serif;
     font-size: 14px;
 }
#tac .buttonWrap a:hover{
    color: #23527c !important;
    text-decoration: underline !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.registerNowTermsAndConditionsForm_Disclaimer  li, .RegisterNow_registerNowTermsAndConditionsForm_Disclaimer li{
    list-style-type: auto !important;
    font-weight: bold;
}
.registerNowTermsAndConditionsForm_Disclaimer ul li, .RegisterNow_registerNowTermsAndConditionsForm_Disclaimer ul li{
    list-style-type: disc !important;
    font-weight: normal;
}
.
.registerNowTermsAndConditionsForm_Disclaimer  li > p {
    font-weight: normal;
}
.vedaPage_buttonContent .benefitPaymentWizard_bottomButtonBar .gwt-Anchor span{
    display: none;
}

.vedaPage_buttonContent .benefitPaymentWizard_bottomButtonBar .gwt-Anchor:after {
    content: "Next >";
}

.vedaPage_buttonContent .transferInSuperStreamWizard_bottomButtonBar .Next .gwt-Anchor span{
    display: none;
}

.vedaPage_buttonContent .transferInSuperStreamWizard_bottomButtonBar .Next .gwt-Anchor:after {
    content: "Next >";
}

.place-SuperToPension .combinedInvestmentProfileContsType .radioButton:nth-of-type(3) label{
    display: none;
}
.place-SuperToPension .combinedInvestmentProfileContsType .radioButton:nth-of-type(3):after{
    content: 'Default drawdown';
    margin-left: 4px;
    vertical-align: middle;
}

.superToPensionPensionTypeSelectionPage_pageContent .radioButton:first-of-type{
    margin-left: 20px;
}

#field\.revRelationship\.label {
    overflow-wrap: break-word;
}

.TwoFAAuthDialogButtonBar  a{
   min-width: 140px;
}

/* My Correspondence */

.EmployerCorrespondencePlace .correspondenceList .headerDocumentUrlNote,
.EmployerCorrespondencePlace .correspondenceList .documentUrlNote{
    word-break: break-word;
}

#greenid_div .required {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*
 * Password Toggle
 * -------------------------------------------------------------------------------------------------------------------*/
.showTogglePasswordImg{
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
