html {
  font: 75% 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
  background: #e2e2e2;
}

.display-row {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.display-row-without-margin {
  width: 100%;
  display: inline-block;
}

.display-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  height: 18px;
  width: 49%;
}

.display-item-line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  height: 18px;
}

.display-item-driver {
  background-image: url('/images/ico_driver_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
}

.display-item-timestamp {
  background-image: url('/images/ico_timestamp_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
}

.display-item-latlng {
  background-image: url('/images/ico_latlng_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
}

.display-item-gmaps {
  background-image: url('/images/ico_link_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
}

.display-item-address {
  background-image: url('/images/ico_address_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
}

.display-item-power {
  background-image: url('/images/ico_power_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
  margin-bottom: 5px;
}

.display-item-fuel {
  background-image: url('/images/ico_fuel_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
  margin-bottom: 5px;
}

.display-item-total-fuel {
  background-image: url('/images/ico_total_fuel_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
  margin-bottom: 5px;
}

.display-item-total-distance {
  background-image: url('/images/ico_total_distance_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 24px;
  margin-bottom: 5px;
}

.display-item-rpm {
  background-image: url('/images/ico_rpm_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 27px;
  margin-bottom: 5px;
}

.display-item-ignition {
  background-image: url('/images/ico_ignitition_smaller_gray.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  padding-left: 27px;
  margin-bottom: 5px;
}

.eco-item {
  padding: 5px;
  font-weight: bold;
  height: 18px;
  text-align: right;
  font-size: 1.4em;
  margin-right: 1px;
  display: inline-block;
}

.online-ecodrive {
  width: 100%;
  display: inline-block;
  margin-top: -5px;
}

.eco-item-label {
  width: 75px;
  background-image: url('/images/ecodrive_gray_alone.png');
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 12px;
}

.eco-item-total {
  width: 50px;
  background-image: url('/images/ecodrive_total_gray.png');
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}

.eco-item-acceleration {
  width: 50px;
  background-image: url('/images/eco_acceleration_gray.png');
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}

.eco-item-braking {
  width: 60px;
  background-image: url('/images/eco_braking_gray.png');
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}

.eco-item-corner {
  width: 50px;
  background-image: url('/images/eco_corner_gray.png');
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 1em;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext.eco {
  font-size: 0.7em;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.window-settings-edit-form-select-ikona {
  margin: 2px;
  border: solid 1px #F0F9FF;
  cursor: pointer;
}

.window-settings-edit-form-select-ikona:hover {
  border-color: #F0713A;
}

.window-archive-summary-value {
  font-weight: bold;
}

#window-settings-edit-form-error {
  margin: 10px;
  padding: 10px;
  text-align: center;
}

#window-settings-alert-form-error {
  margin: 10px;
  padding: 10px;
  text-align: center;
}

#window-menu-titlebar {
  background: #F0713A;
}

#window-menu-content-table {
  position: absolute;
  border: none;
  bottom: 27px;
  width: 100%;
}

#window-menu-content-table tr {
  border-top: thin solid #c5c5c5;
  border-bottom: thin solid #c5c5c5;
  padding: 10px;
}

#window-menu-content-table tr:hover {
  color: #F0713A;
  background: #E9E9E9;
}

#window-menu-content-table .active {
  color: #E9E9E9;
  background: #F0713A;
}

#window-menu-content-table tr td {
  padding: 10px;
}

/*

*/

/*
#window-menu-content-table{

	position:absolute;
	border: none;
	bottom:27px;
	width:100%;

}

#window-menu-content-table tr{
	border-top: thin solid #c5c5c5;
	border-bottom: thin solid #c5c5c5;
	padding:10px;
}
#window-menu-content-table tr:hover{
	color: #F0713A;
	background: #E9E9E9;
}

#window-menu-content-table .active{
	color: #E9E9E9;
	background: #F0713A;
}

#window-menu-content-table tr td{
	padding:10px;
}
*/

/*

*/

#window-menu {
  width: 200px;
  height: 170px;
  position: fixed;
  bottom: -170px;
  lleft: 0px;
  z-index: 9999;
  mborder: solid 1px #c5c5c5;
  mfont-size: 100%;
  mfont-family: inherit;
  mline-height: 1.66em;
  margin: auto auto;
  left: 0;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding-top: 0px;
}

#window-menu-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom: 0px;
  mmargin: auto auto;
  mleft: 0;
  mright: 0;
  mposition: absolute;
}

#window-menu-titlebar-action {}

#window-raport table tr td {
  padding: 5px;
}

/*  Okno z lokalizatorami*/

#window-lokinfo {
  background: none;
  text-align: center;
}

/*  Okno z lokalizatorami
#window-lok-list tr:nth-child(even) {
	background: none;
}
*/

#window-lok-list tr td:first-child {
  /*	width:80px; */
}

#window-lok-list {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

#window-lok-list p {
  font-weight: bold;
  text-align: center;
  margin: 5px;
}

#window-lok-list img {
  margin: 0px;
}

#window-lok-list a {
  text-decoration: none;
  /* no underline */
  color: #2e2e2e;
}

#window-lok-list tr:hover a {
  color: #F0713A;
}

#window-lok-list tr:hover {
  color: #F0713A;
  background: #e9e9e9;
}

.online-tr {
  color: #444040;
  ;
  background: #F0713A;
}

#window-archive-trasy-button {
  margin-bottom: 5px;
}

#window-archive-trasy tr:hover {
  color: #F0713A;
  background: #e9e9e9;
}

#window-archive-trasy {
  margin-bottom: 5px;
}

/*
#stopka{
	width:100%;
	height:30px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index:9999;
	border: solid 1px #c5c5c5;
	font-size: 100%;
	font-family: inherit;
	line-height: 1.66em;
	padding-bottom:1px;
}
*/

/*
#stopka{
	width:100%;
	height:40px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index:9999;

	background-image: url('/images/pasek.png');
	background-repeat:repeat-x;
	background-position: center top;

	font-size: 1.1em;

	color:#f0713a;
	bborder: solid 1px #c5c5c5;
	ffont-size: 100%;
	ffont-family: inherit;
	fline-height: 1.66em;
	fpadding-bottom:1px;
}
*/

#stopka {
  width: 100%;
  height: 49px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  background-image: url('/images/pasek_nowe.png');
  background-repeat: repeat-x;
  background-position: center top;
  font-size: 1.1em;
  color: #f0713a;
}

#stopka-control {
  width: 238px;
  height: 110px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 9999;
  background-image: url('/images/kolo_nowe.png');
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 50px;
}

#stopka-right {
  right: 0px;
  position: fixed;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  margin-top: 6px;
}

#stopka-left {
  left: 0px;
  position: fixed;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  margin-top: 5px;
}

#stopka-ustawienia {
  background-image: url('/images/zebatki.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  padding-left: 30px;
  width: 150px;
  height: 35px;
  padding-top: 6px;
  color: #f0713a;
  background-color: transparent;
  border: none;
}

#stopka-ustawienia.active {
  background-color: #e3e3e3 !important;
}

#stopka-log.active {
  background-color: #e3e3e3 !important;
}

#stopka-log:active {
  border: none !important;
}

#stopka-log:hover {
  border: none !important;
}

#stopka-log {
  background-image: url('/images/uwaga.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position: left;
  padding-left: 30px;
  width: 150px;
  height: 33px;
  padding-top: 6px;
  color: #f0713a;
  background-color: transparent;
  border: none;
}

#stopka-raporty {
  background-image: url('/images/pen.png');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position: left;
  padding-left: 30px;
  width: 150px;
  height: 33px;
  padding-top: 6px;
  color: #f0713a;
  background-color: transparent;
  border: none;
}

#stopka-raporty.active {
  background-color: #e3e3e3 !important;
}

#stopka-wyloguj {
  display: inline-block;
  height: 16px;
  background-image: url('/images/logout.png');
  background-repeat: no-repeat;
  background-position-y: 5px;
  margin-right: 5px;
  padding-top: 3px;
  padding-left: 20px;
  margin-top: 5px;
  ffloat: right;
}

#stopka-wyloguj:hover {
  color: #2e2e2e;
}

#stopka-login {
  display: inline-block;
  height: 16px;
  background-image: url('/images/ludzik.png');
  background-repeat: no-repeat;
  background-position-y: 5px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 3px;
  padding-left: 20px;
  ffloat: right;
}

#stopka-ip {
  display: inline-block;
  height: 16px;
  background-image: url('/images/pc.png');
  background-repeat: no-repeat;
  background-position-y: 5px;
  margin-right: 5px;
  padding-top: 3px;
  padding-left: 25px;
  margin-top: 5px;
  ffloat: right;
}

#stopka-control-left {
  float: left;
  width: 50px;
  height: 100px;
}

#stopka-control-center {
  float: left;
  width: 137px;
  height: 90px;
}

#stopka-control-right {
  float: left;
  width: 50px;
  height: 100px;
}

#stopka-control-online.active {
  background-image: url('/images/online_on.png') !important;
  color: #f0713a !important;
  text-shadow: 0px 0px 8px;
}

#stopka-control-archive.active {
  background-image: url('/images/his_on.png') !important;
  color: #f0713a !important;
  text-shadow: 0px 0px 8px;
}

#stopka-control-online:hover {
  background-image: url('/images/online_on.png') !important;
  cursor: pointer;
}

#stopka-control-archive:hover {
  background-image: url('/images/his_on.png') !important;
  cursor: pointer;
}

#window-settings-tabstrip .k-edit-label, #window-settings-tabstrip .k-edit-field {
  padding: .5em 0 .5em;
}
