html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

html, body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  font-family: verdana;
  font-size: 12px;
}

body {
    background-color: #fff;
}

.app-preloader{
  padding-top: 10px;
  padding-left: 10px;
}

a {
  text-decoration: none;
  font-family: verdana;
}

.not-found {
  position: fixed;
  top: 44px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: pink;
  display: none;
}

.not-found p{
  font-weight: bold;
  font-size: 10px;
  padding-left: 20px;
  padding-top: 18px;
}

.navigation {
  position: fixed;
  z-index: 100;
  width: 100%;
  /*background-color: #343434;*/
}

.activeCell{
  background-color: #99FF00;
}

.main-area{
    position: relative;
    overflow: auto;
    top: 90px;
    margin:0px;
    overflow-y: auto;
    height: 100%;
}

img.car-image{
  width: 150px;
}

ul.navigation-tabs {
  background-color: #343434;
}

.navigation-tabs li{
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.navigation-tabs li a{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.navigation-tabs li a:active{
}

.navigation .selected-cars-counter{
  position: absolute;
  top: 44px;
  width: 100%;
}

.cars-counter{
  color: #003333;
  font-size: 10px;
  font-weight: bold;
  padding-top: 16px;
  padding-left: 20px;
  border-bottom: 1px solid #e0e4e7;
  width: 100%;
  height: 30px;
  background-color: #fff;
}

.navigation .brand-tabs{
  position: absolute;
  top: 44px;
  width: 100%;
}

span.counter-number{
  color: red;
}

ul.cars-filters{
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e0e4e7;
  background-color: #fff;
  padding-bottom: 16px;
}

.cars-filters li{
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.cars-filters li a{
  color: #003333;
  font-size: 10px;
  font-weight: bold;
}

td.car-choose-button, td.car-name{
  position: relative;
}

td.car-name span{
  color: #003333;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

td.car-choose-button button{
  width: 100px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table.cars{
  width: 100%;
  border-collapse:collapse;
  border: 1px solid #e0e4e7;
  background-color: #f3f5f6;
}

table.cars tr{
  border-bottom: 1px solid #e0e4e7;
}

table.cars td{
  border-right: 1px solid #e0e4e7;
}

table.cars td.car-image{
  position: relative;
  width: 170px;
  background-color: #fff;
}

table.cars td.car-name{
  width: 25%;
}

table.cars td.car-description{
  position: relative;
  width: 40%;
}

table.cars td.car-description p{
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell; 
  vertical-align: top;
  text-align: top;
}

img.car-image{
  margin-top: 10px;
  margin-left: 10px;
}

.car-image-big-wrapper{
  display: none;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 180px;
  border: 1px solid #e0e4e7;
}

span.car-description-title{
  font-style: italic;
}

.car-image-big-wrapper img{
  width: 300px;
}

.green-tick{
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 65%;
  transform: translate(-50%, -50%);
  z-index: 1;
}