@charset "UTF-8";
/* CSS Document */

/*
stylesheet (codename prospero) -- modified version for pgp
(C) 2007 Xiaodi Wu
*/

html, body {
	background: #5d7cbb;
	color: #fff;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

h2 {
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	margin: 18px 0;
}

h3 {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	margin: 18px 0 0 0;
}

p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 18px 0;
}

address, blockquote {
	color: #333;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 12px 36px;
}

ul, ol {
	margin-top: 18px;
	margin-bottom: 18px;
}

/*
li {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul > li {
        list-style: square;
}
*/

a:link, a:active, a:visited {
	color: #4e689e;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #5d7cbb;
}

a img {
	border: none;
}

code {
	font: 12px monospace;
}

code a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}

code a:hover {
	color: #5d7cbb;
	text-decoration: underline;
}

sup {
	position: relative;
	bottom: 0.4em;
	font-size: smaller;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.3em;
	font-size: smaller;
	vertical-align: baseline;
}

/* --- */

form {
	margin: 0;
}

input {
	margin: 0;
}

input.text, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	border: 1px solid #c7d1e7;
}

form .centered {
	text-align: center;
}

form .wrapper {
	background: #dfe5f1;
	margin: 18px 0;
	padding: 6px 0;
	border-top: 1px solid #5d7cbb;
	border-bottom: 1px solid #5d7cbb;
}

form table.cells {
	width: 100%;
	border-collapse: collapse;
}

form th {
	width: 25%;
	color: #5d7cbb;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 6px 6px 6px 0;
}

form td {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 6px 0 6px 6px;
}

form .description {
	font-weight: normal;
}

form .long {
	width: 360px;
}

form .tall {
	vertical-align: top;
}

form .submit {
	text-align: right;
}

form .submit input {
	width: 6em;
}

form .submit input.long {
	width: 12em;
}

/* --- */

#body {
	position: relative;
	background: #fff url(../images/pgp.gif) top center no-repeat;
	color: #000;
	width: 1214px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 90px 0 0 0;
	border-bottom: 1px solid #dfe5f1;
}

#body .verbose {
	clear: both;
	float: left;
	visibility: visible;
	overflow: hidden;
}

#body .verbose a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1214px;
	height: 72px;
	visibility: visible;
	overflow: hidden;
	text-decoration: none;
}

#body .verbose span {
	visibility: hidden;
}

#body h2 {
	color: #4e689e;
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	margin: 18px 0;
	padding: 0;
}

#body h3 {
	color: #5d7cbb;
}

/* This interferes with the traitwise iframe. Do we even still need it? Ward, 2011-04-28
#body td {
	color: #000;
	font: 12px/18px Arial, Helvetica, sans-serif;
} */


#body .menu {
  height: 40px;
  float: left;
  background: #91a9d1;
  color: #fff;
  width: 100%;
  margin-top: -18px;
  border-top: 1px solid #9ab0d5;
}

#top-breadcrumbs {
  padding: 6px 18px;
  background-color: #dfe5f1;
}

#top-breadcrumbs * { font-weight: normal; }

/* ******** Links ******* */

#body .menu ul.links {
  margin: 0px;
  float: left;
  padding: 0;
  height: 100%;
  line-height: 40px;
}

#body .menu ul.links li {
  display: inline-block;
  font: 14px/20px Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 10px;
}

#body .menu ul.pgpid {
  margin: 0px;
  float: right;
  padding: 0;
  height: 100%;
  line-height: 40px;
}

#body .menu ul.pgpid li {
  display: inline;
  font: 14px/20px Arial, Helvetica, sans-serif;
  color: black;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 10px;
}

ul.links li a {
  padding: 5px;
  height: 40px;
}

#body .menu ul.links li.current {
  padding-top: 4px;
  border-top: 2px solid #6183bd;
}

/* ******** Sub-links ******* */

#body .menu ul.sublinks {
  background: #dfe5f1;
  margin: 0px;
  padding: 0;
  height: 100%;
  line-height: 40px;
}

#body .menu ul.sublinks li {
  color: #91a9d1;
  display: inline;
  font: 14px/20px Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 10px;
}

ul.sublinks li a {
  padding: 10px;
  height: 40px;
}

#body .menu ul.sublinks li.current {
  padding-top: 4px;
  border-top: 2px solid #6183bd;
}

#body .menu .sublinks a,
#body .menu .sublinks a:link,
#body .menu .sublinks a:visited {
  color: #4E689E;
	font-weight: normal;
	text-decoration: none;
}
/* *********************** */

#body .menu li.right {
  float: right;
  padding: 3px 0 0 0;
}

#body .menu a, #body .menu a:link, #body .menu a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#body .menu a:active, #body .menu a:hover {
	text-decoration: underline;
}

#body .submenu {
	float: left;
	width: 209px;
	margin: 2.8em 0 18px 0;
	padding: 0 0 0 24px;
}

#body .submenu ul {
	margin: 18px 0;
	padding: 0;
	border-bottom: 1px dashed #dfe5f1;
}

#body .submenu li {
	font: 14px/20px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-top: 1px dashed #dfe5f1;
}

#body .submenu li.current {
	color: #7f97c9;
	text-decoration: underline;
	border-right: 3px solid #7f97c9;
}

#body .submenu a, #body .submenu a:link, #body .submenu a:visited {
	font-weight: normal;
}

#body .narrow {
	width: 444px !important;
	margin: -18px 0;
	padding-top: 18px;
	padding-bottom: 18px;
	border-left: 1px dashed #dfe5f1;
}

#body .main {
	float: left;
	width: 1132px;
	padding: 0 12px 24px 24px;
}

#body .main .clear {
	clear: both;
	height: 0px;
}

#body .main .column-set {
	clear: both;
	width: 702px;
	margin-left: -12px;
	margin-right: -12px;
}

#body .main .column {
	width: 210px;
	float: left;
	padding: 0 12px;
}

#body .main .collapse-top {
	margin-top: -18px;
}

#body .main .collapse-bottom {
	margin-bottom: -18px;
}

#body .main .icon, #body .main .caption {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

#body .main .left {
	clear: both;
	float: left;
	margin: 12px 12px 12px 0;
}

#body .main .right {
	clear: both;
	float: right;
	margin: 12px 0 12px 12px;
}

#body .main .spinner, #body .main .status-icon {
	clear: both;
	float: left;
	display: block;
	margin: 0 4px 0 0;
}

#body .main .statistic {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	display: block;
}

#body .main .chart {
	height: 120px;
	margin: 0 auto;
}

#body .main table.three-column {
	width: 702px;
	padding: 0;
	margin-left: -12px;
	margin-right: -12px;
	border-collapse: collapse;
}

#body .main table.three-column td {
	width: 33.3%;
	vertical-align: top;
	padding: 0 12px;
}

#body .main table.data {
	padding: 0;
	margin: 12px auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#body .main table.data th, #body .main table.data td {
	width: 4em;
	text-align: center;
	border: 1px dashed #ccc;
}

#body .sidebar {
	float: right;
	width: 210px;
	margin-top: 2.8em;
	padding: 0 24px 0 12px;
}

#body .bubble {
	background: #809cca url(../images/bubble.gif) top center no-repeat;
	margin: 18px 0;
}

#body .bubble h2 {
	background: none;
	color: #fff;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 0 12px;
	padding: 6px 0;
}

#body .bubble .text {
	background: #dfe5f1 url(../images/bubble-text.gif) bottom center no-repeat;
	color: #5d7cbb;
	padding: 6px 12px;
}

#body .bubble .text p {
	margin: 6px 0;
}

#body .bubble .text a, #body .bubble .text a:hover {
	color: #5d7cbb;
}

#body .clear {
	clear: both;
}

#foot {
	background: #dfe5f1 url(../images/foot.gif) bottom center no-repeat;
	color: #5d7cbb;
	width: 1214px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	border-top: 1px solid #fff;
	height: 40px;
}

#foot_big {
	background: #dfe5f1 url(../images/foot.gif) bottom center no-repeat;
	color: #5d7cbb;
	width: 1214px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	border-top: 1px solid #fff;
	height: 120px;
}


#foot p {
	color: #5d7cbb;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: -7px 0;
}

#foot_big p {
	color: #5d7cbb;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 6px 0;
}

#foot a, #foot a:hover {
	color: #5c7ab7;
}

#foot .link {
	font-weight: bold;
}

#foot .current {
	color: #7f97c9;
	font-weight: bold;
	text-decoration: underline;
}

#foot #breadcrumbs {
	float: left;
	padding: 12px 24px;
}

#foot #breadcrumbs .arrow {
	color: #7f97c9;
	font-weight: bold;
}
#foot_big #privacy_tos {
      padding: 12px 24px;
      width: 30%;
      float: left;
}
#foot #privacy_tos {
      padding: 12px 24px;
      width: 30%;
      float: left;
}
#foot #copyright {
	text-align: right;
	padding: 12px 24px;
  width: 30%;
	float: right;
}

#foot #copyright .bullet {
color: #7f97c9;
}

#foot_big #copyright {
	text-align: right;
	padding: 12px 24px;
  width: 30%;
	float: right;
}

#mini_consent {
  padding-left: 75px;
  padding-right: 30%;
}

#mini_consent dt {
  font-weight: bold;
  display: block;
}

#mini_consent dd {
  display: block;
  padding-bottom: 1em;
  margin: 0;
}

.change_warning {
  background-color: #fce26d;
  border: 2px solid #a99;
  width: 700px;
  margin: 25px 0 0 105px;
  padding: 5px 15px;
}

.full_name_warning {
  background-color: #faa;
  border: 2px solid #a99;
  width: 304px;
  margin: 25px 0 0 105px;
  padding: 5px 15px;
}

form.signup {
}

.signup table tr td{
  vertical-align: top;
}
.signup .optional {
  font-size: 9px;
  display: block;
}

.signup #user_first_name  { width: 100px; }
.signup #user_middle_name { width: 25px;  }
.signup #user_last_name   { width: 167px; }

#enrollment_steps {
  width: 450px;
  margin: 0;
  padding: 0;
}

#enrollment_steps li {
  clear: both;
  line-height: 2em;
  list-style: none;
  padding: 5px;
  border: 0px;
}

#enrollment_steps li span.duration {
  border-bottom: 1px solid #5D7CBB;
  border-right:  1px solid #5D7CBB;
  border-top:    1px solid #DFE5F1;
  border-left:   1px solid #DFE5F1;

  padding: 6px 6px 0px 6px;
  color: #5D7CBB;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  width: 50px;
  float: left;
  text-align: center;
  background-color: #eee;
  line-height: 16px;
}

#enrollment_steps li span.duration span.unit {
  font-size: 12px;
}
#enrollment_steps li.next span.duration {
  border:   1px solid #fff;
}

#enrollment_steps li span.title {
  color: #5D7CBB;
  font-weight: bold;
  font-size: 16px;
  margin-left: 16px;
}

#enrollment_steps li span.title span.completion_time {
  margin-left: 16px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

#enrollment_steps li.next {
  background-color: #5D7CBB;
  color: #fff;
}

#enrollment_steps li.next span.title a {
  color: #fff;
}

#enrollment_steps li.completed {
  background: #FFF url('../images/go.png') no-repeat right top;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#enrollment_steps li.next p.description {
  font-style: italic;
}

#enrollment_steps li.locked {
  background: #F2F2F2 url('../images/lock.png') no-repeat right top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  text-align: left;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*
div.errorExplanation {
  margin-left: 25px;
  margin-top: 25px;
  padding: 10px;
  width: 500px;
  font-size: 16px;
  border: 2px solid;
}

div.errorExplanation.errorExplanation {
  color: #fff;
  background: #c33;
  border-color: #800;
}
*/
div.flash {
  margin-left: 25px;
  margin-top: 25px;
  padding: 10px;
  width: 500px;
  font-size: 16px;
  border: 2px solid;
}

div.flash.notice {
  color: #fff;
  background: #3c3;
  border-color: #080;
}

div.flash.warning {
  color: #fff;
  background: #f90;
  border-color: #c60;
}

div.flash.error {
  color: #fff;
  background: #c33;
  border-color: #800;
	font-size: 16px;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: inline-table;
}

.field_with_errors input, .field_with_errors select, .field_with_errors textarea {
  border: 1px solid red;
}

div.field label {
  font-weight: bold;
}

.field_with_errors label {
  border: 1px solid red;
  background-color: white;
}

.awarninghead {
  font-weight: bold;
}

.awarningbody {
  color: #ff0000;
  font-weight: normal;
}

.awarning table {
  color: #000000;
  font-weight: normal;
  border: 2px solid #FF0000;
  padding: 12px;
  border-spacing: 0px;
  background: #ffffff;
  border-style: solid;
  border-width: thin;
  background-color:#fffbb8;
}

div.formError {
  display: inline;
  color: #f00;
  font-weight: bold;
}

.prominent {
  border: 2px solid #a99;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
}

/*
.errorExplanation {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: #c00;
}

.errorExplanation h2 {
  color:#c00;
}

*/
/* Navigation bar */

/* Admin */
.admin_table {
  border: 1px solid #ccc;
}

.admin_table, .admin_table tr, .admin_table td, .admin_table th {
  padding: 5px;
  margin: 20px 0 0 0;
}

.admin_table th {
  background-color: #aaa;
  color: #000;
  text-align: left;
}

.admin_table tr.even td {
  background-color: #ddd;
}

.studiestable tr.status-open td {
    background: #efe;
}
.studiestable tr.status-approved td {
    background: #fff;
}
.studiestable tr.status-draft td {
    background: #ddd;
}
.studiestable tr.status-requested td {
    background: #eee;
}

.exam_progress {
  border: 2px solid #5D7CBB;
  width: 300px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}
.exam_progress_label {
  width: 100%;
  text-align: center;
  color: #666;
}
.exam_progress_label span {
  font-weight: bold;
}
.exam_progress .progress_bar_wrapper {
  background-color: #DFE5F1;
  margin: 1px;
}

.exam_progress .progress_bar {
  background-color: #5D7CBB;
  height: 23px;
}

/******* List of exams seen at /content_areas ********/

#exam_listing {
  width: 600px;
  margin: 0;
  padding: 0;
}

#exam_listing li {
  clear: both;
  line-height: 2em;
  list-style: none;
  border: 0px;
}

#exam_listing li span.title {
  color: #5D7CBB;
  font-weight: bold;
  font-size: 16px;
}

#exam_listing li div.completion_time {
}


#exam_listing li.available span {
  /* content area */
  width: 100%;
  color: #000;
  background: #FFF url('../images/down.png') no-repeat right top;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#exam_listing li.available a {
  width: 100%;
  background-color: #5D7CBB;
  color: #fff;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#exam_listing li.old_completed span {
  /* content area */
  color: #000;
  background: #FFF url('../images/go.png') no-repeat right top;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#exam_listing li.completed span {
  /* content area */
  width: 100%;
  color: #000;
  background: #FFF url('../images/go.png') no-repeat right top;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#exam_listing li.completed a {
  background: #FFF url('../images/go.png') no-repeat right top;
  color: #5D7CBB;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#exam_listing li.completed a .completion_time {
  text-decoration: none !important;
  font-weight: normal;
}

#exam_listing li.locked span {
  background: #F2F2F2 url('../images/lock.png') no-repeat right top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
}
#exam_listing li span, #exam_listing li a {
  height: 44px;
  width: 340px;
  display: block;
  padding: 10px;
}

#exam_listing li li span, #exam_listing li li a {
  width: 300px;

}

/* exams */
.question form input {
  vertical-align: middle;
  margin: 5px 0;
}

.question form label {
  vertical-align: middle;
}

.question span {
  vertical-align: middle;
  font-weight: bold;
}

.consent-form-question {
  border: 2px solid #5D7CBB;
  background: #91A9D1;
  text-align: center;
}

.consent-form-question label { margin-right: 10px; }
.consent-form-question input { margin-left: 10px; }

.distinctive_trait_entry {
  border: 1px solid #5D7CBB;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.distinctive_trait_entry input {
  width: 98%;
}

#contentbody {
	position: relative;
	color: #000;
	width: 1214px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#contentbody .submenu {
  float: left;
  width: 209px;
  margin: 1em 0 18px 0;
  padding: 0 0 0 24px;
}

#contentbody .submenu ul {
  margin: 18px 0;
  padding: 0;
  border-bottom: 1px dashed #dfe5f1;
}

#contentbody .submenu li {
  font: 14px/20px Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-top: 1px dashed #dfe5f1;
}

#contentbody .submenu li.current {
  color: #7f97c9;
  text-decoration: underline;
  border-right: 3px solid #7f97c9;
}

#contentbody .submenu a, #contentbody .submenu a:link, #contentbody .submenu a:visited {
  font-weight: normal;
}

#contentbody .narrow {
  width: 444px !important;
  margin: -18px 0;
  padding-top: 18px;
  padding-bottom: 18px;
  border-left: 1px dashed #dfe5f1;
}

#contentbody .main {
  float: left;
  width: 678px;
  padding: 0 12px 0 24px;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.profile-data table { width: 100%; padding: 0px; margin: 2px 0px; border-collapse: collapse}
.profile-data td, .profile-data th { border: 1px solid #ccc; padding-left: 2px}
.profile-data th { background-color: #eee }
.profile-data th { text-align: left; vertical-align: top}
.profile-data td { text-align: left; vertical-align: top }
.profile-data td.hoverable:hover { background-color: #C7D1E7 }
.profile-data table td, .profile-data table th {
    vertical-align: top;
}
.profile-data table td:first-child, .profile-data table th:first-child {
    width: 20em;
}
.profile-data table tr, .profile-data table td, .profile-data table th {
  padding: 5px;
  margin: 20px 0 0 0;
}
img.qr {
    border: 0;
    margin: 0;
}
table.plate_layout {
    width: 400px;
}
table.plate-samples {
    border-spacing: 0;
    width: 385px;
}

.sudo-warning a {
    color: #ccf;
}
.sudo-warning {
    text-align: center;
    margin: auto;
    width: 40em;
    padding: 4px 10px;
    background: #944;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.dataTables_processing {
    background: #feffbb;
    color: #2e6e9e;
}

.dataTables_wrapper>table {
    cell-spacing: 0;
    border: 0;
    border-collapse: collapse;
}

#participant-dashboard a {
    font-weight: normal;
}

#participant-dashboard p {
    margin: 1em 0 0 0;
}

#participant-dashboard ul {
    margin-top: 0;
}

#participant-dashboard ul > li {
    margin: 0;
}

#participant-dashboard .highlight-nextstep {
    background: #ff8;
}

.show-more-container {
    margin-top: 1em;
    text-align: center;
    background: #ff8;
}

#body div.sitemap h2 {
    color: #000;
}
div.sitemap a {
    color: #458;
    font-weight: normal;
    text-decoration: none;
}
div.sitemap .nolink {
    color: #bbb;
    cursor: default;
}

.redborder {
  border-style:solid;
  border-color:#ff0000 #ff0000;
  padding: 0 0 0 10px;
}

body .dataTables_wrapper {
    min-height: 1px;
}

.strong {
  font-weight: bold;
}

.grey_background {
  background: #dddddd;
  padding: 1em 1em;
  margin: 0 -1em;
}

.transparent {
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}


/* override link underline (above) */
.container .navbar .nav a {
    text-decoration: none;
    font-size: 11pt;
    font-weight: normal;
}

/* override bootstrap */
div.field label {
    display: inline;
    margin-bottom: 0;
}
input,textarea,.uneditable-input {
    width: auto;
}
select {
    width: auto;
}
.tooltip.in {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.tooltip.in .tooltip-inner {
    background: #ffe571;
    color: #000;
    text-align: left;
}
.tooltip.in .tooltip-arrow {
    border-right-color: #ffe571;
}
.navbar-inner {
    background-image: -moz-linear-gradient(top,#fff,#91a9d1);
    background-image: -webkit-gradient(top,#fff,#91a9d1);
    background-image: -webkit-linear-gradient(top,#fff,#91a9d1);
    background-image: -o-linear-gradient(top,#fff,#91a9d1);
    background-image: linear-gradient(to bottom,#fff,#91a9d1);
    background-repeat: repeat-x;
    border: 1px solid #5d7dbb;
}
.navbar .nav>li>a {
    color: #000;
}
.navbar-inner > .nav > li > a:hover, .navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: #fff;
    color: #000;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    background: #fff;
    color: #000;
}
label { display: inline; }
input[type="radio"], input[type="checkbox"] { margin: auto; }

/* shim to make pull-right work even without bootstrap */
.pull-right {
    float: right;
}

.authorization-instructions {
    width:   300px;
    padding: 1em;
    border:  1px dashed #866;
}

.authorization-button {
    text-align: center;;
}

