
.freight-estimate-popup .has-feedback .form-control-feedback {
  top: 23px;
  right: 25px;
}
.freight-estimate-popup .vertical-auto-scroll {
  overflow-y: auto;
  max-height: 180px;
}
.freight-estimate-popup .freight-estimate-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.freight-estimate-popup .freight-estimate-row.last {
  border-bottom: none;
}
.freight-estimate-popup .shipto-residential-form-wrapper {
  position: relative;
}
.freight-estimate-popup .residential-form {
  position: absolute;
  top: 0;
  float: right;
  margin: 0 20px;
  right: 0;
}
.freight-estimate-popup .panel-group {
  overflow-y: auto;
  max-height: 312px;
}
.freight-estimate-popup .panel-heading
{
  padding: 0;
}
.freight-estimate-popup .panel-heading a
{
  padding: 10px 15px;
  display: block;
}
.freight-estimate-popup .panel-heading a:hover,
.freight-estimate-popup .panel-heading a:active,
.freight-estimate-popup .panel-heading a:focus
{
  text-decoration: none;
}
.freight-estimator-carrier-section .carrier-data-div .table td.select-warehose-col{width:310px}

.modal-estimate-controls {
    padding-right: 15px;
    padding-bottom: 10px;
}
.freight-estimate-popup .freight-estimate-clear-btn {
    margin-right: 12px;
}

.width-275px {
    width: 275px !important;
}

.pad-left {
    padding-left: 20px;
}

.modal-estimate-controls .btn-disable {
    background-color: #757575 !important;
    color: #FFFFFF;
}

.searchiconposition {
    position: absolute;
    right: 10px;
    top: 9px;
}
#freightEstimator .ui-selectmenu-button.ui-button,
#freightEstimator .shipto-residential-form-wrapper input {
    height: 36px;
    line-height: 35px;
}

#freightEstimator .checkbox label {
    font-size: 14px;
    padding-left: 25px;
}

#freightEstimator .close {
    position: absolute;
    right: 15px;
    top: 10px;
}

#freightEstimator .has-feedback .form-control-feedback {
    right: 5px;
}

#FreightEstimatorCostResult .popover {
    min-width: unset;
    width: 100% !important;
}

.block-with-text-frieght {
    overflow: hidden;
    position: relative;
    line-height: 1.42em;
    max-height: 4.26em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}
    
.block-with-text-frieght:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}
    
.block-with-text-frieght:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}