﻿/*!
* jQuery Mobile 1.4.2
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/*
	As specified in Veo One "co-creation document"
*/

/*
	"#43B02A", "#2480D2", "#D30014", "#EF9600", "#70B0C5", "#F76C79", "#183028", "#235029", "#EDA223", "#3C9F26"
*/

body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: white;
}

p {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

h1 {
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	line-height: 9px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

.info1 {
	font-size: 11px;
	line-height: 12px;
}

.info2 {
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
}

/* Overwritten styles for Infragistics charts displayed on Executive Summary */
#MonthlyAssetsChart .ui-chart-palette-1{ background-color: #2480D2 !important; border: 1px solid #666666 !important }
#FeesChart .ui-chart-palette-1{ background-color: #EF9600 !important;border: 1px solid #666666 !important }
#MonthlyPerformanceChart .ui-chart-palette-1{ background-color: #183028 !important; border: 1px solid #666666 !important }
/*#PerformanceSummaryChart .ui-chart-palette-1{ background-color: #43B02A !important; border: 1px solid #666666 !important }*/
#PerformanceSummaryChart .ui-chart-palette-1{ background-color: #70B0C5 !important; border: 1px solid #666666 !important }

/* Infragistics Grid and Chart */

.esHeader {
	margin:0; 
	padding:0px; 
	border:0px; 
	min-width:520px; 
	max-width:726px;
}
.esChart {
	background: white; 
	margin: -20px 1px 0 1px; 
	padding: 10px; 
	font-size: 12px;
}

.esChartHeader {
	/*background: #333333;
	background: linear-gradient(to right, #EAEAEA, white);*/
	margin: -10px 0 10px -10px; 
	padding: 10px;
	vertical-align: central;
	border: 0px; 
	width: 100%; 
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
    position: relative;
}

.esButton {
	background: #3C9F26;
	background: linear-gradient(#43B02A, #3C9F26) !important;
	border: none;
	color: white !important;
	text-align: center;
	text-decoration: none !important;
	font-size: 10pt;
	margin: -4px 0 0 3px !important;
	cursor: pointer;
	height: 24px;
	width: 100px !important;
	border-radius: 4px;
	float: right;
	vertical-align: middle !important;
	padding-top: 3px !important;
	font-weight: normal !important;
}

button:disabled, button[disabled] {
    background: #EAEAEA !important;
	color: #666666 !important;
	opacity: 1 !important;
}

/*input[type="button"].esButton:disabled {
    background: #EAEAEA !important;
	color: black !important;
}*/

.esChartContainer {
	width: 520px;
	height: 100%;
	position: relative;
	padding-top: 8px;
}

.esGridContainer {
	/*width: 520px;*/
	/*width: 100%;*/
	height: 100%;
	/*position: relative;*/
	/*padding-top: 8px;*/
	font-size: 11px;
	margin: -10px 10px 10px 10px;
}

.esChartLeft {
	float: left;
    position: relative;
	vertical-align: middle;
	padding-top: 8px;
	height: 100%;
}

.esChartLegend {
	vertical-align: middle;
}

.exporting-overlay {
    position: absolute;
    background-color: rgba(181, 181, 181, 0.9);
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: top;
	width: 100%;
	height: 100%;
}
.exporting-overlay:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.exporting-text {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

#ComparisonLegend table {
	margin: 0px auto 0px auto;
}
#ComparisonLegend tr {             
	display: inline-block;         
}
#ComparisonLegend td {
	padding: 0px 0px 0px 10px;
}

/* Tabs */
/* based on https://codepen.io/oknoblich/pen/tfjFl */

main {
	width: 542px;
	/*padding: 10px;*/
	/*margin: 0 auto;*/
	margin: 0;
	background: #FFFFFF;
}

section {
	display: none;
	padding: 20px 0 0;
	min-height: 180px;
	border: 1px solid #CCCCCC;
}

input:not([type="radio"]){
	display: inline-block !important;
}

label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

label:before {
	font-weight: normal;
	margin-right: 10px;
}

label:hover {
	color: #333333;
	cursor: pointer;
	margin: 0;
}

input:checked + label {
	/*color: #666666;*/
	/*border: 1px solid #CCCCCC;*/
	/*border-top: 2px solid #EF9600;*/
	/*border-bottom: 1px solid #FFFFFF;*/
}

input:checked + label:hover {
	margin-bottom: -1px;
	/*color: #333333;*/
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
	display: block;
}

td .esChartContainer {
	padding: 0px;
}

table td .ui-chart-legend-item-text {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 0px;
}

table td .ui-chart-legend-item-badge {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 0px;
}
