.border-none {
    border: none;
}

p.small {
    font-size: 16px;
}

@media print {
    .print-marg-right {
        margin-right: 1%;
    }
    .print-width-45 {
        width: 48%;
    }
    .print-pad-top {
        padding-top: 20px;
    }

    .printable-table {
        border-collapse: collapse;
    }

    .printable-table thead tr th {
        border-bottom: 2px solid #333;
    }
    .printable-table tbody tr td {
        border-bottom: 1px solid #333;
    }
}

.sales-order-table {
    border-collapse: collapse;
}

.sales-order-table thead tr {
    background-color:#206ea6!important;
    border: 1px solid #206ea6;
}

.sales-order-table thead tr th {
    color: #fff!important;
    text-transform: uppercase;
}

.sales-order-table tbody tr td {
    border: 1px solid #CCC;
}

.sales-order-table .price-column {
    background-color:#e5e5e5!important;
}

.totals-column {
    background-color:#206ea6!important;
    color: #FFF!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

body {
    color-adjust: exact!important;
    -webkit-print-color-adjust: exact!important;
    print-color-adjust: exact!important;
}

.sales-order-header {
    color:white!important;
    font-size:58px;
    font-weight:bold;
}
.sales-order-header-box {
    background-color:#206ea6!important;
}
.sales-order-sub-header {
    color: white!important;
    font-size: 24px;
    font-weight: bold;
}

.banner-table th,
.banner-table td {
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.banner-table span.link {
    font-size: 12px;
    color: blue;
}
.thread-box {
    display: inline-block;
    padding: 10px;
    border: 1px solid #CCC;
    cursor: pointer;
}
.thread-box.small {
    padding: 3px;
    font-size: 10px;
    float: left;
    width: 60px;
    margin-right: 1px;
}
@media print {
    .sales-order-header {
        font-size:46px;
    }
    .pad-giant {
        padding: 20mm;
    }

    .marg-top {
        margin-top: 5mm;
    }
    .marg-bottom {
        margin-bottom: 5mm;
    }
    .pad--small {
        padding: 3mm;
    }
}

.sales-order-table-border {
    border-collapse: collapse;
}

.sales-order-table-border tr th,
.sales-order-table-border tr td {
    border: 1px solid #ccc;
}

.zoom-image-holder {
    cursor: pointer;
    min-width: 150px;
    position: relative;
    overflow: visible;
}
.zoom-image-holder:hover img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 500px;
    z-index: 2;
}
.wide-table-wrap {
    width: 100%;
    overflow: scroll;
}

.ws-tabs {
    margin: 0;
    border-bottom: 2px solid #1779ba;
}
.ws-tabs::after {
    content: '';
    display: table;
    clear: both;
}
.ws-tabs li {
    float: left;
    border: 2px solid #1779ba;
    border-bottom: none;
    list-style-type: none;
    padding: 5px 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    background-color: #F0F0F0;
    font-size: 16px;
    font-weight: bold;
}
.ws-tabs li:hover {
    background-color: #1779ba;
    color: #FFF;
}

.ws-tabs li.active {
    position: relative;
    background-color: #FFF;
}
.ws-tabs li.active:hover {
    background-color: #1779ba;
}
.ws-tabs li.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height : 2px;
    background-color: #FFF;
}
.tab-content {
    min-height: 200px;
    border: 2px solid #1779ba;
    border-top: none;
    border-top-right: 5px;
}

.small-green-button,
.small-red-button
{
    display: inline-block;
    padding: 3px;
    background-color: #7eb056;
    border-radius: 3px;
    font-size: 10px;
    color: #FFF;
    cursor: pointer;
}
.small-red-button {
    background-color: #bf4b45;
}
.small-green-button:hover,
.small-red-button:hover {
    text-decoration: underline;
}

.text-green-highlight {
    display: inline-block;
    background-color: #7eb056;
}
