﻿
html {
    height: 100%;
}

body {
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    position: relative;
    min-width: 320px;
}

input[type=text],
input[type=password],
input[type=tel],
textarea,
select {
    font-size: 18px;
}

input[type=tel] {
    padding: 2px;
    border: 1px solid #aaa;
}

div.uiPageHeader {
    font-size: 23px;
    margin-left: 0px;
    margin-bottom: 8px;
}

.ui-button-text {
    font-size: 16px;
    font-weight: normal;
}

a.ui-button,
button.ui-button,
.ui-widget.ui-button {
    font-size: 16px;
    font-weight: normal;
}

div#browseTrail {
    width: 95%;
    overflow-x: scroll;
    height: 20px !important;
    left: 0px;
    white-space: nowrap;
}

div.bottomToolbar {
    min-height: 68px;
    position: fixed;
    bottom: 0;
    background-color: #f1f1f1;
    width: 100%;
    min-width: 320px;
}

    div.bottomToolbar > span.header {
        font-weight: bold;
        display: block;
        background-color: #D4232D;
        color: #fff;
        padding-left: 5px;
        padding-top: 3px;
        height: 22px;
    }

div.bottomToolbarPlain {
    position: fixed;
    bottom: 0;
    min-height: 40px;
    width: 98%;
    background-color: #fff;
    padding: 5px;
    min-width: 320px;
}

    div.bottomToolbarPlain a {
        float: right;
        margin-right: 5px;
    }

#btnLogin .ui-button-text {
    width: 89px;
}