﻿.mobile-body {
    background-color: #FFFFFF;
    font-family: "segoe ui",verdana,helvetica,arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    margin-bottom: 52px;
    margin-top: 53px;
}

.mobile-container {
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.mobile-header-default {
    background-image: url("../Layouts/Mobile/img/headerstandard.png");
    background-repeat: no-repeat;
    background-position: left top;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    height: 53px;
    width: 100%;
    background-color: rgb(23,96,156);
}

.mobile-header-custom {
    background-repeat: no-repeat;
    background-position: left top;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    height: 53px;
    width: 100%;
    background-color: rgb(23,96,156);
}

.mobile-footer {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    height: 50px;
    width: 100%;
    font-size: 11px;
    color: #ffffff;
    background-color: #336699;
}

.mobile-footer-item, .mobile-footer-item-active {
    height: 50px;
    width: 75px;
    display: inline-block;
    text-align: center;
}

.mobile-footer-item-active {
    background-color: #3884cf;
}

.mobile-button, .mobile-save-button, .mobile-new-button, .mobile-delete-button {
    font-size: 22px;
    box-shadow: 1px 1px 1px #888888;
    text-shadow: 0 1px 1px #000000;
    padding: 7px 18px 7px 18px;
    border-radius: 4px;
    text-decoration: none;
}

    .mobile-button[disabled], .mobile-button[readonly], .mobile-new-button[disabled], .mobile-new-button[readonly],
    .mobile-save-button[disabled], .mobile-save-button[readonly], .mobile-delete-button[disabled], .mobile-delete-button[readonly] {
        box-shadow: none;
        color: gray;
        background: white;
        text-decoration: none;
    }

.mobile-button {
    color: #fff;
    background: #5daeff;
}

.mobile-new-button {
    background: rgb(28, 184, 65);
    color: #fff;
}

.mobile-delete-button {
    color: #fff;
    background: red;
}

.mobile-save-button {
    color: #fff;
    background: #2c73b8;
    float: right;
}

.mobile-elements {
    padding: .2em;
}
