/*****************
INVENTORY LIST
*****************/
.automart-grid-row-2 .btn {
    padding: 8px 16px;
}

.element-type-inventorylisttextus a,
.inventory-list-row a.btn-default {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    display: flex;
    align-item: center;
    justify-content: center;
    border-radius: 4px;
    margin: 4px 0px;
}
.inventory-list-row a.btn-default {
    padding: 4px 8px;
}
.element-type-inventorylisttextus a {
    padding: 8px 16px;
}
.inventory_moreinfo .fa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-type-inventorylisttextus a:hover,
.element-type-inventorylisttextus a:active,
.element-type-inventorylisttextus a:focus,
.inventory-list-row a.btn-default:hover,
.inventory-list-row a.btn-default:active,
.inventory-list-row a.btn-default:focus {
    text-decoration: none;
    background-color: #286090;
    color: #fff;
    border-color:#286090;
    box-shadow: none;
}

.pageid-ivd,
.pageid-fca {
    background-color: #fff!important;
}

.pageid-ivd .disclaimer {
    color: #131313;
}

button#bed736f6ef8d4c71962f2db5f76deb41_Submit {
    visibility: hidden;
}

#bed736f6ef8d4c71962f2db5f76deb41_Search {
    visibility: hidden;
}

#bed736f6ef8d4c71962f2db5f76deb41_form   {
visibility: hidden;
}

/*
.col-lg-2 {
    width: 25%;
}*/

.inventory-search .btn-group {
    padding: 0px;
    width: auto;
}

.floatanchor{
    position: fixed;
    right: 0;
    bottom: 29%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000 !important;
    padding: 10px;
    box-shadow: -2px 3px 5px 2px rgba(0, 0, 0, 0.61);
    font-weight: bold;
}

#contact {
margin-top:-100px;
}

/**************
Sticky sidebar inventory adjustments
************/

.inventory-list-row {
    padding: 0px;
    position: relative;
    z-index: 0;
}


.inventory-search > .page-content-element .inventory-list-row {
    display: block;
    position: relative;
}

.sidebar-search-sticky {
      display: block;
       top: 21vw;
      height: 21vh;
      /* width: 30%;*/
       z-index: 1;
 }

.sidebar-search-sticky + div {
  margin-top: 2vw;
}

/***Responsive****/
@media (min-width: 1200px) {
   .inventory-search .inventory-list-row  {
       display: flex !important;
   }

   .sidebar-search-sticky {
     position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: 100vh;
    overflow-y: scroll;
   }
}


/**************
Changes ticket 181148
************/

div.vehicle-link a.btn {
    border-color: #243742 !important;
    background-color: #ECA747;
    color: #ffffff;
font-size:15px;
}

h1 {
    font-size: var(--fs-primary-heading) !important;
    font-weight: var(--fw-bold) !important;
text-align:center;
}

.featured-photo-slider img {

border: 3px solid #243742;
}

/**************
Mobile Menu fix
************/

.modal-backdrop  {
    z-index: -1;
}

/**************
Inventory Grid
************/
@media (min-width: 768px) {
.inv-grid div.inventory-details {
    flex-direction: column;
    align-items: flex-start;
}
}

@media (min-width: 1400px) {
    .inv-grid .element-type-inventorylisttitle .vehicle-label {
  min-height: 70px;
    }
}

/**************
Inventory Search
************/

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    background-color: #1E2D35;
    font-color: white !important;
}

.ui-widget {
    font-size: inherit;
    line-height: 24px;
    padding: 8px 0px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-family: inherit;
    color: white;
}

.ui-widget-content {
    background-color: #1E2D35;
}

.inventory-photo {
    max-height: 206px;
}

.element-container-0 .element-type-inventorylistdata {
    min-height: 75px;
}

.element-type-inventorylistthumbnail .image .inventory img {
    min-height: 206px;
}

@media (min-width: 769px) {
.inventory-panel img {
    height: 206px;
}
}