@media all and (orientation: portrait) {
    .portrait { width: 1200px; }
    .landscape { width: 1300px;}
}

@media all and (orientation: landscape) {
    .portrait { width: 1300px; }
    .landscape { width: 1200px; }
}

.ui-bar-l {
    height: 44px;
}

.ui-btn {
   /* margin-top: 4px !important;*/
}

.ui-btn-inner {
    border: none !important;
}

input.ui-input-text, textarea.ui-input-text {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
label.ui-input-text span {
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
}

/*.copyright {
    display: block;
    padding: 0px 18px 0 0;
    margin: 0 auto 0 auto;
    width: 93px;
    height: 15px;
    clear: both;
    background: url('images/copyright.png') no-repeat;
}*/

.center {
    text-align: center;
}

div[data-role="header"] {
    color: #818181;
    text-shadow: none;
    background: #ebebeb;
}

div[data-role="header"] a {
    padding-top: 3px;
}

div[data-role="header"]>:first-child {
    border: solid 1px transparent;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

div[data-role="content"] {
    position: absolute;
    top: 44px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

.icon_grid {
    margin: 17px 0 0 17px;
}

.scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.scrollable > * {
    -webkit-transform: translateZ(0px);
}

.ui-body-l, .ui-overlay-l, .ui-body-c, .ui-overlay-c {
    background: #ffffff;
    font-family: Helvetica, sans-serif;
}

/* Menu list */
div.menu-index {
    margin: 100px;
    padding: 0;
    display: inline;
}

div.menu-item {
    width: 100px;
    height: 100px;
    margin: 10px 0 0 10px;
    padding: 0;
    text-align: center;
    font-weight: bold;
}
.menu-description {
    font-weight: normal;
    padding-top: 68px;
    display: block;
    font-size: 12px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
}

/* overview view specific stuff */
.round-list {
    background-color: white;
    border: 1px solid #ADAAAD;
    border-radius: 8px 8px 8px 8px;
    margin: 7px 9px 16px;
    padding: 0;
}

.list-item {
    height: auto;
    line-height: 18px;
    border-bottom: 1px solid #ADAAAD;
    color: black;
    font-weight: bold;
    list-style-type: none;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
}
.round-list > li, .round-list > div {
    min-height: 55px;
    padding-top: 8px;
}

.round-list > li > div:first-child {
    min-height: 64px;
}

.overview-icon {
    float: left;
}

.overview-stamp {
    color: #777777;
    float: right;
    font-size: 65%;
    font-weight: normal;
}

.overview-content {
    padding-left: 28px;
}

.overview-name {
    font-size: 80%;
    white-space: normal;
}

.overview-text {
    font-size: 70%;
    font-weight: normal;
    padding-bottom: 0;
    padding-right: 30px;
    white-space: normal;
}

.overview-text > div > div {
    display: inline;
    margin: 0 5px 0 0;
}

.overview-text > div > div > img {
    vertical-align: top;
    margin: 0 2px 0 0;
}

.overview-text > div > div > sub {
    margin: 0 2px 0 -5px;
}

.overview-clear {
    clear: both;
}

.overview-switch {
    float: right;
}

.history-stamp {
    color: #777777;
    float: right;
    font-size: 65%;
    font-weight: normal;
    padding-right: 10px;
}

.history-content {
    padding-left: 5px;
}

.history-name {
    font-size: 80%;
}

.history-text {
    font-size: 70%;
    font-weight: normal;
    padding-bottom: 0;
    padding-right: 10px;
}

.text-inside {
    padding: 10px;
}

/* PAGER */
div.pager {
    display: inline-block;
    margin: 0 10px 0 0;
    outline: 0 none;
    padding: 0;
    vertical-align: middle;
    width: 130px;
    text-align: left;
}

div.pager a {
    background: url("images/paging.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 22px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

a.pagerFirst:hover {
    background-position: 0 -108px !important;
}

a.pagerPrev {
    background-position: 0 -27px !important;
}

a.pagerPrev:hover {
    background-position: 0 -135px !important;
}

a.pagerNext {
    background-position: 0 -54px !important;
}

a.pagerNext:hover {
    background-position: 0 -162px !important;
}

a.pagerLast {
    background-position: 0 -81px !important;
    width: 31px !important;
}

a.pagerLast:hover {
    background-position: 0 -189px !important;
    width: 31px !important;
}

div.pagerInterval {
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: middle;
}

div.pagerInterval a {
    background: url("images/paging_interval.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 22px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 31px;
    vertical-align: middle;
}

a.pagerPrevInterval {
    background-position: 0 0 !important;
}

a.pagerPrevInterval:hover {
    background-position: 0 -54px !important;
}

a.pagerNextInterval {
    background-position: 0 -27px !important;
}

a.pagerNextInterval:hover {
    background-position: 0 -81px !important;
}

/* Chart */
.vchart {
    width: 100%;
    height: 100%;
}

/* Images */
.icon_vehicle_0 {
    background-image: url('images/vehicle_0.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_1 {
    background-image: url('images/vehicle_1.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_2 {
    background-image: url('images/vehicle_2.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_3 {
    background-image: url('images/vehicle_3.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_4 {
    background-image: url('images/vehicle_4.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_5 {
    background-image: url('images/vehicle_5.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_6 {
    background-image: url('images/vehicle_6.gif');
    width: 24px;
    height: 24px;
}
.icon_vehicle_7 {
    background-image: url('images/vehicle_7.gif');
    width: 24px;
    height: 24px;
}

.icon_escalade_0 {
    background-image: url('images/escalade_0.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_1 {
    background-image: url('images/escalade_1.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_2 {
    background-image: url('images/escalade_2.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_3 {
    background-image: url('images/escalade_3.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_4 {
    background-image: url('images/escalade_4.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_5 {
    background-image: url('images/escalade_5.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_6 {
    background-image: url('images/escalade_6.gif');
    width: 24px;
    height: 24px;
}
.icon_escalade_7 {
    background-image: url('images/escalade_7.gif');
    width: 24px;
    height: 24px;
}

.icon_van_0 {
    background-image: url('images/van_0.gif');
    width: 24px;
    height: 24px;
}
.icon_van_1 {
    background-image: url('images/van_1.gif');
    width: 24px;
    height: 24px;
}
.icon_van_2 {
    background-image: url('images/van_2.gif');
    width: 24px;
    height: 24px;
}
.icon_van_3 {
    background-image: url('images/van_3.gif');
    width: 24px;
    height: 24px;
}
.icon_van_4 {
    background-image: url('images/van_4.gif');
    width: 24px;
    height: 24px;
}
.icon_van_5 {
    background-image: url('images/van_5.gif');
    width: 24px;
    height: 24px;
}
.icon_van_6 {
    background-image: url('images/van_6.gif');
    width: 24px;
    height: 24px;
}
.icon_van_7 {
    background-image: url('images/van_7.gif');
    width: 24px;
    height: 24px;
}

.icon_truck_0 {
    background-image: url('images/truck_0.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_1 {
    background-image: url('images/truck_1.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_2 {
    background-image: url('images/truck_2.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_3 {
    background-image: url('images/truck_3.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_4 {
    background-image: url('images/truck_4.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_5 {
    background-image: url('images/truck_5.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_6 {
    background-image: url('images/truck_6.gif');
    width: 24px;
    height: 24px;
}
.icon_truck_7 {
    background-image: url('images/truck_7.gif');
    width: 24px;
    height: 24px;
}

.icon_person_0 {
    background-image: url('images/person_0.gif');
    width: 24px;
    height: 24px;
}
.icon_person_1 {
    background-image: url('images/person_1.gif');
    width: 24px;
    height: 24px;
}
.icon_person_2 {
    background-image: url('images/person_2.gif');
    width: 24px;
    height: 24px;
}
.icon_person_3 {
    background-image: url('images/person_3.gif');
    width: 24px;
    height: 24px;
}
.icon_person_4 {
    background-image: url('images/person_4.gif');
    width: 24px;
    height: 24px;
}
.icon_person_5 {
    background-image: url('images/person_5.gif');
    width: 24px;
    height: 24px;
}
.icon_person_6 {
    background-image: url('images/person_6.gif');
    width: 24px;
    height: 24px;
}
.icon_person_7 {
    background-image: url('images/person_7.gif');
    width: 24px;
    height: 24px;
}

.icon_chrysler_0 {
    background-image: url('images/chrysler_0.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_1 {
    background-image: url('images/chrysler_1.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_2 {
    background-image: url('images/chrysler_2.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_3 {
    background-image: url('images/chrysler_3.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_4 {
    background-image: url('images/chrysler_4.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_5 {
    background-image: url('images/chrysler_5.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_6 {
    background-image: url('images/chrysler_6.gif');
    width: 24px;
    height: 24px;
}
.icon_chrysler_7 {
    background-image: url('images/chrysler_7.gif');
    width: 24px;
    height: 24px;
}

.icon_temperature_0 {
    background-image: url('images/temperature_0.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_1 {
    background-image: url('images/temperature_1.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_2 {
    background-image: url('images/temperature_2.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_3 {
    background-image: url('images/temperature_3.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_4 {
    background-image: url('images/temperature_4.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_5 {
    background-image: url('images/temperature_5.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_6 {
    background-image: url('images/temperature_6.gif');
    width: 24px;
    height: 24px;
}
.icon_temperature_7 {
    background-image: url('images/temperature_7.gif');
    width: 24px;
    height: 24px;
}

.icon_taxi_0 {
    background-image: url('images/taxi_0.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_1 {
    background-image: url('images/taxi_1.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_2 {
    background-image: url('images/taxi_2.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_3 {

    background-image: url('images/taxi_3.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_4 {
    background-image: url('images/taxi_4.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_5 {
    background-image: url('images/taxi_5.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_6 {
    background-image: url('images/taxi_6.gif');
    width: 24px;
    height: 24px;
}
.icon_taxi_7 {
    background-image: url('images/taxi_7.gif');
    width: 24px;
    height: 24px;
}

.icon_boat_0 {
    background-image: url('images/boat_0.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_1 {
    background-image: url('images/boat_1.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_2 {
    background-image: url('images/boat_2.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_3 {
    background-image: url('images/boat_3.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_4 {
    background-image: url('images/boat_4.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_5 {
    background-image: url('images/boat_5.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_6 {
    background-image: url('images/boat_6.gif');
    width: 24px;
    height: 24px;
}
.icon_boat_7 {
    background-image: url('images/boat_7.gif');
    width: 24px;
    height: 24px;
}

.icon_building_0 {
    background-image: url('images/building_0.gif');
    width: 24px;
    height: 24px;
}
.icon_building_1 {
    background-image: url('images/building_1.gif');
    width: 24px;
    height: 24px;
}
.icon_building_2 {
    background-image: url('images/building_2.gif');
    width: 24px;
    height: 24px;
}
.icon_building_3 {
    background-image: url('images/building_3.gif');
    width: 24px;
    height: 24px;
}
.icon_building_4 {
    background-image: url('images/building_4.gif');
    width: 24px;
    height: 24px;
}
.icon_building_5 {
    background-image: url('images/building_5.gif');
    width: 24px;
    height: 24px;
}
.icon_building_6 {
    background-image: url('images/building_6.gif');
    width: 24px;
    height: 24px;
}
.icon_building_7 {
    background-image: url('images/building_7.gif');
    width: 24px;
    height: 24px;
}

.icon_moto_0 {
    background-image: url('images/moto_0.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_1 {
    background-image: url('images/moto_1.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_2 {
    background-image: url('images/moto_2.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_3 {
    background-image: url('images/moto_3.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_4 {
    background-image: url('images/moto_4.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_5 {
    background-image: url('images/moto_5.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_6 {
    background-image: url('images/moto_6.gif');
    width: 24px;
    height: 24px;
}
.icon_moto_7 {
    background-image: url('images/moto_7.gif');
    width: 24px;
    height: 24px;
}

.icon_camper_0 {
    background-image: url('images/camper_0.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_1 {
    background-image: url('images/camper_1.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_2 {
    background-image: url('images/camper_2.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_3 {
    background-image: url('images/camper_3.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_4 {
    background-image: url('images/camper_4.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_5 {
    background-image: url('images/camper_5.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_6 {
    background-image: url('images/camper_6.gif');
    width: 24px;
    height: 24px;
}
.icon_camper_7 {
    background-image: url('images/camper_7.gif');
    width: 24px;
    height: 24px;
}

.icon_harvester_0 {
    background-image: url('images/harvester_0.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_1 {
    background-image: url('images/harvester_1.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_2 {
    background-image: url('images/harvester_2.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_3 {
    background-image: url('images/harvester_3.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_4 {
    background-image: url('images/harvester_4.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_5 {
    background-image: url('images/harvester_5.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_6 {
    background-image: url('images/harvester_6.gif');
    width: 24px;
    height: 24px;
}
.icon_harvester_7 {
    background-image: url('images/harvester_7.gif');
    width: 24px;
    height: 24px;
}

.icon_unimog_0 {
    background-image: url('images/unimog_0.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_1 {
    background-image: url('images/unimog_1.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_2 {
    background-image: url('images/unimog_2.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_3 {
    background-image: url('images/unimog_3.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_4 {
    background-image: url('images/unimog_4.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_5 {
    background-image: url('images/unimog_5.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_6 {
    background-image: url('images/unimog_6.gif');
    width: 24px;
    height: 24px;
}
.icon_unimog_7 {
    background-image: url('images/unimog_7.gif');
    width: 24px;
    height: 24px;
}

.icon_panelvan_0 {
    background-image: url('images/panelvan_0.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_1 {
    background-image: url('images/panelvan_1.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_2 {
    background-image: url('images/panelvan_2.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_3 {
    background-image: url('images/panelvan_3.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_4 {
    background-image: url('images/panelvan_4.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_5 {
    background-image: url('images/panelvan_5.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_6 {
    background-image: url('images/panelvan_6.gif');
    width: 24px;
    height: 24px;
}
.icon_panelvan_7 {
    background-image: url('images/panelvan_7.gif');
    width: 24px;
    height: 24px;
}

/* Menu */
.icon-menu-overview {
    background: url('images/m-overview.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}
.icon-menu-history {
    background: url('images/m-history.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}
.icon-menu-book {
    background: url('images/m-book.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-map {
    background: url('images/m-map.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-chart {
    background: url('images/m-chart.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-settings {
    background: url('images/m-settings.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-info {
    background: url('images/m-info.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-contact {
    background: url('images/m-contact.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-security {
    background: url('images/m-security.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-installation {
    background: url('images/m-installation.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-order {
    background: url('images/m-order.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-help {
    background: url('images/m-help.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.ui-title {
    margin: 0 !important;
}
.ui-title span {
    margin: 11px 0 0 0;
    display: block;
}
.icon-index-logo {
    background: url('images/logo.png') no-repeat center;
    width: 180px !important;
    height: 44px;
    margin: 0 auto 0 auto;
}

.ui-btn-down-n {
    background-color: #d6d6d6;
}

h1.ui-title {
color: #000000 !important;
}

.ui-header > .ui-btn, .ui-footer > .ui-btn {
    display: inline-block;
    margin: 2px 0 0 0;
}