
.login-form-holder {
    text-align: center;
}

.overview-tab-subsection-header {
    margin-top: 20px;
    position: sticky;
    top: 0px;
    background: white;
    border-bottom:2px solid grey;
    margin-bottom:10px;
}

.overview-tab-subsection-header .title {
    font-size:3em;
}
.overview-tab-subsection-header button {
	float:right;
}
.overview-tab-section-body {
    margin-left:30px;
    font-size:12pt;
    min-width:1030px;
    display: table-row;
}

.overview-tab-section-body table {
    font-size:12pt;
    width: 100px;
}

.overview-tab-section-body .account-link {
	width:300px;
}
.overview-tab-section-body .direction {
    margin: 5px;
    font-style: italic;
    margin-left: 20px;
    max-width: 500px;
}
.overview-tab-section-body .purpose {
    display: none;
    margin: 5px;
    font-style: italic;
    margin-left: 20px;
    max-width: 500px;
}
.overview-tab-section-body > .label, 
.overview-tab-section-body > table, 
.overview-tab-section-body > .account-link, 
.overview-tab-section-body > .direction {

    display: table-cell;
    padding:5px;
    margin:5px;
}


.overview-tab-section-body > .label{
    text-decoration:underline;
    padding-right: 20px;
}

a {
	text-decoration: none;
    color:#242424
}
a:HOVER {
	text-decoration: underline;
	cursor: pointer;

}

.row {
    display: table-row;
}

/* .overview-tab-section-body:nth-child(even) {background: rgb(245, 245, 245)} */
.row:nth-child(odd) {background: rgb(245, 245, 245)}

.table-ng {
    width:100%;
}
.row-ng:nth-child(odd) {background: rgb(245, 245, 245)}
.row-ng {
    font-size:9pt;
}
.row-ng td {
    padding:5px;
}

.row-ng:hover {
    background-color: #dfdfdf;
}

.tree-table tr:nth-child(even) {background: rgb(245, 245, 245)}
.tree-table tr:hover {
    background-color: #dfdfdf;
}

/* .tree-table td{
    border:1px solid pink;
} */

div.template-editor {
	overflow:auto;
}
.template-editor input.pattern {
	width:200px;
}
.template-editor-row {
	width:100%;
}
.template-editor-row input[type=text] {
	width:100px;
}
.template-editor-row .row-label {
	width:300px;
	display:inline-block;
}

body {
    font: 62.5% "Trebuchet MS", sans-serif;
    margin: 15px;
    padding: 0px;
}

#meterReaderWizard {
    text-align:left;
}

#meterReaderWizard .addButton {
    float:right;
    margin-top:20px;
}

.split-editor, .memo-section {
    vertical-align:top;
    display:inline-block;
}

.split-editor .category-section-name {
	cursor:pointer;
}

.category-section {
	display:inline-block;
	vertical-align:top;
}

.transferOption {
    display:block;
}

.suggested-transfer-option {
    background: rgba(100, 189, 100, 0.44);
    color: #0a0a0a;
    font-size: +1.1em;
    padding: 5px;
}

div.barLabel {
    text-wrap:none;
    text-overflow:clip;
    width:150px;
    display:inline-block;
    text-align:right;

}



.item:nth-child(odd) {background: rgb(245, 245, 245)}
.item:nth-child(even) {background: white}

div.item {

    margin:5px;
    /*
    border:2px solid grey;
    border-radius:5px;*/
    padding: 10px;
}
div.itemLabel {
    white-space: pre-wrap; /* Makes it easier to see double-spaces, etc (for accurate copy & paste)*/
    /*font-weight:bold;*/
    font-size:12pt;
/*    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;*/
}

div.item .mapping-option-name {
    margin:5px;
    display: inline-block;
}

div.item .existing-move-option-description {
    display: inline-block;
    line-height: 1.5;
    margin: 5px;

}

div.item .existing-move-option {
   margin: 5px;
}

div.item .existing-move-option input[type=radio] {
    vertical-align: top;
}

div.cell {
    display:table-cell;
    text-overflow:clip;
    width:150px;
    margin:5px;
    padding:5px;
}

div.descriptionCell {
    width:150px;
}

div.headerCell {
    font-weight:bold;
}

div.header {
    margin: 5px;
    text-align: center;
}

.zero-amount {
    color:rgb(99, 99, 99);
}
.positive-amount {
    color:#013d01;
}
.negative-amount {
	/* color:red; */
	color:darkred;
}

.account-history-screen .negative {
    
}
#tabs {
    min-height: 400px;
}


body, #tabs, .ui-tabs {
	margin:0px;
	padding:0px;
}

.physical-account-actions-panel {
	float:right;
}

h1 {
	/* border-top: 2px solid grey; */
	padding:5px;
}

#tabs {
   /* OVERRIDE JQUERY */
    border:none;
}

.ui-tabs .ui-tabs-nav {
   /* OVERRIDE JQUERY */
    border:none;
    background:#aaa;
    border-radius:0px;

}

.funds-move-dialog > div {
	margin:5px;
}
.funds-move-dialog .label {
    vertical-align: top;
    width: 50px;
    display: inline-block;
    text-align: right;
}


.funds-move-dialog {
    border-top:1px solid grey;
    margin-top:5px;
}


.child-account {
	margin-left: 20px;
}


.add-account-dialog {
}

.add-account-dialog div{
	margin-top:5px;
	text-align: right;
}


/* ofxConnectionEditor.js */

.ofx-connection-editor {

  text-align: right;
}


.ofx-connection-editor .label {
    width: 200px;
    text-align: right;
    display: inline-block;
    margin: 5px;
}

.ofx-connection-editor input {
    width: 250px;
    display: inline-block;
    margin: 5px;
}

.account-details-panel {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px;
}

/* track-configuration-panel */

.track-configuration-panel {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}



.track-configuration-panel .controls-panel {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.track-configuration-panel .is-enabled-panel {
    grid-column: span 2;
}


.accounts-listing .memo {
  min-width: 200px;
  min-height: 150px;
  width: 100%;
}
.accounts-listing .cell:nth-child(1) {
    min-width: 209px;
}

.accounts-listing .cell:nth-child(2) {
    min-width: 209px;
}
.accounts-listing .cell {
  vertical-align: top;
  margin: 10px;
}

/*  wizard */
.wizard .content-pane {

  overflow-y:scroll;
}

.wizard .controls-pane {
  text-align: right;
}

.wizard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.disabled-flow {
    text-decoration: line-through;
}

.addWidget .memo-section {
    margin: 0px;
    width: 100%;
}


.addWidget .memo-section textarea {
    width: 100%;
    max-width: 500px;
    height: 4em;
}


.options {
    font-size:1em;
    width:100%;
}

tr.planned-item-reconciliation-options-list-item{
    cursor: pointer;
}

tr.planned-item-reconciliation-options-list-item:hover{
    text-decoration: underline;
    background: #eee;
}

.flow-projection-editor .notes-holder {
    height: 100px;
}
.flow-projection-editor .notes {
    width:100%;
    height:100%;
}

.flow-projection-editor > div {
    margin:10px;
}



.action-link {
    cursor: pointer;
    white-space: nowrap;
    margin:5px;
}

.action-link:hover {
    text-decoration: underline;
}


.difference-over {
    color:darkred;
}

.difference-under {
    color:darkgreen;
}

.placeholder-table {
    text-align:center;
}
.placeholder-table .throbber {
    width:100%;
    max-width: 200px;
}

.account-screen {
    border:0;
}
.account-header {
    position: sticky;
    top: 0;
    background: white;
    padding-bottom: 5px;
}

.tab-tip {
    /* border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey; */
    padding: 10px;
    font-size: +1em;
    cursor: pointer;
    display: inline-block;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    border-radius:5px;
    min-width: 50px;
    margin:2px;
}

.tab-tip-selected {
    border: 1px solid lightgray;
    background:white;
    -webkit-box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.75);
}

.tab-tips-holder {
    border-radius:5px;
    background:#ededed;
    display:inline-block;
    
}
.tab-set-header {
    text-align: center;
}

.account-projections-screen {
    text-align: center;
}



.when-column {
    white-space: nowrap;
}

.move-with-future-time, .old-unclosed-planned-item  {
    color: white;
    background: red;
    padding:5px;
    border-radius: 5px;
}

.checkpoints-table td {
    padding: 5px;
}

.data-tab .download-link {
    display:inline-block;float:right;color:blue;
}

.reports-tab .pnl-table td, .reports-tab .pnl-table th {
    padding: 10px;
}
.reports-tab .pnl-table td, 
.reports-tab .pnl-table th, 
.reports-tab .pnl-table {
    border: 1px solid black;
}

.reports-tab table.pnl-table  {
    border-collapse: collapse;
    margin:10px;
}

.reports-tab .header-data-band {
    margin:10px;
}


.recurring-widget {
    display:inline-block;
}

.frequency-widget input[type=radio] {
    vertical-align: top;
}

.frequency-widget div {
    margin-top:5px;
}

.physical-transaction-panel .label {
    text-align: right;
    vertical-align: top;
}

.recommendation-widget {
    border: 1px solid darkgray;
    background: lightgray;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
}

.recommendation-for-planned-move, .recommendation-for-non-material-transaction {
    border: 1px solid green;
    background: lightgreen;
}


.recommendation-for-unplanned-move {
    border: 1px solid darkorange;
    background: lightyellow;
}

.recommendation-widget button {
    margin: 5px;
    padding: 5px;
    float:right;
}
.plan-category-items {
    margin:30px;
}
.plan-category-item {
    margin-top:10px;
}

.plan-item-actions a {
    display:inline-block;
    padding:5px;
}

.delete-link:hover {
    cursor:pointer;
    text-decoration: underline;
}

.tabs-ng {
    margin:5px;
}

.tabs-ng .tab-label {
    display: inline-block;
    padding: 5px;
    border: 1px solid grey;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.tabs-ng .tab-content {
    margin-top:10px;
}
.tabs-ng .tabs-bar {
    margin-top:10px;
    display: flex; 
}

.tabs-ng .tabs-bar .spacer {
    border-bottom: 1px solid grey;
    width:3px;
}
.tabs-ng .tabs-bar .white-space {
    border-bottom: 1px solid grey;
    flex-grow: 1; 
}

.tabs-ng .tab-label:hover {
    /* text-decoration: underline; */
} 

.tabs-ng .tab-label-inactive {
    border-bottom: none;
    background: lightgray;
    border-bottom: 1px solid grey;
}

.tabs-ng .tab-label-inactive:hover {
    background-color: darkgray;
    cursor: pointer;
}
.tabs-ng .tab-label-active {
    border-bottom: none;
}
.tabs-ng .tab-label-active:hover {
    cursor: default;
}

.splits-bar-wrapper {
    width:100px;
    border: 1px solid grey;
    display:inline-block;
}

.splits-bar {
    width:0px;
    background:green;
    height:10px;
    display:inline-block;
}


.funds-move-dialog .label {
    margin-right:5px;
}

.wizard {
    height: 100%;
}

.wizard .wizard-content {
    overflow-y: auto;
}
.wizard .wizard-controls {
    text-align: right;
}


.item .mapping-panel .wizard {
    height: inherit;
}

.old-flow-date {
    color:#8e8e8e;
}

.entity-trajectory-panel {
    display: inline-block;
    padding-right:20px;
}

.move-breakdown-physical-item {
    padding:5px;
    border-radius:5px;
    border:1px solid lightgray;

}
.move-breakdown-physical-item-line {
    border-bottom:1px solid rgb(239, 239, 239);
}

.all-moves-link {
    cursor: pointer;
    text-decoration: underline;
}


.moves-screen .header-row {
    position: sticky;
    top:0px;
}
.moves-screen-controls {
    position: sticky;
    top: 40px;
    border: 1px solid grey;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    float: right;
    background: white;
    z-index: 100;
}
.moves-screen-controls > div {
    margin:5px;
}

.move-id-link:hover {
    cursor: pointer;
    text-decoration: underline;
}



.templates-editor-screen .details-link:hover {

    cursor: pointer;
    text-decoration: underline;
}


.quarter-select {
    display: inline-block;
}