/* From the new Bootstrap */
.progress {
  overflow             : hidden;
  height               : 18px;
  margin-bottom        : 18px;
  background-color     : #f7f7f7;
  background-image     : -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image     : -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image     : -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image     : -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image     : -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image     : linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat    : repeat-x;
  filter               : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow   : inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow      : inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow           : inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
}
.progress.large {
  height     : 24px;
  line-height: 24px;
}
.progress.xlarge {
  height     : 30px;
  line-height: 30px;
}
.progress.xxlarge {
  height     : 36px;
  line-height: 24px;
}
.progress.large .bar, .progress.xlarge .bar, .progress.xxlarge .bar {
  min-width: 7%;
}
.progress .bar {
  width             : 0%;
  height            : 100%;
  color             : #ffffff;
  font-size         : 12px;
  text-align        : right;
  text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color  : #021CA4;
  background-image  : -moz-linear-gradient(top, #A5ACB0, #A5ACB0);
  background-image  : -ms-linear-gradient(top, #A5ACB0, #A5ACB0);
  background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#A5ACB0), to(#A5ACB0));
  background-image  : -webkit-linear-gradient(top, #A5ACB0, #A5ACB0);
  background-image  : -o-linear-gradient(top, #A5ACB0, #A5ACB0);
  background-image  : linear-gradient(top, #A5ACB0, #A5ACB0);
  background-repeat : repeat-x;
  filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5ACB0', endColorstr='#A5ACB0', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow   : inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow        : inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition   : width 0.6s ease;
  -ms-transition    : width 0.6s ease;
  -o-transition     : width 0.6s ease;
  transition        : width 0.6s ease;
  min-width         : 20%;
  padding-right     : 5px;
}

/* Override some defaults
html, body {
  background: #3C3C96 url('/app/inclime/public/images/body_bg.jpg') repeat-x;
} 
*/
/*
change background color here
IPA log is #021CA4
*/
html, body {
  background: #021CA4 repeat-x;
} 
body {
  padding-top: 40px !important; /* 40px to make the container go all the way to the bottom of the topbar */
}
.container > footer p {
  text-align: center; /* center align it with the container */
}

/* The white background content wrapper */
.content {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
  margin-top:50px;
}

/* Page header tweaks */
.page-header {
  background-color: #f5f5f5;
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
  overflow:auto;
}
.page-header h1 {
  font-family  : 'proxima-nova',sans-serif;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight  :500;
  line-height  :44px;
  font-size    :31px;
  float        :left;
  width        :50%;
}
.page-header .pills {
  margin-bottom:0px;
  margin-top   :7px;
  float        :right;
}

.pills.pills-navigation span {
    border-radius: 15px 15px 15px 15px;
    line-height: 30px;
    margin: 5px 3px 5px 0;
    padding: 0 15px;
    text-shadow: 0 1px 1px #FFFFFF;
    display:block;
}

/* Styles you shouldn't keep as they are for displaying this base example only */
.content {
  min-height: 500px;
  box-shadow: 0 0 5px #4F4F4F;
}

/* Give a quick and non-cross-browser friendly divider */
.content .span3 {
  margin-left   : 0;
  padding-right : 20px;
  padding-left  : 20px;
  width         :180px;
  /*border-right: 1px solid #eee;*/
}
.topbar .btn {
  border: 0;
}
.topbar .brand {
  margin-left:40px;
}

/* Form styling */
form.no-left-pad {
	padding-left:0px;
}
form.form-stacked .input label span {font-weight:normal;}
form.form-stacked .inputs-list .clearfix {margin-bottom:0px;}

/* Footer styling */
footer {
  color      :#A5ACB0;
  border-top :none;
  text-shadow: 0 1px 1px black;
}

/* Hero Additions */
.hero-unit {
  background-color:#A9D68F;
  margin-bottom:20px;
}
.hero-unit.blue {
  background-color:#F5F5F5;
}
.hero-unit.gray {
  background-color:#EEEEEE;
}
.hero-unit.success {
  background-color:#D1EED1;
}
.hero-unit h1 {
  background-color:#EEEEEE;
  text-shadow     : 0 1px 1px white;
}

/* Highlighting */
.highlight {
  background-color : #E6E6E6;
  background-repeat: no-repeat;
  border-color     : #CCCCCC #CCCCCC #BBBBBB;
  border-radius    : 4px 4px 4px 4px;
  border-style     : solid;
  border-width     : 1px;
  box-shadow       : 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color            : #333333;
  /*display        : inline-block;*/
  font-size        : 13px;
  line-height      : normal;
  padding          : 5px 14px 6px;
  text-shadow      : 0 1px 1px rgba(255, 255, 255, 0.75);
}

/* Table styles */
table .progress {margin-bottom:0px;}
table tfoot {text-align:center;}
table {background-color:white;}

/* Label styles */
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {vertical-align:top;}
h1 .label.right, h2 .label.right, h3 .label.right, h4 .label.right, h5 .label.right, h6 .label.right {float:right; padding:0 10px;}
.label.top-right {float:right; position:absolute; right:0px; top:0px; padding:0 10px;}
.label.bottom-right {float:right; position:absolute; right:0px; bottom:0px; padding:0 10px;}
.hero-unit .bottom-right {padding:10px;}
.hero-unit .top-right {padding:10px;}

/* Label Colors */
.label.subtle {background-color:#D6D6D6;}
.help-inline {padding-left: 0px;}

/* view only css */
.viewonly {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    min-height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 210px;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin-right:10px;
}

.form-stacked .clearfix .viewonly {
	margin-bottom: 9px;
}

.topbar a.btn {
  color:#333333;
}
.topbar a.btn.success {
  color:white;
}

.hero-unit h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}

.dropdown-menu > li > a:hover {
  color: #F5F5F5;
}