/**
	@title Quicken for Mac
	@description default stylesheet
	@author Michael Turnwall

	Mickey Roberson	08/27/10	[DE1307] Removed unnecessary printed report clutter (cloud background)
	Lane Roathe		08/30/10	[S692] Add export button
	Leigh Chapman	09/10/10	[DE1671] Updated to use system fonts
	Mickey Roberson	10/22/10	[DE1873] Added a clearSwatch for inflow/outflow category explorer legend rows
	Mickey Roberson	11/02/10	[DE1832] Replaced gray line image with a gray background that does not suffer from a limited height
									for the budget vertical today marker.
	Lane Roathe		11/16/10	[DE1905] add background color to image specification for improved display w/large reports (esp new CS)
	Lane Roathe		01/10/11	[S868] Update budget report to display income and expense budget sections
	Lane Roathe		02/26/11	[DE2126] inner wrapper should not be taller than outer wrapper (causes display issues)
*/

:root {
    --labelColor: #ffffffd8;
    --secondaryLabelColor: #ffffff8c;
    --contentBackgroundColor: #1d1d1d;
    --dividerLineColor: #464646;
}

* {
    margin: 0;
    padding: 0;
}

html {
    background-color: var(--contentBackgroundColor);
}

body {
    font: 13px/1.3em "HelveticaNeue", "Helvetica Neue", Calibri, sans-serif;
   /* -webkit-font-smoothing: antialiased;*/
    color: var(--labelColor);
    border-top: none;
}

@media screen {
    body {
        background: none;
    }
}

@media print {
    a.settingsButton,
    a.exportButton {
        visibility: hidden;
    }
}

.overviewStepA {
    color: #666666;
}

h1, h2, h3 {
    color: var(--labelColor);
    padding-bottom: 7px;
}

h1 {
    border-bottom: 1px solid var(--dividerLineColor);
    margin-bottom: 25px;
    padding-bottom: 5px;
}

h2 {
	font: 19px "HelveticaNeue", "Helvetica Neue", Calibri, sans-serif;
	color: var(--labelColor);
	font-weight: normal;
}

h1#pageTitle {
    font: 25px "HelveticaNeue", "Helvetica Neue", Calibri, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    color: var(--labelColor);
    padding-bottom: 20px;
    margin-bottom: 13px;
}

h3 {
    font-size: 12px;
}

p {
    padding-bottom: 7px;
}

ul {
    list-style: none;
}

/**
	Begin: Links
-----------------------------*/
a {
    text-decoration: none;
}

a.buttonLink {
    float: left;
    text-indent: -4000px;
}

a.getStartedLink {
    background-color: #007ac9;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: var(--labelColor);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 164px;
    height: 30px;
    padding-top: 12px;
    margin: 5px 0 30px 20px;
}

/* button for budget zero data state */
a.addCategoryTags {
    background: url(../images/buttons/add_categories_tags.png) no-repeat 0 0;
    width: 198px;
    height: 43px;
}

a.getStartedLink:hover, a.addCategoryTags:hover {
    background-color: #0172bc;
}

a.getStartedLink:active, a.addCategoryTags:active {
    background-position: 0 -86px;
}

#stepACont a.getStartedLink {
    margin-left: 24px;
}

a.seeAllLink {
    float: right;
    color: #000;
    font-size: 10px;
}

a.settingsButton,
a.exportButton,
a.updateAllBtn  {
    float: right;
    position: relative;
	font-family: HelveticaNeue,"Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	margin: 0;
	padding: 5px 10px 5px 10px;	
	color: #454545; 
	text-decoration: none; 
	font-size: 13px; 	
	line-height: 13px;
	text-align: center;
	border:1px solid #ddd;
	text-shadow: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
}

a.settingsButton:hover,
a.exportButton:hover,
a.updateAllBtn:hover  {
    background-image:none;
    background-color:#eee;
}
a.settingsButton:active,
a.exportButton:active,
a.updateAllBtn:active  {
    background-image:none;	
    background-color:#e5e5e5;
}

a.settingsButton.disabled,
a.exportButton.disabled,
a.updateAllBtn.disabled  {
    color: #bebebe;
}

a.prevItemButton {
    background: url("../images/overview-sprite.png") no-repeat scroll -318px 0 rgba(0, 0, 0, 0);
    height: 20px;
    width: 18px;
    display: block;
    float: left;
    padding-left: 5px;
}
a.prevItemButton:hover{
    background-position: -428px 0;
}
a.currentItemButton {
    background: url("../images/overview-sprite.png") no-repeat scroll -349px 0 rgba(0, 0, 0, 0);
    height: 20px;
    width: 18px;
    display: block;
    float: left;
    padding-left: 5px;
}
a.currentItemButton:hover{
    background-position: -459px 0;
}
a.nextItemButton {
    background: url("../images/overview-sprite.png") no-repeat scroll -380px 0 rgba(0, 0, 0, 0);
    height: 20px;
    width: 18px;
    display: block;
    float: left;
    padding-left: 5px;
}
a.nextItemButton:hover{
    background-position: -490px 0;
}
.navItemButtons {
    float: left;
}

.navItemButtonsSC {
    float: left;
}

/**
	Begin: Headers
-----------------------------*/
.hdr {
    text-indent: -4000px;
}

#seeWhereMoneyGoes {
    font: 19px "HelveticaNeue", "Helvetica Neue", Calibri, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    padding: 0;
    width: 400px;
    height: 28px;
    color: #var(--labelColor);
}

#stayOnTop, #setGoalsToSave {
    font: 19px "HelveticaNeue", "Helvetica Neue", Calibri, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    padding: 0;
    width: 320px;
    height: 22px;
}

#yourAccountsHdr {
    background: url(../images/icons/account_summary_16x16.png) no-repeat 0 0;
    padding: 1px 0 5px 20px;
    font: 12px "HelveticaNeue", "Helvetica Neue", Calibri, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

/**
	Begin: Layout
-----------------------------*/
#outerWrapper {
    width:auto;
    max-width:inherit;
    margin-bottom: 20px;
    position: relative;
    padding: 13px 0;
}

#innerWrapper, #zeroDataWrapper, #innerWrapperAllAccountsReport, #innerWrapperPortfolioBalance, #innerWrapperBudget {
    position: relative;
    z-index: 2;
    background-color: #1d1d1d;
    margin: 0 10px;
    padding: 0 20px;
}

#innerWrapperAllAccountsReport_empty {
    position: relative;
    z-index: 2;
    margin: 0 10px;
    padding:0 20px;
    background-color: transparent;
}

#tagCloudDeatil #innerWrapper {
    width:auto;
    max-width: inherit;
}

#pageOverview {
    padding-bottom: 40px;
}

div.realizedGainLossWrapper.treeCollection {
    margin-right: 20px;
}

.inactive {
    color: #999;
}

.inactive h2 {
    color: #AAAAAA;
}

.clearAfter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.swatch {
    background: url(../images/swatchOverlay.png) no-repeat 0 0;
    padding-left: 16px;
    margin-left: 4px;
    margin-right: 8px;
    height: 16px;
}

.emptySwatch {
    padding-left: 16px;
    margin-left: 4px;
    margin-right: 8px;
    height: 16px;
}

.warning {
    color: #c82c00 !important;
}

#upcomingMonthStatic {
    margin-top: 2px;
    margin-left: 10px;
    float: left;
    color: #888;
    font-size: 15px;
}

.negAmount {
    color: rgb(223, 62, 62);
    font-weight: 700;
}

.posAmount {
    color: var(--labelColor);
    font-weight: 700;
}

.transferAmount {
    color: var(--labelColor);
}

.todayMarker {
    position: relative;
    pointer-events: none;
}

.savingsGoalsTableWrapper {
    margin-top: 25px;
    padding-bottom: 20px;
}

.netTotals {
    position: relative;
    text-align: right;
}

.netTotals .netSubTotal {
    margin-top: 5px;
    padding: 5px;
    font-size: 12px;
}

.netTotals .netDiv {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 2px solid #B0B0B0;
}

.netTotals .netDivLight {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #B0B0B0;
}

.netTotals .netTotal {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.netTotals .netItem {
    width: 250px;
}

.netTotals .netValue {
    width: 100px;
}

.netValue.netPositive {
    color: green;
}

.netValue.netNegative {
    color: red;
}

.netValue.netGray {
    color: gray;
}

.hTodayMarkerOuter {
    position: relative;
    z-index: 20;
    background: #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 2px;
}

.hTodayMarkerInner {
    background: url(../images/today_marker_h2.png) no-repeat 0 0;
    background-size: 73px 55px;
    position: relative;
    z-index: 21;
    padding: 14px 0 0 20px;
    width: 72px;
    height: 50px;
    font-size: 12px;
    font-weight: regular;
    text-transform: uppercase;
    color: #888;
    line-height: 14px;
}

.hTodayMarkerInner span, .vTodayMarkerInner span {
    text-transform: capitalize;
    color: #969696;
    font-size: 12px;
    font-weight:bold;
}

.vTodayMarkerOuter {
    background-color: rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 21;
    width: 1px;
}

.vTodayMarkerInner {
    background: url(../images/today_marker_v_bottom.png) no-repeat 0 0;
    position: relative;
    z-index: 22;
    padding: 15px 0 0 0;
    width: 88px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #969696;
    line-height: 14px;
}

.pieGraphCont {
    display: inline-block;
}

#stepACont table {
    float: left;
    padding: 15px 0 10px 0;
    width: 100%;
}

table.graphLegend th {
    font-weight: normal;
}

table.graphLegend th.graphTitle {
    text-transform: uppercase;
    color: black;
}

table.graphLegend th, table.graphLegend td {
    text-align: left;
    background: url(../images/backgrounds/dotted_separator_h.png) repeat-x 0 100%;
    padding: 4px 4px;
}

.quickzoom {
    /* this must appear after the above "background" selector */
    cursor: pointer;
}

table.graphLegend td.amountCol, table.graphLegend td.percentCol {
    text-align: right;
}

td.amountCol {
    font-weight: bold;
}

td.percentCol {
    color: #666666;
}

/*All Account report specific*/
#innerWrapperAllAccountsReport {
    min-width: 546px;
    width: 93%;
}

/** style the dropdown  */

div.select_arrow_wrapper{
    cursor: pointer;
    display: block;
    float: right;
    height: 12px;
    width: 10px;
    margin-top: -14px;
    padding-right: 3px;
    pointer-events: none;
}
select{
    float: left;
    color: var(--labelColor);
    font-family: HelveticaNeue,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    cursor: pointer;
    height: 22px;
    width: 200px;
    padding:2px 10px 2px 10px;
    background-color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
}
div.select_arrow_wrapper div.arrow_up{
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #454545;
}

div.select_arrow_wrapper div.arrow_down{
    width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
    border-top: 3px solid #454545;
    margin-top: 2px;
}
div.currencies_select_div,
div.time_frame_select_div{
	border: 1px solid #5c5c5c;
	border-radius: 4px;
	overflow: hidden;
	width: 150px;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 1;
}
body#overview div.currencies_select_div,
body#accountsSummary div.currencies_select_div{
	margin-right: 20px;
}
th.lastUpCol, td.lastUpCol{
    display: none!important;
}
.hide{
    display: none!important;
}

/* Payee Summary Report===================== */
#instafilta-field{
    font-size: 16pt;
    width: 300px;
}
.instafilta-match {
    font-weight: bold;
}
.payeeZero {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
    text-align: center;
    padding-top: 50px;
    font-size: 16pt;
    color:#999999;
    display:none;
}
.payeeZero p{
    margin-bottom: 10px;
}
a.settingsLink {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
    font-size: 16pt;
    color:#137CC6;
    text-decoration: none;
}
a.settingsLink:hover {
    text-decoration:underline;
    color:#137CC6;
}
