@import url(reset.css);
@import url(header_footer.css?ver=20210225);
@import url(widgets/LinkMenu.css);

body {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  font: 12px Arial, Helvetica, sans-serif; /* 16 x .70 = 11.2px */
  min-width: 960px;
  display: flex;
  flex-direction: column;

}

.container_16 {
  width: 99%;
}

.fullWidth{
   width: 98%;	
}

.width960 {
	width: 960px;
}

/* 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_20,
.grid_30,
.grid_70,
.grid_80,
.grid_40,
.grid_60 {
  display: inline;
  float: left;
  margin-left: 6px;
  margin-right: 10px;
}

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

.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_20 { width: 18%; }
.grid_30 { width: 28%; }
.grid_70 { width: 68%; }
.grid_80 { width: 78%; }
.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; }


.display-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2; 
}


/* Text
------------------------------------------------ */
p, .content{ 
  margin: 0 0 1em; 
  line-height: 14px; 
  font-size: 12px;
}
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; }

.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: none;
  color: #0052C2;
}

a.hyperlinkColor {
	color:#0a498a !important;
}

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

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

.content a,
.content a:hover{
  font-size:1em;  
}

.noUnderline{
  text-decoration: none;
}

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

/* tertiary side nav */
.list-horizontal > li {
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
  padding: 5px 0;
}

.list-horizontal {
  border-top: 1px solid #cfcfcf;
}
.list-horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-horizontal > li > a {
  color: #00013a;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 15px;
  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;
}




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

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


/* 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 {     
  /*  match this value with height of span.portlet-l, span.portlet-r and line-height of div.portlet-header h1  */
  /* height: 25px;
  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;
  */
  background-color:#00013a;
  background-image:-webkit-linear-gradient(top,#00013a 0%,#447596 100%);
  background-image:-o-linear-gradient(top,#00013a 0%,#447596 100%);
  background-image:linear-gradient(to bottom,#00013a 0%,#447596 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00013A',endColorstr='#FF447596',GradientType=0);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 4px 0 4px 10px;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  
}

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

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

div.portlet-body {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-top: none;
  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;
}

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 6px 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: 36px;  /*  match with line-height of .subportlet-header h2, subportlet-header-links and subportlet-header-links li  */
  width: 100%;
  background-color:#e2ebfb;
  background-image:-webkit-linear-gradient(top,#fff 0%,#e2ebfb 100%);
  background-image:-o-linear-gradient(top,#fff 0%,#e2ebfb 100%);
  background-image:linear-gradient(to bottom,#fff 0%,#e2ebfb 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE2EBFB',GradientType=0);
  clear: both; /* clears any floats set on the previous portlet */ 
}

div.subportlet-header h2 {  
  float: left;
  padding-left: 15px;
  padding-right: 10px;
  line-height: 35px;
  font-weight: normal;
  font-size: 13px;
  color: 00013a;
  
}

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

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

ul.subportlet-header-column-title li {
  display: inline;
  float: left;
  height: 35px;
  margin: 6px 50px 10px;
  border-left: none;
}

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

ul.subportlet-header-links li a {
  display: block;
  color: #0052C2;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

ul.subportlet-header-links li a:hover {
  color: #012169;
  text-decoration: underline;
}
ul.subportlet-header-links li a, ul.subportlet-header-links li img {
  padding: 5px 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;
}

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

ul.tabSwitcher-nav li a {
  display: block;
  padding: 10px;
  color: #5F5F5F;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

ul.tabSwitcher-nav li a:hover,
ul.tabSwitcher-nav li.selected a {
  background: #FFFFFF;
  color: #363636;
}
ul.tabSwitcher-nav li.disabled a:hover,
ul.tabSwitcher-nav li.disabled a {
  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 {
  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{
  color: #36648B;
}

div.expandedrow-header ul.tabSwitcher-nav li.selected a,
div.expandedrow-header ul.tabSwitcher-nav li a: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: 20px;
  padding-top: 9px;
  vertical-align: top;
}

/* 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: #0052C2;
  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: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.busyIndicatorCurtain {
  display: none !important;
}

/* Samples 
---------------------------------*/
li.samples ul {
  float: none;
  width: 15em;
  display: none;
  visibility: hidden;
}

li.samples ul li {
  white-space: normal;
  float: left;
  width: 100%;
}

li.samples ul li a{
  float: none;
  width: auto;
}

.icn{
    background-image: url("../images/icons/cp_sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
   
}

.icn-add{
    background-position: -150px -23px;
    height: 18px;
    width: 19px;
}

.icn-remove {
    background-position: -173px -23px;
    height: 18px;
    width: 19px;
}
.alrt {
    margin-bottom: 18px;
    min-height: 54px;
    padding: 10px 20px 10px 67px;
    position: relative;
}
    
.alrt .alrt-icon {
    left: 20px;
    position: absolute;
    height: 34px;
    width: 34px;
    line-height: 1;
    overflow: hidden;
    text-decoration: none !important;
    vertical-align: bottom;
    margin-top: 10px;
}
.alrt-error .alrt-icon {
    background-position: -84px -67px;
}

ul.formList li span.alrt-inline{ 
	  line-height: normal;
}

.lineheight30 { line-height: 30px !important }
.lineheight16 {line-height: 16px !important; } 