.form-control[readonly] {
  background-color: initial !important;
}

.to_up {
    position: initial !important;
    opacity: initial !important;
}

.input-group {
  display: flex;
}

.StreetType:empty, .CityType:empty {
    display: none;
}
.StreetType, .CityType {
  width: auto;
  margin: 1rem 0 0 0 !important;
  border: 1px solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: currentcolor;
}

.live_scroll_element {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 20;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 6px 10px #ccc;
  padding: 5px 16px 5px 16px;
  max-height: 30rem;
  right: 12px;
}

table.table_.table-bordered {
    width: 90%;
    margin-left: 17px;
}

#DisplayCarrierList_up input[type="checkbox"]:checked+span {
    content: '';
    display: block;
    background-color: #7FBA00;
    width: 8px;
    height: 8px;
    padding: 0 0 0 0;
    margin-top: 0;
    margin-left: 3px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    top: 8px;
}
/*
#DisplayCarrierList_up label.show_address span.custom-checkbox::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 0;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: white;
}
*/
span.show_address_title {
    margin: 3px 0 0 20px;
    display: inline-block;
}

.StreetType_up {
    width: auto !important;
    margin: 1rem 0 0 0 !important;
}

.StreetType_up:empty{
    display: none;
}


.street_delivery .input-group_ {
    display: flex;
}

.up_address_delivery .input-group {
    width: -moz-available;
    width: -webkit-fill-available;
}