table {
    width: 100%;
}
.routes tr:nth-child(odd) {
    background-color: #f0f6fc;
}
.table-striped tr:nth-child(odd) {
    background-color: #fbfcf9;
    white-space: nowrap;
}
.remarks {
    white-space: normal;
}
/* .linesum {
} */
.qty {
    width: 45px;
    padding:0;
    line-height: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
}
.qty-stat {
    width: 45px;
    padding:0;
    line-height: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
}
.offer-tab {
    line-height: 25px;
    height: 25px;
}
.atlaides_sum {
    text-align: right;
    padding: 0;
}
.atlaides_txt {
    text-indent: 50px;
}
.hide {
    display: none;
}
.show {
}
