.ui-header h1.ui-title {
    text-align:left;
    margin-bottom: 0px;
    margin-left:20px;
}
#SettingsDDMenu {
    position: absolute;
    right: 6px;
    background-color: #DDD;
    padding: 0px;
    z-index: 100;
    border: 1px solid black;
    border-top: 0px;
    display:none;
}
#SettingsDDMenu ul {
    list-style: none;
    padding:0px;
    margin:0px;
}
#SettingsDDMenu ul li:first-child {
    border-top:0px;
}
#SettingsDDMenu ul li {
    border-top:1px solid black;
    padding: 15px 15px;
    cursor: pointer;
}

#hamburger {
    height:24px; 
    position:absolute; 
    right:20px;
    cursor: pointer;
}

h3 {margin-bottom:0px;}
#AccountBalance {
    font-weight: bold;
    float: right;
    margin-top: -2.5em;
}

#AccountBalance.MyAccountBalance {
    float:none;
    margin-top:0px;
    font-size:200%;
}

.dollarbutton {
    float: left;
    background-color: lightskyblue;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    padding: 9px 10px;
    font-size: 2em;
    cursor: pointer;
}

.dollarrow {
    clear: left;
    color: white;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width:270px;
}

.buttonleft {
    border-radius: 1em 1px 1px 1em;
    border-right: 5px solid white;
}

.buttonright {
    border-radius: 1px 1em 1em 1px;
    border-left: 5px solid white;
}

.buttondollar {
    width: 150px;
}
.dollarrow br {
    clear: left;
}
.altRow {
    background-color: #DDF;
}
input#customamount {
    height: 100%;
    font-style: italic;
}
.dollarcustom {
    padding: 2px 10px;
}

#ItemDetails table {
    border-collapse: collapse;
}

.TransTop td {
    padding: 2px 10px 10px 10px;
}

.TransBottom td {
    padding: 0px 10px 2px 10px;
}
.transdate {
    text-align: left;
}
.transamount {
    text-align:right;
}
#TransactionTable {
    /* max-height:300px; */
    overflow: visible;
}
#TransactionTable table {
    width: 100%;
    border:solid 1px black;
}
#AccountActions {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
#ItemDetails {
    font-size:1.0em;
    width:100%;
    position: relative;
}
#TransSubmissionForm, #TransEditForm, #TransfersScreen {
    position: absolute;
    top: 10px;
    background: #DDD;
    padding: 0px 20px 20px;
    width: 80%;
    border-radius: 10px;
    border: 2px solid black;
    display: none;
    z-index: 10;
}
#TransSubmissionForm img, #TransEditForm img, #TransfersScreen img {
    float:right;
    margin-top:10px;
    cursor: pointer;
}
.AddItem {
    background-color: #3399ff;
    padding: 10px;
    border-radius: 25px;
    color: white;
    font-size: 180%;
    border-width: 0px;
    width: 219px;
}
div#throbber {
    position: fixed;
    z-index: 100;
    opacity: .7;
    width: 100%;
    background-color: #DDD;
    height: 100%;
    padding-top: 10%;
    text-align:center;
    display:none;
}
div#throbber img {
    width: 50%;
    max-width:190px;
    display: block;
    margin: auto;
}
div#throbber strong {
    font-size:2rem;
}


#ItemDetails {display:none;}

#crumbs span::after { 
    content: " > ";
}
#crumbs span:last-child::after {
    content: " ";
}
#ItemDetails #ItemDetailName {
    font-size:1.2em;
}
#ItemEditButton {
    margin-left:-13px;
}
#ItemDetailNoticeArea {
    float:right;
    width: 73px;
    font-size: .7em;
    text-align: center;
    display:none;
}
#listview li img {
    vertical-align:middle;
    margin-right:5px;
}
#listview hr {
    margin: 0px;
    height: 20px;
    background-color: silver;
    border: 0px;
}
#listview span.balance {
    max-width: 300px;
    width:80%;
    text-align: right;
    display: block;
    position: absolute;
    top: .8em;
    right:50px;
}
.ui-icon-edit {
    background-image: url("img/pencil.png");
}
.ui-icon-cart {
    background-image: url("img/greencheck.png");
}
.DefaultValue {
    font-style: italic;
    color:silver !important;
}
.HighlightBackground{
    background: red;
}
#ParentSettings {
    display:none;
}
#ContentContainer {
    max-width:800px;
}

@media only screen and (max-width: 400px) {
    h2#AccountName {
        font-size: 1em;
        margin:5px;
    }
    #crumbs {
        margin-top: -5px;
        margin-bottom: 10px;
    }
    #AccountBalance {
        float:none;
        margin-top:0px;
        margin-bottom: 10px;
        background-color: #7ff4a2;
        padding: 5px;
    }
    .ui-header h1.ui-title {
        display:none;
    }
    div.ui-content>hr {
        display:none;
    }
}

/* Overrides to jquery ui */
body .ui-body-c {
    text-shadow: none;
    color:#000;
}
body .ui-page.ui-body-c.ui-page-active {
    /* max-width:830px;*/
}

/*Transaction Edit form */
.InlineField>label, .InlineField>input {
    display: inline; 
    width:auto;
}
label {
    font-weight: bold !important;
}
#EditForm_TransactionNote {
    height: 4em;
    vertical-align: top;
}

/* Transaction listing */
.TransBottom button {
    float:right;
    margin-right:5px;
}

/* Configuration Screen */
#AdminChildList ul {
    padding-bottom:2em;
}
#AdminChildList ul li input {
    margin-right:10px;
}
#SettingsScreen, #ParentSettings {
    display:none;
}
.Tabs {
    border: 1px solid black;
    padding: 10px 10px;
    border-bottom: 0px;
    cursor: pointer;
}

.Active {
    background-color: #6facd5;
    font-weight: bold;
}
.LoginBoxes {
    padding: 20px;
    border: 1px solid black;
    margin-top: 9px;
}

.RemoveChild {
    color:red;
    cursor: pointer;
}
.subtractmoney {
    color:red;
}
.addmoney {
    color:limegreen;
}
#actionbuttons {
    float:right;
}