
.navbar-custom ul.navbar-nav{
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.navbar-custom{
  background-color: #cc0c0c !important;
  padding: 10px;
}
.navbar-custom li.nav-item:first-child a{
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #999 !important;
}
.navbar-custom li.nav-item:last-child a{
  border-radius: 0 6px 6px 0;
}
.navbar-custom li.nav-item a{
  background-image: url("../pictures/btnBg2.png");
  background-position-y: 70px;
  background-color: #dddfe3 !important;
  border: 1px solid #999;
  line-height: 3;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.navbar-custom li.nav-item a:hover{
  background-color: #eef0f5 !important;
}
.navbar-custom li.nav-item.selected a{
  background-color: #eef0f5 !important;
  color: #000 !important;
  cursor: default;
}
.navbar-toggler{
  background-image: url("../pictures/btnBg2.png");
  background-position-y: 55px;
  background-color: #dddfe3 !important;
  border: 1px solid #999;
  line-height: 2;
  margin-left: auto;
  margin-right: 0;
  min-width: 100px;
}
.navbar-toggler:hover{
  background-color: #eef0f5 !important;
}
a{
  color: #d33;
}
a:hover{
  color: #f66;
}
.content{
  font-size: 20px;
  height: 100%;
  padding: 50px;
}
.icon-big{
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  padding-right: 7px;
}
.icon-big.bi-house-door{
  padding-bottom: 2px;
}
.title-logo{
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .content {
    padding: 10px;
  }
  .title-logo{
    padding: 1px;
  }
  .navbar-custom li.nav-item a{
    border-radius: 6px !important;
  }
}
body {
  font-family: Arial;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #eee;
}
.map-link{
  border: 3px solid #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
}
.vehicles .row .col{
  vertical-align: middle;
  text-align: center;
  padding: 3px;
}
.vehicles .row .col .tile{
  vertical-align: middle;
  text-align: center;
  background-color: #ddd;
  border-radius: 6px;
  border: 2px solid #ccc;
  min-height: 200px;
  width: 100%;
  padding: 10px;
}
.table-first-bold td:first-child{
  font-weight: bold;
}
.table-a-first-right td:first-child{
  text-align: right;
}
.table-a-first-left td:first-child{
  text-align: left;
}
.table-a-second-left td:nth-child(2){
  text-align: left;
}
.table-a-second-right td:nth-child(2){
  text-align: right;
}
.thin-table{
  margin: auto;
  max-width: 1200px;
}
.tripple-table td{
  width: 33%;
}
.pneu-table td{
  max-width: 300px;
  vertical-align: middle;
}
.ztripple-table td:nth-child(odd), .zpneu-table td:nth-child(odd){
  background-color: #f3dddd !important;
}
.ztripple-table td:nth-child(even), .zpneu-table td:nth-child(even){
  background-color: #e9e9e9 !important;
}
.tripple-table td:nth-child(odd), .pneu-table td:nth-child(odd){
  background-color: #ddd !important;
}
.tripple-table td:nth-child(even), .pneu-table td:nth-child(even){
  background-color: #eee !important;
}
.pneu-price-table td{
  min-width: 200px;
}

