.hidden {
    display: none;
}

.order-status-bg-urgent, table td.order-status-bg-urgent {
    /*background-color: #fb3831;*/
    background: repeating-linear-gradient( 45deg, #fb3831, #fb3831 6px, #fff 6px, #fff 10px);
}

.col.order-detail-cell-urgent-info {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    color: red;
    justify-content: center;
}
.col.order-detail-cell-urgent-info span {
    transform: rotate(-90deg);
}

.img-help {
    width: 800px;
    max-width: 100%;
}
.img-help.img-help-auto  {
    width: auto;
}