.w1 {
    overflow-x: hidden;
    overflow-y: auto;
}

div.avail_by_whse {
    text-align:center;
}

div.detail_cont { 
    display: flex;
}

div.outer_whse_avail_cont {
    display: flex;
    flex-wrap: wrap;
}

div.whse_avail_cont { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width:80px;
    width:24%;
    float:left;
    margin-right:1%;
    text-align:center;
    border:2px solid #E1E1E1;
}

div.avail_qty_cont {
    text-align:left;
    padding-left:5px;
    font-weight:bold;
    color:#747474;
}


div.whse_avail_cont.isMainWhse { 
    border-color: #75AF75;
}

div.avail_qty_cont.isMainWhse {
    color: #75AF75;
}

textarea.mainupdatespcinstructs.spcinstext50 {
    width: 50% !important;
}

div.changeWhseCont {
    float: right;
}

div.whseCont {
    width: 100%;
}

div.whseRadioCont {
    display:inline-block;
    margin-right: 15px;    
}

div.whseAvailCont {
    display:inline-block;
    float: right;
}

div.webFreeFrtAvail {
    display: inline-block;
    width:100%;
    margin: 5px 0;
    padding: 20px 0;
    border: .5px solid #808080;
    border-left: none;
    border-right: none;
}

div.webFrtDiscNote {
    width: 58%;
    float:left;
}

div.webFrtDiscNote:first-child {
    width: 40%;
    margin-right: 2%;
}

div.webFrtDiscNote div.totalWhseAmtsDivs {
    display: inline-block;
    font-size: 80%;
    width: 20%;
    float: left;
    text-align: right;
}

div.webFrtDiscNote div.totalWhseAmtsDivsFirstCol {
    width: 60%;
}

div.totalWhseAmtsDivsFirstCol > span {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

div.totalWhseAmtsDivsRow {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

div.setAllWhsesCont {
    margin-left: 475px;
}

#rep_details {
    border:1px solid #808080;
    background-color:#fff;
    color:#000;width:400px;
    border-radius:4px;
}

#rep_details .rep_details_p {
    display:inline-block;
    width:100%;
    background-color:#999999;
    padding:5px;
    border-radius:4px 4px 0 0;
}

#rep_details .rep_details_p .rep_details_p_left {
    display: inline-block;
    float: left;
}

#rep_details .rep_details_p .rep_details_p_right {
    display: inline-block;
    float: right;
}

#rep_details .rep_details_inner_div {
    display:inline-block;
    padding: 10px;
}

#rep_details .rep_details_inner_div .rep_details_inner_div_img {
    display:inline-block;
    padding-right:10px;
    width:120px;
    float:left;
}

#rep_details .rep_details_inner_div .rep_details_inner_div_bio {
    display:inline-block;
    float:left;
    width:250px;
}

#rep_details .rep_details_inner_div .rep_details_inner_div_img img {
    width: 120px;
    border:2px solid #808080;
}

.breadcrumbs > ul > li {
    z-index: 0;
}


textarea {
    white-space: pre;
}

.invisADA {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}