html, body {
  height: 100%;
}

body {
  background:  #EEE;
  color:       #444;
  font-family: 'Helvetica Neue', Arial, Verdana, 'Nimbus Sans L', sans-serif;
  font-size:   12px;
  line-height: 14px;
  text-rendering: optimizelegibility;
}

span.ada_data {
  color: rgb(74, 177, 70);
  font-style: italic;  
}

h1 {
  font-size: 1.8em;
  line-height: 1.35em;
  margin: 0px 0px 0.7em;
}

h2 {
  color: #777;
  font-size: 14px;
  line-height: 1em;
}

h3 {
  margin: 10px 0 5px 0;
}

h4 {
  margin: 0 0 2px;
}

a, a:hover {
  text-decoration: none;
}

label {
  display: block;
  font-weight: bold;
  margin: 0px 0 5px 0;
}
td label {
  display: inline;
  font-weight: bold;
}
td.label {
  font-weight: bold;
}

input, textarea {
  border: 1px solid #AAA;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-family: 'Helvetica Neue', Arial, Verdana, 'Nimbus Sans L', sans-serif;
  font-size: 1em;
  margin: 0px;
  outline: none;
  padding: 4px;
}

input[type="text"] {
  background: white -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, white), color-stop(0.99, #EEE));
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, white), color-stop(0.99, #EEE));
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, white), color-stop(0.99, #EEE));
  margin-bottom: 0px;  /* This Overrides Bootstrap's margin-bottom for inputs*/
  width: 200px;
}

input[type=radio] {
	margin-bottom: 0px; 
}

input:focus, textarea:focus { 
  border-color: #058cf5;
  -moz-box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999
}
span.type_label {
  color:#000;
  text-transform:uppercase;
  font-size:10px;
}

table.form label {
  display: inline;
}
table.form td {
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #ddd;
  line-height:1.5em;
}
table tr.header td,
table tr.header th {
  font-size:14px;
  font-weight:bold;
  line-height:1.5em;
  border-bottom: 1px solid #999;
  padding: 18px 5px 3px 0;
}
tr.odd {
  background: #eee;
}

tr.odd:hover, tr.even:hover {
  background: #F3F2D2;
}

.actions {
  margin: 10px 0;
}

.right {
  float: right
}

.left {
  float: left;
}

#notifications {
  padding: 0;
  margin:  0;
  font-size: 12px;
  position: fixed;
  z-index: 23;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: none;
  border-bottom: 1px solid #999; 
}

#notifications a.close {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 5px;
}

#notifications a.close img {
  width:  16px;
  height: 16px;
}

#notifications .notification {
  padding: 8px;
  
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

#notifications .notification.error {
  color: #AC1212;
  background-color: #FFC4B6;
  background-color: rgba(255, 196, 182, 0.4);
}

#notifications .notification.warning, #notifications .notification.alert {
  color: #574B13;
  background-color: #D8C342;
  background-color: rgba(216, 195, 66, 0.4);
}

#status-bar {
  background: #272727;
  color:      #CCC;
  overflow:   hidden;
  padding:    0px;
  width:      100%;
}

#status-bar .container {
  padding: 10px 20px;
}

#navigation-tabs {
  background: #036;
  border-bottom: 1px solid #005285;
  border-top: 1px solid #005285;
  color: white;
  height: 34px;
  width: 100%;
}

#navigation-tabs > div.container > ul {
  overflow: hidden;
  padding: 6px 17px 0px;
  margin: 0;
  list-style: none;
}

#navigation-tabs > ul li {
  box-shadow: #38a 0px 0px 7px;
  -moz-box-shadow: #38a 0px 0px 7px;
  -webkit-box-shadow: #38a 0px 0px 7px;
  border-top-left-radius: 6px 6px;
  border-top-left-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  float: left;
  height: 29px;
  margin-right: 7px;
}

div.container > ul > li {
	box-shadow: #38a 0px 0px 7px;
	-moz-box-shadow: #38a 0px 0px 7px;
	-webkit-box-shadow: #38a 0px 0px 7px;
	border-top-left-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	float: left;
	height: 29px;
	margin-right: 7px;
	list-style-type: none;
}

div.container > ul > li > a {
	background: #005285;
	border-color: #38a;
	border-style: solid;
	border-width: 1px 1px 0px;
	border-top-left-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0px 12px;
	text-decoration: none;
}

.dropdown-menu {
	padding: 0px;
	margin: 0px;
	left: auto;
}

#navigation-tabs > ul > li > a {
  background: #005285;
  border-color: #38a;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-top-left-radius: 6px 6px;
  border-top-left-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  padding: 0px 12px;
  text-decoration: none;
}

#navigation-tabs > ul li a:hover {
  background: #38a;
  text-decoration: none;
}

#navigation-tabs > ul li a.current {
  -webkit-background-clip: padding;
  background: #F3F3F3 !important;
  border-bottom: 1px solid #F3F3F3 !important;
  border: 1px solid !important;
  color: #222 !important;
}

#navigation-tabs > ul li.home-tab a span {
  background: url(/images/home_nav.png) 0px -17px;
  display: block;
  height: 17px;
  line-height: 17px;
  margin-top: 5px;
  text-indent: -5000px;
  width: 18px;
}

#navigation-tabs > ul li.home-tab a.current span {
  background-position: 0 0;
}

#navigation-tabs > ul li.select {
  background: #005285;
  border-color: #38a;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-top-left-radius: 6px 6px;
  border-top-left-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  padding: 0px 12px;
}

#sub-nav {
  background: #F3F3F3;
  border-bottom: 1px solid #DDD;
  color: #666;
  font-size: 11px;
  line-height: 13px;
  padding: 4px 0px 0px;
  width: 100%;
}

#sub-nav ul {
  float: left;
  overflow: hidden;
  padding-left: 24px;
  margin: 0;
  list-style: none;
}

#sub-nav ul li {
  float: left;
  font-weight: bold;
  margin-right: 22px;
}

#sub-nav ul li a {
  color: #777;
  display: block;
  padding: 8px 0px 12px;
  text-decoration: none;
}

#sub-nav ul li a.current {
  background: url(/images/subnav-current.gif) no-repeat 50% 100%;
  color: #333;
}

#main {
  background: white;
  border-bottom: 1px solid #C6C6C6;
  padding: 20px 20px 20px 60px;
}

footer {
  color: #444;
  font-size: 0.9em;
  padding: 10px;
  text-align: right;
}

table {
  width: 100%;
  /*margin: 5px;*/
}

td, th {
  padding: 4px;
  text-align: left;
}

.table-top, .table-bottom {
  border: 1px solid #D5D5D5;
  background: #EEE -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.15, #F7F7F7), color-stop(0.58, #DFDFDF));
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.15, #F7F7F7), color-stop(0.58, #DFDFDF));
  background-image: -moz-linear-gradient(
    center bottom,
    #F7F7F7 15%,
    #DFDFDF 58%
  );
}

.table-top {
  border-top-left-radius: 8px 8px;
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  height: 13px;
  margin: 15px 0px 0px;
  padding: 12px;
}

.table-top h2 {
  float: left
}

.table-top .per-page {
  float: right;
  color: #777;
  font-weight: bold;
}

.table-bottom {
  border-bottom-left-radius: 8px 8px;
  border-bottom-left-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  height: 13px;
  padding: 12px;
}

.button {
  padding: 4px;
  border: 1px solid #BBBBBB;
  border-radius: 4px 4px;
  color: #555;
  text-decoration: none;
}

.button:hover {
  color: #333;
  border: 1px solid #333;
}

.search-form {
  background: #F1F5FB;
  border: 1px solid #AFC9E6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:      5px;
}

.merge-table {
  margin: 0;
}

.merge-table td, .merge-table th {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: bottom;
}

.merge-table td input {
	width: auto;
}

.merge-table td.active {
  background: #E5F1FF;
}

.merge-table td.active input {
  background: #ffc;
  background: #ffc -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, #ffc), color-stop(0.99, #EEE));
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, #ffc), color-stop(0.99, #EEE));
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, #ffc), color-stop(0.99, #EEE));
  width: auto;
}

p.alert {
  padding:    10px;
  background: #F6F0D5;
  border:     1px solid #F6C247;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:      5px;
  text-shadow: none;
}

p.instructions {
  margin: 0 0 10px 0;
  padding:    10px;
  background: #E5F1FF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:      5px;
  text-shadow: none;
}

table.address td {
  border-bottom: 1px solid #DDD;
  padding: 5px 5px 4px 0px;
  vertical-align: top;
}


table.address td.label {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  width: 150px;
}

.block-grey {
  background-color: #F6F6F3;
  margin-top: 0px;
}

.info-block {
  border-bottom: 1px solid white;
  border-top: 1px solid #DEDEDE;
  padding: 15px 18px;
}

.info-block h3 {
  font-size: 1.2em;
  margin: 0px 0px 10px;
}

ul.livesearch {
  position: absolute;
  left: -5px;
  z-index: 23;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  width: 180px;
}

ul.livesearch li {
  list-style: none;
  padding: 2px 0;
  cursor: pointer;
}

ul.livesearch li.active {
  background: #eee;
}

.versions {
  margin: 10px 0;
}

.versions ul li {
  margin: 5px 0 10px 0;
  list-style: none;
}

ul.publication {
  margin-left: 5px;
}

ul.publication li {
  list-style: none;
  margin: 0 0 5px 0;
}

.sortable, 
.sortable:hover,
.sortable.up,
.sortable.down {
  cursor: pointer;
  color: #444 !important;
  text-decoration: none;
}

.demographics {
}

.reports-table {
  width: 100%;
}

.reports-table td, .reports-table th {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
}

.reports-table label {
  margin: 0;
}

td.counts, 
td.totals,
td.tally {
  text-align: right;
}

#add-demographic {
}

#demographics,
#degrees {
  margin: 5px 0;
  list-style: none;
}

#questions {
}

#demographics li,
#degrees li,
#questions li {
  margin: 2px 0;
  padding: 5px;
  background: #eee;
  cursor: move;
}

#demographics li a,
#degrees li a,
#questions li a {
  float: right;
  cursor: default;
}

#demographics li p,
#degrees li p,
#questions li p {
  width: 100px;
}

label.indented {
  padding-left: 20px;
}

.border {
  border: 1px solid #ccc;
  padding: 0 10px 10px 10px;
}

a.less-prominent {
  font-size: 14px;
  text-decoration: underline;
}

.new-demo {
  margin: 20px 0;
}

.new-demo-form {
  display:none;
}

.tabs .tab {
  display: inline;
  margin-right: 20px;
}

.tabs .tab a {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.tabs .tab.active a {
  color: #333;
}

.panes .pane {
  display: none;
  padding-top: 10px;
}
.errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #fcc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fee;
}
.errorExplanation p {
  padding: 5px 0;
}
.errorExplanation ul li {
  padding: 5px 0;
}
.field_with_errors input,
.field_with_errors select,
.field_with_errors textarea {
  border: 1px solid red !important;
}

.section {
  margin: 10px 0;
}

.continuing_education .score, .continuing_education .pass_or_fail {
  font-size: 20px;
  font-weight: bold;
}

.pagination a{
	padding: 3px;
}

.pagination {
	margin: 0px;
}

table.form textarea {
width: 100%;
height: 70px;
}

td.count img {
	margin-left: 3px;
}


