/*
    Document   : sterlingmutuals
    Created on : Nov 14, 2012, 5:31:08 PM
    Author     : bhathaway/jmuzzin
    Description:
        repweb
*/

/*
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import 'repweb-prime.css';

.tradeStatus{ /* Make sure to edit tradeStatusItalic class as well. */
    text-decoration: underline;
    cursor: help;
}

.tradeStatusItalic { /* Class style should remain similar to the class tradeStatus but with italic style */
    font-style: italic;
    cursor: help;
}

table.hoverTable tbody tr:hover {
    background-color: #D3E2ED  !important;
}

.selectedRow{
    background-color: #3888C1 !important;
    color: #FFFFFF !important;
}

table.hoverTable tr.selectedRow:hover {
    background-color: #3888C1 !important;
    color: #FFFFFF !important;
}

.extendedTableEvenRow{
    background-color: #F3F3F3;
}
.extendedTableOddRow{
    background-color: #E3E3E3;
}
.evenRow,
.altRows > tbody > tr:nth-child(2n){
    background-color: #EFEFEF;
}
.oddRow,
.altRows > tbody > tr:nth-child(2n+1) {
    background-color: #DFDFDF;
}
.alignHeaderLeft table:first-of-type > thead > tr > th {
    text-align: left !important;
}
.alignHeaderRight table:first-of-type > thead > tr > th {
    text-align: right !important;
}
.detailsRow{
    border-bottom: 1px solid #BBBBBB;
}
.detailsTable{
    border-collapse: collapse;
}
.alignTop {
    vertical-align:top;
}
.sidePadding {
    padding-left: 5px;
    padding-right: 5px;
}
.labelColumn {
    vertical-align: middle;
    text-align: left;
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: normal;
}
.valueColumn {
    vertical-align: middle;
    font-weight: bold !important;
    text-align: left;
    padding: 5px;
}

.numberValueColumn {
    vertical-align:middle;
    white-space: nowrap;
    text-align: right;
    padding: 5px;
}

.numberValueColumnBold {
    vertical-align:middle;
    font-weight: bold !important;
    white-space: nowrap;
    text-align: right;
    padding: 5px;
}

.rightColumn {
    vertical-align: middle;
    text-align: right;
    padding: 5px;
}

.alignTopFull {
    vertical-align:top;
    width: 100%;
}
.width-500 {
    vertical-align:top;
    width: 500px !important;
}
.alignBottom {
    vertical-align:bottom;
}
.text-align-center{
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.indented{
    padding-left: 15px;
}

body {
    border: 0px solid  		#999999  /*{b-body-border}*/;
    color:  	#333333  /*{b-body-color}*/;
    text-shadow:  0  /*{b-body-shadow-x}*/  0px  /*{b-body-shadow-y}*/  0  /*{b-body-shadow-radius}*/  #EFEFEF  /*{b-body-shadow-color}*/;
    background:  			#EFEFEF !important;
    background-color:               #EFEFEF !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(  #dddddd  /*{b-body-background-start}*/), to(  #dddddd  /*{b-body-background-end}*/)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(  #dddddd  /*{b-body-background-start}*/,  #dddddd  /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(  #dddddd  /*{b-body-background-start}*/,  #dddddd  /*{b-body-background-end}*/); /* FF3.6 */
    background-image:     -ms-linear-gradient(  #dddddd  /*{b-body-background-start}*/,  #dddddd  /*{b-body-background-end}*/); /* IE10 */
    background-image:      -o-linear-gradient(  #dddddd  /*{b-body-background-start}*/,  #dddddd  /*{b-body-background-end}*/); /* Opera 11.10+ */
    background-image:         linear-gradient(  #dddddd  /*{b-body-background-start}*/,  #dddddd  /*{b-body-background-end}*/);
    /*border-radius: 15px !important; */
    margin: 0 0 1em 0;
    font-family: Arial,Verdana,sans-serif;
}
a {
    font-weight: bold;
    color: black;
}
a:hover {
    font-weight: bold;
    color: #3888C1;
}
table {
    border: none !important;
    padding: 0;
}
table.dataTable {
    border:none !important;
    padding: 0;
    border-spacing: 2px 0px;
    border-collapse: collapse;
    font-size: 8pt;
    font-family: Verdana,Arial,sans-serif;
}
table.dataTable td {
    font-size: 8pt;
    font-family: Verdana,Arial,sans-serif;
    border-right: 2px #EFEFEF solid;
    border-bottom: 1px #BBBBBB solid;
    padding: 4px 3px;
}
table.dataTable th {
    font-size: 8pt;
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
    color: #303030;
    border-collapse: collapse;
    border-bottom: 1px solid #6A6A6A;
    vertical-align: bottom;
    text-align: center;
    padding: 5px 3px 4px 3px;
}
table.dataTable > tbody > tr:nth-child(odd) {
    background-color: #EFEFEF !important;
}
table.dataTable > tbody > tr:nth-child(even) {
    background-color: #DFDFDF !important;
}
table.dataTable.body-highlight td {
    border-right-color: #D3E2ED;
}
table.dataTable.body-highlight tr:nth-child(odd){
    background-color: #D3E2ED !important;
}
table.dataTable.body-highlight tr:nth-child(even){
    background-color: #C3D2DD !important;
}
table.dataTable.borderless td {
    border-right: none !important;
}
table.dataTable.left-header th {
    text-align: left !important;
}
table.dataTable.full {
    width: 100% !important;
}
td.fullCol {
    width: 100%;
}
td.buttonCol {
    padding: 0px 1px !important;
}

.noSideBorders td {
    border-left: none !important;
    border-right: none !important;
}

input[type="text"],input[type="password"],select,textarea,.ui-inputtextarea{
    background:#eeeeee !important;
    background-color:#eeeeee !important;
    border: 1px solid  		#999999  /*{b-body-border}*/  !important;
    margin-left: .5em;
    padding-left: .5em;
    margin-bottom: .25em;
}

/* Disabled controls - override default opacity, and only grey out the border, not the contents
   for better visibility */
textarea[disabled],
textarea[readonly="readonly"],
input[type="text"][disabled],
input[type="text"][readonly="readonly"],
input[type="password"][disabled],
input[type="password"][readonly="readonly"]
select[disabled] 
select[readonly="readonly"]{
    color: #000000;
    opacity: 1;
    border: 1px solid #ccc !important;
}

select {
    background:#eeeeee !important;
    background-color: #eeeeee !important;
    padding-left: .25em;
}

.bigbutton{
    /*margin:4em 2em 2em 1em !important;*/
    padding:.75em !important;
}







/* Button defaults */
input[type="button"],input[type="submit"],
.rf-fu-btn-add,
.rf-fu-btn-upl,
.rf-fu-btn-cnt-clr,
.ui-button.ui-state-default, 
.rf-ds-btn  {
    border: 0px solid  		#110788  /*{b-body-border}*/ ; 
    color: #ffffff /*{b-body-color}*/;
    font-weight: bold;
    background: #3888C1  /*{b-body-background-color}*/;
    background-color: #3888C1  /*{b-body-background-color}*/;
    text-decoration: none;
    border-radius: 3px;
    padding: 4px 6px;
    margin: 2px;
    font-family: Arial,Verdana,Sans-Serif;
}

/* dialogButton - basic button + border, more padding */
.dialog>.rf-p-b > input[type="button"],
.dialog>.rf-p-b > input[type="submit"],
.dialogButtons > input[type="button"],
.dialogButtons > input[type="submit"],
input[type="button"].dialogButton,
input[type="submit"].dialogButton,
.ui-button.dialogButton,
.ui-button.dialogButton.ui-state-active:hover,
.ui-menubutton.dialogButton > button,
.ui-menubutton.dialogButton > button.ui-state-active:hover,
.ui-splitbutton.dialogButton .ui-button,
.ui-splitbutton.dialogButton .ui-button.ui-state-active:hover {
    padding: 5px 13px;
    border: 1px solid #3866B2;
}

/* importantButton - alternate colour scheme for dialogButton */
input[type="button"].importantButton,
input[type="submit"].importantButton,
.ui-button.importantButton,
.ui-splitbutton.importantButton .ui-button.ui-state-default {
    padding: 5px 13px;
    border: 1px solid #288040;
    background-color: #39BF5F;
    border-color: #1d6231;
    background-image: none;
}

/* disabled button colour scheme */
.dialog>.rf-p-b > input[type="button"][disabled],
.dialog>.rf-p-b > input[type="submit"][disabled],
.dialogButtons > input[type="button"][disabled],
.dialogButtons > input[type="submit"][disabled],
input[type="button"].dialogButton[disabled],
input[type="submit"].dialogButton[disabled],
input[type="button"].importantButton[disabled],
input[type="submit"].importantButton[disabled],
.ui-button.dialogButton[disabled],
.ui-button.importantButton[disabled],
.ui-button.dialogButton[disabled]:hover,
.ui-button.importantButton[disabled]:hover,
.ui-menubutton.dialogButton > button[disabled],
.ui-menubutton.dialogButton > button[disabled]:hover,
.ui-button.importantButton.ui-state-disabled:hover,
.ui-splitbutton.dialogButton .ui-button[disabled] {
    font-weight: bold;
    background-color: #D4D0C8 !important;
    background: #D4D0C8 !important;
    color: #909090 !important;
    border-color: #AAAAAA !important;
    background-image: none !important;
    opacity: 100%; /* Cancel default primefaces behaviour of just making disabled things transparent */
    cursor: default;
}

/* Button hover gradient */
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.rf-fu-btn-add:hover,
.rf-fu-btn-upl:hover,
.rf-fu-btn-cnt-clr:hover, 
.ui-button.ui-state-hover, 
.rf-ds-btn:hover{
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3888C1), to(#110788)) ; /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#3888C1, #110788) ; /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(#3888C1, #110788) ; /* FF3.6 */
    background-image:     -ms-linear-gradient(#3888C1, #110788) ; /* IE10 */
    background-image:      -o-linear-gradient(#3888C1, #110788) ; /* Opera 11.10+ */
    background-image:         linear-gradient(#3888C1, #110788) ;
}

/* importantButton hover - alternate colours */
input[type="button"].importantButton:hover,
input[type="submit"].importantButton:hover,
.ui-button.importantButton:hover,
.ui-splitbutton.importantButton .ui-button:hover {
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39BF5F), to(#288040)) ; /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#39BF5F, #288040) ; /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(#39BF5F, #288040) ; /* FF3.6 */
    background-image:     -ms-linear-gradient(#39BF5F, #288040) ; /* IE10 */
    background-image:      -o-linear-gradient(#39BF5F, #288040) ; /* Opera 11.10+ */
    background-image:         linear-gradient(#39BF5F, #288040) ;
}


/* Active buttons - reverse gradient */
input[type="button"]:active:hover,
input[type="submit"]:active:hover,
.button:active,
.rf-fu-btn-add:active,
.rf-fu-btn-upl:active,
.rf-fu-btn-cnt-clr:active, 
.ui-button.ui-state-active, 
.ui-button.ui-state-active:hover {
    font-weight: bold;
    border-width: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#110788), to(#3888C1)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#110788, #3888C1) ; /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(#110788, #3888C1) ; /* FF3.6 */
    background-image:     -ms-linear-gradient(#110788, #3888C1) ; /* IE10 */
    background-image:      -o-linear-gradient(#110788, #3888C1) ; /* Opera 11.10+ */
    background-image:         linear-gradient(#110788, #3888C1) ;
}

/* Replace the border on active dialogButtons that the theme eats */
.input[type="button"].dialogButton:active,
input[type="submit"].dialogButton:active,
.ui-button.dialogButton.ui-state-active:hover,
.ui-menubutton.dialogButton.ui-state-active:hover,
.ui-splitbutton.dialogButton .ui-button.ui-state-active:hover {
    border: 1px solid #3866B2;
}

/* Active importantButton */
.input[type="button"].importantButton:active,
input[type="submit"].importantButton:active,
.ui-button.importantButton.ui-state-active:hover,
.ui-splitbutton.importantButton .ui-button.ui-state-active:hover {
    font-weight: bold;
    border: 1px solid #288040;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#288040), to(#39BF5F)) ; /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#288040, #39BF5F) ; /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(#288040, #39BF5F) ; /* FF3.6 */
    background-image:     -ms-linear-gradient(#288040, #39BF5F) ; /* IE10 */
    background-image:      -o-linear-gradient(#288040, #39BF5F) ; /* Opera 11.10+ */
    background-image:         linear-gradient(#288040, #39BF5F) ;
}

/* Get rid of extra padding added to firefox buttons */
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
.rf-fu-btn-add::-moz-focus-inner,
.rf-fu-btn-upl::-moz-focus-inner,
.rf-fu-btn-cnt-clr::-moz-focus-inner,
.ui-button.ui-state-default::-moz-focus-inner 
.rf-ds-btn::-moz-focus-inner{
    padding: 0;
    border: 0;
    margin: -1px;
}

/* Get rid of padding for buttons with icon right */
.overrideIconRight > .ui-button-text {
    padding: 0 1em 0 0;
}

.invertIconColor > .ui-icon,
.invertIconColor > button > .ui-icon {
    /*filter: brightness(0%) invert(1);*/
    background-image: url("/repweb/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-repweb-theme") !important;
}



.rf-p  {
    background-color: rgb(239, 239, 239);
    border:none !important;
    border-style:none !important;
    border: 0px solid #999999 !important;
    padding:0 0 0px 0px !important;
}


.rf-cp {background-color:transparent !important;border-width: 0 !important;}

hr {background-image:none !important;
    border-color: #110788 !important;
    border-width: 0 0 1px 0px !important;
}

.rf-tab-lbl {
    color:#000000;
    font-size: 10pt !important;
    font-weight: normal;
    text-shadow: 0px  /*{b-body-shadow-x}*/  0px  /*{b-body-shadow-y}*/  0  /*{b-body-shadow-radius}*/  #000000  /*{b-body-shadow-color}*/;
    font-family: Verdana,Arial,sans-serif !important;
}

.rf-tab-lbl > img {
    vertical-align: top;
}

/* Dialog header icons */
.ui-dialog-title > img,
.dialogHeader > img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.rf-p-hdr {
    /*background-image:none !important;*/
    background-position: left top !important;
    background-repeat: repeat-x !important;
    border-color: #110788 !important;
    border-style: solid !important;
    border-width: 0px 0px 1px 0px!important;
    color: #110788 !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 10pt !important;
    font-weight: bold ;
    padding: 2px 0 2px 5px !important;
    /*padding-left:1em !important; */
    background-color: #EFEFEF !important;
    background-image: none !important;
}

.rf-p-hdr-important {
    /*background-image:none !important;*/
    background-position: left top !important;
    background-repeat: repeat-x !important;
    border-color: #110788 !important;
    border-style: solid !important;
    border-width: 0px 0px 1px 0px!important;
    color: #FF0000 !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 10pt !important;
    font-weight: bold ;
    padding: 2px 0 2px 5px !important;
    /*padding-left:1em !important; */
    background-color: #EFEFEF !important;
    background-image: none !important;
}

/* more spacing between headered rich:panels, in or out of tables */
.rf-p + .rf-p > .rf-p-hdr,
tr + tr > td > .rf-p > .rf-p-hdr,
.rf-p.topMargin > .rf-p-hdr,
.topMargin
{ 
    margin-top: 12px;
}

.leftMargin {
    margin-left: 1em;
}

.bottomMargin {
    margin-bottom: 1em;
}

.rf-p.shadedHeader > .rf-p-hdr {
    background-color: #BBBBBB !important;
    border: none !important;
    font-size: 8pt !important;
    width: 100%;
    padding: 0 !important;
}

.rf-p.shadedHeader > .rf-p-hdr > table {
    width: 100%;
    padding: 3px;
    border-spacing: 0px;
}

.rf-p.shadedHeader > .rf-p-hdr td.headerTitle {
    vertical-align: middle;
}

.rf-p.shadedHeader > .rf-p-hdr td.headerIcons {
    vertical-align: middle;
    float: right;
}

.rf-p.shadedHeader > .rf-p-hdr td.headerIconsLeft {
    vertical-align: middle;
    float: left;
}

.rf-p.shadedHeader > .rf-p-hdr img, .rf-p.shadedHeader > .rf-p-hdr input {
    vertical-align: middle;
}

.rf-p.noTopMargin > .rf-p-hdr {
    margin-top: 2px;
}

.rf-p.nestedPanel {
    display: inline-block;
    margin-left: 12px;
    background:none !important
}

.rf-p.nestedPanel > .rf-p-hdr {
    font-size: 9pt !important;
    color: #4a4586 !important;
    border-color: #9592b9 !important;
    margin-top: 4px;
}

.rf-p.bordered {
    border: 1px solid #999999 !important;
    padding: 3px !important;
}

/* for nested panelGrids causing unwanted indentation */
table.noPadding {
    border-collapse: collapse;
}
table.noPadding > tbody > tr > td {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.rf-tab.dialog {
    border-left: 1px #BBBBBB solid;
    border-bottom: 1px #BBBBBB solid;
    border-right: 1px #BBBBBB solid;
}


.rf-tab.dialog>.rf-tab-cnt {
    padding: 5px !important;
}


.rf-p.dialog, .rf-pp-cntr dialog {
    border: 1px solid #999999 !important;
}

.rf-p.dialog > .rf-p-hdr, .rf-pp-cntr.dialog > .rf-pp-hdr, .rf-p-hdr.mainSection {
    margin: 0px;
    background: #DADADA !important;
    overflow: hidden;
    border-bottom: 1px solid #888888 !important;
}

.rf-p.dialog .rf-p-hdr {
    font-size: 9pt !important;
}

.rf-pp-cntr.dialog > .rf-pp-hdr {
    padding: 0px;
}

.rf-p.dialog > .rf-p-hdr, 
.rf-p-hdr.mainSection,
.rf-pp-cntr.dialog > .rf-pp-hdr > .rf-pp-hdr-cnt {
    color: black !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 9pt !important;
    font-weight: bold;
    padding: 6px 4px 3px 10px !important;
}

.rf-p.dialog > .rf-p-b, .rf-pp-cntr.dialog > .rf-pp-cnt-scrlr > .rf-pp-cnt {
    padding: 5px !important;
    overflow: hidden;
    background-color: #EFEFEF !important;
}

.rf-tab-lbl .helpButton, 
.rf-p-hdr .helpButton {
    margin-left: 6px;
    margin-bottom: -1px;
}

.rf-tab-hdr-inact .helpButton {
    display: none;
}


/* Don't let dialogs exceed the size of the screen. 
  This works with all modern desktop browsers, but older IE or mobile may not support vh and/or calc.
  The -100px is to accommodate the titlebar and buttons - we can't easily restrict the size of the 
  entire dialog while putting scrollbars on just the content pane.
*/
.cssvhunit.csscalc .dialogBody {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 60px);
    overflow: auto;
}

/* For browsers with no vh or calc support, assume a minimum reasonable resolution. */
.no-cssvhunit .dialogBody, .no-csscalc .dialogBody {
    max-width: 900px;
    max-height: 480px;
    overflow: auto;
}

.rf-insp {
    border-color: #BBBBBB;
}

.rf-insp-btns {
    background-image: none;
    background-color: #CCCCCC;
}

.navbar{
    min-height: 57px;
    background-color: #D3E2ED !important;
    padding: 5px;
    margin: 0px;
    color: #110788;
}

.navbar a {
    color: #3888C1 !important;
}
.alignTop-highlight{
    vertical-align: top;
    background-color: #D3E2ED !important;
}
.body-highlight{
    background-color: #D3E2ED !important;
}
.body-highlight-raised {
    background-color: #D3E2ED !important;
    border-left: 1px solid #110788 !important;
    border-right: 1px solid #110788 !important;
    border-bottom: 1px solid #110788 !important;
    box-shadow: 5px 5px 5px #888888;
}
.body-highlight-spaced{
    background-color: #D3E2ED !important;
    padding: 6px !important;
}
.scrollable{
    overflow-y: auto;
    max-height: 100%;
}
.header-highlight{
    background-color: #D3E2ED !important;
}

.header-dashboard{
    font-size: 9pt !important;
}

.panel-highlight{
    background-color: #D3E2ED !important;
}

.rf-tab.noContentTopPadding>.rf-tab-cnt {
    padding-top: 0;
}

.rf-tab-cnt {
    border-width: 0px 0px 0px 0px !important;
    border-top-color: #110788 !important;
    background-color: #EFEFEF;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 8pt !important;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,sans-serif !important;
}
.tableData {
    font-size: 7pt;
}

.resourceList {
    color: rgb(0,0,0);
    font-size: 9pt;
    text-decoration: none;
}

.resourceList:visited {
    color: rgb(0,0,0);
}

.resourceList:hover {
    color: white;
    background-color: #3888C1;
}

.tableText {
    border-width: 1px 0px 0px 0px !important;
    border-top-color: #110788 !important;
    background-color: #EFEFEF;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    font-size: 8pt !important;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,sans-serif !important;
    vertical-align: middle !important;
}

.rf-p-b {
    border-width: 1px 0px 0px 0px !important;
    border-top-color: #110788 !important;
    background-color: #EFEFEF;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    font-size: 8pt !important;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,sans-serif !important;
}
.rf-tab-hdr-spcr {
    border-bottom: 1px solid #BBBBBB !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.small-tab-hdr {
    border-top-color: #BBBBBB !important;
    border-top-width: 1px !important;
    border-left-color: #BBBBBB !important;
    border-left-width: 1px !important;
    border-right-color: #BBBBBB !important;
    border-right-width: 1px !important;
    border-bottom-color: #BBBBBB !important;
    border-bottom-width: 1px !important;
    color:#dddddd !important;
    padding: 3px 6px 3px !important;
    vertical-align: middle !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    background:  		#D3E2ED !important;
    background-color:  		#D3E2ED !important;
}
.small-tab-hdr-act {
    background:  			#eeeeee  /*{b-body-background-color}*/  !important;
    background-color:  			#eeeeee  /*{b-body-background-color}*/  !important;
    border-width: 0px !important;
    border-top-color: #BBBBBB !important;
    border-top-width: 1px !important;
    border-left-color: #BBBBBB !important;
    border-left-width: 1px !important;
    border-right-color: #BBBBBB !important;
    border-right-width: 1px !important;
    color:#eeeeee !important;
    padding: 3px 6px 3px !important;
    vertical-align: middle !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.big-tab-hdr {
    text-align: center;
    border-top-color: #BBBBBB !important;
    border-top-width: 1px !important;
    border-left-color: #BBBBBB !important;
    border-left-width: 1px !important;
    border-right-color: #BBBBBB !important;
    border-right-width: 1px !important;
    border-bottom-color: #BBBBBB !important;
    border-bottom-width: 1px !important;
    color:#dddddd !important;
    padding: 4px 15px 5px 15px !important;
    background:  			#D3E2ED  /*{b-body-background-color}*/  !important;
    background-color:  			#D3E2ED  /*{b-body-background-color}*/  !important;
}
.big-tab-hdr-act {
    background:  			#eeeeee  /*{b-body-background-color}*/  !important;
    background-color:  			#eeeeee  /*{b-body-background-color}*/  !important;
    border-width: 0px !important;
    border-top-color: #BBBBBB !important;
    border-top-width: 1px !important;
    border-left-color: #BBBBBB !important;
    border-left-width: 1px !important;
    border-right-color: #BBBBBB !important;
    border-right-width: 1px !important;
    color:#eeeeee !important;
    padding: 4px 15px 5px 15px !important;
    text-align: center;
}

.rf-tab-hdr-tabline-vis {
    background: #EFEFEF !important;

    border-top-width: 0px !important;
    border-style: none none solid none !important;
    border-left-width: 0px !important;
    border-bottom-width: 1px !important;
    border-right-width: 0px  !important;
    border-color: #BBBBBB !important;
    overflow: visible !important;
}
.rf-cp-hdr-colps, .rf-cp-hdr-exp,.rf-cp-gr {
    border: none !important;
    border-style: none !important;
}

.rf-cp-hdr {

    background-image: none !important;
    background-color: #BBBBBB !important;
    border: none !important;
    color: #110788 !important;
    border-style: none !important;
}

.rf-pp-hdr {
    background-image: none !important;
    background-color: #3888C1 !important;
}


.rf-pp-cntr {
    border-color: #999999 !important;
}

.rf-tab-hdr-brd {
    display: none !important;
    background-color: #EFEFEF !important;
    background: none repeat scroll 0 0 #EFEFEF !important;
    border: none !important;
    border-style: none !important;
}
.rf-cal-btn img {border-style: none !important;}
.rf-trn-lbl input[type="submit"],.rf-fu-hdr {background-image: none !important;background-color: transparent !important; border-style: none !important;}
.rf-cal-tl {background-color: #3888C1 !important;}
.rf-cal-tl-btn {background-color: #3888C1 !important;}
.rf-cal-tl-btn-hov {background-color: #3888C1 !important; color: #EFEFEF !important;}
.rf-cal-hdr-month {background-color: #3888C1 !important;}
.rf-tab-hdr-tabs {
    /*width: 100%;*/
    margin-bottom: -1px !important
}

.rf-tab-hdr-tabline-vis,.rf-tab-hdr-tabline-btm {
    padding-top: 6px !important;
}

.repCodeId {width: 90% !important;}

.managerID {width: 90% !important;}

.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: " ";

    clear: both;

    height: 0;

}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.rpt-cols {
    width: 120px !important;
    overflow: auto !important;
}

.rf-dt.simpleTable .rf-p-shdr-c{
} 

.rf-dt.simpleTable .rf-dt-shdr-c{
    border: none;
    padding: 0;
    font-family: Verdana,Arial,sans-serif;
    color: black;
    font-weight: bold;
    font-size: 8pt;
}

.rf-dt-shdr-c {
    /*background-image:none !important;*/
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #3888C1; 
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    color: #110788;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    /*padding-left:1em !important; */
    background-color: #EFEFEF;
    background-image: none;
    text-align: left;
}

table.dataTable.header-highlight th.rf-dt-shdr-c {
    background-color: #D3E2ED;
}

.rf-dt-sftr-c{
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #3888C1;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    color: #110788;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    /*padding-left:1em !important; */
    background-color: #EFEFEF;
    background-image: none;
    text-align: left;
}

.rf-dt-c{
    border-width: 1px 0px 0px 0px;
    border-top-color: #110788;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,sans-serif;
}

.rf-ds {
    background: inherit;
}

.rf-ds-nmb-btn{
    background-image: none !important;
    background: inherit;
}

.notice {
    width:  100%;
    background-color: #d5c86f !important;
}

.supervisionNotice {
    width:  100%;
    background-color: #F59FA8 !important;
}

.tsEntryDisplay {
    color: #110788 !important;
    font-size: 12px;
}

.tsEntryDisplaySelected {
    color: #FFFFFF !important;
    background-color: #61B1F2 !important;
    font-size: 12px;
}

.visuallyDisabledButton[disabled] {
    background-color: grey !important;
}

.preserveWhiteSpace {
    white-space: pre-wrap;
}

.notFoundNote {
    color: #444444;
    font-style: italic;
    margin-left: 4px;
    display: block;
    font-weight: normal;
}

.largerFont {
    font-size: 9pt !important;
}


.dialog.dialogContent.errorDialog .ui-widget-header{
    background-color: red !important;

}

.errorDialog .dialogBody{
    background-image: url(../../img/warningicon.png) !important;
    background-repeat: no-repeat;
    padding-left:50px;
}

.errorDialog .dialogHeader{
    color: white;
}

.smallHeader {
    color: #222222;
    font-weight: bold;
}

.submitReminder {
    color: #BB5500;
}

.noteText {
    width: 100%;
    color:  black !important;
    background-color:  #FFFFCC !important;
}

.error {
    color: red;
}

.warning {
    color: orangered;
}

.dashboardHeaderButton {
    float: right;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 1px !important;
    padding-top: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mapClient { 
    width: 500px;
    height: 300px;
    border: solid 1px grey;
}

.phone {
    margin-bottom: 2.5pt !important;
    padding-bottom: 1pt !important;
    padding-top: 1pt !important;
    padding-left: 5.5pt !important;
    border-radius: 0pt !important;
}

.iqTableEvenRow{
    border-top: solid 1px #3888C1;
    background:none repeat scroll 0 0 #F3F3F3;
}

.iqTableOddRow{
    border-top: solid 1px #3888C1;
    background:none repeat scroll 0 0 #D3D3D3;
}

.deleteIcon {
    background-image: url(../../img/delete.png) !important;
}

.addIcon {
    background-image: url(../../img/Add.PNG) !important;
}

.updateIcon {
    background-image: url(../../img/Save.PNG) !important;
}

.accordionTitle {
    background: silver; 
    font-weight: bold; 
    color: midnightblue;
}

.column8em {
    width: 8em;
}

.noWrap {
    white-space: nowrap;
}

.quickTipOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 990;
}

.quickTipOverlay:target {
    visibility: visible;
    opacity: 1;
}

.quickTipPopout {
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    position: fixed;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.quickTipPopout h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.quickTipPopout .quickTipClose {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: default;
}

.quickTipPopout .quickTipClose:hover {
    color: #06D85F;
    cursor: default;
}

.quickTipPopout .quickTipContent {
    max-height: 30%;
    overflow: auto;
}

.quickTipLink {
    cursor: pointer;
}

.quickTipLink:hover {
    cursor: pointer;
}

.seventyFivePercent {
    width: 75%;
    height: 75%;
}

select.hideDisabled option[disabled],
.ui-selectonemenu-panel.hideDisabled .ui-state-disabled {
    display: none; 
}

.trashIcon {
    background-image: url(../../img/trash_white.png) !important;
}

.pencilIcon {
    background-image: url(../../img/pencil-white.png) !important;
}

.noBottomMargin{
    margin-bottom: 0px;
}

.dViewEnsembleIcon {
    background-image: url(../../img/document-signature.png) !important;
    margin: 0px !important;
    width: 24px;
    height: 24px;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
}

.estatement-image{
    height: 32px;
    vertical-align:middle;
}
.estatement-image-text{
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 25px;
}
.estatement-dialog-msg{
    display: inline-block;
}
.estatement-radio-group{
    margin-top: 15px;
}
.estatement-signup-option-label{
    margin-top: 6px;
    margin-left: 4px;
    font-weight: bold;
    min-width: 120px
}
.estatement-postal-option-label{
    margin-left: 4px;
    font-weight: bold;
    min-width: 120px
}
.estatement-postal-option-label-warning-img{
    height: 14px;
    margin-left: 5px;
    margin-right: 0px;
    vertical-align:middle;
}
.estatement-postal-option-label-warning{
    margin-left: 2px;
    color: #f19737;
}
.dialog-button-grp{
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 14px;
    margin-right: 14px;
}

#dialogForm\:cancelTaggedTrades>tbody>tr>td:last-child {
    text-align: center;
}

/*
 * Growls
 */
.ui-growl-error {
    background: #E60000;
    border: 1px solid #660000;
}
.ui-growl-warn {
    background: #ffcc00;
    border: 1px solid #806600;
    color: black;
    text-shadow: none !important;
}
.ui-growl-info {
    background: #0099ff;
    border: 1px solid #004d80;
}

.noHeader > .ui-datatable-tablewrapper > table > thead {
    display: none !important;
}

input[type=submit],
input[type=checkbox],
input[type=radio],
input[type=button],
.ui-tabs-header,
.ui-chkbox-box {
    cursor: pointer;
}

.planSummaryTable > .ui-widget-header {
    background: #BBB;
    font-size: 8pt;
    display: flex;
    align-items: center;
}
.planSummaryTable > .ui-widget-header > .ui-panel-title {
    flex: 1;
    margin-right: 0;
}
.planSummaryTable > .ui-widget-header > .ui-panel-title > table {
    width: 100%;
}
.planSummaryTable > .ui-widget-header > .ui-panel-titlebar-icon {
    height: max-content;
}
.planSummaryTable .headerTitle {
    padding-right: 1em;
}
.planSummaryTable .headerIcons {
    text-align: right;
}

.ui-tree.no-highlight .ui-treenode-label.ui-state-highlight {
    background: none;
}

table.noBorders > tbody > tr > td,
table.noBorders > thead > tr > td,
table.noBorders > tbody > tr,
table.noBorders > thead > tr {
    border: none !important;
}

table.compactTable > tbody > tr > td,
table.compactTable > thead > tr > td {
    padding: 0;
}

.block {
    display: block;
}

.shoppingCartToolbarCounter > a {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
}

.shoppingCartToolbarCounter img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.shoppingCartToolbarCounter .shoppingCartToolbarCounterBadge {
    color: white;
    background-color: red;
    padding: 0 0.3em;
    border-radius: 10000px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.ensembleQuestionnaireOptions {
    width: unset;
    white-space: nowrap;
}

.profileIcon {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-content: center;
    height: 36px;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.profileIcon .profileIconName {
    font: bold 16px Arial,Verdana,sans-serif;
    color: black;
    display: block;
    margin-left: auto;
    line-height: 1;
}

.profileIconMenu {
    text-align: center;
}

.profileIconMenu .ui-overlaypanel-content {
    padding: 0;
}

.profileIconMenu .ui-button,
.profileIconMenu input[type="submit"].dialogButton,
.profileIconMenu .ui-button:hover,
.profileIconMenu input[type="submit"].dialogButton:hover,
.profileIconMenu .ui-button:active,
.profileIconMenu input[type="submit"].dialogButton:active {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    color: black !important;
    box-sizing: border-box;
    font-weight: bold;
}

.profileIcon:hover,
.profileIconMenu .ui-button:hover,
.profileIconMenu input[type="submit"].dialogButton:hover {
    background-color: rgba(0,0,0,0.1);
}

.profileIconMenu .ui-button:active,
.profileIconMenu input[type="submit"].dialogButton:active {
    background-color: rgba(0,0,0,0.2);
}

.profileIconMenu hr {
    margin: 0 10px;
    height: 1px;
    background-color: #ccc;
    border: none;
}

.profileIconMenu .ui-widget {
    font-family: Arial,Verdana,Sans-Serif;
}

.profileIconLanguageContainer {
    font-weight: bold;
    padding: 5px 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profileIconUser {
    background: black;
    border-radius: 1000px;
    margin-left: 5px;
    width: 32px;
}

.profileIconArrow {
    width: 14px;
    margin: 9px 0 9px 5px;
}

/* hide the header row of the nested table */
.nested-noheader thead {
    display: none;
}

/* remove the thin top line that can appear above the first row */
.nested-noheader .ui-datatable-data > tr:first-child > td {
    border-top: none;
}

/* if your theme draws a border on the table wrapper itself, kill it too */
.nested-noheader .ui-datatable-tablewrapper {
    border-top: 0;
}

.ui-datatable-tablewrapper > table > tfoot > tr > td {
  background: rgb(211, 226, 237) !important;
  border: none !important;
  padding: 5px 4px;
  font-weight: bold !important;
}

.ui-datatable-tablewrapper > table > tfoot {
  border: 1px solid rgb(187, 187, 187);
}