/**
 * generic forms and admin
 *
 */

#form_instructions {
  border:1px solid #000000;
  padding:6px;
  margin-bottom:8px;
  background-color:#FFFFDD;
}

#form_instructions h2 {
  color:#000000;
  font-weight:bold;
  margin-bottom:0;
  margin-top:0;
}

#form_instructions h3 {
  color:#7D0009;
  font-weight:bold;
  margin:8px 0 0;
}

#form_instructions p {
  margin:0 0 0 10px;
  padding:0;
}

#form_instructions span {
  display:block;
  font-weight:bold;
  padding:4px 4px 4px 16px;
}

.form-item label {
	margin-top:0;
  display:inline;
}

.form-item-airport-name {
	margin-top:0;
}

.form-item .description,
.custom_form_instructions
{
	color: #004681;
	font-family: arial;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-bottom: 0;
  clear:both;
}
.custom_form_legend {
	color: #b29849;
	font-size: 1.3em;
	padding: 0 2px;
}
.custom_form_fieldset {
	/* width: 626px; */
  border: 2px solid #e5e5e5;
  margin-bottom: 2em;
  padding-left: 12px;
}

.custom_form_fieldset legend {
	color: #aaaaaa;
	font-size: 1.3em;
	padding: 0 2px;
}


.prompt {
  display: inline-block;
  font-weight: bold;
}

.w100 {
	width:100px;
}

.w150 {
	width:150px;
}

.w200 {
	width:200px;
}

.w250 {
	width:250px;
}

.w300 {
	width:300px;
}

.w350 {
	width:350px;
}

table.reviewtable {
	width:100%;
}
table.reviewtable tr.stripe {
	background-color: #f1f1f1;
}
table.reviewtable td.col1 {
	width:36%;
  vertical-align: top;
}
table.reviewtable td.col2 {
	width:64%;
  vertical-align: bottom;
}
.formtable {
	width:100%;
}
.form-type-textarea .counter {
	font-size: 0.8em;
	text-align: right;
}
div.admin_content .admin_links {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: underline;
}

.admin_home_link,
.bnadmin_home_link
{
  text-align: right;
  margin-bottom: 10px;
  text-decoration: underline;
}
.form-item .description {
	clear:both;
	color: #004681;
	line-height: 1.2em;
  margin-left: 0;
	padding-top: 5px;
}

.form-item {
	margin-bottom: 1.3em;
}

.field_group
{
	overflow: hidden;
}
.field_group div
{
	margin-top:0;
	margin-bottom: 3px;
  margin-right:8px;
	float:left;
}
.field_group div div
{
	margin:0;
	float:none;
}

.form-item-dob,
.form-item-hs-name
{
  clear:both;
}
.form-type-radio {
	margin:0 !important;
}
input,
textarea,
select {
	color:#000000 !important;
}

textarea {
  font-family:monospace;
  font-size:inherit;
}

div.radio_error label {
	color:red;
}
.theme_table {
  border-bottom: 3px solid #CCCCCC;
  width: 100%;
  font-size:0.9em;
  margin-bottom:20px;
}

.theme_table th {
  line-height: 1.2em;
  padding: 0 4px;
  white-space: nowrap;
}

.theme_table .form-radio,
.theme_table .form-checkbox
{
  margin-bottom:0 !important;
  width: 20px !important;
  background-color: transparent;
  border: 0 none;

}

.theme_table td {
  padding: 4px 4px 8px;
}

.theme_table tbody tr td:first-child {
  width: 32px;
  text-align: center;
}

tr.even {
  background-color: #FFFFFF;
}
tr.odd {
  background-color: #EEEEEE;
}
.wrapit {
  white-space: normal !important;
}
/* .form-type-checkbox label, */
.review_prompt {
  float: left;
  font-weight: bold;
  width: 180px;
}
#custom-forms-sponsor-information-form .form-type-checkbox label {
  float: none;
  font-weight: normal;
  width: auto;
}
.page-admin .form-type-checkbox label {
  float: none;
  font-weight: bold;
  width: 180px;
}

input.form-checkbox, input.form-radio {
  vertical-align: text-top !important;
}


.tbl_report_fields {
  border-collapse: collapse;
}
.tbl_report_fields .select-all {
  text-align: center;
  width: 40px;
}
.tbl_report_fields input.form-checkbox {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: text-top !important;
}
.tbl_report_fields .theme_table td {
  padding: 4px 8px !important;
}

.center {
  text-align: center;
}

.green {
  color: green;
}

.bold {
  font-weight: bold;
}

.red {
  color: #CC0000;
}


#custom_form_nav_panel {
	float: left;
	min-height: 400px;
	margin-right: 20px;
	border: 2px solid #e5e5e5;
	padding: 10px 10px 10px 10px;
	width: 310px;
}

#custom_form_nav_panel h2 {
  font-family: "PT Sans",sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 5px 0 15px;
  letter-spacing: normal;
  color: black;
  border-bottom: none;
  padding-left: 15px;
}

#custom_form_nav_panel .custom_navtable td {
	padding:7px 8px;
	white-space: nowrap;
}

#custom_form_nav_panel .custom_navtable td.cb {
	width:16px;
	background-image: url("/images/legion/ui/custom_forms/custom_form_bbox.png");
	background-repeat: no-repeat;
	background-position: 0 14px;
	background-color: transparent;
}

#custom_form_nav_panel .custom_navtable td.cb.checked {
	background-image: url("/images/legion/ui/custom_forms/custom_form_bboxcheck.png") !important;
}

#custom_form_nav_panel .custom_navtable td.cb.editmode {
	background-image: url("/images/legion/ui/custom_forms/custom_form_bboxdot_red.png") !important;
}

#custom_form_nav_panel .custom_navtable td.cb.selected {
	background-image: url("/images/legion/ui/custom_forms/custom_form_bbox_select.png") !important;
}

#custom_form_nav_panel .custom_navtable td.cb.select_none {
	background-image: url("/images/legion/ui/custom_forms/custom_form_bbox_select_none.png") !important;
}

#custom_form_right_panel {
	float: left;
	width: 800px;
}

#custom_form_right_panel h2 {
  font-family: "PT Sans",sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin: 16px 0 8px;
  letter-spacing: normal;
  color: black;
  border-bottom: none;
}

#custom_form_right_panel td {
	vertical-align:top;
	padding:4px;
}

#custom_form_right_panel .formtable td {
	padding: 10px 0;
}

#custom_form_right_panel .formtable td td {
	padding: 0 4px 0 0;
}

#custom_form_right_panel .reviewtable {
	width:100%;
}

#custom_form_right_panel .reviewtable tr.stripe {
	background-color: #f1f1f1;
}

#custom_form_right_panel .reviewtable td.col1 {
	width:36%;
}

#custom_form_right_panel .reviewtable td.col2 {
	width:64%;
}

#custom_form_right_panel .fieldset-wrapper p {
}

#custom_form_right_panel .fieldset-wrapper label {
  /*padding-bottom: 10px;  rem 4 ora st */
  font-weight: bold;
}

#custom_form_right_panel .form-type-checkbox label {
  display: inline-table;
  padding-bottom: 0;
}

.biglink {
  padding: 10px;
}

.biglink a {
  color: #005380;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
}

.biglink a:hover {
  text-decoration: underline !important;
}

.page_title {
  font-family: "PT Sans",sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 5px 0 20px;
}
