/*
  LTSA styles
*/

/* General layout */

html,
body {
  height: 100%;
}
body {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; /* LTSA - Changed primary font to Tahoma for IE8 */
  font-size: 14px; /* LTSA - Changed font size and weight from 14/20 */
  line-height: 20px;
  color: #222222;
}

.page {
  max-width: 1280px; /* LTSA - set max page width */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 10px;
}

html.lt-ie9 .page, html.lt-ie9 .footer-inner {
  min-width: 768px;
}

.login {
  padding-top: 20px;
}

.page-title {
  margin: 20px 0 40px 0;
}

.container-fluid {
  margin-bottom: 20px;
}

.page-header {
  padding-bottom: 10px;
  margin: 0px 0 6px 0;
  border-bottom: 1px solid #ddd;
  }

/* Helper classes */

.table-clear {
  background-color: white;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

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

.margin-left {
  margin-left: 10px;
}

.three-quarter-width {
  width: 75%;
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.icon-negative-margin {
  margin-left: -16px;
}

.no-wrap {
  white-space:nowrap;
}

.red, .valid {
  color: #da4f49;
}

.blue {
  color: #356fc1;
}

.green {
  color: #96c113;
}

.fa-th-large {
  font-size: 20px;
  line-height: 7px;
}

.reset-hyperlink {
	display:inline;
	padding-left: 10px;
}

.link-button {
  background: none;
  border: none;
  color: blue;
  cursor: pointer;
  font-size: 1em;
}
.link-button:hover {
	text-decoration: underline;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}

/*
  Navbar
*/

.navbar .navbar-brand {
  display: block;
  float: left;
  padding: 0px;
  margin-left: 0px;
  text-indent: -8888px;
  width: 143px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAAlCAMAAABMOkopAAAAMFBMVEX///+Yps+irQBAYK/X26rW2+vo6tDm6fKttja2v9zIzYS7wmR4i8L29/vz9Ob5+vITCZfRAAACP0lEQVR42t2X7Y6sIBBEG/loW0Hf/22vA6yF6OTamdnJZM+P1XIxnlAoGXoJ7z0jXJMowyJxQ8RTC2PIG7DWRoRr8vPZWGAapWg35NM+crpW4RzjZ32qThQRExsfiPIv+ACPCjAJhktIEhuf7Txi9Id8zEOHgFjfmEp8WtgSwrqHNYTlVR8UmaiBuamL8x84uEwgcuOwMQd6EGYEV1hwR+auj78ahbqID8PDkHHLPFQc0To1gSacZr0Sp9d9qkncDr3PNA47IbRhHzJSof4zaHwsdaCucvDwOTGPbTgYbCywU6wfeVZXnSYDn/+wHBrag9O9X1bSs7pQWOszuhCm4SKE45TQXDU135+MEb6sC4W162fFsxC6FR1Q10y3fPBgOHV1obDWx6GLU4B0c1XjQxztTpSuLhTW+zwP417YXM7WWz7Am8Yo7cuKMYGi8XE/ha2YqXs+gMXEKtTcjMI0PkvVgJjOB05ZSDAKhaXbPqiJpnpU+oAU603GdojGx9WAa3ofdGOZyPYYjc9awoiPj9qn7cbnQR1J4bMVBSZ62SfXJX5HHlHhsyXgVD4+nX1S6m7lnBU+hE12JJWPRKbTkwVjYMkaH4e6lD5bSsf3S+rHEBRBjc+CHf/g4xv42ge/uZKU1x11dYXd96EJdcHnSLz2KcQNm2HU1RV23weFOaUPx24QY+/qC9P4BNR1ywewxOP2jrr6whRMWM16kpcHnuldrKjrK3BYzV/BiLq+Aazm72B6S11/djWHufDbdf0DF30fbHyEzosAAAAASUVORK5CYII=);
  outline:none;
} 

.navbar {
  margin: 15px 0;
}

.navbar.with-header {
  position: absolute; top: 65px;left: 20px;z-index:51;width:270px;
}
.navbar.no-header{
  position: absolute; top: 0px;left: 20px;z-index:51;width:270px;
}

.navbar-nav> li > a {
  padding: 10px 15px;
  color: #0088cc;
}

/*
  Toolbar
*/

.toolbar {
  position: relative;
  left: 0;
  display: block;
  margin: 0 10px 0 0;
  list-style: none;
}

.toolbar > li {
  float: left;
}

.toolbar > li > a {
  float: none;
  padding: 0 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.toolbar > li > a:hover {
  text-decoration: underline;
}

.toolbar > li > a:last-child {
  padding-right: 0px;
}

.toolbar > li .divider {
  color: #999;
}

/*
  Sticky footer
*/

.footer ul {
  margin: 0px;
}

.footer ul > li {
  list-style: none;
}

.push,
.footer {
  min-height: 199px;
}
.footer {
  font-size: 11px;
  background-color: #f5f5f5;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}

.footer-inner {
  max-width: 1280px;
  padding-top: 20px;
  margin: 0 auto;
}

.footer-inner .container-fluid {
  padding-top: 0px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/*
  Specific Bootstrap overrides
*/

/* Type */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-weight: normal; /* LTSA - Normal font weight looks better? */
}

p {
 margin: 0 0 20px; 
}

a {
  color: #4270BB;
  text-decoration: none;
}

hr {
  border-top: 1px solid #ddd;
}

small {
  font-size: 90%;
}

/* add support for dividers in simple inline list item */
.list-inline > li > .divider,
.list-inline > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.list-unstyled, ol.unstyled {
margin: 0;
}

.list-inline > li:first-child,
ol.inline > li:first-child {
  padding-left: 0px; /* remove padding on first li */
}

/* Wells */

.well {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 19px 11px;
}

.well-large {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.well-clear {
  background-color: transparent;
}

.well ul {
  margin-bottom: 0px;
}

.well li {
  padding: 5px 0;
}

/* Breadcrumbs */

.breadcrumb {
  padding: 0 0 18px 0;
  margin: 0;
  font-size: 12px;
  list-style: none;
  background-color: transparent;
}

/* Forms */

form {
  margin-bottom: 0px;
}

.form-horizontal .well .form-group {
  margin-left: -19px;
}

form .required {
    color: #e32;
    display:inline;
    width: 20px;
    overflow: visible;
   
}

.form-group {
  margin-right: 20px;
}

.form-group .controls {
  white-space:nowrap;
}

input, textarea, select {
  width: auto;
  max-width: 260px;
}

/* Tables */

table {
  width: 100%;
}

.table-condensed {
  font-size: 89%;
}

.table-condensed th {
  position: static;
}

.table-condensed th:first-child {width:10%;}
.table-condensed td:first-child {}
.table-condensed th, .table-condensed td {
  text-align:center;
  padding:4px 1px;
}

.table.table-unstyled {
  margin-bottom: 0px;
}

.table-condensed td {
font-size:14px;
}

.table thead th {
vertical-align: top;
}

.table-unstyled td {
  border: none;
  padding: 5px 0;
  vertical-align: bottom;
}

.table-unstyled td.td-top {
  vertical-align: top;
}

th {
  background-color: #eee;
}

.table tbody tr.warning > td {
  background-color: #faf2cc;
}

/* Tabs */

.tab-content {
  padding-top: 20px;
}


.nav-tabs {
  margin-bottom: 0;
  border-bottom: 0px;
}
.tabs-left > .nav-tabs {
  border-right: 0px;
}
.nav-tabs > li > a {
    background-color: #ADBD38;
    color: #FFF;
    border: 1px solid #ddd;
}
.nav-tabs > li > a:hover {
    color: #0088cc;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-bar {
    border: 1px solid #ddd;
	background-color: #ADBD38;
}

.message-unread {
  font-weight: bold
}

.icp-form input.icp-invalid, select.icp-invalid {
    background-color: pink;
}

/* GlobalNavBar */
.nav.nav-tabs {
    text-align:right;
    background-color: #ADBD38;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #000;
    cursor: default;
    background-color: #eee;
    border: none;
    border-bottom-color: transparent;
}
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
    background-color:#ADBD38;
    color:#FFF;
}
.nav.nav-tabs ul.dropdown-menu{
    border-top:0px;
    margin-top:0px;
}
.nav.nav-tabs li{
    float:right;
    margin-bottom:0px;
}
.nav.nav-tabs li a{
    font-size:14px;
    color:#FFF;
    border: none;
}
.nav.nav-tabs li a:hover{
    color:#000;
}
.nav.nav-tabs li.inbox {
}
.nav.nav-tabs ul.dropdown-menu{
    text-align:left;
    width:98%;
}
.nav.nav-tabs .acct-number,
.nav.nav-tabs ul.dropdown-menu li a{
    padding:0 20px 0 13px;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color: #000;
    background-color: #fff;
    border-color: #eee;
}
.nav.nav-tabs li span.sep{
    background-color: #FFFFFF;
    display: block;
    height: 1px;
    margin:7px 5px 0px 5px;
    padding: 10px 1px;
    width: 1px;
}
.nav.nav-tabs li.username{
    min-width:10px;
    text-align:center;
}
.nav.nav-tabs li.username a:hover{
    color:#FFF;
}
.nav.nav-pills{
    margin-bottom:0px;
}
.copyright {
    color: #999;
    float: right;
    font-size: 9px;
    text-align: right;
    text-decoration: none;
    width: 150px;
    margin-right:20px;
}

/* Buttons */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4270bb;
  *background-color: #4270bb;
  background-image: -moz-linear-gradient(top, #7a9bcf, #4270bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a9bcf), to(#4270bb));
  background-image: -webkit-linear-gradient(top, #7a9bcf, #4270bb);
  background-image: -o-linear-gradient(top, #7a9bcf, #4270bb);
  background-image: linear-gradient(to bottom, #7a9bcf, #4270bb);
  background-repeat: repeat-x;
  border-color: #4270bb #4270bb #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a9bcf', endColorstr='#ff4270bb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #4270bb;
  *background-color: #4270bb;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-primary.disabled, .btn-primary[disabled],
.btn-danger.disabled, .btn-danger[disabled],
.btn-success.disabled, .btn-success[disabled] {
color: #888;
background-color: #ddd;
border: none;
text-shadow: none;
background-image: none;
}