/*
*
* RELATIVE SIZED JQM
*
*/
/* 16px > 1em */
.ui-bar,
.ui-loader-verbose h1,
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6,
.ui-header .ui-title,
.ui-footer .ui-title,
.ui-btn-inner,
.ui-fullsize .ui-btn-inner,
.ui-fullsize .ui-btn-inner,
label.ui-submit,
.ui-collapsible-heading,
.ui-controlgroup-label,
.ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label,
.ui-popup .ui-title,
label.ui-select,
label.ui-input-text,
input.ui-input-text,
textarea.ui-input-text,
.ui-li-heading,
label.ui-slider,
.ui-slider-switch .ui-slider-label {
    font-size: 1em;
    font-size: 100%;
}

/* 14px > 0.875em */
.ui-li-divider,
input.ui-mini, .ui-mini input, textarea.ui-mini,
input.ui-input-text.ui-slider-input,
.ui-slider-switch.ui-mini .ui-slider-label {
    font-size: 0.875em;
    font-size: 87.5%;
}

/* 12px > 0.75em */
.ui-mini .ui-btn-inner,
.ui-li-desc {
    font-size: 0.75em;
    font-size: 75%;
}

/* 11px > 0.65em */
.ui-li-has-count .ui-li-count {
    font-size: 0.65em;
    font-size: 65%;
}

body {
    font-size: 10px;
}

@media only screen and (min-device-width: 721px) {
    /* increase font size on higher resolution */
    body {
        font-size: 26px;
    }

    /* increase icon size on higher resolution */
    /* TODO .. */
}

/*
*
* DRVOSTEP CSS
*
*/
html, body, #wrapper {
    overflow: hidden;
}

#wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

ol, ul {
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

.iconContainer {
    text-align: center;
}

.portrait img {
    width: 50px;
    height: 50px;
}

#overviewTable {
    margin: 10px auto;
}

.iconWorklogType {
    margin: 10px;
}

.worklogTable {
    border-collapse: collapse;
    margin: 10px;
}

.overviewTable th, .overviewTable td,
.worklogTable th, .worklogTable td {
    text-align: left;
}

.worklogTable th, .worklogTable td {
    padding: 0.5em 0.1em;
    border: solid 1px #ccc;
}

.worklogTable th {
    background: #dfdfdf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E0E0E0));
    background-image: -webkit-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: -moz-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: -ms-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: -o-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: linear-gradient(#F6F6F6, #E0E0E0);
}

.worklogTable td {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#F1F1F1));
    background-image: -webkit-linear-gradient(white, #F1F1F1);
    background-image: -moz-linear-gradient(white, #F1F1F1);
    background-image: -ms-linear-gradient(white, #F1F1F1);
    background-image: -o-linear-gradient(white, #F1F1F1);
    background-image: linear-gradient(white, #F1F1F1);
}

#btnConfirmWrapper {
    text-align: center;
}

.hidden {
    display: none;
}

.step {
    position: fixed;
    top: 2.5em;
    right: 0;
    bottom: 1%;
    left: 0;
}

div[data-roles="content"] {
    height: 100%;
}

.topLevel, .subLevel, #step1 {
    padding: 0 0.5%;
}

a.continueGreen, a.continueGreen:visited, a.continueGreen:active, a.continueGreen:hover {
    color: #8cc63f;
    text-shadow: 0 1px 0 #8cc63f;
}

a.continueBlue, a.continueBlue:visited, a.continueBlue:active, a.continueBlue:hover {
    color: #29abe2;
    text-shadow: 0 1px 0 #29abe2;
}

a[data-planID] {
    text-align: left;
    font-size: 80% !important;
    font-weight: normal;
}

a[data-planID] h2 {
    margin: 0;
    padding: 0;
    font-size: 115% !important;
    font-weight: bold;
}

a[data-planID] span.ui-btn-text {
    top: -20px !important;
}

.spinbox-wide, #distance {
    width: 110px !important;
}

#step1 {
    overflow-y: auto;
}

form td a.ui-btn-corner-all {
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

input[data-role="spinbox"] {
    display: inline;
}

#targetTitle {
    padding: 0 0.5em 0.5em 0.5em;
    background: #dfdfdf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E0E0E0));
    background-image: -webkit-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: -moz-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: -ms-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: -o-linear-gradient(#F6F6F6, #E0E0E0);
    background-image: linear-gradient(#F6F6F6, #E0E0E0);
    border: solid 1px #ccc;
}

label[for="distance"], label[for="refuel"] {
    margin: 0;
}

.messageCenter {
    padding: 1em;
    text-align: center;
}

.ui-header .ui-title, .ui-footer .ui-title {
    /*line-height: 2.2em;
    min-height: 2.2em;*/
}

.ui-btn-corner-all {
    border-radius: 0em;
}

.ui-btn-active {
    border: 1px solid #111;
    background: #333;
    text-shadow: 0 1px 0 #111;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#2D2D2D));
    background-image: -webkit-linear-gradient(#444, #2D2D2D);
    background-image: -moz-linear-gradient(#444, #2D2D2D);
    background-image: -ms-linear-gradient(#444, #2D2D2D);
    background-image: -o-linear-gradient(#444, #2D2D2D);
    background-image: linear-gradient(#444, #2D2D2D);
}

.ui-controlgroup-horizontal div, .ui-controlgroup-horizontal input {
    vertical-align: middle;
}

.ui-controlgroup-horizontal .ui-btn.ui-first-child, .ui-controlgroup-horizontal .ui-btn.ui-last-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-select .ui-btn {
    margin-left: 0;
}

label[for=didNotSpecify] {
    margin-left: 0;
}

/*#btnBack img {
	margin-top: 4px;
}*/

#statusBar {
    padding: 0.5em 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #000;
    border: solid 1px #404040;
}

.inlineBlock {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nowrap {
    white-space: nowrap;
}

/* html */
:-webkit-full-screen {
    background: black;
}

:-moz-full-screen {
    background: black;
}

/* deeper elements */
:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}

body {
    -webkit-transform: translate3d;
    -ms-transform: translate3d;
    transform: translate3d
}
