/*
  LTSA styles
*/

/* General layout */

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

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

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 {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
}
.page-header {
  padding-bottom: 0;
  margin: 0px 0 6px 0;
  border-bottom: 1px solid #ddd;
}
.page-header-title {
	margin-bottom:20px;
}
.controls label {
	padding-top: 5px;
}

.controls .form-inline label {
	padding-top: 0;
}

.controls .form-inline label.input-group-addon {
	padding-top: 4px;
}

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

.margin-left-large {
  margin-left: 20px;
}

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

/*
  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-bottom:35px;
}

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

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

.navbar-wrapper {
	height:30px;
}
.navbar-wrapper.public {
	height:20px;
}

/*
  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-inline.unstyled, ol.unstyled {
margin: 0;
}

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

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

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

/* Wider width for form elements */
.lg-input {
	max-width: 400px;
}

/* 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 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;
}
.nav-tabs > li {
	/* Right-align the tabs */
    float: right;
    margin-right: -4px;
    margin-left: 5px;
}
.nav-tabs > li > a {
	/* Change the tab color */
    background-color: #eeeeee;
    color: black;
    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;
}

.message-unread {
  font-weight: bold
};
