/* ZODIAC LOGO GRADIENT (used in loader) */
.zGradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003970+0,005b8a+50,53b4d7+100 */
	background: #003970; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #003970 0%, #005b8a 50%, #53b4d7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #003970 0%,#005b8a 50%,#53b4d7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #003970 0%,#005b8a 50%,#53b4d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003970', endColorstr='#53b4d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*Customer and TMP customer styling*/
ul.customer_picker_selection_ul li.is_tmp_customer {
	font-style: italic;
}

ul.customer_picker_selection_ul li.is_customer {
	font-weight: bold;
}

/*PN and SERIES, REGULAR and TMP styling*/
.pn_picker_selected_pns_tree_div li.li_tmp_pn {
	font-style: italic;
}
.pn_picker_selected_pns_tree_div li.li_pn {
	font-weight: bold;
}

.pn_picker_selected_pn_series_tree_div li.li_tmp_pn_series {
	font-style: italic;
}
.pn_picker_selected_pn_series_tree_div li.li_pn_series {
	font-weight: bold;
}
.pn_picker_selected_pn_series_tree_div li.li_pn_series li {
	font-weight: bold;
}

.pn_picker_selected_pn_series_tree_div li.li_tmp_pn_series li.li_tmp_pn {
	font-weight: normal;
	font-style: italic;
}
.pn_picker_selected_pn_series_tree_div li.li_tmp_pn_series li.li_pn {
	font-weight: bold;
}
.pn_picker_selected_pn_series_tree_div li.li_pn_series li.li_pn {
	font-weight: bold;
}




/*DASHBOARD INDIVIDUAL TABLE HEIGHT*/
#dashboard_container_table>tbody>tr>td {
	height: 300px;
	vertical-align: top;
}
#dashboard_container_table>tbody>tr>td>div {
	height: 300px;
}

#dashboard_container_table table tbody td {
	color: white;
	font-weight: bold;
}

/*LEGENDS*/
fieldset.legend div.legend {
	width: 250px;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	display: table-cell;
}

/* VALIDATION WORKFLOW INTERNAL REVIEW EXPANDABLE/COLLAPSIBLE TDs*/
td.textarea_td_collapsible.expanded {
	white-space: pre-line;
}

td.textarea_td_collapsible.collapsed {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: block;*/
	padding: 8px 8px 8px 8px;
}


tr.validatedComment {
	background-color: rgba(0,0,0,0.25);
}


.csv_aircrafts_textarea {
	min-height: 100px;
	max-height: 100px;
	resize: none;
	overflow: auto;
}