.removeid i.fa-trash {
    color: #E21E24;
    font-size: 21px;
}
.orderbysku-index-index #orderbyskuform .resultdata{
    display: none;
    padding: 0 10px;
    font-weight: 600;
    border: solid 1px #ccc;
    line-height: 30px;
    margin: 0 0 0 5px;
    font-size: 13px;
}
/*.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}*/

#muliSelect6{
    display: none;
    /*position: absolute;*/
    top: 50px;
    width: 100%;
    z-index: 10;
}
#TextBoxesGroup .form-group{
    position: relative;
}

span.close-product-list {    
    color: #E21E24;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 3px;
    right: 10px;    
    font-weight: bold;
    cursor: pointer;
}

div#TextBoxesGroup label {
    width: 65px;
    text-align: left;
}

div#TextBoxesGroup input[type=text] {
    margin-right: 10px;
}

.bulk-order-btn{
    background-color: #e21e24;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 36px;
    color: #fff;
    border: none;
    font-weight: bold;
}

#muliSelect6 .list-group-item {
    border-left: solid 10px rgba(0,0,0,.125);    
}

#muliSelect6 .list-group-item:hover, #muliSelect6 .list-group-item.item-selected {   
    border-left: solid 10px #e21e24;
    background-color: #ecedf0;
}

#TextBoxesGroup .product-name{
    width: 100%;
    margin-top: 2px;
    margin-left: 70px;
/*    font-weight: bold;
    text-transform: uppercase;*/
}

#muliSelect6 .loader{
    display: none;
}