/* CSS Document */

/*.section-funds-performance * {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
	font-size: 12px
}*/

.section-funds-performance a,
.section-funds-performance a:visited {
	color: #5482ab;
}

.section-content {
	width: 810px;
	margin-left:137px;
	text-align: left;
}

#section-disclaimer-non-std {
	padding: 10px;
	min-height: 70px;
}

#section-disclaimer-unit-vals {
	padding: 10px;
	min-height: 70px;
	display: none;
}

#label-prompt-select-product {
	padding: 0 0 10px;
    text-align: center;
    font-weight: bold;
}

.section-header {
	background: #e7e4e2;
	padding:2px;
	border:1px solid #aea79f;
}

.section-header-products {
	padding: 10px 5px;
	display: inline-block;
}

.products-section-title, .funds-section-title, .default-section-title {
	display: inline-block;
	color: #003946;
	font-weight: bold;
	font-size: 18px;
}

.default-section-title {
	padding-bottom: 10px;
}

.products-header-filter-button, .funds-header-filter-button {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px;
}

.products-section-content, .funds-section-content {
	padding: 10px 0;
}

.products-section-content select {
	width:300px;
}

#formAccountOpenDateOption, 
#formInvestmentOption, 
#formAcplOption, 
#formOptionalBonusOption,
#formCdscOption {
	display:none;
	vertical-align: top;
}

#formCdscOption {
	width: 100%;
}

.section-product-radio-options {
	display: none;
	line-height: 21px;
}

.section-product-radio-options label {
	font-size: 10px;
	vertical-align: text-top;
}

.section-product-radio-options .extra-options-label-heading, 
.container-form-price-level-options .extra-options-label-heading {
	font-size: 11px;
    display: block;
    margin-bottom: 2px;
}

.section-product-radio-options input {
	margin-left: 20px;
}

.container-form-price-level-options input {
	margin-left: 0;
}

.section-header-funds {
	width:389px;
	padding: 10px 5px;
	display: inline-block;
	vertical-align: top;
}

.funds-header-filter-button-mid {
	padding: 0 5px;
	margin: 0 5px;
	border-left: 1px solid #6f94b5;
	border-right: 1px solid #6f94b5;
}


.label-search-page {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 10px;
	display: inline-block;
}

.input-search-in-page {
	padding:2px;
	width: 170px;
}

.button-search-in-page {
	padding: 2px 7px;
	margin: 0 5px;
	border-radius: 2px;
	font-weight: bold;
}

.fp-button {
	border-radius: 2px;
	border:1px solid #948e87;
	cursor: pointer;
}

input[type="submit"][disabled] {
  color: #CCC;
  cursor: default;
}

.gradient-blue {
	background: rgb(0,57,70);
	background: -moz-linear-gradient(0deg, rgba(0,57,70,1) 0%, rgba(55,105,136,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,57,70,1) 0%, rgba(55,105,136,1) 100%);
	background: linear-gradient(0deg, rgba(0,57,70,1) 0%, rgba(55,105,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003946",endColorstr="#376988",GradientType=1);
}

.gradient-straw {
	background: rgb(249,234,193);
	background: -moz-linear-gradient(0deg, rgba(249,234,193,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(249,234,193,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(249,234,193,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9eac1",endColorstr="#ffffff",GradientType=1);
}

.gradient-grey {
	background: rgb(217,213,210);
	background: -moz-linear-gradient(0deg, rgba(217,213,210,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(217,213,210,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(217,213,210,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d5d2",endColorstr="#ffffff",GradientType=1);
}

.horizontal-divider {
	height: 2px;
	width: 810px;
	margin: 10px 0;
	background: #eaab00;
	border-bottom: 1px solid #eeeeee;
}

.section-filter-date {
	padding: 5px 20px;
}

.date-picker {
	border: 1px solid #CCC;
	width: 80px;
}

#form-datepicker {
	display: inline-block;
}

#form-buttons {
	display: inline-block;
	vertical-align: top;
}

::-webkit-input-placeholder { /* Edge */
  font-size:10px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size:10px;
}

::placeholder {
  font-size:10px;
}




/* ExtJS overrides */
.section-funds-performance .x-grid-with-row-lines .x-grid-cell-inner {
	padding: 3px 6px 18px;
}

.section-funds-performance .x-grid-row .x-grid-cell {
	background-color: #f9eabf;
}

.section-funds-performance .x-grid-row-alt .x-grid-cell, 
.section-funds-performance .x-grid-row-alt .x-grid-rowwrap-div {
	background-color: #fcf2d9;
}

.section-funds-performance .x-column-header-inner .x-column-header-text {
	white-space: normal;
	text-align: center;
}

.section-funds-performance .x-grid-header-ct,
.section-funds-performance .x-column-header, 
.section-funds-performance .x-column-header-over, 
.section-funds-performance .x-column-header-sort-ASC, 
.section-funds-performance .x-column-header-sort-DESC {
	background: #426788;
	background: -moz-linear-gradient(top,  #426788 0%, #7db9e8 100%);
	background: -webkit-linear-gradient(top,  #426788 0%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #426788 0%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426788', endColorstr='#7db9e8',GradientType=0 );
}

.section-funds-performance .x-column-header-inner .x-column-header-text {
	color: #FFF;
    text-decoration: underline;
}

.section-funds-performance .x-column-header-inner {
	text-align: center;
	padding: 10px 0 4px !important;
	line-height: 13px;
}

#section-tab-selector a, 
#section-tab-selector a:visited {
	color: #FFF;
	text-decoration: none;
}

.btn-tab-switch {
	display: inline-block;
    padding: 10px;
    font-weight:bold;
    border: 1px solid #CCC;
    border-bottom: 0 none;
}

#section-tab-selector {
	display: none;
}

.btn-tab-active {
	background: #446a8c;
}

.btn-tab-inactive {
	background: #CCC;
}

#section-results-unit-vals {
	display: none;
}

#section-legal-unit-vals {
	display:none;
}

.x-window-body-default {
	background: #FFF;
}

.container-form-price-level-options {
	display:inline-block;
	border-right:1px solid #CCC;
	padding: 5px;
}

#formOptionalBonusOption, #formCdscOption {
	border: 0 none;
}

#containerOptBonusCDSC {
	border-right: 1px solid #CCC;
}


.section-form-price-level-options {
	background: #DDD;
}

.section-no-results {
	display: block;
	text-align: center;
    color: red;
    font-weight: bold;
    padding-top: 50px;
}

.x-column-header-sort-ASC .x-column-header-text {
	padding-right: 18px;
	background: no-repeat right 4px;
	background-image: url('/international/images/icons/grid-sort-asc.gif');
	background-size: 12px;
}

.x-column-header-sort-DESC .x-column-header-text {
	padding-right: 18px;
	background: no-repeat right 5px;
	background-image: url('/international/images/icons/grid-sort-desc.gif');
	background-size: 12px;
}


#container-results-buttons {
	display: inline-block;
	float:right;
	margin-top: 10px;
}

#container-results-buttons .btn-icon-download {
	display: inline-block;
	width: 13px;
	height: 16px;
	margin-right: 3px;
}

#container-results-buttons a, #container-results-buttons a:visited {
	display: inline-block;
	color: #999 !important;
	vertical-align: bottom;
}

#btn-link-download-results {
	display:none;
	background: no-repeat;
	background-image: url('/international/images/icons/excel_icon.gif');
	padding-left: 15px;
}


tr.x-grid-row.x-grid-row-over  td, tr.x-grid-row-alt.x-grid-row-over td{
    background-color: #DDD !important;
}