/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
  max-width: 280px;
}


.addBtn {
  cursor:pointer;
}
   .addBtn:hover {
      font-size:15px;
   }

.s-header__nav-menu-link {
  text-shadow: none!important;
}
.s-header__trigger-icon {
  background: #000!important; /*0d466e*/
}
.color-black {
  color: #000!important;
}
.search-box + label .search-icon {
      color: black!important;
  }
.img-reponsive {
  width: 100%;
}
.img-res {
  width: 200px;
  height: 180px;
  margin:0px auto;
}
.s-back-to-top {
background: #0d466e!important;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000!important;
}
.search-well {
  border:1px solid #ccc;
  border-radius: 5px;
  background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
  background-color: #F7F7F7!important;
  margin-bottom:20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
select:focus{
  border-color:#BBBBBB;
  box-shadow: inset 0 0 2px #888;
  border-color:#3C8CDD;   
  /*color:red;*/
  border-color: #2e6da4;
}
.col-md-3 p {font-weight:bold;color:#0d466e;
}
.trim { 
  width:100%;
}
.fileListItem {
  margin-left:20px;
  display: ruby-base-container;
}
.fileListItem input {
  margin-top:10px;
}
.uploadImg {
  object-fit: contain;
  width:160px;
  height: 120px;
}
.closeBtn {
  position:absolute;
  top:5px;
  right:5px;
}
.btn-sm {
  width:100px;
  height:20px;
  padding:2px;
}
.delbtn {
  width:55px !important;
  margin: 0 1rem 1rem 1rem;
  height: auto;
}
.delbtn.drpElement {
  margin: 0 1rem 0 1rem;
}


.NoVehicleTexte {
  font-weight:600;
  font-size:28px;
  text-align:center;
  color:dimgrey;
}

@media screen and (max-width: 736px) {
  .navbar-inverse .navbar-nav > li > a { 
      color: #fff!important; 
  }
  .s-header__shrink .s-header__navbar { 
      background: rgba(0, 0, 0, 0.5)!important; 
      height: 100px; 
  }
  .s-icon--white-brd { 
      color: rgba(0,0,0,0.44)!important; 
      border-color: rgba(0,0,0,0.44)!important; 
  }
  .s-icon--white-brd:focus, .s-icon--white-brd:hover { 
      color: #fff; 
      background-color: rgba(180,180,180,0.25)!important; /*13b1cd*/ 
      border-color: rgba(180,180,180,0.25)!important; 
  }
  .navbar-inverse .navbar-toggle { 
      border-color: #fff!important; 
  }
  .navbar-inverse .navbar-toggle .icon-bar { 
      background-color: #000!important; 
  }
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .jumbotron {
      margin-top: 20px;
  }

  .body-content {
      padding: 0;
  }
}
