﻿/*
    These styles control the appearance of the labels.

    Refer also to table.td_table_detailsview tr td {} in other css file.

	Refer to td_viewing_colour_scheme.css for colours.

    Sample code not used can be found at the end of this document.
*/

/* Data Entry Label -------------------------------------------------- */

.td_label_dataentry,
.td_label_dataentry_v2,
.td_label_gridview_control_rhs,
.td_label_general_info,
.td_label_title {
    background-color: transparent;
}

span.td_label_dataentry,
span.td_label_dataentry_v2,
label.td_label_dataentry,
label.td_label_dataentry_v2,
td.td_label_dataentry label, /* This occurs in controls such as ChangePassword */
td.td_label_dataentry_v2 label,
span.td_label_gridview_control_rhs
{
	border: 0px none transparent;
	background-color: transparent; /* #5EA2D6; */
    color: #5EA2D6; /* white; */
	/* display: table-cell; */
	/* line-height: 30px; */ /* Setting line-height will cause large gaps when the text wraps. It was originally specified to get text centred vertically. */
}

span.td_label_dataentry,
label.td_label_dataentry,
td.td_label_dataentry label { /* This occurs in controls such as ChangePassword */
    float: right;
	height: 30px;
	min-width: 150px;
	padding-left: 10px;
	padding-right: 10px;
    text-align: right; /* This is crucial for when text wraps onto a second line. */
}

span.td_label_dataentry_v2,
label.td_label_dataentry_v2,
td.td_label_dataentry_v2 label {
    float: left;
    text-align: left; /* This is crucial for when text wraps onto a second line. */
}

/* td_label_dropdownlist_user_trading_book_header -------------------------------------------------- */
.td_label_dropdownlist_user_trading_book_header { /* span */
	margin-right: 25px;
	/*min-width: 200px;*/
}

span.td_label_general_info_rhs {
    float: right;
}
span.td_label_general_info_lhs {
    float: left;
}

.td_label_gridview_control_rhs {
	text-align: right;
}

/* -------------------------------------------------- */
/* These are specific to market/td_market_data_main.aspx and highlight issuers who do not support fossil fuels */
.td_label_issuer_fossil_fuel_supporter_yes {
	/* color: red; Don't do anything to the issuers who support fossil fuels */
}
.td_label_issuer_fossil_fuel_supporter_no {
	color: #32CD32; /* Fallback */
	color: LimeGreen;
	/* font-weight: bold; */
}
/* -------------------------------------------------- */

div.td_label_news_article {
	font-size: 14px;
}

span.td_label_news_subtitle {
	font-size: 14px;
}

span.td_label_news_title {
	font-size: 20px;
}

.td_label_popup_error {
}

.td_label_repeater_empty {
	color: red;
}

label.td_label_title_text,
span.td_label_title_text, /* This happens when td_label_title_text is on a popup */
span.td_label_title_text_suffix, /* This span will existing with a label and will be used to highlight text within that label (e.g. different colour) */
span.td_label_category
{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

span.td_label_category
{
	font-size: 26px;
}

label.td_label_title_text,
span.td_label_title_text, /* This happens when td_label_title_text is on a popup */
span.td_label_category
{
	color: #0D0D0D;
}
span.td_label_title_text_suffix /* This span will existing with a label and will be used to highlight text within that label (e.g. different colour) */
{
	color: #0D0D0D; /* Pre May 2016 #E26527; */
}

label.td_label_title_text_chart
{
	color: #001742; /* 00 23 66 */
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}

/* end --------------------------------------------------  */