#inventorySearchWidget .radio-inline label {
  font-size: 14px;
}

/*------------------------------------* 
    $WIDGET_INVENTORY SEARCH 
\*------------------------------------*/
#inventorySearchWidget.verticalInventorySearch .input-group-sm .form-control:not(:focus) {
  border: none;
}

@media (max-width: 991px) and (min-width: 540px) {
  .verticalInventorySearch #isVehicleInfo .col-sm-6:nth-child(2n+1) {
    padding-right: 7px;
    margin-bottom: 0.75em;
  }
  .verticalInventorySearch #isVehicleInfo .col-sm-6:nth-child(2n+2) {
    padding-left: 7px;
    margin-bottom: 0.75em;
  }
  .verticalInventorySearch #isVehicleInfo .col-sm-6:nth-child(2n+1):last-child {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #inventorySearchWidget.verticalInventorySearch .input-group-sm > .form-control {
    font-size: 16px;
  }
}
#inventorySearchWidget.verticalInventorySearch a[disabled] {
  pointer-events: none;
}

#inventorySearchWidget.verticalInventorySearch .form-control-label {
  font-size: 12px;
  color: #a5a5a5;
  padding: 0 10px;
  margin: 0;
}

#inventorySearchWidget.verticalInventorySearch .form-control {
  border-radius: unset;
  padding: 0;
}

#inventorySearchWidget.verticalInventorySearch .input-group-sm {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  height: 100%;
}

#inventorySearchWidget.verticalInventorySearch .input-group-sm .form-control {
  border-width: 0.2em;
}

/*  REMOVE this section when UseInventoryWidgetFieldLabels toggle is removed - START */
#inventorySearchWidget .input-group-sm .form-control {
  height: 26px;
  padding: 4px 5px;
}

@media (max-width: 1199px) {
  #inventorySearchWidget .input-group-sm .form-control {
    height: 22px;
    padding: 2px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #inventorySearchWidget .margin-bottom_5x {
    margin-bottom: 0.25em;
  }
}
@media (max-width: 991px) {
  #inventorySearchWidget .input-group-sm .form-control {
    height: 30px;
  }
}
@media (max-width: 767px) {
  #inventorySearchWidget .input-group-sm .form-control {
    height: 36px;
  }
}
/*  REMOVE this section when UseInventoryWidgetFieldLabels toggle is removed - END */

/*# sourceMappingURL=searchInventory-vertical.css.map */
