@import url(reset.css);

body {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #363636;
  font: 0.70em/1 Arial, Helvetica, sans-serif; /* 16 x .70 = 11.2px */
  display: flex;
  flex-direction: column;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid,
.grid_30,
.grid_70,
.grid_40,
.grid_60 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* Grid - 16 Columns
----------------------------------------------------------------------------------------------------*/
.grid-left {
    margin-left: 0;
}

.grid-right {
    margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.grid_1 {
  width: 40px;
}

.grid_2 {
  width: 100px;
}

 .grid_3 {
  width: 160px;
}

 .grid_4 {
  width: 220px;
}

.grid_5 {
  width: 280px;
}

.grid_6 {
  width: 340px;
}

.grid_7 {
  width: 400px;
}

.grid_8 {
  width: 460px;
}

.grid_9 {
  width: 520px;
}

.grid_10 {
  width: 580px;
}

.grid_11 {
  width: 640px;
}

.grid_12 {
  width: 700px;
}

.grid_13 {
  width: 760px;
}

.grid_14 {
  width: 820px;
}

.grid_15 {
  width: 880px;
}

.grid_16 {
  width: 940px;
}

/* percentage grids  */
.grid_30 { width: 28%; }
.grid_70 { width: 68%; }
.grid_40 { width: 38%; }
.grid_60 { width: 58%; }


/* Headings
------------------------------------------------ */
h1 { font-size: 11.5px; padding-bottom: 10px; padding-left: 10px;}

h2 { font-weight: bold; }

h3, h4 { margin: 0 0 1em; }

/* Text
------------------------------------------------ */
p, .content{
  margin: 0 0 1em;
  line-height: 14px;
  font-size:11px;
}
strong { font-weight: bold; }

p.first { margin-top: 1em; }

.smalltext {
  font-size: .75em; /* 12 x .75 = 9px */
  color: #696969;
}

.userwarning {
  padding-left:20px;
  font-size: .8em;
  color: #696969;
  display:none;
}

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.textleftImportant { text-align: left !important; }

.textright.loststolen {
    margin-right:10px;
}

input.textright {
  padding-right: 3px;
}

/* DataTables will put the class on th's and td's,
   but the alignment should only be used by td's.
*/
td.data_left { text-align: left !important; }
td.data_right { text-align: right !important; }
td.data_center { text-align: center !important; }

hr {
  color: #CFCFCF;
  width: 80%;
  height: 1px;
}

.bankusertext { color: #E31932; }

/* Links
------------------------------------------------ */
a {
  cursor: pointer;
  text-decoration: underline;
  color: #36648B;
}

.underlineImageLink {
    border-bottom: 1px solid #36648B;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.content a,
.content a:hover{
  font-size:1em;
  color: #36648b;
}

/* Navigation
------------------------------------------------ */
/* Tabbed navigation that appears under main nav on some pages */
ul#secnav {
  float: left;
  height: 26px;
}

ul#secnav li {
  display: block;
  float: left;
  min-width: 100px;
  height: 25px;
  margin-right: 1px;
  padding: 0 1px;
  border: 1px solid #898989;
  border-bottom: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

ul#secnav li a {
  background: url(../images/secondary_nav_OFF_bg.png) repeat-x;
  display: block;
  min-width: 100px;
  margin: 1px 0;
  padding: 0 5px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

ul#secnav li a.twoline {
  line-height: 10px;
  padding-top: 2px;
}

ul#secnav li a:hover,
ul#secnav li a.onstate {
  background: url(../images/secondary_nav_ON_bg.png) repeat-x;
  color: #fff;
}

.tertiary-nav {
  border-bottom: 1px solid #CFCFCF;
}

/*  Third row of nav that is tabbed looking as well.  Only appears on a couple of pages  */
ul.tab-nav {
  position: relative;
  left: 12px;
  top: 1px;
  height: 20px;
  margin-top: 9px;
}

ul.tab-nav li {
  display: inline;
  float: left;
  margin-right: 1px;
}

ul.tab-nav li a {
  background: #CFCFCF url(../images/tab_off_right_last.png) right center no-repeat;
  border-bottom: 1px solid #CFCFCF;
  display: inline;
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 0 30px 0 8px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}

ul.tab-nav li.onstate {  }
ul.tab-nav li.onstate a ,
ul.tab-nav li a:hover {
  background: #6688A4 url(../images/tab_on_right_last.png) right center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}

/* Layout
------------------------------------------------ */

.floatright { float: right !important; }
.floatleft { float: left !important; }
.floatnone { float: none !important; }
.clearBoth { clear: both; }

.nobottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/*  Masthead - the area at the top of the page that contains the Welcome message, Logos, and Icons
------------------------------------------------ */
#masthead {
  width: auto;
  height: 70px;
  overflow: hidden;
}

#userlogin {
  overflow: hidden;
  height: 30px;
}

#userlogin  p { margin: 7px 10px; }

.logout_link img{
    padding-left: 3px;
  padding-top: 3px;
  vertical-align: top;
}

#proxy_name{
    color: #C41230;
}

#loginbar p {
  margin: 0px;
  flex-basis: 20px;
  font-size: 1rem;
}

#loginbar a {
  font-size: 1rem;	
}

#logos {
  float: left;
  height: 50px;
  margin: 16px 0 0 0px;
  width: auto;
}

#logos img { float: left; }

#icon_login_bars {
  float: right;
  margin: 0px 0px 0 0;
  text-align: right;


}
#iconbar{
    vertical-align: bottom;
    height: 23px;
    width: 300px;
}

#iconbar form {
  float: right;
  padding-top: 22px;
}

#iconbar label {
  line-height: 20px;
  padding: 0 5px;
}

#iconbar ul {
  float: right;
  margin-left: 10px;
  padding-top: 2px;
}

#iconbar ul li {
  float: left;
}

#iconbar ul li img {
  margin: 0 5px;
}

/* Navigation - see superfish.css for more Navigation css
------------------------------------------------ */
#nav {
  position: relative;
  height: 24px;
  z-index: 10;  /* set navigation container div to a higher z index than that of content-wrapper */
}

/* Secondary Masthead - the area under the primary navigation and above the main content-wrapper.
Holds the breadcrumb, client logo, secondary and tertiary nav.
------------------------------------------------ */
.secondary-masthead {
  margin-top: 5px;
  border-bottom: 1px solid #CFCFCF;
}

.secondary-masthead.fixedHeight { height: 51px; }
.secondary-masthead.autoHeight { height: auto; }

.secondary-masthead .left {
  float: left;
  margin: 0 0 0 0px;
}

.secondary-masthead .right {
  float: right;
  text-align: right;
  margin: 0 16px 0 0;
}

#breadcrumb-nav { height: 25px;}

#breadcrumb-nav ul {
  float: left;
  padding-top: 7px;
}

#breadcrumb-nav ul li {
  display: inline;
  float: left;
  margin-right: 4px;
}

#breadcrumb-nav ul li a { font-weight: normal; }

/*  Content - the main content area of the page that holds the majority of the page elements that change from page to page.
------------------------------------------------ */
#content-wrapper {
  margin-top: 10px;
  margin-bottom: 24px;
  flex: 1 0 auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}

.bottomMargin { margin-bottom: 10px; }

/*  Force Elements To Self-Clear its Children - http://css-tricks.com/snippets/css/clear-fix/  */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* Footer
------------------------------------------------ */
div.ui-footerblock {
  height: auto;
  clear: both;
  font-size:11px;
  line-height: 12px;
  background: #012169;
}

.footerLinks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  padding-left: 8px;
}

.footerLinks::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #012169;
  height: 60px;
}

div.ui-footerblock div.primary {
  background-color: #012169;
  padding: 4px 10px 3px 16px;
  color: white;
}

#footer-ssl img {
  padding: 00px 10px 10px 16px;
  background: white;
}

div.ui-footerblock a {
  color: white;
  border-left: 1px solid white;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 8px;
  margin-bottom: 4px;
  text-decoration: none;
}

div.ui-footerblock a:hover {
  text-decoration: underline;
}

div.ui-footerblock p.first { margin-top: 8px; }

#bofa_optout {
  padding-right: 8px;
  margin-top: 6px;
  margin-bottom: 4px;
  height: 12px;
}

/* Portlets
------------------------------------------------ */
/*  +/- images  */
.img-minSubportlet {
  float:left;
  padding-left: 5px;
  display: block;
  padding-top: 9px;
  cursor: pointer;
}

.img-minPortlet {
  float:left;
  position:relative;
  top:7px;
  margin-right: 5px;
  cursor:pointer;
}

div.portlet-wrapper {
  margin-bottom: 1em;
}

div.portlet-header {
  height: 25px;  /*  match this value with height of span.portlet-l, span.portlet-r and line-height of div.portlet-header h1  */
  width: auto;
  background-image: url(../images/bg.png);
  -webkit-box-shadow: 2px 6px 8px #CFCFCF;
  -moz-box-shadow: 2px 6px 8px #CFCFCF;
  box-shadow: 2px 6px 8px #CFCFCF;
}

div.portlet-header span.portlet-l{
  width: 9px;
  height: 25px;
  background: white url(../images/left_title_bar.png) no-repeat left top;
  float:left;
}
div.portlet-header span.portlet-r{
  width: 9px;
  height: 25px;
  float: right;
  background: white url(../images/right_title_bar.png) no-repeat right top;
}

div.portlet-header h1.leftHeaderItems {
  float: left;
  padding-left: 0;
}

div.portlet-header h1 {
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  padding-left: 6px;
  padding-bottom: 0;
}

div.portlet-body {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-top: none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 2px 2px 8px #CFCFCF;
  -moz-box-shadow: 2px 2px 8px #CFCFCF;
  box-shadow: 2px 2px 8px #CFCFCF;
  padding-bottom: 10px;
}
div.portlet-body.noBottomPadding {
    padding-bottom: 0px;
}

div.portlet-wrapper div.content {
  border: 1px solid #CFCFCF;
  padding: 10px;
  width: auto;
  background-color: #FFFFFF;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 2px 2px 8px #CFCFCF;
  -moz-box-shadow: 2px 2px 8px #CFCFCF;
  box-shadow: 2px 2px 8px #CFCFCF;
}

ul.content {
  list-style: disc inside none;
  margin-bottom: 1em;
}

/*  Links that appear right-alligned in the Portlet Header  */
ul.portlet-header-links {
  float: right;
  height: 25px;
}

ul.portlet-header-links li {
  display: inline;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 6px 0;
  border-left:1px solid #CFCFCF;
  font-weight: bold;
}

ul.portlet-header-links li a {
  display: block;
  padding: 0 3px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}

ul.portlet-header-links li span {
  /*float: right; */
  padding: 0 10px;
  height: 16px;
  color: #FFFFFF;
  text-align: center;
}

ul.portlet-header-links li span a {
  position: relative;
  top: 2px;
  left: 2px;
  float: none;
  display: inline;
  padding: 0px;
  text-decoration: none;
}

ul.portlet-header-links li span a:hover { text-decoration: none; }

ul.portlet-header-links li.firstLink {
  border-left: none;
}

div.headerSection {
  display: inline;
}

span.headerText {
  float: left;
  display: inline;
  margin-left: 8px;
}

span.leftPortletHeaderItems {
  float: left;
  display: inline;
  margin-left: 10px;
  color: #FFFFFF;
}

.portlet-header span.headerText { line-height: 26px; }
.portlet-header span.leftPortletHeaderItems{ line-height: 19px; margin-left:40px;}
.subportlet-header span.headerText { height: 28px; line-height: 28px;}
.subportlet-header span.headerText span { height: 28px; float: left; }
.subportlet-header span.headerText span a { display: block; height: 28px; line-height: 28px; }


span.leftHeaderRadio {
    margin-right:60px;
    display: inline-block;
}

span.headerText label.checkboxHeaderLabel{
    float:left;
    padding-top: 6px;
}
span.headerText div.checkboxHeader{
    float: left; padding-right: 3px; padding-top: 4px;
}

span.headerText select { margin-top: 0px;}

.refreshTableIcon {
  bottom: 3px;
  cursor: pointer;
  float: left;
  position: relative;
}

/* Sub-Portlets
------------------------------------------------ */
div.subportlet {
  clear: left;
  border-top: 1px solid #CFCFCF;
}

div.subportlet-header {
  height: 28px;  /*  match with line-height of .subportlet-header h2, subportlet-header-links and subportlet-header-links li  */
  width: 100%;
  background: url(../images/subport_nav_bg.png) repeat-x;
  clear: both; /* clears any floats set on the previous portlet */
}

div.subportlet-header h2 {
  float: left;
  padding-left: 5px;
  padding-right: 10px;
  line-height: 28px;
}

ul.subportlet-header-links {
  float: right;
  height: 28px;
}

ul.subportlet-header-links li {
  display: inline;
  float: left;
  height: 16px;
  margin: 6px 0;
  border-left: 1px solid #CFCFCF;
}

ul.subportlet-header-column-title li {
  display: inline;
  float: left;
  height: 16px;
  margin: 8px 10px 10px;
  border-left: none;
}
ul.subportlet-header-links li.firstLink {
  border-left: none;
}

ul.subportlet-header-links li a {
  display: block;
  line-height: 16px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
ul.subportlet-header-links li a, ul.subportlet-header-links li img {
  padding: 0 10px;
}

div.subportlet-body div.content{
  margin-top: 10px;
}

div.subportlet-body div pre {
  margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #363636;
  font: 1em/1 Arial, Helvetica, sans-serif; /* 16 x .70 = 11.2px */
}

/*  Navigation or tabs
------------------------------------------------ */
ul.tabSwitcher-nav {
  float: left;
  height: 28px;
}

ul.tabSwitcher-nav li {
  display: inline;
  float: left;
  height: 28px; /*  Should be set to full height of the subportlet header  */
  border-right: 1px solid #A8BCCC;
  position: relative;
}

ul.tabSwitcher-nav li.first {
  border-left: 1px solid #A8BCCC;
}

ul.tabSwitcher-nav li button{
	background-color:#e2ebfb;
	background-image: linear-gradient(to bottom, #fff 0%, #e2ebfb 100%);
	border: none;
	cursor: pointer;
	font-size: 100%;
	margin: 0;
}

ul.tabSwitcher-nav li a, ul.tabSwitcher-nav li button {
  background: url(../images/subport_nav_bg.png) repeat-x;
  display: block;
  padding: 9px 12px;
  height: 10px;
  color: #5F5F5F;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

ul.tabSwitcher-nav li a:hover, ul.tabSwitcher-nav li button:hover,
ul.tabSwitcher-nav li.selected a, ul.tabSwitcher-nav li.selected button {
  background: #FFFFFF;
  color: #363636;
}
ul.tabSwitcher-nav li.disabled a:hover, ul.tabSwitcher-nav li.disabled button:hover,
ul.tabSwitcher-nav li.disabled a, ul.tabSwitcher-nav li.disabled button {
  color: #CFCFCF;
    cursor:default;
    background:none;
}

/* Expanded row tabs
------------------------------------------------ */
div.expandedrow-header ul.tabSwitcher-nav {
  float: left;
  height: 24px;
}

div.expandedrow-header ul.tabSwitcher-nav li {
  display: inline;
  float: left;
  height: 24px; /*  Should be set to full height of the subportlet header  */
  border-right: 1px solid #B9B9B9;
}

div.expandedrow-header ul.tabSwitcher-nav li.first {
  border-left: 1px solid #B9B9B9;
}

div.expandedrow-header ul.tabSwitcher-nav li a, 
div.expandedrow-header ul.tabSwitcher-nav li button{
  background: none;
  display: block;
  padding: 7px 12px;
  height: 10px;
  color: #696969;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

div.expandedrow-header ul.tabSwitcher-nav li.tabLink {
  background: #CFCFCF;
}
div.expandedrow-header ul.tabSwitcher-nav li.selected {
  background: #6688A4;
  color: #FFF;
}
div.expandedrow-header ul.tabSwitcher-nav li a,
div.expandedrow-header ul.tabSwitcher-nav li button{
  color: #36648B;
}

div.expandedrow-header ul.tabSwitcher-nav li.selected a,
div.expandedrow-header ul.tabSwitcher-nav li.selected button,
div.expandedrow-header ul.tabSwitcher-nav li a:hover,
div.expandedrow-header ul.tabSwitcher-nav li button:hover {
  color: #FFF;
}
div.expandedrow-header ul.tabSwitcher-nav li:hover {
  background: #6688A4;
}

div.subportlet.last {
  border-bottom: none;
}

div.subportlet-body {
    padding-bottom: 0px;
}

div.subportlet-body.bottomPadding {
    padding-bottom: 10px;
}


/*  Expanded Row in a Table
------------------------------------------------ */
div.expandedrow {
     padding: 0 0px 0 0;
}

div.expandedrow-header {
  height: 24px;
  background-color: #CFCFCF;
  border-top: 1px solid white;
  width: 100%;
}

div.expandedrow-header h2 {
  float: left;
  line-height: 24px;
  padding-left: 10px;
  margin-bottom: 0px;
}

ul.expandedrow-header-links {
  float: right;
  height: 24px;
}

ul.expandedrow-header-links li {
  display: inline;
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 6px 0;
  border-left: 1px solid #363636;
}

ul.expandedrow-header-links li.firstLink { border-left: none; }

ul.expandedrow-header-links li a {
  display: block;
  padding: 0 10px;
  color: #363636;
  text-align: center;
  font-weight: bold;
}

div.subportlet-header span a {  color: #363636; }

div.subportlet div.subsubportlet {
  overflow: hidden;
  clear: left;
}

 div.subsubportlet h3 {
  background: #A8BCCC;
  padding: 5px 10px;
  color: #fff;
}


/* Tabs
------------------------------------------------ */

.tabContent .noFormContent {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}


/* Inputs
------------------------------------------------ */

.timeOutButton { margin-right: 52px; }

.solidBorderLineLeft{
     border-left: 1px solid #CFCFCF;
}

.calendar_picker{
    background-image: url("../images/icons/cal.png");
    background-position: 96.5% center;
  background-repeat: no-repeat;
}

.calendar_picker.disable {
    background: url(../images/icons/cal_disabled.png);
    background-position: 96.5% center;
  background-repeat: no-repeat;
}


/* Autocomplete and Picker
------------------------------------------------ */
img.pickerImage {
    margin: 0px;
  padding-left: 5px;
  padding-top: 3px;
  vertical-align: top;
}

/* Button Menu & Link Menu
------------------------------------------------ */

div.link_menu {
  display: inline;
  width: 175px;
}

div.link_menu a {
  cursor: pointer;
}
.rowLink a {
  background: none;
  text-decoration: none;
}
.rowLink a:hover {
  background: none;
  text-decoration: underline;
}
.rowLink img.caret {
  visibility: hidden;
}
.rowLink:hover img.caret {
  visibility: visible;
}

div.link_menu_popup {
  position: absolute;
  display: none;
  background-color: white;
  width: 204px;
  top: 0px;
  left: 0px;
  z-index: 1000;
  border: 1px solid #36648B;
  -webkit-box-shadow: 3px 4px 4px #CFCFCF;
  -moz-box-shadow: 3px 4px 4px #CFCFCF;
  box-shadow: 3px 4px 4px #CFCFCF;
}

tr.linkMenuRow {
  background-color: white;
}
tr.linkMenuRow:hover  {
  cursor: pointer;
  background-color: #E6F5FF !important;
}
div.link_menu_popup a, div.link_menu_popup a {
  font-weight: normal;
  color: #363636;
  text-decoration: none;
}
div.linkActionItem {
/* Height needs to match "div.link_menu_popup div td" height
  This results in vertically centered text. */
  line-height: 24px;
}
/* A lot of this is resetting the css from the button anchor */
ul.button li div.link_menu_popup a {
  background: none;
  float: left;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.link_menu_popup div td{
  float: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.link_menu_popup div td.menu_icon{
  width: 24px;
  height: auto;
  padding-top: 2px;
  overflow: normal;
  text-overflow: normal;
  text-align: center;
  border-right: 1px solid #ccc;
}
div.link_menu_popup div td.menu_item{
  vertical-align: middle;
  padding-right: 3px;
  width: auto;
  padding-left: 5px;
}
div.link_menu_popup a, div.link_menu_popup div table{
  clear: both;
  table-layout: fixed;
  width: 100%;
}
div.link_menu_popup a,div.link_menu_popup div label {
  font-weight: normal;
  float: none;
  width: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.link_menu_popup a, div.link_menu_popup div label {
  font-weight: normal;
  float: none;
}

a.link_menu_link img {
  padding-left: 4px;
  margin-top: -2px;
  *margin-top: 2px;
  vertical-align: center;
}
ul.subportlet-header-links li a.link_menu_link img {
    padding-right: 0px;
    padding-left: 4px;
}
a.link_menu_link img.lonely_caret {
  margin-top: 3px;
  *margin-top: 2px;
}

a.link_menu_link {
  font-weight: bold;
}

.link_menu_active div.link_menu_popup { display: block; }

td.horizontal-linkmenu-separator{
  border-bottom: 1px solid #cfcfcf;
}

/* Visible Columns Menu
------------------------------------------------ */
div.column_select_list {
  background-color: #CFCFCF;
  border-bottom: 1px solid #696969;
  overflow-y: auto !important;
  overflow-x: hidden;
  height: 150px;
}
div.column_select_list div {
    display: block;
  float: none;
  background-color: white;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  text-align: left;
  height: 25px;
  text-overflow: ellipsis;
    white-space: nowrap;
}
div.visible_loading {
    background: white;
    height: 25px;
    padding-top: 5px;
    text-align: center;
}

div.visible_columns_menu {
  height: 230px;
  overflow-y: auto !important;
  overflow-x: hidden;
}
div.link_menu_popup div.visible_columns_menu table{
   width: 100%;
   *width: 90%;
}

div.column_save_button {
    background-color: #F0F0F0;
    text-align: center;
    padding: 5px 0px 0px 75px;
    width: 129px;
    height: 28px;
    border-top: 1px solid #36648B;
}

div.column_save_button ul.button {
    height: auto;
    text-align: center;
    margin: 0px;
}

/* Left Pane - tertiary Navigation
------------------------------------------------ */

.tertiaryNav {
  float: left;
  width: 210px;
  margin: 10px 0 10px 10px;
  border: 1px solid #CFCFCF;
  border-bottom: none;
}

.tertiaryNav h4 {
  background-color: #CFCFCF;
  padding-left: 10px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}

.tertiaryNav ul li {
  /* background-color: #FFFFFF;*/
  height: 25px;
  border-bottom: 1px solid #CFCFCF;
}

.tertiaryNav ul li a {
  display: block;
  line-height: 25px;
  padding-left: 10px;
  color: #36648B;
  text-decoration: none;
  font-weight: bold;
}

.tertiaryNav ul li .disabled{
  display: block;
  line-height: 25px;
  padding-left: 10px;
  color: #AAAAAA;
  text-decoration: none;
  font-weight: bold;
}

.tertiaryNav ul li a:hover, .tertiaryNavSelected {
  background-color: #FAF6AF;
  color: #000000;
}

.tertiaryNavSelected {
  background-color: #FAF6AF;
  color: #000000;
}

/* Busy Indicator
------------------------------------------------ */

#busyIndicator {
  position: fixed;
  left: 47%;
  top: 45%;
  z-index: 10000;
}

.busyIndicatorCurtain {
  display: none !important;
}

@font-face {
  font-family: 'connections';
  src: url('./global_branding/Connections.eot');
  src: url('./global_branding/Connections.eot?#iefix') format('embedded-opentype'),
    url('./global_branding/Connections.woff') format('woff'),
    url('./global_branding/Connections.ttf') format('truetype'),
    url('./global_branding/Connections.svg#Connections') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* these classes are used by GCA similar ui screen */

.gca-div {
  box-sizing: border-box;
  height: 393px;
  width: 360px;
  border: 1px solid #979797;
  background-color: #FFFFFF;
}

.gca-logo-margin {
  margin: 2.5rem 0rem 1.5rem 0rem
}

.gca-margin {
  margin: 1.5rem 0rem
}

.gca-div p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.gca-title {
  text-align: center;
  color: #012169;
  font: 1.75rem connections;
}

.gca-center {
  text-align: center;
}

.gca-btn {
  box-sizing: border-box;
  height: 2.5rem;
  width: 19.625rem;
  border: 1px solid #0053C2;
  background-color: #0053C2;
  text-align: center;
  cursor: pointer;
  margin-left: -1.5rem;
  color: #FFF;
  font-size: 1rem !important;
  letter-spacing: 0;
  text-align: center;
 }

.gca-btn:hover {
  color: #012169;
  background-color: #CCEBF8;
}

.gca-body-text {
  height: 4.5rem;
  width: 20.625rem;
  color: #3C3C3C;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: 1rem;
}

.gca-link {
  text-decoration: none;	
  text-align: center;
}

.gca-link-a-text {
  height: 2.5rem;
  width: 11.125rem;
  color: #0053c2;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.125rem;
  margin-left: -1.5rem;
}

.gca-link-a-text:hover {
  color: #012169;
}
