@media all and (orientation: portrait) {
    .portrait { width: 1200px; }
    .landscape { width: 1300px;}
}

@media all and (orientation: landscape) {
    .portrait { width: 1300px; }
    .landscape { width: 1200px; }
}

.ui-btn-yellow {
    background-color: burlywood !important;
    height: 72px;
    white-space: normal;
}

.ui-btn-red {
    background-color: lightcoral !important;
    height: 72px;
    white-space: normal;
}

.ui-btn-green {
    background-color: mediumseagreen !important;
    height: 72px;
    white-space: normal;
}

.ui-bar-l {
    background: url('images/header_back.png') repeat-x;
    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;
    margin-right: 5px;
    vertical-align: top;
}

/*.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: #ffffff;
    text-shadow: 0 1px 0 #333333;
    background: #000000;
}

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: url('images/back.png') repeat;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 !important;
    border: 1px solid transparent;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

.icon_grid {
    margin: 18px 0 0 18px;
}

.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 {
    background-repeat: no-repeat;
    float: left;
}

.overview-stamp {
    color: #777777;
    float: right;
    font-size: 65%;
    font-weight: normal;
    margin-right: 10px;
}

.overview-content {
    padding-left: 60px;
}

.overview-name {
    font-size: 80%;
    white-space: normal;
}

.overview-text {
    font-size: 70%;
    font-weight: normal;
    padding-bottom: 0;
    padding-right: 60px;
    white-space: normal;
}

.overview-text > div > div {
    display: inline-block;
    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_airplane_0 {
    background-image: url('images/airplane_0.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_1 {
    background-image: url('images/airplane_1.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_2 {
    background-image: url('images/airplane_2.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_3 {
    background-image: url('images/airplane_3.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_4 {
    background-image: url('images/airplane_4.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_5 {
    background-image: url('images/airplane_5.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_6 {
    background-image: url('images/airplane_6.gif');
    width: 56px;
    height: 24px;
}
.icon_airplane_7 {
    background-image: url('images/airplane_7.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_0 {
    background-image: url('images/boat_0.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_1 {
    background-image: url('images/boat_1.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_2 {
    background-image: url('images/boat_2.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_3 {
    background-image: url('images/boat_3.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_4 {
    background-image: url('images/boat_4.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_5 {
    background-image: url('images/boat_5.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_6 {
    background-image: url('images/boat_6.gif');
    width: 56px;
    height: 24px;
}
.icon_boat_7 {
    background-image: url('images/boat_7.gif');
    width: 56px;
    height: 24px;
}
.icon_building_0 {
    background-image: url('images/building_0.gif');
    width: 56px;
    height: 24px;
}
.icon_building_1 {
    background-image: url('images/building_1.gif');
    width: 56px;
    height: 24px;
}
.icon_building_2 {
    background-image: url('images/building_2.gif');
    width: 56px;
    height: 24px;
}
.icon_building_3 {
    background-image: url('images/building_3.gif');
    width: 56px;
    height: 24px;
}
.icon_building_4 {
    background-image: url('images/building_4.gif');
    width: 56px;
    height: 24px;
}
.icon_building_5 {
    background-image: url('images/building_5.gif');
    width: 56px;
    height: 24px;
}
.icon_building_6 {
    background-image: url('images/building_6.gif');
    width: 56px;
    height: 24px;
}
.icon_building_7 {
    background-image: url('images/building_7.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_0 {
    background-image: url('images/bus_0.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_1 {
    background-image: url('images/bus_1.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_2 {
    background-image: url('images/bus_2.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_3 {
    background-image: url('images/bus_3.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_4 {
    background-image: url('images/bus_4.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_5 {
    background-image: url('images/bus_5.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_6 {
    background-image: url('images/bus_6.gif');
    width: 56px;
    height: 24px;
}
.icon_bus_7 {
    background-image: url('images/bus_7.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_0 {
     background-image: url('images/camper_0.gif');
     width: 56px;
     height: 24px;
 }
.icon_camper_1 {
    background-image: url('images/camper_1.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_2 {
    background-image: url('images/camper_2.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_3 {
    background-image: url('images/camper_3.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_4 {
    background-image: url('images/camper_4.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_5 {
    background-image: url('images/camper_5.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_6 {
    background-image: url('images/camper_6.gif');
    width: 56px;
    height: 24px;
}
.icon_camper_7 {
    background-image: url('images/camper_7.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_0 {
    background-image: url('images/chrysler_0.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_1 {
    background-image: url('images/chrysler_1.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_2 {
    background-image: url('images/chrysler_2.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_3 {
    background-image: url('images/chrysler_3.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_4 {
    background-image: url('images/chrysler_4.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_5 {
    background-image: url('images/chrysler_5.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_6 {
    background-image: url('images/chrysler_6.gif');
    width: 56px;
    height: 24px;
}
.icon_chrysler_7 {
    background-image: url('images/chrysler_7.gif');
    width: 56px;
    height: 24px;
}
.icon_container_0 {
    background-image: url('images/container_0.gif');
    width: 56px;
    height: 24px;
}
.icon_container_1 {
    background-image: url('images/container_1.gif');
    width: 56px;
    height: 24px;
}
.icon_container_2 {
    background-image: url('images/container_2.gif');
    width: 56px;
    height: 24px;
}
.icon_container_3 {
    background-image: url('images/container_3.gif');
    width: 56px;
    height: 24px;
}
.icon_container_4 {
    background-image: url('images/container_4.gif');
    width: 56px;
    height: 24px;
}
.icon_container_5 {
    background-image: url('images/container_5.gif');
    width: 56px;
    height: 24px;
}
.icon_container_6 {
    background-image: url('images/container_6.gif');
    width: 56px;
    height: 24px;
}
.icon_container_7 {
    background-image: url('images/container_7.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_0 {
    background-image: url('images/digger_0.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_1 {
    background-image: url('images/digger_1.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_2 {
    background-image: url('images/digger_2.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_3 {
    background-image: url('images/digger_3.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_4 {
    background-image: url('images/digger_4.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_5 {
    background-image: url('images/digger_5.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_6 {
    background-image: url('images/digger_6.gif');
    width: 56px;
    height: 24px;
}
.icon_digger_7 {
    background-image: url('images/digger_7.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_0 {
    background-image: url('images/escalade_0.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_1 {
    background-image: url('images/escalade_1.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_2 {
    background-image: url('images/escalade_2.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_3 {
    background-image: url('images/escalade_3.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_4 {
    background-image: url('images/escalade_4.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_5 {
    background-image: url('images/escalade_5.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_6 {
    background-image: url('images/escalade_6.gif');
    width: 56px;
    height: 24px;
}
.icon_escalade_7 {
    background-image: url('images/escalade_7.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_0 {
    background-image: url('images/firetruck_0.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_1 {
    background-image: url('images/firetruck_1.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_2 {
    background-image: url('images/firetruck_2.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_3 {
    background-image: url('images/firetruck_3.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_4 {
    background-image: url('images/firetruck_4.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_5 {
    background-image: url('images/firetruck_5.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_6 {
    background-image: url('images/firetruck_6.gif');
    width: 56px;
    height: 24px;
}
.icon_firetruck_7 {
    background-image: url('images/firetruck_7.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_0 {
    background-image: url('images/gas_0.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_1 {
    background-image: url('images/gas_1.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_2 {
    background-image: url('images/gas_2.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_3 {
    background-image: url('images/gas_3.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_4 {
    background-image: url('images/gas_4.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_5 {
    background-image: url('images/gas_5.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_6 {
    background-image: url('images/gas_6.gif');
    width: 56px;
    height: 24px;
}
.icon_gas_7 {
    background-image: url('images/gas_7.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_0 {
    background-image: url('images/harvester_0.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_1 {
    background-image: url('images/harvester_1.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_2 {
    background-image: url('images/harvester_2.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_3 {
    background-image: url('images/harvester_3.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_4 {
    background-image: url('images/harvester_4.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_5 {
    background-image: url('images/harvester_5.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_6 {
    background-image: url('images/harvester_6.gif');
    width: 56px;
    height: 24px;
}
.icon_harvester_7 {
    background-image: url('images/harvester_7.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_0 {
    background-image: url('images/lorry_0.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_1 {
    background-image: url('images/lorry_1.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_2 {
    background-image: url('images/lorry_2.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_3 {
    background-image: url('images/lorry_3.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_4 {
    background-image: url('images/lorry_4.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_5 {
    background-image: url('images/lorry_5.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_6 {
    background-image: url('images/lorry_6.gif');
    width: 56px;
    height: 24px;
}
.icon_lorry_7 {
    background-image: url('images/lorry_7.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_0 {
    background-image: url('images/machine_0.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_1 {
    background-image: url('images/machine_1.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_2 {
    background-image: url('images/machine_2.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_3 {
    background-image: url('images/machine_3.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_4 {
    background-image: url('images/machine_4.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_5 {
    background-image: url('images/machine_5.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_6 {
    background-image: url('images/machine_6.gif');
    width: 56px;
    height: 24px;
}
.icon_machine_7 {
    background-image: url('images/machine_7.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_0 {
    background-image: url('images/mixer_0.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_1 {
    background-image: url('images/mixer_1.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_2 {
    background-image: url('images/mixer_2.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_3 {
    background-image: url('images/mixer_3.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_4 {
    background-image: url('images/mixer_4.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_5 {
    background-image: url('images/mixer_5.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_6 {
    background-image: url('images/mixer_6.gif');
    width: 56px;
    height: 24px;
}
.icon_mixer_7 {
    background-image: url('images/mixer_7.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_0 {
    background-image: url('images/vehicle_0.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_0 {
    background-image: url('images/moto_0.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_1 {
    background-image: url('images/moto_1.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_2 {
    background-image: url('images/moto_2.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_3 {
    background-image: url('images/moto_3.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_4 {
    background-image: url('images/moto_4.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_5 {
    background-image: url('images/moto_5.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_6 {
    background-image: url('images/moto_6.gif');
    width: 56px;
    height: 24px;
}
.icon_moto_7 {
    background-image: url('images/moto_7.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_0 {
    background-image: url('images/panelvan_0.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_1 {
    background-image: url('images/panelvan_1.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_2 {
    background-image: url('images/panelvan_2.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_3 {
    background-image: url('images/panelvan_3.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_4 {
    background-image: url('images/panelvan_4.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_5 {
    background-image: url('images/panelvan_5.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_6 {
    background-image: url('images/panelvan_6.gif');
    width: 56px;
    height: 24px;
}
.icon_panelvan_7 {
    background-image: url('images/panelvan_7.gif');
    width: 56px;
    height: 24px;
}
.icon_person_0 {
    background-image: url('images/person_0.gif');
    width: 56px;
    height: 24px;
}
.icon_person_1 {
    background-image: url('images/person_1.gif');
    width: 56px;
    height: 24px;
}
.icon_person_2 {
    background-image: url('images/person_2.gif');
    width: 56px;
    height: 24px;
}
.icon_person_3 {
    background-image: url('images/person_3.gif');
    width: 56px;
    height: 24px;
}
.icon_person_4 {
    background-image: url('images/person_4.gif');
    width: 56px;
    height: 24px;
}
.icon_person_5 {
    background-image: url('images/person_5.gif');
    width: 56px;
    height: 24px;
}
.icon_person_6 {
    background-image: url('images/person_6.gif');
    width: 56px;
    height: 24px;
}
.icon_person_7 {
    background-image: url('images/person_7.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_0 {
    background-image: url('images/pickup_0.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_1 {
    background-image: url('images/pickup_1.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_2 {
    background-image: url('images/pickup_2.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_3 {
    background-image: url('images/pickup_3.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_4 {
    background-image: url('images/pickup_4.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_5 {
    background-image: url('images/pickup_5.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_6 {
    background-image: url('images/pickup_6.gif');
    width: 56px;
    height: 24px;
}
.icon_pickup_7 {
    background-image: url('images/pickup_7.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_0 {
    background-image: url('images/roller_0.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_1 {
    background-image: url('images/roller_1.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_2 {
    background-image: url('images/roller_2.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_3 {
    background-image: url('images/roller_3.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_4 {
    background-image: url('images/roller_4.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_5 {
    background-image: url('images/roller_5.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_6 {
    background-image: url('images/roller_6.gif');
    width: 56px;
    height: 24px;
}
.icon_roller_7 {
    background-image: url('images/roller_7.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_0 {
    background-image: url('images/taxi_0.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_1 {
    background-image: url('images/taxi_1.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_2 {
    background-image: url('images/taxi_2.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_3 {
    background-image: url('images/taxi_3.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_4 {
    background-image: url('images/taxi_4.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_5 {
    background-image: url('images/taxi_5.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_6 {
    background-image: url('images/taxi_6.gif');
    width: 56px;
    height: 24px;
}
.icon_taxi_7 {
    background-image: url('images/taxi_7.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_0 {
    background-image: url('images/temperature_0.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_1 {
    background-image: url('images/temperature_1.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_2 {
    background-image: url('images/temperature_2.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_3 {
    background-image: url('images/temperature_3.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_4 {
    background-image: url('images/temperature_4.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_5 {
    background-image: url('images/temperature_5.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_6 {
    background-image: url('images/temperature_6.gif');
    width: 56px;
    height: 24px;
}
.icon_temperature_7 {
    background-image: url('images/temperature_7.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_0 {
    background-image: url('images/tractor_0.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_1 {
    background-image: url('images/tractor_1.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_2 {
    background-image: url('images/tractor_2.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_3 {
    background-image: url('images/tractor_3.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_4 {
    background-image: url('images/tractor_4.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_5 {
    background-image: url('images/tractor_5.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_6 {
    background-image: url('images/tractor_6.gif');
    width: 56px;
    height: 24px;
}
.icon_tractor_7 {
    background-image: url('images/tractor_7.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_0 {
    background-image: url('images/trailer_0.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_1 {
    background-image: url('images/trailer_1.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_2 {
    background-image: url('images/trailer_2.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_3 {
    background-image: url('images/trailer_3.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_4 {
    background-image: url('images/trailer_4.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_5 {
    background-image: url('images/trailer_5.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_6 {
    background-image: url('images/trailer_6.gif');
    width: 56px;
    height: 24px;
}
.icon_trailer_7 {
    background-image: url('images/trailer_7.gif');
    width: 56px;
    height: 24px;
}
.icon_train_0 {
    background-image: url('images/train_0.gif');
    width: 56px;
    height: 24px;
}
.icon_train_1 {
    background-image: url('images/train_1.gif');
    width: 56px;
    height: 24px;
}
.icon_train_2 {
    background-image: url('images/train_2.gif');
    width: 56px;
    height: 24px;
}
.icon_train_3 {
    background-image: url('images/train_3.gif');
    width: 56px;
    height: 24px;
}
.icon_train_4 {
    background-image: url('images/train_4.gif');
    width: 56px;
    height: 24px;
}
.icon_train_5 {
    background-image: url('images/train_5.gif');
    width: 56px;
    height: 24px;
}
.icon_train_6 {
    background-image: url('images/train_6.gif');
    width: 56px;
    height: 24px;
}
.icon_train_7 {
    background-image: url('images/train_7.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_0 {
    background-image: url('images/truck_0.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_1 {
    background-image: url('images/truck_1.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_2 {
    background-image: url('images/truck_2.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_3 {
    background-image: url('images/truck_3.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_4 {
    background-image: url('images/truck_4.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_5 {
    background-image: url('images/truck_5.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_6 {
    background-image: url('images/truck_6.gif');
    width: 56px;
    height: 24px;
}
.icon_truck_7 {
    background-image: url('images/truck_7.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_0 {
    background-image: url('images/unimog_0.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_1 {
    background-image: url('images/unimog_1.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_2 {
    background-image: url('images/unimog_2.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_3 {
    background-image: url('images/unimog_3.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_4 {
    background-image: url('images/unimog_4.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_5 {
    background-image: url('images/unimog_5.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_6 {
    background-image: url('images/unimog_6.gif');
    width: 56px;
    height: 24px;
}
.icon_unimog_7 {
    background-image: url('images/unimog_7.gif');
    width: 56px;
    height: 24px;
}
.icon_van_0 {
    background-image: url('images/van_0.gif');
    width: 56px;
    height: 24px;
}
.icon_van_1 {
    background-image: url('images/van_1.gif');
    width: 56px;
    height: 24px;
}
.icon_van_2 {
    background-image: url('images/van_2.gif');
    width: 56px;
    height: 24px;
}
.icon_van_3 {
    background-image: url('images/van_3.gif');
    width: 56px;
    height: 24px;
}
.icon_van_4 {
    background-image: url('images/van_4.gif');
    width: 56px;
    height: 24px;
}
.icon_van_5 {
    background-image: url('images/van_5.gif');
    width: 56px;
    height: 24px;
}
.icon_van_6 {
    background-image: url('images/van_6.gif');
    width: 56px;
    height: 24px;
}
.icon_van_7 {
    background-image: url('images/van_7.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_1 {
    background-image: url('images/vehicle_1.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_2 {
    background-image: url('images/vehicle_2.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_3 {
    background-image: url('images/vehicle_3.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_4 {
    background-image: url('images/vehicle_4.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_5 {
    background-image: url('images/vehicle_5.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_6 {
    background-image: url('images/vehicle_6.gif');
    width: 56px;
    height: 24px;
}
.icon_vehicle_7 {
    background-image: url('images/vehicle_7.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_0 {
    background-image: url('images/wagon_0.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_1 {
    background-image: url('images/wagon_1.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_2 {
    background-image: url('images/wagon_2.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_3 {
    background-image: url('images/wagon_3.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_4 {
    background-image: url('images/wagon_4.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_5 {
    background-image: url('images/wagon_5.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_6 {
    background-image: url('images/wagon_6.gif');
    width: 56px;
    height: 24px;
}
.icon_wagon_7 {
    background-image: url('images/wagon_7.gif');
    width: 56px;
    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-fuels {
    background: url('images/m-fuels.png') no-repeat;
    margin: 0 17px 25px 0;
    width: 57px;
    height: 92px;
}

.icon-menu-remote {
    background: url('images/m-remote.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 {
    display: block;
}
.icon-index-logo {
    background: url('images/logo.png') no-repeat center;
    width: 120px;
    height: 44px;
    margin: -10px auto 0 auto;
}

.ui-btn-down-n {
    background-color: #d6d6d6;
}

.icon-button-add {
    background: url('images/add.png') no-repeat;
    margin: 0 5px 5px 0;
    width: 48px;
    height: 120px;
}


.ui-header > .ui-btn, .ui-footer > .ui-btn {

}
.ui-header {
    border: none !important;
}
.someClass {border: black;}

.on_off_button_1off, .on_off_button_0on {
    display: inline-block;
    border: solid black 1px;
}
.on_off_button_1on, .on_off_button_0off {
    display: inline-block;
    border: solid grey 1px;
    color: grey;
}

.icon_text_background {
    background-color: blue;
    border-width: 1px;
    border-color: olive;
}