/*
	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 {

}

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;
}

input, select {
    vertical-align: middle;
    background-color: transparent;
}
a{
    text-decoration: underline;
    color: #525199;
    cursor: pointer;
}

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

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

/*Typography*/

@font-face {
    font-family: "ING Me Regular";
    src: url("gwt/laf/sitewide/fonts/INGMeWeb-Regular.woff") format('woff');
}

@font-face {
    font-family: "ING Me Bold";
    src: url("gwt/laf/sitewide/fonts/INGMeWeb-Bold.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "ING Icon Font";
    src: url("gwt/laf/sitewide/fonts/ing-icon-font.woff") format('woff');
    font-weight: bold;
}

/*

body {
    min-width: initial;

    font-size: 16px;
    line-height: 1.5;
    color: #003567;
    background-color: #f5f5f5;
}

html {
    font-size: 16px;
    line-height: 1.2;
    color: #003567;
    overflow-y: scroll;
    overflow-x: hidden;
}

body h1,
body h2,
body h3,
body h4 {
    margin-bottom: 10px;
}
*/
.page-header h1,
body h1.h1,
body .h1,
body h1 {
   font-size: 3.4rem;
    line-height: 1.2;
    font-family: "ING Me Bold";
    font-weight: normal;
}


body h2,
body .h2,
body h2.h2,

.cms h2 {
    font-family: "ING Me Bold";
    font-size: 35px;
    font-size: 2.1875rem;
}


body h3,
body .h3,
body h3.h3,
.cms h3 {
    font-family: "ING Me Bold";
    font-size: 22px;
    font-size: 1.3125rem;
}

body h4,
body .h4,
body h4.h4,
.cms h4 {
    font-family: "ING Me Bold";
    font-size: 22px;
    font-size: 1.3125rem;
}

ul {
    list-style: disc;
}


/*
.cms a,
a {
    text-decoration: none;
    color: #d35c63;
}

.cms a:hover,
a:hover {
    color: #d35c63;
    text-decoration: underline;
}

.cms a:active,
a:active {
    outline: none;
}
*/
input,
select {
    font-family: inherit;
}


/* Components */

/* CMS */
.cms p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.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;
}

/* ##Siteload */
#siteLoadDiv {
    border: none;
}

/* 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;
}

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

.authPopup {
    left: 50%;
    background-color: #f4f4f4 !important;
    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 #6b6b6b;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    behavior: url('gwt/scripts/PIE.htc');
}

.authPopup table{
    width: 100%;
}

.authPopup button {
    color: #ffffff;
    background-color: #525199;
    padding: 3px 15px;
    margin-right: 6px;
    border-style: none;
}

.authPopup button:active, .authPopup button:hover{
    color: #ffffff;
    background-color: #3c3c70;
    border-color: #3c3c70;
}


.authPopup > div {
    padding: 5px;
    margin: 10px;
    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: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: white;

}

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

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

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

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

/*
 * Button ##Button
 * -------------------------------------------------------------------------------------------------------------------*/
/*.horizontalButtonBar:not(:empty) {
    margin-top: 20px;
    margin-bottom: 30px;
}

.filterForm .horizontalButtonBar .buttonWrap {
    float: right;
}

.pdfDownloadDialogButtonBar {
    margin-top: 20px;
}

.button.buttonWrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.button.buttonWrap.invisible {
    display: none;
}

.button.buttonWrap a {
    border: none;
    background: none;
    width: 100%;
}

.loginLayout #login .button.buttonWrap a:hover,
.button.buttonWrap a:hover {
    background: none;
}*/

#fancybox-content .TwoFADialog #dialogContent .resend {
    margin-top: 15px
}

#fancybox-content .TwoFADialog #dialogContent .resend,
#fancybox-content .TwoFAAuthDialogButtonBar .button {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    /* width: auto; */
    /* margin-right: 10px; */
}

#fancybox-content .openUrlDialogButtonBar .button span,
#fancybox-content .button > span,
#fancybox-content .TwoFADialog #dialogContent .resend span,
#fancybox-content .TwoFAAuthDialogButtonBar .button span{
    text-shadow: none;
    border: none;

    font-size: 18px;
    font-size: 1.125rem;
    /*background-color: #d35c63;
    border: 1px solid #d35c63;
    color: #FFFFFF;*/
    padding: 10px 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
    text-align: center;
    width: 100%;
}

a.button, .button a,
.button .multiLineButton {
    text-align: inherit;
}

#fancybox-content .OpenUrlDialog #dialogContent .resend:hover span,
#fancybox-content .openUrlDialogButtonBar .button:hover span,
#fancybox-content .TwoFADialog #dialogContent .resend:hover span,
#fancybox-content .TwoFAAuthDialogButtonBar .button:hover span,
.button.buttonWrap:hover a > span {
  /*  border-color: #ca3c44;
    background-color: #ca3c44;*/
}

#fancybox-content .OpenUrlDialog #dialogContent .resend:active span,
#fancybox-content .openUrlDialogButtonBar .button:active span,
#fancybox-content .TwoFADialog #dialogContent .resend:active span,
#fancybox-content .TwoFAAuthDialogButtonBar .button:active span,
.button.buttonWrap:activeactive a > span {
  /*  background-color: #8a252b;
    border-color: #8a252b;*/
}

.button.buttonWrap a:focus {
    outline: 0;
    text-decoration: none;
}

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

.System_dialog_2fa_message .message-desintation {
    word-wrap: break-word;
}

.TwoFADialog .textModal .twoFaForm > input {
    border: 1px solid #888;
    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: 10px 0px 10px 0px;
}

.TwoFADialog .textModal > .resendText .gwt-Label {
    display: none;
}


.TwoFADialog .textModal > .resendText:before {
    content: "If you did not receive the code, please click on resend below or call us on 133 464.";
    display: block;
}

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

.TwoFADialog .textModal .h1{
    /* margin-bottom: 20px; */
    font-size: 29.2px;
    font-size: 1.825rem;
}

.TwoFADialog .textModal div[class*="2faTitle"] {
    /*display: none;*/
}


.button-readonly{
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/*
* GlassPane
 * -------------------------------------------------------------------------------------------------------------------*/
.glasspane {
    display: block;
    background-color: #777777;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    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 (Customized)
 * -------------------------------------------------------------------------------------------------------------------*/
.accountBar {
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.accountBar .lbl{
    padding: 10px 10px 10px 0px;
}
.accountBar .select {

}

/* Export Bar start*/
.exportBar {
    margin: 15px 0;
    width: 100%;
}
.exportBar .cms{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.exportBar .lbl {
    display: none;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
}


.exportBar .select {
    display: block;
    width: 100%;
    font-weight: normal;
    vertical-align: middle;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 15px;
    height: auto;
    border-top:1px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;


}

.exportBar .select:hover{
    border:1px solid #ff6600;
    outline-color: #ff6600
}
.exportBar .select:active,.exportBar .select:focus{
    border:1px solid #ff6600;
    outline-color: #ff6600
}

/*TODO have to check how to enable the option select functionality
.exportBar .select option:checked,.exportBar .select option:hover{
    box-shadow: 0 0 10px 100px #ff6600 inset;
}
.exportBar select:focus > option:checked {
    background: #ff6600 !important;
}*/

.exportBar .button.buttonWrap {
    display: block;
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
    padding-top: 20px;
    float: none;
    width: 100%;
}

.exportBar .buttonWrap a {
    float: none;
    margin: 0px 0px 0px 5px;
    line-height: 19px;
    background-color: white;
    display: block;
    color: #000;
    text-decoration: underline;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.exportBar .buttonWrap a:hover{
    color: #000;
    background-color: white;
    /*border-color: #39396b;*/
    outline: none !important;
    -webkit-box-shadow: 0 0 7px 1px #4F8CBB;
    box-shadow: 0 0 7px 1px #4F8CBB;
    border: 1px solid transparent ;
}

/*Export bar end*/
/*
 * ShowHideBlock
 * -------------------------------------------------------------------------------------------------------------------*/
/*.showHideBlock {

}

.showHideBlock > .horizontalButtonBar {
    display: none;
}*/

/*
 * ##Drillablelist
 * -------------------------------------------------------------------------------------------------------------------*/
.drillableList .header p{
    font-family: "ING Me Bold";
}
.drillableList .header .bindingHtmlPanel{
    font-family: "ING Me Bold";
}

.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;*/
}

.drillableTableData thead tr{
    background-color: #f4f4f4 !important;
}

.drillableTableData td {
    border: none;
    padding: 8px 8px;
    vertical-align: middle;
}
.drillableTableData thead tr {
    border-top: 1px solid transparent;;
    border-left: 1px solid transparent;;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}

.drillableTableData thead tr th {
    padding: 8px 8px;
    text-align: left;
    font-weight: normal;
}

.drillableTableData th.tableHeader.headerBenPercentage,
.drillableTableData td.benPercentage {
    padding-right: 15px;
}

.drillableTableData tbody tr {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid transparent;;
    border-left: 1px solid transparent;;
    border-right: 1px solid transparent;

}


.drillableTableData tr.drillableTableDataSummaryRow {

}


.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;
}

/* ##Loading Async Wheel */

.drillableList .asyncDataCell {
    background: url(gwt/laf/sitewide/ring-alt.svg);
    height: 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    width: 50px !important;
}

.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 {
    margin-top: 20px;
    margin-bottom: 40px;
}
.sectionBar .header .p{
    font-family: "ING Me Bold";
}

.sectionBar .sectionBarIcon {
    display: none;
}

.sectionBar .title,
.sectionBar .title .header {
    font-size: 20px;
    font-weight: 700;
    line-height: 30.8px;
    margin-top: 3px;
    margin-bottom: 16px;
}

/*
 * Form ##Forms ##Input ##Select ##Formrow ##Radiobuttons
 * -------------------------------------------------------------------------------------------------------------------*/

/*buttons and anchors start*/


.buttonWrap{
    display: table-cell;
    margin: 0px 5px 5px 0px;
    vertical-align: middle;
    padding-top: 0px;
    float: none;
    width: 100%;
}

.buttonWrap a{
    margin: 0px;
    line-height: 19px;
    background-color: #525199;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 25px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
}


.buttonWrap a:hover,.pdfDownloadDialogButtonBar a:hover{
    color: #ffffff;
    background-color: #39396b;
    border-color: #39396b;
}

@media screen and (min-width: 500px) {
    .buttonWrap{
        width: auto;
    }
    .buttonWrap a {
        float: right;
        width: auto;
    }
}


.pdfDownloadDialogButtonBar{
    display: table-cell;
    margin: 5px 5px 5px 0px;
    vertical-align: middle;
    padding-top: 0px;
    float: none;
    width: 100%;
    position: relative;
    /*left: 50%;*/
    top: 5px;
}
.pdfDownloadDialogButtonBar a{
    margin: 0px;
    line-height: 19px;
    background-color: #525199;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 0px 5px!important;
    border-radius: 3px;
}
.pdfDownloadDialogButtonBar a:hover{
    color: #ffffff;
    background-color: #39396b;
    border-color: #39396b;
}

@media screen and (min-width: 450px) {
    .pdfDownloadDialogButtonBar{
        width: 100%;
        position: inherit;
        display: inline-block;
    }
    .pdfDownloadDialogButtonBar a{
        float: left;
        width: auto;
        display: block;
        border-radius: 3px;
    }

}
/*buttons and anchors end*/


/*inputs*/
input[type="text"],input[type="password"],textarea{
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    /**margin-left: 5px;**/
}
input[type="text"]:hover, input[type="password"]:hover,textarea:hover{
    border:1px solid #ff6600 !important;
    border-radius: 4px;
    outline-color: #ff6600
}
input[type="text"]:active,input[type="password"]:active,input[type="text"]:focus,input[type="password"]:focus,textarea:focus,textarea:active {
    border:1px solid #ff6600;
    outline-color: #ff6600;
    border-radius: 4px;
}

input[type="number"]{
    border: 1px solid #e5e5e5;
}

/*inputs*/


.exportBar select[disabled="disabled"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 20px;
}


.exportBar select[disabled="disabled"]::-ms-expand {
    display: none;
    padding: 4px 20px;
}

.form .header p {
    font-family: "ING Me Bold";
}
.form .formTable {
    width: 100%;
}

.form .subForm,
.form .formRow {
    margin-bottom: 10px;
}

.form .formRow tr {
    display: block;
}

.form .formRow .formTableVerticalDivider,
.form .formRow .formIconCell {
    display: none;
}

.form .formRow > table {
    width: 100%;
}

.inputWrap input,
.form select{
    width: 100%;
}

.form .selectWrap select{
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}
.form input:not([type="radio"]):not([type="checkbox"]) ,textarea{
    width: 100%;
    padding: 5px 0px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 5px;
}

.inputWrap {
    width: 100%;
    display: inline-block;
}

.formControlCell {
    width: 100%;
    display: block;
    vertical-align: middle;
    float: left;
}

.formControlCell a[href^="mailto:"]:empty {
    color: #003567;
    text-decoration: none;
    pointer-events: none;
}

.formControlCell a[href^="mailto:"]:empty:hover {
    color: #003567;
    text-decoration: none;
}

.formControlCell a[href^="mailto:"]:empty:before {
    content: "-";
}

.formLabelCell > .iconHolder > img {
    display: none;
}

.form .formControlCell.readOnly .formFieldLabel,
.form .formControlCell.readOnly .gwt-HTML,
.form .formControlCell.readOnly .gwt-Label {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
}

.form .formLabelCell {
    display: block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 3px;
    float: left;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #000 ;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.form.formEditable .formRow.isRequired .formLabelCell .formLabel:after {
    content: "*";
    padding-left: 5px;
}


.formControlCell table,
.formControlCell table tbody,
.formControlCell table tbody tr > td {
    width: 100%;
    display: block;
}

.TwoFADialog .textModal .twoFaForm > input,
.formControlCell.readOnly .gwt-HTML > a,
.formControlCell.readOnly .formFieldLabel,
.selectWrap,
.inputWrap {
    display: inline-block;
    width: 100%;
    padding: 8px 19px;
}

.formControlCell.readOnly .gwt-HTML > a,
.formControlCell.readOnly .formFieldLabel {
    /*background: #e8e8e8;*/
}

.vertical-field-label .required,
.requiredIndicatorLegend,
.formTable .formControlCell .requiredIndicator {
    display: none;
}

.form .formControlCell .formFieldLabel:empty:after {
    content: "-";
}

.formRow .formLabelCell .formLabel{
    font-size: 85%;
    line-height: 1.6;
    top: -20px;
    padding-left: 0;
    color: #777777 !important;
    text-align: left;
}


.vertical-fields .vertical-field {
    margin-bottom: 10px;
    zoom: 1;
}

.vertical-fields .vertical-field:before,
.vertical-fields .vertical-field:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.vertical-fields .vertical-field:after {
    clear: both;
}

.vertical-fields .vertical-field .vertical-field-label {
    margin-bottom: 3px;
}

.vertical-fields .vertical-field .vertical-field-label,
.vertical-fields .vertical-field .vertical-field-control {
    display: inline-block;
}

.vertical-fields .vertical-field .vertical-field-control {
    width: 100%;
}

.vertical-fields .vertical-field .vertical-field-control .inputWrap {
    width: 100%;
}

/* ##Radiobuttons */
/*
span.radioButton input[type="radio"] {
    margin: 0;
}
*/

/*
    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 */

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

#acc-opening-site-header img{
    margin-left: 10px;
    margin-right: 10px;
}

#site-footer {
    display:none;
}



body.loginLayout #login {
    display: block;
}

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

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

body.fullscreenLayout {
    width: 100%;
    height: 100%;
}
body.loginLayout .navmenu{
    display: none;
}

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 {

}

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

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

body.memberLayout .page-header,body.adviserLayout .page-header {
    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: 100%;
    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 {
    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;
}*/

.centred {
    margin: 0 auto;
    width: 100%;
    /*TODO commented below*/
    /*max-width: 980px;*/
    padding: 0px;
}

/*
 * ContextInfo
 * -------------------------------------------------------------------------------------------------------------------*/
html #contextInfo {
    display: none;
    position: fixed;
    top: 0;
    z-index: 10000;
    margin: 2px;
}
/*
html.highlightCms #contextInfo, html.highlightVC #contextInfo {
    display: none;
    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;
}

.siteLoading {
    text-align: center;
    width: 100%;
    margin-top: 150px;
    font-size: 20px;
}

#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: -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: -webkit-linear-gradient(bottom, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;
    background: -moz-linear-gradient(bottom, #E6E6E6 0px, #FFFFFF 40%) no-repeat scroll 0 0 #FFFFFF;
    background: -o-linear-gradient(bottom, #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;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    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: block;
    float: left;
}*/
.place-MemberJoin #main-navigation,
.place-MemberJoin #sidebar-left,
.place-AccountOpening #main-navigation{
    border-top: 0px;
}
/*#logo img {
    display: block;
    width: 100%;
    max-width: 204px;
    float: left;
    margin-top: 10px;
    height: 64px;
}*/

/*@media screen and (min-width: 891px) {
    #logo {
        padding: 5px 0 14px;
    }
}

@media screen and (max-width: 889px) {
    #logo {
        width: 83px;
        position: absolute;
        position: fixed;
        top: 0px;
        height: 42px;
        padding: 5px 0;
        z-index: 100;
    }
}
#logo.sticky {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}*/
.sticky-home{
    display: none;
}
.sticky-home img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    margin-top: 0px;
}

#site-banner{

}

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

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

#site-banner .banner-quicklinks .quicklink-item:hover .arrow-icon{
    -o-transition: left 200ms;
    -moz-transition: left 200ms;
    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;
}

/*@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;
    list-style: none;
    list-style-image: none;
}

#user-nav ul {
    display: inline;
    float: right;
    height: 100%;
}

#user-nav li {

}
*/

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

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

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

#user-nav li.current a {
    background: #007bc3;
}

#user-nav #welcomeItem {
    display: inline-block;
}

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

#user-nav #logoutItem {
    width: 100px;
    display: inline-block;
}

#user-nav #logoutItem a {

}

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

    #logoutItem {
        display: none;
    }
}

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

#wrap {
    max-width: 960px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

#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-header
 * -------------------------------------------------------------------------------------------------------------------*/
#site-header {
    background-color: #ebebeb;
    /*height: 120px;*/
}

/*
 * 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;
}

#main > .centred {
    padding: 0;
}

/*
 * Place Title
 **/

#placeTitle {
    width: 100%;
    margin-top: 5px;
    float: none;
}

#placeTitle > .placeTitle {
    margin-bottom: 13px;
}

#page {
 /*float: left;*/
    padding-bottom: 10px;
}

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

/*
 * Sidebars
 * -------------------------------------------------------------------------------------------------------------------*/


#sidebar-left {
    /*TODO commented this */
    /*display: none;*/
    float: left;
    height: 100vh;
}

#sidebar-right {
    display: none;
}

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

/* 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;
}

.h1.pdfDownloadTitle,
.h1.openUrlTitle,
#dialogContent.textModal h1,
#dialogContent.textModal h1.h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 1.75rem;
}

#dialogContent.textModal .horizontalButtonBar {
    margin-bottom: 0;
}
.modal{
    display: block;
    position: static;
    overflow-x: auto;
}

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

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

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

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


.dialog {
    z-index: 950;
    text-align: center;
    top: 70px;
    left: 50%;
    margin-left: -269px; /* half width to ensure centered */
    width: 736px;
    padding-bottom: 40px;
}

.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    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 */    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}

/* Replace the required * indicator */

.required:after {
    content: "Required";
    font-size: 11px;
    font-weight: bold;
    visibility: visible;
    color: black;
    position: absolute;
    left: 0;
    bottom: 7px;
}

/* 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;

    background: -moz-linear-gradient(center top, #E1DDD9, #E1DDD9) 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;
}*/

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


    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 !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -moz-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    -o-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
}

.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
 * -------------------------------------------------------------------------------------------------------------------*/

/*
 * 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:focus {
    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) {
    .inputWrap > input, .selectWrap > select {

    }

    .accountBar select {

    }

    .exportBar select {

    }

    select {

    }
}

input:focus,
select:focus{
    outline: none;
}*/

/*
 * Error styles ##Error ##Field
 * -------------------------------------------------------------------------------------------------------------------*/
/*
.formControlCell .error .selectWrap,
.formControlCell .error .inputWrap,
.error.selectWrap,
.error.inputWrap {
    border-color:  #ff6600;
    -webkit-box-shadow: 0px 0px 5px #ff6600;
    -moz-box-shadow: 0px 0px 5px #ff6600;
    box-shadow: 0px 0px 5px #ff6600;
}
*/
.unexpectedServerErrorContainer {
    border: 1px solid #ff0000;
    padding: 5px 10px 15px;
}

.unexpectedServerError {
    font-weight: bold;
}

.error input, .error input[type="text"], .error input[type="password"],
.error textarea {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 6px #ff0000;
    /*background-color: #ff0000;*/
    /*color: #ffffff;*/
}
.selectWrap.error select{
    box-shadow: 0px 0px 6px #ff0000;
}

.errorRadioGroup {
    border: #ff0000;
}

.errorMsgHolder {
    margin-top: 15px;
}

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

/*
 * Place title ##title ##placetitle
 * -------------------------------------------------------------------------------------------------------------------*/

.page-header {
    display: none;
    margin: 10px 0 20px;
    border: 1px solid transparent;
}

.place-title {
    margin: 30px 0 35px;
}

/*
 * Validation
 * -------------------------------------------------------------------------------------------------------------------*/

.showHideBlock,
.showHideBlock .showHideContent,
.showHideBlock.filterForm .showHideContent {
    margin: 0;
    padding: 0;
    border: none;
}

.validationText,
.validationMessagePanelWrap {
    width: 100%;
}

.validationText,
.validationMessagePanelWrap .validationMessagePanel.errorMsg {
    width: 100%;
    background-color: #e9c6c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ff0000;
    text-align: center;
    padding: 5px;
    margin: 5px 0;
}

.validationText,
.validationMessagePanelWrap .validationMessagePanel.errorMsg .errorMsgItem {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
}

.validationText:before,
.validationMessagePanelWrap .validationMessagePanel.errorMsg:before {
    content: "";
    display: block;
    margin-bottom: 15px;
    font-size: 1.375rem;
}

/*
 * 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: #ff6600; /* 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;
    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;
    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 #f4f4f4;
    height: 94%;
    overflow: auto;
    min-height: 200px;
}

.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;

}



/*
 * Date Picker
 * -------------------------------------------------------------------------------------------------------------------*/
.datePickerContainer {
    z-index: 900;
}

.gwt-DatePicker {
    /* The master style of the date picker. */
    /* NOTE: This element is a table. Firefox doesn't honour all style directives. */
    text-align: center;
    cursor: pointer;
    border: 1px solid #4A4B4D;
}

.gwt-DatePicker * {
    color: #4A4B4D;
}

.datePickerMonthSelector {
    /* The month selector widget. */
}

.MonthSelector {
    background: #ff6600;
    text-align: center; /* The month in the month selector widget. */
    width: 100%;
}

.MonthSelector * {
    font-weight: bold;
    padding: 4px;
}

.datePickerPreviousButton {
    /* The previous month button. */
}

/*.gwt-PopupPanel .gwt-DatePicker .MonthSelector tbody tr td:nth-child(1),*/
/*.gwt-PopupPanel .gwt-DatePicker .MonthSelector tbody tr td:nth-child(5) {*/
/*display: none;*/
/*}*/

.datePickerNextButton {
    /* The next month button. */
}

.datePickerDays {
    /* The portion of the picker that shows the days. */
    /* NOTE: This element is a table. Firefox doesn't every css style. */
}

.datePickerDays td {
    background: #ffffff;
}

.datePickerDays td.datePickerWeekdayLabel {
    background: #ff6600;
    text-align: center;
    padding: 4px 7px;
}

.datePickerDays td.datePickerWeekendLabel {
    /* The label over weekends. */
    background: #ff6600;
    text-align: center;
    padding: 4px 7px;
}

.datePickerDay {
    /* A single day. */
    padding: 4px 7px;
    border-Collapse: collapse;
    text-align: center;
}

.datePickerDayIsToday {
    /* Today's date. */
}

.datePickerDayIsWeekend {
    /* A weekend day. */
    color: #4A4B4D;
    padding: 4px 7px;
    border-Collapse: collapse;
    text-align: center;
}

.datePickerDayIsFiller {
    /* A day in another month. */
}

.datePickerDayIsDisabled {
    /* A disabled day. */
}

.datePickerDayIsHighlighted {
    /* The currently highlighted day. */
    background: #ff6600;
    padding: 4px 7px;
    /*font-weight: bold;*/
}

.datePickerDayIsValueAndHighlighted {
    /* The highlighted day if it is also selected. */
    border-Collapse: collapse;
    background: #ff6600;
    padding: 4px 7px;
}

.datePickerDayIsValue {
    /* The selected day. */
    border-Collapse: collapse;
    background: #ff6600;
}

/* 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 ##Modal ##dialog
 * -------------------------------------------------------------------------------------------------------------------*/

#fancybox-wrap{
    left: 0px !important;
    width: 100% !important;
    padding: 20px 10px !important;
}

.hasModalDialog #fancybox-wrap{
    left: 20px !important;
    width: 90% !important;
}

#fancybox-outer{
    width :100% !important;
}

#fancybox-content {
    width: 100% !important;
    /*min-width: 400px !important;*/
    background-color: white;
}


#fancybox-content > div {
    width: 100% !important;
}
#fancybox-content .dialogContentWrap  .dialogContentContainer{
    margin-bottom: 10px;
}

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

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

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

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


#fancybox-outer{
    background-color: transparent;
}

#fancybox-wrap #fancybox-content,
#fancybox-wrap #fancybox-content > div{
    position: static !important;
    border: none;
    /*height: 90vh !important;*/
}

.dialogWrap.MergedPdfDialog ,.dialogWrap[class*="Dialog_"],
.dialogWrap.dialogWrap.RetainAccountsNoAccountsSelectedModalPopUp {
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translateY(-50%) translateX(-50%);
    max-width: 420px;
    padding: 20px;
}


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

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

@media screen and (min-width: 0px) and ( max-width: 990px) {
    #dynamicModalDialog{
        -moz-box-sizing: border-box;
        margin-left: 10% !important;
        /*min-width: 320px !important;*/
        padding-left: 0 !important;
        padding-right: 10% !important;
        width: 90% !important;
        left: 0px;
    }

/*    #dynamicModalDialog {
        margin-left: 10px !important;
        padding-right: 20px !important;
    }*/

    #dynamicModalDialog .popupContent{
        min-width: 200px !important;
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    /*#dynamicModalDialog {
        margin-left: 0px !important;
        padding-right: 0px !important;
        top: 0px;
        left: 800px;
    }*/

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

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

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

.cfg_removed {
    display: none;
}

.bgmlScript {
    display: none;
}

textarea.log-window {
    font-size: 12px;
    font-weight: bold;
    hidden: true;
}

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

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

    /*#dynamicModalDialog {*/
    /*margin-left: 5px !important;*/
    /*padding-right: 10px !important;*/
    /*}*/
}

/* 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;
}

/* Bootstrap modal fixes */
/*

body {
    padding-right: 0 !important;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-header {
    border-color: transparent;
}

.modal-body {
    padding: 20px 40px 50px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

.modal-copy {
    !* Never show this *!
    display: none !important;
}

.modal .close {
    color: #000000;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal .close:hover {
    color: #616161;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal-content {
    background-color: #fff;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-content p {
    margin-bottom: 20px;
}*/
/*new content I added*/

html,body{
    min-height: 100%
}
body {
    font-family: "ING Me Regular";
    font-size: 14px;
    line-height: 1.57142857;
    color: #444444;
    background-color: #ffffff;
    letter-spacing: -0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.body-container{
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100vh;
}
.body-container-right{
    /*float: left;
    width: calc(100% - 56px);
    min-height: calc(100vh - 200px);
    position: relative;
    padding-bottom: 200px;*/
    min-height: 100vh;
}
#main{
    /*padding-bottom: 200px;*/
    padding-top: 10px;
    min-height: calc(100vh - 268px);
    display: none;
}
/* TODO side bar added from the old style sheet*/


/*Side Menu Bar Start */
#sidebar-left {
    z-index: 2030;
    position: absolute;
    background-color: #666666;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
}

#sidebar-nav {
    margin-top: 0px;
    margin-left: 0px;
    overflow-y: auto;
    width: 175px;
    overflow-x: hidden;
    height: calc(100vh - 64px);
}

#sidebar-nav ul {
    margin-bottom: 0;

}
#sidebar-nav li ,#sidebar-nav li.open {
    min-height: 56px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background-color: #666666;
    border-bottom: 1px solid #545454;
}
#sidebar-nav li a ,#sidebar-nav li.open a {
    color: #FFFFFF;
    border: 0;
    padding: 6px 6px;
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    line-height: 45px;
}

#sidebar-nav li.open{
    background-color: #ff6600;
    color: #FFFFFF;
}
#sidebar-nav li.open a{
    background-color: #ff6600;
    color: #FFFFFF;
}

#sidebar-nav li:hover{
    background-color: #787878;
    cursor: pointer;
}
#sidebar-nav li.open:hover{
    cursor: pointer;
    background-color: #ff6600;
}
#sidebar-nav li a:hover, #sidebar-nav li.open a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

#sidebar-nav li.open a, #sidebar-nav li.open a:hover {
    text-decoration: none;
}


#sidebar-nav li.open {

}
#sidebar-nav li.closed ul {
    display: none;
}

#sidebar-nav .menu-item.Switch_Wrapper a,
#sidebar-nav .menu-item.MoneyIn_Wrapper a{
    line-height: 28px;
}
#sidebar-nav .child-menu-item.Switch a ,
#sidebar-nav .child-menu-item.DividendReport a,
#sidebar-nav .child-menu-item.DetailedValuationBreakdown a{
    line-height: 22px;
    white-space: normal !important;
}


    /*Side-Sub Menu start*/
    #sidebar-nav ul ul{
        /*margin-top: 23px;*/
        padding: 0px;
        border-top: 1px solid #545454;
        border-right: 1px solid #A8A8A8 !important;
    }
    #sidebar-nav li li {
        /*list-style: disc outside url("laf/sitewide/nav-dash.gif");
        margin-left: 45px;*/
        border-bottom: 1px solid #A8A8A8 !important;
        border-right: 1px solid #A8A8A8 !important;
        height: 56px;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        background-color: white
    }



    #sidebar-nav li li:hover, #sidebar-nav li.open li:hover {
        background-color: #ff6600;
        cursor: pointer;
    }
    #sidebar-nav li li a:hover{
        text-decoration: none;
    }

    #sidebar-nav li li.open a{
        text-decoration: none;
    }

    #sidebar-nav li.open li a:hover {
        text-decoration: none;
    }

    #sidebar-nav li li a {
        /*margin-left: -6px;
        padding: 2px 6px;*/
        display: block;
    }

    #sidebar-nav li.open li a {
        /*
        background: none repeat scroll 0 0 transparent;
        color: #000066;
        font-size: 0.9em;*/
        font-weight: normal;
        text-shadow: none;
        color: #000000;
        background: none repeat scroll 0 0 transparent;
        display: block;
        height: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        transform: translate(0,-50%);
        line-height: 45px;
    }

    #sidebar-nav li.open li.current a {
        background: none repeat scroll 0 0 transparent;
        /*color: #FF6600;*/
        font-weight: bold;
    }
    #sidebar-nav li.open li.child-menu-item.open a {
        color: #fff !important;
    }

    /*Side-Sub Menu End*/
/*Side Menu Bar End */

/*Logo */

.sidemenu-logo{
    height: 64px;
    position: relative;
    border-bottom: 1px solid #545454;
}
/*#sidebar-nav .logo a.ing-logo{
    display: block;
    height: 63px;
    width: 100%;
}
#sidebar-nav .logo a.closebutton{
    display: inline;
    float: left;
}*/

.sidemenu-logo a img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 63px;
    left: 125px !important;
    vertical-align: middle;
}

.sidemenu-logo {
    background-color: #666666;
}

 .sidemenu-logo a{
    display : inline-block;
}

.sidemenu-logo a.closebutton{
    float : left;
    /*width : 40px;*/
    padding-top : 25px;
    padding-left: 5px;
    height : 100%
}
.sidemenu-logo .closebutton .glyphicon-remove{
    border-right : 1px solid white;
    padding-right: 15px;
    color: white;
    font-size: 20px;
    padding-left: 5px;
}
.sidemenu-logo a.ing-logo{
    float : right;
    /*width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);*/
    height : 100%
}
.sidemenu-logo a.ing-logo img{
    float : right;
}

.adviserLayout .sidemenu-logo a.member.ing-logo{
    display: none;
}

.memberLayout .sidemenu-logo a.adviser.ing-logo{
    display: none;
}
/*site header start*/
#site-header{
    height: 68px;
    padding-bottom: 15px;
}

#site-header .navbar fa {
    float: left;
    font-size: 33px;
    padding-left: 10px;
    padding-top: 10px;
}
#site-header .navbar .main-logo {
    float: left;
}
#site-header .navbar .main-logo img {
    width: 174px;
    height: 44px;
}

#site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

#site-header li {
    padding-left : 10px;
    padding-right: 10px;
    display: block;
    max-width: 120px;
}

#site-header li#inboxItem{
    display: none;
}


#site-header li#welcomeItem{
    left: 0px;
    overflow: hidden;
    position: absolute;
    max-width: 168px;
    text-align: left;
}

#site-header li#logoutItem {
    right: 0px;
    position: absolute;
    padding-right: 5px;
}

#site-header li a{
    background-color: #525199;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 25px;
    border-radius: 3px;

}
#site-header .extraLinks{
    padding-top: 15px;
    display: block;
    position: relative;
    left: 150px;
    width: calc( 100% - 150px);
    height: 68px;
}
#site-header ul #logoutItem a, #site-header ul #logoutItem a:link, #site-header ul #logoutItem a:visited {
    background: url('../../sitewide/logout-icon.png') no-repeat;
    color: transparent;
    padding: 0px;
    background-size: 30px 30px;
    height: 35px;
    float: right;
}

@media screen and (min-width: 500px) {
    #site-header ul #logoutItem a, #site-header ul #logoutItem a:link, #site-header ul #logoutItem a:visited {
        background: none;
        height: auto;
        float: inherit;
        background-color: #525199;
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        padding: 7px 25px;
        border-radius: 3px;
    }
}

/*site header end*/

/**/
#site-footer {
    font-size: 12px;
    /*height: 200px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;*/

}
#footer-nav{
   background-color: #ff6600;
    /*height: 100px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*height: 60px;*/
    text-align: left;
}

#footer-nav li {
    /*display: inline;*/
    padding-top: 3px;
    padding-bottom: 3px;
}

#footer-nav li a {
 /*   display: block;*/
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#footer-info-block {
    /*text-align: center;*/
    height: 100px;
    padding-top: 41px;
    padding-top: 13px;
    background-color: #ffffff;
    color: #777777;
    /*display: inline;*/

}
#footer-info-block .ing-image{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
   /* margin-left: -15px;*/
}
#footer-info-block .footer-content{
    padding-left: 10px;
    padding-right: 10px;
}
#footer-info-block .ing-image a {
    color: #525199;
    text-decoration: none;

}
#footer-info-block .ing-image a  img{
    width: 200px;
    height: 26px;
}



/*TODO the media width*/


.content-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}



/*new menu css changes*/

html, body {
    height: 100%;
}
body {
    padding: 0 0 0 0;
}



.navbar {
    display: block;
    text-align: center;
    background-color: transparent;
    border: 0px solid transparent;
    height: 68px;
    margin-bottom: 0px;
}
.navbar-brand {
    position: absolute;
    left: 55px;
    padding: 15px 10px;
    width: 130px;
    display: block;
}
.navbar-toggle {
    position: absolute;
    float: left;
    margin-left: 15px;
}

.adviserLayout .navbar-brand.member{
    display: none;
}
.memberLayout .navbar-brand.adviser{
    display: none;
}
    /*.container {
        max-width: 100%;
    }*/

/*@media (min-width: 1px) {
    .navbar-toggle {
        display: block !important;
    }
}*/

.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas, .navmenu{
    z-index: 1031;
    width: 175px;
    overflow: hidden;
    padding-top: 0px;
    background-color: #666666;
}
.navbar-brand>img {
    display: block;
    height: 30px;
}
.navbar-toggle {
    width: 30px;
    height: 30px;
    padding: 5px 6px;
    margin-top: 13px;
    margin-bottom: 6px;
    margin-right: 0px;
    display: block !important;
}

.navbar-toggle .icon-bar{
    width: 15px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.menu-item.DisplayContent_Wrapper{
    display: none;
}
/*vertical forms*/
/* ##Forms */
.vertical-fields {
    /*width: 350px;*/
}

.loginLayout #login label {
}

.vertical-fields .vertical-field {
}

.vertical-fields .vertical-field .vertical-field-label {
    float: left;
}

.vertical-fields .vertical-field .vertical-field-control {
    float: left;
}
/*vertical forms */

/*Pagination Start*/
.pager {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 10px;
    margin: 8px 0px;
    padding: 8px 0px;
}

.pager table {
    margin: auto;
}

a.pagerButton {
    border: 1px solid #ccc;
    color: #444;
    text-decoration: none;

    /*font-weight: 500px;*/
    display: inline-block;
    font-weight: bold;
    width: 35px;
    height: 30px;
    padding: 3px 10px;
    margin: 10px 6px 0px 0px;
}

a.pagerButton:hover {
    border: 1px solid #f60;
    color: #f60;
}

a.pagerButton.disabled {
    color: #a8a8a8;
    background-color: #ffffff;
    border: 1px solid #ccc;
    cursor: default;

    display: inline-block;
    font-weight: bold;
    width: 35px;
    height: 30px;
    padding: 3px 10px;
    margin: 10px 6px 0px 0px;

}

.pagerLabel {
    margin: 10px 8px 0 0;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
    font-size: 1.5em;
    vertical-align: baseline;
}

.pagerLabel:before {
    /*content: "Displaying ";*/
}

.pagerButton.first:before {
    content: "<<";
    font-size: 1.5em;
    vertical-align: baseline;
}

.pagerButton.prev:before {
    content: "<";
    padding: 1px;
    font-size: 1.5em;
    vertical-align: baseline;
}

.pagerButton.next:before {
    content: ">";
    font-size: 1.5em;
    vertical-align: baseline;
}

.pagerButton.last:before {
    content: ">>";
    font-size: 1.5em;
    vertical-align: baseline;
}

.pagerButton.jump:before {
    content: "JUMP";
}

.pagerButton.jump{
    display: none;
}
/*added because bootstrap adds float right by default*/
.pager .next>a, .pager .next>span{
    float: none;
}
/*Pagination End*/
#dashboard-progress-banner {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.ing-dashboard-no-cont-banner {
    background-image: url('gwt/laf/sitewide/ing-mobile-no-cont.png');
}
.ing-dashboard-no-rollover-banner {
    background-image: url('gwt/laf/sitewide/ing-mobile-no-rollover.png');
}
.ing-dashboard-no-rollover-no-cont-banner {
    background-image: url('gwt/laf/sitewide/ing-mobile-no-rollover-no-cont.png');
}

.thingsYouShouldKnowPanel {
    background-color: #e7f2f9;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
}

.importantInformationPanel {
    padding-top: 40px;
}

.importantInformationPanel .title-container {
    border-bottom: 1px solid #c6c7c8;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: "ING Me Bold";
}

.importantInformationPanel .title-container .title {
    margin-bottom: 20px;
}

.importantInformationPanel .title-container .orange-info-icon {
    color: #ff6200;
    font-family: ING Icon Font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 14px;
    top: 6px!important;
    font-size: 24px;
}

.importantInformationPanel .title-container .orange-info-icon:before {
    content: "\e60c";
}

.importantInformationPanel .disclaimer-container p {
    font-size: 12px !important;
}

.unexpectedServerErrorButtonBar{
    margin-top: 10px;
}

/*bootstrap override*/

.label {
    display: inline;
    padding: 0px 10px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #444444;
    text-align: left;
    white-space: nowrap;
    border-radius: inherit;
}



/*region filterForm*/
.filterForm .buttonWrap {
    margin: 0;
    vertical-align: middle;
    padding-top: 0px;
    float: none;
    display: block;
}

.filterForm .horizontalButtonBar:nth-child(1) .buttonWrap a {
    float: none;
    margin: 0px 0px 0px 5px;
    line-height: 19px;
    padding: 7px 25px;
    text-decoration: underline;
    display: block;
    margin: auto;
    text-align: center;
    background-color: white;
    color: #000;
}

.filterForm .horizontalButtonBar:nth-child(2) .buttonWrap a {
    float: none;
    margin: 0px 0px 0px 5px;
    line-height: 19px;
    padding: 7px 25px;
    text-decoration: underline;
    display: block;
    margin: auto;
    text-align: right;
    background-color: white;
    color: #000;
}

.place-TransactionHistory .TransactionHistory_header .bindingHtmlPanel div > div {
    margin-top: 8px;
    float: left;
    font-size: 20px;

}

.filterForm .transactionHistoryFilterForm div > table {
    width: 100%;
}

.filterForm .transactionHistoryFilterForm .formTable .startDate {
    float: left;
}
.filterForm .transactionHistoryFilterForm div > table {
    width: 100%;
}
.filterForm .transactionHistoryFilterForm .formTable .endDate {
    float: left;
}
.filterForm .transactionHistoryFilterForm select,
.filterForm .assetTransactionFilterForm select {
    padding: 5px 0px;
}

/*endregion*/
/*work test*/
.MoneyInPlace .combinedWorkTestEligibilityAndExemptionForm .formRow.combinedWorkTestEligibilityAndExemptionOptions .formControlCell fieldset span{
    width: 100%;
    margin: 10px 0;
}

.MoneyInPlace .combinedWorkTestEligibilityAndExemptionForm .formRow.combinedWorkTestEligibilityAndExemptionOptions .formControlCell fieldset .radioButton{
    display: block;
    vertical-align: middle;
}

.MoneyInPlace .combinedWorkTestEligibilityAndExemptionForm .formRow.combinedWorkTestEligibilityAndExemptionOptions .formControlCell fieldset .radioButton input[type="radio"]{
    float: left;
}
.MoneyInPlace .combinedWorkTestEligibilityAndExemptionForm .formRow.combinedWorkTestEligibilityAndExemptionOptions .formControlCell fieldset .radioButton label{
    margin-left: 30px;
    display: block;
    padding-top: 0px;
}

.MoneyInPlace .combinedWorkTestEligibilityAndExemptionForm .formRow.combinedWorkTestEligibilityAndExemptionOptions td.formLabelCell{
    display: none;
}

.MoneyInPlace .combinedWorkTestEligibilityAndExemptionForm .formRow.combinedWorkTestEligibilityAndExemptionOptionsType td.formLabelCell{
    display: none;
}

.place-NoticeOfIntent .NoticeOfIntentSummaryList tbody tr td.claimDate {
    text-align: left;
}

.cms.header.MoneyIn_workTestEligibility_combinedWorkTestEligibilityAndExemptionForm_header p{
    font-family: "ING Me Regular";
}

.cms.header.MoneyIn_workTestEligibility_combinedWorkTestEligibilityAndExemptionForm_combinedWorkTestEligibilityAndExemptionOptions_header p{
    font-family: "ING Me Regular";
}

/*
 * ##Site Notification
*/
#site-notification {
    max-width: 1200px;
    margin: 0 auto;
}

#site-notification .siteNotificationPanel {
    margin: 0;
    padding: 0;
    /*max-height: 300px;*/
    overflow: hidden;
    transition: opacity .5s, max-height .5s;
}

#site-notification .siteNotificationPanel .siteNotification {
    position: relative;
    margin: 10px 0;
    border: solid 2px;
    border-radius: 5px;
}

#site-notification .siteNotificationTypePanel {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 25px;
}

#site-notification .siteNotificationTypePanel .siteNotificationType {
    width: 35px;
    height: 35px;
}

#site-notification .siteNotificationContentPanel {
    margin: 20px 60px;
}

#site-notification .siteNotificationContentPanel .siteNotificationContent {
    word-break: break-word;
}

#site-notification .siteNotificationContentPanel .siteNotificationContent.cms div,
#site-notification .siteNotificationContentPanel .siteNotificationContent.cms p {
    margin: 0 !important;
}

#site-notification .siteNotificationContentPanel button.siteNotificationContent {
    border: none;
    background: none;
    text-align: left;
}

#site-notification .siteNotificationControlPanel {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 30px;
}

#site-notification .siteNotificationControlPanel .siteNotificationControl {
    width: 12px;
    height: 12px;
    border: none;
    background: url(gwt/laf/sn-close.svg) no-repeat center center;
    opacity: 0.6;
    transition: opacity 0.3s;
}

#site-notification .siteNotificationControlPanel .siteNotificationControl:hover {
    opacity: 1;
}

#site-notification .warn .siteNotification {
    background-color: #ff6600;
    border-color: #ff6600;
}

#site-notification .warn .siteNotification .siteNotificationContent a,
#site-notification .warn .siteNotification .siteNotificationContent {
    color: white !important;
    font-size: 16px;
}

#site-notification .warn .siteNotificationType {
    background: url(gwt/laf/sn-warn.svg) no-repeat center center;
}

#site-notification .info .siteNotification {
    background-color: #cce5ff;
    border-color: #b8daff;
}

#site-notification .info .siteNotification .siteNotificationContent a,
#site-notification .info .siteNotification .siteNotificationContent {
    color: #004085 !important;
}

#site-notification .info .siteNotificationType {
    background: url(gwt/laf/sn-info.svg) no-repeat center center;
}

#site-notification .siteNotification.hasAction {
    cursor: pointer;
}

#site-notification .siteNotificationPanel.confirming {
    opacity: 0;
    max-height: 0;
}

#site-notification .siteNotificationPanel.confirmed .siteNotification {
    display: none;
}

/********** RETAIN INSURANCE **********/
.place-RetainInsurance .deathAndTpdSectionBar {
    margin-bottom: 0px !important;
}
.place-RetainInsurance .incomeProtectionSectionBar {
    margin-bottom: 0px !important;
}

.place-RetainInsurance .nextButtonBar {
    margin-bottom: 50px;
}

.place-RetainInsurance .dialogWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 420px;
    padding: 20px;
}

.TwoFAAuthDialogButtonBar_RetainInsurance .gwt-Anchor {
    margin: 0px;
    line-height: 19px;
    background-color: #525199;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 25px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.57142857;
}
.insuranceEntitlementTCSectionBar,
.insuranceEntitlementButtonBarSectionBar {
    margin: 0;
}

/*
.MetLifeInsurance_insuranceEntitlementTCSectionBar_header,
.MetLifeInsurance_insuranceEntitlementButtonBarSectionBar_header  {
    margin: 0 !important;
}
.insuranceEntitlementTCSectionBar {
    line-height: 0;
}
.insuranceEntitlementTCSectionBar .clearfix.bar {
    display: none;
}*/
