﻿@charset "utf-8";
/* CSS Document */
input:invalid
{
	outline: none;
}
.nav-pills li
{
	background-color: 	#DCDDED;
	border-radius: 4px;
}

h1
{
	font-size: 1.8em;	
	margin-top: 0px;
	color: #00a9df;
}

h2
{
	font-size: 1.6em;	
}

h3
{
	font-size: 1.4em;	
}

h4
{
	font-size: 1.2em;	
}

h5
{
	font-size: 1em;	
}

h6
{
	font-size: 0.8em;	
}


ul.arrow_list { list-style-type: none; }

ul.arrow_list { top: 5px; }

.purple
{
	color: #80C1E7;
}

.tooltip-top, .tooltip-arrrow, .tooltip-inner
{
	background-color: #008BCB;	
}

label
{
	color: #666;	
}

table.bold-headings th
{
	background-color: #00a9df;
	color: #FFFFFF;
}

table.sub-headings th
{
	background-color: 	#80C1E7;
}

footer
{
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

hr
{
	background-color: #999999;
	border: 0 none;
	height: 1px;
}

button.btn, input.btn
{
	border-radius: 0px;	
}

button.btn:active, input.btn:active
{
	background-color: #00546f;
	border-color: #00546f;
	color: #FFFFFF;
}

button.btn:active i, input.btn:active i
{
	color: #FFFFFF;
}

.stage-indicators div
{
	margin-right: 1px;	
}

.stage-indicators h3
{
	display: inline-block;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
}

.stage-complete
{
	background-color: #d9f2fa;
}


.stage-current
{
	background-color: #fcaf09;
}

.stage-future
{
	background-color: #00a9df;
}
.table, .table td, .table tr, .table th
{
	border:0px #FFFFFF none;
}

span.twitter-typeahead {
	margin-bottom: 0;
	width: 100%;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}