.ui-loader h1{display:none !important;}
.ui-icon-app-pencil {
    background-image: url("../images/187-pencil.png");
}

div.error{
    color: red;
}

label.error{
    color: red;
}

.ui-body-c{background-color: white;}
.ui-content{background-color: white;}
.ui-dialog{
    margin: 0px !important;
    padding: 0px !important;
}

/* Fix jQm popup dialogs so that they match thead look and feel of regular dialogs */
.ui-popup-container {
    width: 92.5%;
    max-width: 500px;
    margin: 10% auto 15px auto;
    padding: 0;
    position: relative;
    top: -15px;
}

/* Make sure paragraphs within popup dialogs will word-wrap */
div[data-role="popup"] p {
    white-space:normal;
}

.mobile-footer {
    float:left;
    margin-top:20px;
    padding-top:10px;
    line-height:130%;
    border-top:solid 1px gray;
    width:100%;
}


.ui-header .ui-title {
    /* fix title-bar contents so they wrap instead of showing ellipsis */
    white-space: normal !important;
    margin-left:20px !important;
    margin-right:20px !important;
    /* fix title contents so there is some space between upper left nav button and the title */
    padding-left:10px !important;
}
