/*.fm,.ui-input-text{font-size: .8em;}*/
/*body{width:320px;}*/
/*.ui-body-c,.ui-dialog.ui-overlay-c{*/
/*text-shadow: 0pt 0px 0pt rgb(0, 0, 0);*/
/*}*/
/*.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button{*/
/*font-family: Helvetica, Arial, sans-serif, Verdana;*/
/*font-size: 12px;*/
/*text-shadow: none;*/
/*color:black;*/
/*}*/
/*body{font-size: .65em;}*/
.brand img {
    float: left;
    display: block;
    padding: 15px 20px 0px 0px;
    margin-left: 5px;
}

/*.menu{position:relative; float:right; text-align:right;  padding: 15px 0px 0px 0px; margin-top:0px; right:0;}*/
.menu img {
    margin-left: 5px;
}

.navbar-fixed-top {
    top: 0;
    right: 0;
    left: 0;

}

.smallbtn .ui-btn {
    padding: 0px;
}

#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 34px;
    width: 100%;
    background: #CCC;
}

#header {
    overflow: visible; /* Let menu content overflow outside the header */
}

#header ul { /* Menu Name */
    margin-top: 1em;
}

#header .ui-btn-corner-all {
    /* border-radius: 0; /* Make the menu button squarish */
}

#header ul ul { /* Menu Item List */
    position: absolute; /* Position absolutely */
    display: none; /* Hide */
    z-index: 500; /* Ensure visibility over other elements on page */
    margin-top: -5px; /* Bring menu closer to button; not needed on mobile */
}

#header ul ul li {
    width: 150px; /* Fixed width menu items*/
    display: block; /* JQM makes a inline-blocks... reset it to block */
}

#header ul ul li a {
    white-space: normal; /* Stop long menu names from truncating */
}

#header ul:hover ul {
    /* display: block; /* Display menu on hover over parent */
}

#menu-left {
    float: left;
    margin-left: 0.5em;
}

#menu-right {
    float: right;
    margin-right: 0.5em;
}

#menu-left ul {
    margin-left: 0.5em;
}

#menu-right ul {
    margin-right: 0.5em;
    right: 0em;
}

#home .ui-header {
    height: 75px;
}

#home .ui-header h1 {
    font-size: 16pt;
    margin-bottom: 0px;
}

#txtSpan {
    position: relative;
    display: inline-block;
    top: -5px; /* Doesnt seem possible to vertically center otherwise */
}

#home .ui-header h2 {
    font-size: 14pt;
    margin-top: 0px;
}

.table {
    color: black;
    background: #fff;
    border: 1px solid #b4b4b4;
    /*font: bold 17px helvetica;*/
    padding: 0;
    margin-top: 10px;
    width: 100%;
    -webkit-border-radius: 8px;
}

.table tr td {
    color: #666;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    padding: 3px 3px 3px 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee);
}

.table tr th {
    /*color: #666;*/
    font-weight: bolder;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    padding: 3px 3px 3px 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee);
}

.table tr td:last-child {
    border-right: none;
}

.table tr:last-child td {
    border-bottom: none;
}

.table tr th:last-child {
    border-right: none;
}

.table tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

input.ui-input-text {
    width: 75%;
}

.mtext {
    font-size: .65em;
}

.mtext1 {
    font-size: .75em;
}

.icon {
    width: 50px;
    Height: 50px;
    background: url(/images/icon.png)
}

icon .count {
    background: #ff0000;
    position: absolute;
    top: -8px;
    Right: -8px;
    min-width: 14px;
    height: 14px;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    font-size: 12px;
}