/**
	@title Quicken for Mac
	@description styles for the Overview Sections
	@author Michael Turnwall

	Leigh Chapman	09/10/10	[DE1671] Updated to use system fonts
	Leigh Chapman	09/28/10	[DE1677] Overview titles should be aligned
	Lane Roathe		11/21/10	[DE1901] Match graph setup with budget
*/

#overview #innerWrapper {
    min-width: 546px;
    width: 90%;
    max-width: 720px;
}

#overview h3 {
    font-size: 15px;
    padding-bottom: 6px;
    font-weight: normal;
}

body {
    border-top: noneborder-top: 5px solid;
}

#overview #zeroDataWrapper {
    min-width: 546px;
}

#stepACont {
    background: none;
}
#categoryExplorer #stepACont {
    background: none;
    min-width: 800px;
    white-space: nowrap;
}

.section {
    position: relative;
}

.spendingTrendsPlot {
    float: left;
}

.stepAContent {
    padding: 0;
    height: 20px;
    right: 0;
    top: 0;
    position: absolute; 
}
div#stepBCont div.upcoming_days_select_div{
    margin-top: 18px;
}
div.upcoming_days_select_div{
    border: 1px solid #5c5c5c;
    border-radius: 4px;
    overflow: hidden;
    width: 150px;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1;
}
div.date_range{
    color: #888;
    font-size: 15px;
    position: absolute;
    right: 40px;
    top:8px;
    z-index: 2;
}
a.buttonLink {
    text-indent: 0;
}

.stepAContent.activeStep {
    margin: 0;
    width: 400px;
    background: none;
    height: auto;
    float: left;
    padding-bottom: 12px;
    position: relative;
}
#stepACont div.stepAUncategorized{
    display: block;
    color: #3366BB;
    position: absolute;
    top: 34px;
    font-size: 13px;
    cursor: pointer;
    z-index: 1;
}
#stepACont div.stepAUncategorized:hover{
    color: #007ac9;
}

#stepACont .activeStep h2 {
    padding-bottom: 3px; /* [DE1677] */
    margin-left: 0; /* [DE1677] */
}

.activeStep {
    color: #888;
}

.activeStep .question, .activeStep p, .activeStep {
    margin-left: 20px;
}

div#stepACont div.activeStep .question, 
div#stepACont div.activeStep p{
    margin-left: 14px;
}

.activeStep h3 {
    padding-bottom: 0;
    color: var(--labelColor);
}

#stepACont .activeStep p {
    width: 320px;
    padding-bottom: 12px;
}

#stepACont p {
    width: auto;
}

p.answer {
    font-size: 13px;
    margin-bottom: 15px;
    width: 330px;
}

.sectionDescrip {
    width: 325px;
    font-size: 13px;
    margin-bottom: 15px;
}

.inactive .sectionDescrip {
    width: 345px; /* [DE1677] */
    margin-left: 25px;
    margin-top: 15px;
}

#stepACont .sectionDescrip {
    padding-left: 10px;
    line-height: 100%;
    color: #888;
}

.activeInstructions {
    padding: 0px;
    margin-left: 5px;
}

.whyDoThisCont, .whatsNeededCont {
    margin: 0;
}

.whyDoThisCont {
    padding-right: 16px; /* [DE1677] */
    width: 330px; /* [DE1677] */
    margin-left: 10px;
}

.whatsNeededCont {
    width: 295px; /* [DE1677] */
    margin-left: 10px;
}

.completeTime {
    position: absolute;
    bottom: 13px;
    right: 16px;
    display: none;
}

#stepBCont, #stepCCont,  #stepNoCont{
    border-top: 1px solid var(--dividerLineColor);
    margin-top: 1px;
    padding: 20px 0;
    margin-left: 0;
}

img.exampleImage {
    float: right;
    margin-top: -5px;
}
#stepBCont img.exampleImage {
    margin-top: 34px;
    margin-right: 23px;
}
#stepCCont img.exampleImage {
    margin-top: 26px;
    margin-right: 35px;
}

#stepBCont .completeTime, #stepCCont .completeTime {
    bottom: 10px;
}

#stepBCont.activeStep .completeTime {
    bottom: 10px;
}

#stepACont .totalSpending {
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
    padding-bottom: 10px;
}
#stepACont .totalAmount {
    font: 19px "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
    color: var(--labelColor);
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
}

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

#stepACont table tr {
    cursor: pointer;
}

#stepACont table th {
    font-weight: normal;
}

#stepACont table th, #stepACont table td {
    text-align: left;
    padding: 4px 0;
}

#stepACont table td.amount, #stepACont table td.amountCol, #stepACont table td.percentCol {
    text-align: right;
    padding-left: 15px;
}

td.amountCol {
    font-weight: bold;
}

td.percentCol {
    color: #666666;
}

#upcomingBillsTable {
    margin: -25px 0 10px;
    width: 100%;
    font-size: 12px;
    color: #000;
}

#upcomingBillsTable tr {
    color: var(--labelColor);
    font-size: 13px;
    line-height: 22px;
}

#upcomingBillsTable td {
    padding: 6px 1px 4px;
}

#upcomingBillsTable td.billTotalCol {
    text-align: right;
}

#upcomingBillsTable td.billPayeeCol {
    padding-left: 20px;
    width: 50%;
}

.pastDueRow td.billPayeeCol, .upcomingRow td.billPayeeCol {
    background: url(../images/icons/status-scheduled-overdue.pdf) no-repeat 0 8px;
    background-size: 16px 16px;
}

.upcomingRow td.billPayeeCol {
    background: url(../images/icons/status-scheduled.pdf) no-repeat 0 9px;
    background-size: 16px 16px;
}

.pastDueRow td.dueDateCol {
    color: rgb(223, 62, 62);
    font-weight: bold;
}

#stepBCont .hTodayMarkerOuter {
    top: 22px;
    left: 0;
}

#stepBCont .hTodayMarkerInner {
    top: 0px;
    left: 465px;
}

#stepCCont.activeStep {
    padding-bottom: 70px;

}

/**
	Begin: Overview Savings Goals
-----------------------------------*/
.savingsGoalsTable {
    font-size: 10px;
    font-weight: normal;
}
.savingsGoalsTable.first, .savingsGoalsTable.first th{
    visibility: hidden;
}
.savingsGoalsTable.last{
    position: absolute;
    top: 90px;
}
.savingsGoalsTable thead {
    font-weight: bold;
}

.savingsGoalsTable.quickzoom {
    background-color: inherit;
}

.savingsGoalsTable th, .savingsGoalsTable td {
    padding: 4px;
    text-align: left;
}

.savingsGoalsTable th {
    border-top: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    background-color: #ECF4FF;
}

.savingsGoalsTable td {
    vertical-align: middle;
    color: var(--labelColor);
    font-size: 15px;
    padding: 13px 10px 4px 4px;
    vertical-align: top;
}

.savingsGoalsTable th.budgetSpacer {
    border-top: 1px solid var(--contentBackgroundColor);
    border-bottom: 1px solid var(--contentBackgroundColor);
    background-color: var(--contentBackgroundColor);
}

.savingsGoalsTable th span {
    float: left;
}

.savingsGoalsTable th.goalPercentHdr {
    text-align: right;
}

.savingsGoalsTable th.goalPercentHdr, .savingsGoalsTable td.goalPercentCol {
    width: 570px;
    padding: 0;
}
.savingsGoalsTable th.goalNameCol {
    width: 200px;
}
.savingsGoalsTable th.goalCol{
    width: 45px;
}
.savingsGoalsTable td.goalPercentCol div {
    background: #565656;
    border-radius: 4px;
    color: var(--labelColor);
    font-weight: bold;
    padding: 0;
}

.savingsGoalsTable td.goalPercentCol div > a div.totalPercent, .savingsGoalsTable td.goalPercentCol div > div.totalPercent {
    text-align: left;
    padding: 8px 0 0 0;
    margin: 0 4px 0 0px;
}

.savingsGoalsTable td.goalPercentCol span{
    display: block;
    border-radius: 4px;
    text-align: right;
    height: 30px;
    padding: 14px 0 0;
}

.savingsGoalsTable td.goalPercentCol div div{
    display: block;
    border-radius: 4px;
    height: 30px;
    padding: 14px 0 0;
}
#overview .todayMarker {
    position: absolute;
    top: 100px !important;
    padding-bottom: 90px;
}
#overview .vTodayMarkerOuter {
    height: 52px !important;
}
.onTrack td.goalPercentCol span {
    background-color: #40BF75;
}

.closeToGoal td.goalPercentCol span {
    background-color: #40BF75;
}

.atGoal td.goalPercentCol span {
    background-color: #40BF75;
}

.overGoal td.goalPercentCol span {
    background-color: #FF556C;
}

.negSpending td.goalPercentCol span {
    background-color: #40BF75;
}

.savingsGoalsTable td.goalNameCol {
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 160px;
    background-color: var(--contentBackgroundColor);
}
.savingsGoalsTable td.goalCol {
    text-align: left;
    width: 80px;
    padding-left: 10px;
    background-color: var(--contentBackgroundColor);
}

.savingsGoalsTable td.resultsCol {
    font-size: 19px;
    color: var(--labelColor);
    width: 150px;
    position: absolute;
    top: -80px;
    right: -10px;
    text-align: right;
    background-color: var(--contentBackgroundColor);
}

.savingsGoalsTable .overGoal td.resultsCol {
    color: #F02E2E;
}

.savingsGoalsTable.last {
    padding-top: 10px;
}

/**
	Begin: Your Accounts Sidebar
-----------------------------------*/
#overview #yourAccountsCont {
    position: absolute;
    top: 12px;
    left: 73%;
    z-index: 1;
    background-color: #f9f3dd;
    padding: 7px 7px 10px 20px;
    width: 205px;
    display: none;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 5px;
}

#yourAccountsCont ul li {
    padding: 5px 0 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

#yourAccountsCont ul li ul {
    margin-left: 15px;
    width: 163px;
}

#yourAccountsCont ul li ul li {
    border: none;
    padding: 8px 0 0 0;
}

#yourAccountsCont ul li ul li a {
    color: #666666;
}

#yourAccountsCont li.closed>a, #yourAccountsCont li.opened>a, #yourAccountsCont li span {
    background: url(../images/icons/open_close_arrows.png) no-repeat 0 1px;
    display: block;
    padding-left: 15px;
    height: 12px;
    color: #000;
}

#yourAccountsCont li span {
    background: none;
}

#yourAccountsCont li.opened a {
    background-position: 0 -11px;
}

#yourAccountsCont li.closed ul {
    display: none;
}

#yourAccountsCont .accountTotal, #yourAccountsCont .accountTotalMinus {
    float: right;
}

#yourAccountsCont .accountList ul {
    width: 189px;
}

#yourAccountsCont .accountTotalMinus, #yourAccountsCont .netWorthTotalMinus {
    color: #ba2f1c;
}

.netWorth {
    padding: 10px 0 20px 0;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
}

.netWorthTotal, .netWorthTotalMinus {
    font: normal 20px "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
    display: block;
}

.pieLegendLabel {
    display: block;
    padding-left: 25px;
    margin-top: -15px;
    text-transform: capitalize;
    width: 157px;
}
div.highcharts-tooltip{
    font-family: "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
    font-size: 13px;
}

div.slider_container{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 360px;
    margin-bottom: 10px;
}
div.slider_container div.viewport{
    margin: 0 20px;
}

div.slider_container ul.slider{
    width: 615%;
    position: relative;
}

div.slider_container li.one_slide{
    width: 720px;
    height: 350px;
    margin: 0px auto;
    display: block;
    float: left;
    list-style: none outside none;
    position: relative;
}

div.slider_container div.btn{
    position: absolute;
    top: 40%;
    outline: 0;
    width: 22px;
    height: 45px;
    text-indent: -9999px;
    z-index: 9999;
}
div.slider_container_hover div.btn_prev{
    background: url(../images/overview-sprite.png) no-repeat -1px 0;
}
div.slider_container_hover div.btn_prev:hover {
    cursor: pointer;
     background: url("../images/overview-sprite.png") no-repeat scroll -99px 0 rgba(0, 0, 0, 0);
}
div.slider_container_hover div.btn_next{
    background: url(../images/overview-sprite.png) no-repeat -55px 0;
    right: 0;
}
div.slider_container_hover div.btn_next:hover{
    background: url(../images/overview-sprite.png) no-repeat -154px 0;
}
div.slider_container div.pagination{
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
div.slider_container div.pagination div.pagination_item{
    display: inline-block;
}
div.slider_container div.pagination div.pagination_item a{
    background:#ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;/**remove***/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
div.slider_container div.pagination div.pagination_item a:hover{
    background: #999;
}
div.slider_container div.pagination div.pagination_item a:active,
div.slider_container div.pagination div.pagination_item a.active{
    background: #007ac9;
}
div#stepACont h2/*, div#stepBCont h2, div#stepCCont h2*/{
    cursor: pointer;
}
div#stepACont h2:hover/*, div#stepBCont h2:hover, div#stepCCont h2:hover*/{
    color: #007ac9;
}
.hide{
    display: none;
}
body#overview select{
    padding: 3px 10px 1px;
    width: 175px;
}
body#overview select#upcomingMonthSelect {
    width: auto;
}
div.time_frame_select_div{
    top: 28px;
}
h2.spending_over_time_title{
    margin-left: -20px;
    height: 23px;
}
h2.net_income_title{
    margin-left: -40px;
    height: 23px;
}
