﻿h1 {
    font-weight: 600;
    font-size: 2rem;
}

.carrier-logo-header {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 1.25rem;
    color: #0F7A47;
}

.content {
    background-color: #F9F9F9;
    padding-bottom: 5rem;
}

.gridline {
    border-collapse: collapse;
    border: 1px solid #FF0000;
}

.gridline td {
    border: 1px solid #FF0000;
}

.page-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 3rem;
}
.progress-box-contact-us {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1rem;
}
.parcel_table {
    width: 100%;
    table-layout: fixed;
    box-shadow: 2px 2px 2px 2px #888888;
}
    .parcel_table th {
        font-weight: bold;
        color: white;
        padding: 20px 10px 20px 10px;
        text-align: center;
        background: #0B3F2E;
    }
    .parcel_table td {
        padding: 20px 10px 20px 10px;
        text-align: center;
        background: white;
        word-wrap: break-word;
        border-bottom: 1pt solid black;
        border-top: 1pt solid black;
    }
table.rounded-corners {
    /* Change these properties */
    --border: 0px solid;
    border-radius: 0px;
    /* Don't change these properties */
    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
}

    /* Apply a border to the right of all but the last column */
    table.rounded-corners th:not(:last-child),
    table.rounded-corners td:not(:last-child) {
        border-right: var(--border);
    }

    /* Apply a border to the bottom of all but the last row */
    table.rounded-corners > thead > tr:not(:last-child) > th,
    table.rounded-corners > thead > tr:not(:last-child) > td,
    table.rounded-corners > tbody > tr:not(:last-child) > th,
    table.rounded-corners > tbody > tr:not(:last-child) > td,
    table.rounded-corners > tfoot > tr:not(:last-child) > th,
    table.rounded-corners > tfoot > tr:not(:last-child) > td,
    table.rounded-corners > tr:not(:last-child) > td,
    table.rounded-corners > tr:not(:last-child) > th,
    table.rounded-corners > thead:not(:last-child),
    table.rounded-corners > tbody:not(:last-child),
    table.rounded-corners > tfoot:not(:last-child) {
        border-bottom: var(--border);
    }
.progress-box {
    width: 100%;
    background-color: #E5D9C9;
    padding-top: 10px;
    padding-bottom: 30px;
}
.progress-center-box {
    margin: auto;
}
.progress-icon-curveline {
    display: inline-block
}
.progress-icon-curveline img{
    width: 18em
}
.progress-icon-overall {
    display: flex;
    justify-content: center;
}
.progress-icon-container {
    margin: auto;
    width: 6em;
    height: 6em;
    display: flex;
    justify-content: center;
    border-radius: 1em;
    color: #0F7A47;
}

.progress-icon-disabled {
    color: #676767;
}

.progress-icon-box {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.progress-icon-title {
    text-align: center;
    padding-top: 1em;
    font-size: 1.5em;
    font-weight: bold;
    color: #0F7A47;
}
.progress-icon-title-disabled {
    color: #676767;
}
.progress-icon-desc {
    text-align: center;
    padding: 0.8em;
    word-wrap: break-word;
    color: #0F7A47;
}
.progress-icon-text-disabled {
    color: #676767;
}
.shipment-detail-bullet {
    margin: 0px 5px 0px 5px;
}
.label-separator {
    width: 90%;
    height: 2px;
    background-color: black;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.label-detail-heading {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 1.25rem;
    color: #0F7A47;
}
.vpod_image {
    max-height: 140px;
    max-width: 150px;
    margin-bottom: 20px;
    padding-left: 0.1em;
}
.vpod_div {
    margin-top: 1.25rem;
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 400px;
    text-align: center;
}
.carrierlogo_div {
    float: right;
    width: 300px;
    text-align: center;
}
@media (max-width: 650px) {
    .footer-contact {
        float: left;
    }
}
@media (max-width: 1400px) 
{
    .carrierlogo_div {
        float: left;
        width: 400px;
        text-align: center;
    }
}