﻿.bannedProd-label {
    font-weight: 500;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-style: normal;
    font-size: 12px;
}

.licNumber-label {
    font-weight: 500;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-style: normal;
    font-size: 12px;
    margin-left: -20px;
}

.deaNumber-label {
    font-weight: 500;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-style: normal;
    font-size: 12px;
    margin-left: -19px;
}
.addresslabel {
    font-weight: 500;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-style: normal;
    font-size: 12px;
    margin-left: -20px;
}

.address-shipp{
    /*min-height:100px;*/
    height:auto;
    width:28%;
}
.Shipping-address-box {
    /*margin-bottom: 0%;*/
    font-size:12px;
    line-height:1.5;
}
.col-xs-6 {
    height: 100px!important;
}

.deliveryaddress-data {
    padding-bottom: 0% !important;
}
/*.shipment-data*/
.deliveryaddress-data {
    margin-bottom: 5px;
    /*background-color: #30768e;*/
    background-color: var(--primary-color);
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    /*margin-top: -10px;*/
    padding-left: 15px;
    padding-bottom: 3%;
}
.borderlineclass {
    display: none;
}
.inputWithIcon {
    /*margin-left: 1%;*/
    /*width: 50%;*/
}
.radio label, .checkbox label {
    min-height: unset !important;
}
@media (min-width: 1200px) and (max-width: 1819px) {
    .address-shipp {
        /*min-height:100px;*/
        height: auto;
        width: 40%!important;
    }
}
@media (min-width: 551px) and (max-width: 1300px) {
    .Shipping-address-box {        
        /*width: 50%!important;*/
    }
}
@media (min-width: 769px) and (max-width: 1000px) {    
    .col-xs-6 {
        width: 30%;
    }
}
@media (min-width: 769px) and (max-width: 900px) {
    .deliveryaddress-data {
        margin-bottom: 5%;
    }
    .col-xs-6 {
        width: 40%;
    }
}
@media (min-width: 300px) and (max-width: 550px) {
    .borderlineclass {
        border-bottom: 1px solid #c9c9c9;
        width: 95%;
        margin-left: 9px;
        display: block;       
    }
    .Shipping-address-box {        
        min-height: 10% !important;
    }
}

.searchinput {
    border: none;
    padding: 14px;
    margin: 10px;
    width: 700px;
    border: 1px solid #eaeaea;
    outline: none;
    border-color: #666;
    font-weight: bold;
    display: inline-block;
}

.inputWithIcon {
    position: relative;
    padding-left: 0.5%;
}

    .inputWithIcon i {
        position: absolute;
        /*left: -10px;*/
        left: -6px;
        top: 18px;
        padding: 9px 28px;
        color: #aaa;
        transition: 0.3s;
        padding-top: 1px;
    }

@media only screen and (max-width:560px) and (min-width: 360px) {
    .searchinput {
        border: none;
        padding: 10px;
        margin: 10px;
        width: 90% !important;
        border: 1px solid #eaeaea;
        outline: none;
        border-color: #666;
        font-size: 7px;
    }
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.searchinput {
    border: none;
    padding: 10px;
    margin: 10px;
    width: 700px;
    border: 1px solid #eaeaea;
    outline: none;
    border-color: #666;
    font-weight: bold;
    display: inline-block;
}

    .searchinput:hover {
        border-color: #a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9;
    }

    .searchinput:focus {
        border-color: #4d90fe;
    }

.inputWithIcon input[type="text"] {
    /*padding-left: 40px;*/
    padding-left:29px;
}



    .inputWithIcon input[type="text"]:focus + i {
        color: dodgerBlue;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        background-color: dodgerBlue;
    }
   