.div-week{
    width: 100%;   
}
.left-week{
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    border:#7E8084 solid 1px;
    border-right: none;
}

.right-week{
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    border:#7E8084 solid 1px;
}

.middle-week{
    width: 14%;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    border:#7E8084 solid 1px;
    border-right: none;
}

.active-week{
    background-color: #2851F3;
    color: #FFF;
}

#BatchImportFile,#BatchImportProduct{
    position: absolute;
    margin-left: -73px;
    width: 74px;
    height: 30px;
    opacity: 0;
}

#billing_phone_field .intl-tel-input{
    padding-left: 12%;
}

#billing_phone_field .flag-container{
    background-color: #f5f5f5;
    border-radius:7px;
}

.selling-wrap-list .sr-table{
    width: 100%;
    margin-top: 20px;
    background: #fff;
    text-align: center;
}

.selling-wrap-list .srDet-table{
    width: 100%;
    margin-top: 20px;
    background: #fff;
    text-align: center;
}

.sr-table tr th,
.srDet-table tr th{
    height: 40px;
    color: #0073aa;
}

.sr-table tr td,
.srDet-table tr td{
    height: 50px;
}

.selling-wrap-list .list_tr_grey{
    background: #f9f9f9;
}