﻿/* =========================================================
   COLUMN WIDTHS
   ========================================================= */

.ws-col-check,
.ws-cell-check {
    width: 2.125rem;
}

.ws-col-order {
    width: 8.125rem;
}

.ws-col-date {
    width: 9.375rem;
}

.ws-col-customer {
    width: 16.25rem;
}

.ws-col-items {
    width: 5.625rem;
}

.ws-col-country {
    width: 8.125rem;
}

.ws-col-carrier {
    width: 15rem;
}

.ws-col-action {
    width: 9.375rem;
}

/* =========================================================
   CELLS
   ========================================================= */

.ws-order-link {
    color: #d60000;
    font-weight: 700;
    text-decoration: none;
}

    .ws-order-link:hover {
        text-decoration: underline;
    }

.ws-status-dot {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    background: #2e9b4b;
    margin-right: 0.5rem;
    transform: translateY(0.0625rem);
}

.ws-flag {
    display: inline-block;
    width: 1rem;
    height: 0.75rem;
    border-radius: 0.125rem;
    background: #f2c400;
    margin-right: 0.5rem;
    transform: translateY(0.0625rem);
}

.ws-carrier-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 12.5rem;
    vertical-align: bottom;
}

.ws-cell-action {
    text-align: right;
    white-space: nowrap;
}

/* =========================================================
   ACTION BUTTONS
   ========================================================= */

.ws-print-btn {
    height: 1.875rem;
    padding: 0 0.875rem;
    border: 0.0625rem solid #0f6f3a;
    background: #1e90ff;
    color: #fff;
    border-radius: 0.1875rem;
    font-weight: 700;
    font-size: 0.75rem;
    cursor: pointer;
}

    .ws-print-btn:hover {
        filter: brightness(0.95);
    }

.ws-more-btn {
    height: 1.875rem;
    width: 2rem;
    margin-left: 0.5rem;
    border: 0.0625rem solid #e2e2e2;
    background: #fff;
    border-radius: 0.1875rem;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.625rem;
}
