/*
  Filename: screen.css
  Created By: Cathy Yu (cathy@ridbc.org.au)
  Created For: RIDBC Renwick Centre - OzVisKids data form
  Created On: 10 May 2010
*/

/*
 * Color Schemes
 * Blue'ish Color: #1e6daf;
 * Red'ish' Color: #bb1d2b;
 */

/* For display screen style */
/* This adds a vertical scroll bar to the window all of the time. If the page */
/* doesn't need it then it is simply disabled but this stops the window jumping */
/* left and right when going between pages with and without scroll bars */
html {
  overflow-y: scroll;
}

body {
	margin: 10px 0;
	padding: 0;
	background: #1e6daf;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

#content {
	width: 1180px;
	margin: 0 auto;
	text-align:left;
	background-color: white;
}

#header {
	height: 160px;
}

#header-participant {
	height: 140px;
}

#header h2, #header-participant h2 {
	font-size: 1.2em;
	text-align: center;
}

#logo {
	width: 250px;
	height: 130px;
	float:left;
}
#logo img {
  height: 90%;
  margin: 2% 0 0 20px;
}
#title {
	width:640px;
	float:left;
	margin:30px 0 0 0;
}

#spacer {
	clear: both;
	background-color: #bb1d2b;
	color:white;
	height: 10px;
}

#menu {
	clear: both;
	background-color: #bb1d2b;
	color:white;
}
#menu ul {
	width:100%;
	margin:0;
	padding:0;
	height:30px;
	line-height: 30px;
}

#menu ul li {
	display: inline;
	padding: 0;
}

#menu a {
	color:white;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 12px;
}

#menu a:hover {
	background-color: black;
}

#middle {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:10px 20px;
	text-align: left;
}

#login-container {
	text-align: center;
}
#login-form {
	margin: 100px auto;
	width: 250px;
	text-align: left;
}

#login-form label {
	font-weight: bold;
}

#login-form input {
	margin-bottom: 20px;
}

#login-error {
	text-align: center;
	width: 600px;
	margin: 20px auto;
	border: 4px solid red;
	padding: 10px;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 10px;
	margin: 10px 0px;
}
fieldset.search-filters {
  position: relative;
}
form label {
	width: 150px;
	float: left;
	font-weight:bold;
}
label.inline_label {
  float: none;
  width: auto;
  font-weight: normal;
}
form label.inline_bold_label {
  width:auto;
  display:block;
  margin-bottom: 8px;
  float: none;
}
#form-success-box {
	text-align: center;
	width: 832px;
	margin: 20px auto;
	border: 4px solid green;
	padding: 10px;
	font-weight: bold;
}

#form-error-list {
	text-align: left;
	width: 832px;
	margin: 20px auto;
	border: 4px solid red;
	padding: 10px;
	font-weight: bold;
}
.config-border {
  clear:both;
  padding-top: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#warning-box {
	text-align: center;
	width: 832px;
	margin: 20px auto;
	border: 4px solid orange;
	padding: 10px;
	font-weight: bold;
}

#form-error-list li {
	margin-bottom: 5px;
}

#thankyou, #thankyou h2 {
	text-align:center;
}

p {
	margin: 2px 0px 10px;
}

input.report-button {
	width: 340px;
}
p.button-container {
	margin: 20px 0;
	text-align: center;
}

#form-data {
	clear:both;
}

textarea {
	width: 700px;
	height: 60px;
	padding: 2px;
}

table {
	width: 845px;
}

th {
	font-size: 12px;
	padding: 2px;
	font-weight:bold;
	text-align: left;
}

td {
	font-size: 12px;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

table.participant-search-results,
table.user-list,
table.secondary-ocular,
table.eye-operation {
	width: 100%;
}

#report-main-form table {
	width: 100%;
}

tr.even {
	background-color: #eeeeee;
}

tr.odd {
	background-color: white;
}

.secondary-ocular th {
	padding: 10px 2px;
}

td.second-ocular-checkbox,
th.second-ocular-checkbox,
td.visual-acuity-checkbox,
th.visual-acuity-checkbox {
	text-align: center;
}

.participant-search-results td {
	padding: 10px 2px;
	vertical-align: top;
	font-size: 11px;
}
.participant-search-results p {
	margin: 0 0 5px;
}

.report-list td {
	padding: 10px 2px;
	vertical-align: middle;
	font-size: 11px;
}

.report-list p {
	margin: 0 0 0px;
}

input.short {
	width: 130px;
}

input.other {
	width:200px;
}

input.norm {
	width: 300px;
}

input.wide {
	width: 700px;
}

textarea.address {
	width:300px;
	padding:1px;
}

textarea.detail {
	width: 100%;
	padding: 2px;
	margin: 0;
}
textarea.csvdata {
	width: 100%;
	padding: 2px;
	margin: 0;
	height: 100px;
}

textarea.other_comments, textarea.other_messages {
	width: 100%;
	padding: 2px;
	margin: 0 0 10px;
	height:120px;
}

textarea.sql {
	width: 100%;
	padding: 2px;
	margin: 0 0 10px;
	height:120px;
}

textarea.configure-email-entry {
	height:200px;
	width:100%;
}

td.detail {
	padding:0;
}

select.veryshort {
	width:80px;
}

select.short {
	width:130px;
}

select.norm {
	width:300px;
}

select.extended {
	width:350px;
}

#no-permission {
	width:600px;
	font-weight:bold;
	border: 2px solid orange;
	margin: 60px auto 30px;
	text-align: center;
	padding:20px;
}

hr {
	margin: 20px 0;
}

legend {
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
table.status-search-results {
  width: 100%;
}
.status-search-type {
  margin-bottom: 15px;
}
form .status-form-field label {
  width: auto;
  margin: 0 10px 0 0;
}
#status_search_phrase {
  width: 300px;
}
.status-form-field {
  float: left;
  margin: 0 30px 0 0;
}
.status-form-field-right {
  margin: 0 0 0 30px;
}
.search-submit {
  padding: 0;
}
.search-button {
  background: #777;
  color: white;
  margin: 0;
  padding: 5px 12px;
  border: 1px solid black;
  font-size: 0.9em;
  cursor: pointer;
}
.search-button:hover {
  color: #444 !important;
  background: #eee !important;
}
#search_submit.search-button {
  font-size: 1.2em;
  width: 100%;
}
#search_reset.search-button {
  background: red;
}
#search_export_list.search-button, #search_export_postal.search-button {
  background: #06c;
}
.search_all_label {
  font-weight: normal;
  font-size: 10px;
  float: none;
  width: auto;
  margin-left: 5px;
}
.status-form-buttons {
  position: relative;
  width: 100%;
  height: 50px;
}
.status-form-buttons-left {
  position: absolute;
  top: 0;
  left: 0;
}
.status-form-buttons-right {
  position: absolute;
  top: 0;
  right: 0;
}
.status-form-buttons-center {
  margin: 0 auto;
  width: 80px;
}
.status_search_help_area {
  display: none;
  border: 2px solid #06c;
  padding: 10px;
  background: aliceblue;
  position: relative;
}
.status_search_help_close {
  background: black;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.status_search_help_button {
  width: 100px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid black;
  background: #0cf;
  color: white;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
}
/******************************/

	br.breakhere {
    display: none;
  }
	tr.single {
		height: 30px;
		padding: 4px;
		}
	tr.linenhalf {
		height: 25px;
		padding: 3px;
		}

.field-area {
	width:350px;
	height:150px;
}

.field-select {
	width:200px;
}

.andor {
	width:100px;
}

.center {
	text-align: left;
}

/******************************/
p.no-saved-reports {
	text-align:center;
	font-weight:bold;
}

p.question {
	font-weight: bold;
	margin-top: 10px;
}
p.warning {
	font-weight: bold;
	color:red;
}

p.participant-email-sent {
	color:green;
}

p.participant-email-not-sent {
	color:red;
}

.print-details {
	width: 500px;
	margin: 0 auto;
	padding:10px;
	border: 2px solid darkblue;
	background-color: #f8f8f8;
}

.print-details p {
	text-align: justify;
}

.print-details .center {
	text-align: center;
}

.checkbox-array-box {
	margin: 0;
	display: block;
	width: 25px;
	float: left;
}

.checkbox-array-value {
	margin: 2px 0 0;
	display: block;
	line-height: 135%;
}


#footer {
	border-top:2px solid #bb1d2b;
	margin-top:40px;
	width:100%;
	height:80px;
	text-align:center;
	font-size:9px;
	background-color:#f8f8f8;
}

#ridbc-logo {
	width:360px;
	height:50px;
	margin:10px 0;
	float:left;
}

#footer-text {
	width: 480px;
	float:left;
	margin-top:10px;
}

a.download-consent {
  color: green;
}

a.upload-consent {
  color: red;
}

.highlight {
  color: #bb1d2b;
}

.outdated_question {
  color: #aaa;
}

.acvir_continue_button {
  display:block;
  width: 300px;
  text-align: center;
  background: red;
  color: white;
  border: 1px solid black;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
  margin: 10px auto 20px;
  font-weight: bold;  
}
#container {
  margin: 20px auto;
  width: 368px;
}
#filetitle {
  margin: 5px auto;
  font-weight: bold;
  width: 522px;
}
#filelist {
  width: 520px;
  border: 1px solid black;
  min-height: 100px;
  margin: 0 auto 40px;
}
.acvir_upload_button {
  display:block;
  width: 150px;
  text-align: center;
  background: #0066dd;
  color: white;
  border: 1px solid black;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
  float: left;
}
.instruction_upload_p {
  margin-bottom: 5px;
}
.instruction_upload_step {
  font-style: oblique;
  font-weight: bold;
}
.instruction_upload_note {
  font-style: oblique;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.filelist_line {
  font-size: 12px;
  padding: 5px 10px;
}
.filelist_even {
  background: #ddd;
}
.filelist_odd {
  background: #f0f0f0;
}
.filelist_name {
  width: 400px;
  float: left;
}
.filelist_size {
  width: 50px;
  float: left;
}
.filelist_progress {
  width: 50px;
  float: left;
  text-align: right;
  font-weight: bold;
}
#result_log {
  color: darkgreen;
  text-align: center;
  display: none;
  font-weight: bold;
}
.admin_notes_present {
  color: #58bf15;
}
span.nobold {
  font-weight: normal;
}
.duplicate_link {
  color: green;
  font-weight: normal;
}

.section-table {
  
}
.section-child-table {
  
}
.section-footer-table {
  
}
.section-footer-table .sf_col_1 {
  width: 80%;
}
.section-footer-table .sf_col_2 {
  width: 10%;
}
.section-footer-table .sf_col_3 {
  width: 10%;
}
.section-footer-table.section-footer-table-page-1 .sf_col_1 {
  width: 80%;
}
.section-footer-table.section-footer-table-page-1 .sf_col_2 {
  width: 20%;
}
.bordered_table {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-collapse: collapse;
}
.bordered_table tr td {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 3px 5px;
  text-align: center;
}
.bordered_table tr td.yn_col_1, .bordered_table tr td.difficulty_col_1 { 
  text-align: left;
}
.bordered_table tr.even {
  background: #eee;
}
.responsive_hide_label {
  display: none;
}
#file_upload_container {
  display: none;
}
.record_inactive {
  text-transform: uppercase;
  color: red;
  margin-bottom: 5px;
}
.record_active {
  text-transform: uppercase;
  color: green;
}
.no_letter_sent {
  color: red;
}
.letter_due_now {
  color: red;
}
.letter_due_soon {
  color: blue;
}
.letter_not_due {
  color: black;
}
.participant_activate_button, .participant_posted_button {
  display: inline-block;
  padding: 2px 8px;
  background: #666;
  clear: both;
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 14px;
}
.participant_posted_button {
  margin-top: 5px;
  background: #06c;
}
.tools_name_input {
  float: left;
  margin-right: 20px;
}
.tools_name_input input[type="text"] {
  width: 220px;
}
.tools_name_input label {
  float: none;
  display: block;
  margin-bottom: 5px;
  width: auto;
}