/***********/
/* GSS CSS */
/***********/

/* BOOTSTRAP WIDTH LOCK */

@media only screen and (min-width: 0px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

/* @media only screen and (min-width: 0px) {
.col-md-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
.col-md-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
.col-md-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.col-md-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
.col-md-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
.col-md-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.col-md-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
.col-md-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
.col-md-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
.col-md-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
.col-md-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
.col-md-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media only screen and (min-width: 992px) {
.col-lg-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
.col-lg-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
.col-lg-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.col-lg-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
.col-lg-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
.col-lg-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.col-lg-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
.col-lg-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
.col-lg-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
.col-lg-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
.col-lg-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
.col-lg-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
} */


tbody::-webkit-scrollbar {
    width: 10px;
}

tbody::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



/* GENERAL STYLES */
.subheader-wrapper {
    padding-top: 40px;
}

.agent-details-wrapper {
    padding-top: 40px;
    padding-bottom: 15px;
}

    .agent-details-wrapper p {
        font-size: 12px;
        padding-top: 0px;
        line-height: 22px;
    }

.gss-subheader {
    padding-top: 40px;
}

.subtext {
    padding-top: 30px;
}

.show {
    display: block !important;
}

.radio-container + .radio-container {
    padding-top: 5px;
}

.GSS_Receptacle_Information_Container, .GSS_Consolidator_Report_Container, .Paused_Dispatch_Container, .Dispatch_History_Container, .Current_Dispatch_Container {
    min-height: 450px;
}


/* START LOGIN */
.Login_Container {
    padding-top: 35px;
}


.warning-txt.gray-box-wrapper {
    margin-top: 30px;
    width: 393px;
}

.status-txt.gray-box-wrapper {
    margin-top: 30px;
    /*width: 300px;*/
}



.warning-txt {
    padding: 30px;
    font-size: 14px;
}

    .warning-txt p {
        font-size: 14px;
    }



.login-input-container .form-group {
    margin-bottom: 0px;
}

.inline-link-container .inline-link {
    display: inline;
    margin-top: 10px;
}

.inline-link-container {
    margin-top: 30px;
}

.locked-input {
    background-image: url(../images/lock-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 13px;
    background-size: 18px 18px;
    color: grey !important;
    cursor: context-menu;
}


/* START CHANGE PASSWORD */
.password-popover {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.password-rule-txt {
    color: #000000;
    padding-left: 0px !important;
}

.requirement.valid p {
    color: #218748;
}

.requirement.invalid p {
    color: #e71921;
}

#new-password-content, #confirm-password-content, #us-census-content, #aes-itn-exemption-content, #pass-through-content, #package-characteristic-content {
    display: none;
}

input[type='password']:not(.global--navigation), input[type='date']:not(.global--navigation), input[type='number']:not(.global--navigation) {
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    border: 1px solid #333366;
    border-radius: 3px;
    position: relative;
    color: #000;
    font-size: 14px;
}

ul.password-popover {
    list-style-type: none;
}

    ul.password-popover p {
        display: inline;
        padding-left: 17px;
    }

.requirement:before {
    transform: rotate(0deg);
    background-position: 0px 6px;
    margin-left: 0px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    background-size: 10px 9px;
    position: absolute;
    vertical-align: bottom;
}

.valid:before {
    background-image: url(../../gss/images/validation-checkmark.png);
}

.invalid:before {
    background-image: url(../../gss/images/validation-xmark.png);
}

.lspace {
    padding-left: 17px;
}


/* START GENERAL SETTINGS */
.General_Settings_Container h2.normal {
    padding-top: 40px;
}

.row.gray-box-column span {
    color: #595959;
}

.workstation-table-headers th {
    text-align: left;
    font-size: 12px;
}

table.workstation-settings-table {
    margin-top: 15px;
}

tr.workstation-table-headers {
    color: #000000;
}

tr.workstation-table-id {
    font-size: 12px;
}

.horizontal-line-container {
    padding-top: 10px;
}

.usb-port-settings-wrapper .button-wrapper {
    padding-bottom: 40px;
}

h4.settings-header {
    color: #000000;
    padding-top: 20px;
}

tr.workstation-table-id td {
    padding-top: 10px;
    font-size: 14px;
}

p.required-field {
    color: #595959;
}

@media only screen and (min-width: 768px) {

    .workstation-settings-table {
        width: 60%;
    }

    .port-settings-row div {
        padding-top: 5px;
    }

    table.workstation-settings-table {
        width: 65%;
    }
}



/* START CREATE PACKAGE LABEL - WELCOME */
.upload-file {
    padding-left: 20px;
}

    .upload-file:after {
        content: "";
        display: inline-block;
        right: 0;
        width: 14px;
        background-position: 0 0;
        height: 17px;
        background: transparent url(../../gss/images/file-upload.svg) no-repeat;
        margin-left: 7px;
        vertical-align: top;
    }

    .upload-file:hover {
        color: #333366;
        opacity: .8;
    }

.autogenerate-upload-section .button-container p {
    color: #333366;
}

/* START SHIPPING CENTER */
.gss-table-container, .receptacle-dd, .destination-location-dd {
    display: none;
}

.gss-btn-container > .button-container + .button-container {
    margin-left: 0px;
}

.gss-shipping-txt {
    margin-top: 30px;
}

.select-default-cb {
    margin-top: 10px;
}

.gss-shipping-txt p {
    font-size: 14px;
}

.upload-container {
    margin-top: 10px;
}

.gss-txt-label {
    margin-top: 20px;
}

.gss-table-container {
    padding-bottom: 20px;
    padding-right: 20px;
}

.autogenerate-upload-section .button-container {
    padding-top: 20px;
}

#gss-processing-table > thead > tr > th {
    border-bottom: none;
    border-top: none;
    vertical-align: bottom;
    font-size: 16px;
    color: #333366;
}

    #gss-processing-table > thead > tr > th > label {
        margin-left: -10px;
    }

#gss-processing-table > tbody > tr > th > label {
    margin-left: -10px;
}

#gss-processing-table tr > td {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

#gss-processing-table th {
    text-align: left;
    padding-left: 10px;
}

    #gss-processing-table th > table {
        margin-left: -10px;
    }

#gss-processing-table > thead > tr {
    border-bottom: 2px solid #e71921;
}

#create-package-modal .package-id-container {
    margin-top: 30px;
}

    #create-package-modal .package-id-container p {
        font-size: 18px;
        ;
    }

#create-package-modal .modal-select-txt {
    margin-top: 20px;
    font-size: 18px;
    ;
}

#create-package-modal .modal-buttons .btn-primary {
    width: 160px;
}

#create-package-modal .package-id-container {
    margin-top: 10px;
}

#create-package-modal .modal-dialog {
    width: 700px;
}

@media only screen and (max-width: 767px) {
    .gss-btn-container {
        text-align: center;
    }
}



/* START CLOSING DISPATCH */

.column-sub-txt {
    padding-top: 30px;
}

.dispatch-information-container h4 {
    padding-top: 120px;
    color: #000000;
}

.closing-dispatch-container label {
    color: #595959;
    padding-top: 20px;
}

.form-group label {
    color: #000000;
    padding-top: 0px;
}



/* START DISPATCH REPORTS */

p.required-version {
    padding-top: 10px !important;
    color: #e71921;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.required-reports h4, .optional-reports h4 {
    padding-top: 20px;
    color: #000000;
    font-size: 14px;
}

.dispatch-reports p {
    padding-top: 20px;
}

.dispatch-Reports-container {
    padding-top: 70px;
}

.required-reports .button-container {
    padding-top: 15px;
}

.optional-reports-links {
    padding-top: 20px;
}

.required-reports-links {
    padding-top: 10px;
}

.optional-reports-links p {
    padding-top: 10px;
}

.dispatch-reports label {
    font-size: 12px;
    color: #000000;
}



/* START MODAL ADDRESS BOOK */

.gss-modal-name-header p {
    padding-top: 17px;
    color: #333366;
    font-size: 16px;
}

.gss-modal-address-header p {
    padding-top: 30px;
    color: #333366;
    font-size: 16px;
}

.gss-modal-group-buttons {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.gss-modal-required-checkbox p, .gss-modal-group-input {
    padding-top: 15px;
    font-size: 14px;
    color: #000000;
}

.gss-modal-required-checkbox p {
    font-size: 12px;
}

.groups-list-gss-modal-checkbox {
    color: #333366;
    font-size: 13px;
}

.groups-list-gss-modal-checkbox-POBOX {
    color: black;
    font-weight: normal;
    font-size: 13px;
}

.gss-modal-label {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

.dropdown-items-wrapper.gss-modal {
    color: black;
}

.results-pagination li {
    width: 30px;
}

.find-pickup-location a {
    text-decoration: underline;
    color: #3573b1;
    font-size: 14px;
}

.gss-modal-navigation {
    margin-right: 17px;
}

.po-box-wrapper, .address-book-wrapper, .find-pickup-location {
    padding-top: 15px;
}

.pagination-container {
    display: inline-block;
    text-align: center;
}

.inactive {
    cursor: context-menu;
}

a.header-tabs {
    font-size: 12px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

    a.header-tabs.inactive {
        color: #d8d8d8;
        display: none;
        cursor: context-menu;
    }

#name-header,
#company-header,
#location-header {
    color: #333366;
    font-size: 16px;
}

.groups-list .contact-group-header {
    padding-top: 20px;
}

.contact-group-header p {
    color: #333366;
    font-size: 20px;
    padding-left: 20px;
}

    .contact-group-header p.active {
        padding-left: 16px;
        border-left: 4px solid #e71921;
    }

.contact-groups {
    display: block;
}

    .contact-groups div.row {
        padding-top: 10px;
    }

    .contact-groups .contact-group-name a {
        padding-left: 19px;
        font-size: 15px;
        color: black;
    }

    .contact-groups .contact-group-name.active a {
        padding-left: 15px;
        border-left: 4px solid #e71921;
    }

.contact-sub-group.contact-group-name {
    padding-top: 10px;
    padding-left: 40px;
}

.ab-batch-message {
    padding-top: 5px;
}

#modal-address-book-table {
    height: 720px;
}

.gss-modal-ddress-book-table-name {
    width: 34%;
}

.gss-modal-ddress-book-table-location {
    width: 33%;
}

.modal-address-book-table-dropdown {
    width: 100px;
}

select.gss-modal-select {
    color: black;
}

#modal-address-book-table td, #modal-address-book-table th {
    border-top: 1px solid #999999;
    padding-top: 15px;
    padding-bottom: 15px;
}

#modal-address-book-table > thead > tr > th {
    vertical-align: top;
    border-bottom: none;
    font-size: 16px;
    color: #333366;
}

#modal-address-book-table thead {
    border-bottom: 2px solid #e71921;
    height: 50px;
}

#modal-address-book-table th {
    text-align: left;
}

#modal-address-book-table td {
    font-size: 13px;
}

#modal-address-book-table tr:first-child th, #modal-address-book-table tr:first-child td {
    border-top: none;
}

#modal-address-book-table tbody tr:last-child {
    border-bottom: 1px solid #999999;
}

#modal-address-book-table tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed;
    height: 40px;
}

#modal-address-book-table tbody {
    overflow-y: scroll;
    max-height: 650px;
    min-height: 60px;
    display: block;
}

    #modal-address-book-table tbody::-webkit-scrollbar {
        width: 10px;
    }

    #modal-address-book-table tbody::-webkit-scrollbar-thumb {
        background: #888;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

.results-label {
    color: #333366;
    font-size: 14px;
    padding-right: 15px;
}

.results-dropdown-container select.form-control {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent url(../../gss/images/blue-caret-down.svg) no-repeat;
    background-position: 80% 16px;
    background-size: 20px;
    cursor: pointer;
    color: #333366;
    margin-left: 10px;
    margin-bottom: 0px;
    width: 100px;
}

.nav.nav-stacked {
    padding-left: 10px;
    display: inline-block;
    min-width: 90px;
}

.radio-button:checked:after {
    display: inline-block;
}

.dropdown-menu {
    min-width: 80px;
}

.results-dropdown-container {
    display: inline-flex;
    align-items: center;
}

.results-amount {
    padding-right: 40px;
}

#address-book-search-input {
    border-right: none;
}

.input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ab-search-results-text {
    color: #333366;
    font-size: 17px;
    padding-top: 20px;
}

#modal-address-book-table thead {
    display: block;
    padding-right: 25px;
}

.esol-wrapper {
    display: none;
    padding-left: 36px;
}

label.checkbox-component {
    padding-top: 13px;
}

.groups-list.gss-modal-group-list {
    padding-top: 15px;
}


@media only screen and (min-width: 768px) {
    #modal-address-book-table tbody tr {
        height: 30px;
    }

    #modal-address-book-table tbody {
        padding-right: 15px;
    }

        #modal-address-book-table tbody th,
        #modal-address-book-table thead th:first-child {
            width: 5%;
        }

    #address-book .button-container:last-child {
        float: none;
    }

    #modal-address-book-table .modal-dialog.modal-xl {
        width: 98%;
        max-width: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .results-label {
        font-size: 14px;
    }
}


@media only screen and (max-width: 991px) {
    #name-header, #company-header, #location-header {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .pagination-container {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    #address-book a.btn-primary {
        min-width: auto;
    }
}

@media only screen and (min-width: 1159px) {
    .pagination-container {
        width: 50%;
    }
}



/* START LABELED PACKAGE REPORT */
.gss-labeled_package_report_content {
    padding-top: 30px;
}

.gss-mailer-information label {
    color: #595959;
}

label.mailer-location {
    padding-top: 20px;
}

.mailer-report-date label {
    color: #595959;
}



/* START CONSOLIDATOR REPORTS */
.gss-consolidator-link {
    padding-top: 40px;
}

    .gss-consolidator-link .inline-link.secondary {
        font-size: 15px;
        font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }



/* START NEW PACKAGE LABEL */

h2.normal.new-pkg-label {
    display: inline;
}

.mailer-header-container .form-group {
    padding-top: 40px;
}

.component-header.new-pkg-label {
    padding-top: 30px;
}

.mailer-header-container .component-header.new-pkg-label.main,
.container-fluid.new-pkg-label, .new-pkg-label.table-group,
.new-pkg-label.form-group {
    padding-top: 20px;
}

.return-service-wrapper .checkbox-container.horizontal {
    padding-top: 20px;
}

.pay-delivery-terms-container .count_message {
    background-color: #ffffff;
    margin-right: 0px;
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    margin-left: 0px;
    margin-top: 3px;
}

table.extra-services-table {
    width: 100%;
}

    table.extra-services-table td {
        width: 50%;
        vertical-align: top;
    }

.new-pkg-label-container .table-td-th-align {
    text-align: right;
}

.row.gxg-package-info-wrapper.show, .row.mlo-package-info-wrapper.show, .row.pkg-size-required.show, .row.pkg-size-not-required.show {
    display: flex !important;
}

.extra-services-table .new-pkg-label.extra-service-options {
    padding-top: 10px;
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
}

.extra-services-table sup {
    font-size: 100%;
    vertical-align: baseline;
}

p.package-contents-header {
    font-size: 19px;
    color: #333366;
    margin: 0;
    padding-top: 30px;
}

p.package-contents-detail {
    font-size: 16px;
    margin: 0;
    padding-top: 20px;
}

.new-pkg-label-header .user-entered-data span, .new-pkg-label.form-group.inline-link {
    padding-top: 5px;
}

p.no-contents-header {
    font-size: 14px;
    color: #595959;
}

.box-inventory-est-table {
    margin-top: 15px;
}

.box-inventory-contents-box {
    margin-bottom: 0px;
}

th.table-left-no-pd, td.table-left-no-pd {
    text-align: left;
    padding-left: 0px;
}

.pre-loaded-item-table td, .box-no-contents-row td, .box-contents-row td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.new-pkg-label.gray-box-wrapper {
    margin-top: 10px;
    background: #e4e4e4;
}

.row-header.new-pkg-label {
    font-size: 13px;
}

.new-pkg-label-sub-headers {
    font-size: 17px;
    padding-top: 22px;
}

a.new-pkg-label.inline-link-edit:after {
    content: "";
    display: inline-block;
    background-image: url(../../gss/images/edit-icon.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 21px;
    background-size: 14px 14px;
    left: 5px;
    top: 1px;
    position: relative;
}

.new-pkg-label.option-edit-contact.option-inactive a:after, .new-pkg-label.option-edit-contact a:hover:after {
    background-image: url(../../gss/images/edit-icon-inactive.svg);
}

.new-pkg-label.contact-option a:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    height: 20px;
    width: 20px;
    background-size: 14px 18px;
    margin-top: 0px;
    vertical-align: top;
}

label.checkbox-component.new-pkg-label.insurance-rect-label {
    padding-top: 12px;
}

label.checkbox-component.new-pkg-label.importer-label {
    color: #333366;
    padding-top: 12px;
}

.add-group-div a:after {
    content: "";
    display: inline-block;
    background-image: url(../../gss/images/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    height: 16px;
    width: 24px;
    background-size: 12px 14px;
    margin-top: 0px;
    margin-right: -3px;
    margin-left: 5px;
    margin-bottom: -1px;
}

.new-pkg-label .add-content-section {
    padding-top: 7px;
}

.new-pkg-label.info-icon-modal {
    display: inline;
}

.new-pkg-label.container {
    padding-top: 0px;
}

.new-pkg-label.col-content, .add-item-section {
    padding-top: 10px;
    padding-bottom: 10px;
}


    .new-pkg-label.col-content span, .gray-box-content-section.new-pkg-label span {
        font-size: 14px;
    }

.user-entered-data.new-pkg-label {
    font-size: 16px;
}
/* MMV3 */
.processed-pkg-data {
    font-size: 16px;
    color: #000000;
    padding: 15px;
}

.pre-loaded-item-table, .split-qty-table {
    table-layout: auto;
    margin-bottom: 0px;
}

    .pre-loaded-item-table thead, .box-inventory-contents-box thead {
        border-bottom: 3px solid #e71921;
    }

.box-inventory-contents-box th, .box-inventory-est-table th {
    border-top: none;
}

.pre-loaded-item-table th, .pre-loaded-item-table td,
.box-inventory-contents-box th, .box-inventory-est-table th,
.box-inventory-contents-box td, .box-inventory-est-table thead,
.split-qty-table td, .split-qty-table thead th {
    border-top: none;
    border-bottom: none;
}

    .pre-loaded-item-table thead th, .box-inventory-contents-box thead th,
    .box-inventory-est-table thead th, .box-total-info-table thead th, .box-total-info-table td {
        vertical-align: top;
        border-bottom: none;
        font-size: 16px;
        color: #333366;
    }

.pre-loaded-item-table th {
    text-align: left;
}

.pre-loaded-item-table .pre-load-item-id-th, .pre-loaded-item-table .pre-load-item-id-td {
    width: 18%;
}

.pre-load-desc-th, .pre-load-desc-td {
    width: 16%;
}

.pre-load-qty-th, .pre-load-qty-td {
    width: 12%;
}

.pre-load-value-th, .pre-load-value-td {
    width: 12%;
}

.pre-load-weight-th, .pre-load-weight-td {
    width: 12%;
}

.pre-load-hts-th, .pre-load-hts-td {
    width: 12%;
}

.pre-load-blank-th, .pre-load-blank-td {
    width: 12%;
}

.pre-loaded-item-table td, .pre-loaded-item-table td > a, .split-qty-table td, .split-qty-table td > a, .box-inventory-contents-box td, .box-inventory-contents-box td > a {
    font-size: 13px;
}

.split-qty-table .split-qty-th {
    width: 57%;
    padding-right: 95px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.split-qty-table td, .split-qty-table thead th {
    vertical-align: middle;
}

.split-qty-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.split-value-th {
    width: 10%;
}

.split-weight-th {
    width: 14%;
}

.split-btn-th {
    width: 18%;
}

.qty-insert-box {
    display: inline-block;
    padding-top: 0px;
    width: 87px;
    padding-right: 10px;
    padding-left: 10px;
}

.split-qty-table-row .split-td-pad {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.split-value-td, .split-weight-td {
    vertical-align: middle;
}

.split-btn-td {
    text-align: right;
}

    .split-btn-td .button-container {
        padding-top: 0px;
    }

.box-item-id-th {
    width: 20%;
    text-align: left;
}

.box-desc-th {
    width: 16%;
    text-align: left;
}

.box-unit-value-th {
    width: 12%;
}

.box-weight-th, .box-total-info-table .box-total-weight-th {
    width: 12%;
}

.box-value-th, .box-total-info-table .box-total-value-th {
    width: 12%;
}

.box-coo-th {
    width: 12%;
}

.box-hts-th {
    width: 12%;
    text-align: left;
}

.box-hts-hide {
    display: none;
}

.box-right-empty-th {
    width: 16%;
}


.box-remove-row-th {
    width: 4%;
}

.box-empty-th {
    width: 42%;
}

.box-total-empty-th {
    width: 48%;
}

.box-subtotal-th {
    width: 6%;
}

.box-qty-th, .box-total-info-table .box-total-qty-th {
    width: 12%;
}

.box-inventory-est-table th.box-inventory-top-border {
    border-top: 3px solid #333366;
}

.box-total-info-table {
    background-color: #e4e4e4;
}

    .box-total-info-table th, .box-total-info-table td {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
    }

.box-inventory-contents-box .coo-th-td {
    text-align: center;
}

input[type='text']:not(.global--navigation).split-qty-input {
    height: 38px;
}

.show-row {
    display: table-row !important;
}

.pre-loaded-item-table .split-qty-table-row thead {
    border-bottom: none;
}

.pre-loaded-item-table .split-qty-table-row, .add-bottom-border {
    border-bottom: 1px solid #dee2e6;
}

.general-tbl-remove-package:after {
    content: "";
    background-image: url(../../gss/images/delete-icon.svg);
    display: inline;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    padding-left: 26px;
    background-position: 9px 4px;
}

.box-inventory-contents-box .box-coo-th, .box-inventory-contents-box .box-coo-td {
    text-align: left;
    padding-left: 50px;
}

.box-inventory-contents-box .box-hts-th, .box-inventory-contents-box .box-hts-td {
    text-align: left;
    padding-left: 50px;
}

.box-total-info-table .new-pkg-label.total-values th, .box-total-info-table .new-pkg-label.total-values td {
    border-top: none;
}



/* START PACKAGE CONTENTS MODAL */

p.pkg-no-results-header {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: inherit;
    font-size: 14px;
    color: #595959;
}

#modal-pkg-contents-table th {
    padding-bottom: 10px;
    text-align: left;
}

#modal-pkg-contents-table .pkg-contents-modal-link {
    padding-top: 18px;
}

.pkg-contents-modal-label.info-icon-modal {
    display: inline;
}

.split-qty-head-desc-text {
    color: #333366;
    font-size: 14px;
    padding-top: 20px;
}

.modal-split-qty-boxes-wrapper .split-qty-header {
    padding-top: 15px;
    line-height: 14px;
    font-size: 14px;
}

.split-qty-box-container a {
    font-size: 13px;
}

.split-qty-box-container span {
    font-size: 12px;
}

.multi-source-box-wrapper {
    max-width: 175px;
    padding-right: 5px;
    padding-left: 0px;
}

    .multi-source-box-wrapper label.checkbox-component.pkg-contents-modal-multi-source {
        font-size: 12px;
        padding-left: 28px;
        padding-top: 48px;
    }

.split-qty-box-container .qty-insert-box {
    width: 87px;
    display: inline-block;
}

.pkg-content-modal-ab-search-text {
    padding-top: 30px;
    padding-bottom: 10px;
}

.pkg-contents-modal-split-label {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.pkg-contents-modal-split-span {
    display: block;
    overflow: hidden;
    padding: 0px 4px 0px 6px;
}

#pkg-contents-modal-split-input {
    height: 30px;
    max-width: 10%;
}

.pkg-contents-modal-remove-btn {
    padding-top: 7px;
    font-size: 12px;
}

.form-group.pkg-contents-modal-box-1,
.form-group.pkg-contents-modal-box-2 {
    padding-left: 5px;
}

.pkg-contents-modal-container {
    padding: 40px;
}

#modal-pkg-contents-table > thead > tr > th {
    vertical-align: top;
    border-bottom: none;
    font-size: 16px;
    color: #333366;
}

#modal-pkg-contents-table thead {
    border-bottom: 2px solid #e71921;
    height: 50px;
}

#modal-pkg-contents-table td {
    vertical-align: top;
    font-size: 13px;
}

#modal-pkg-contents-table tr:first-child th, #modal-pkg-contents-table tr:first-child td {
    border-top: none;
}

#modal-pkg-contents-table tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed;
    height: 40px;
}

#modal-pkg-contents-table tbody {
    overflow-y: scroll;
    max-height: 650px;
    min-height: 60px;
    display: block;
}

    #modal-pkg-contents-table tbody::-webkit-scrollbar {
        width: 10px;
    }

    #modal-pkg-contents-table tbody::-webkit-scrollbar-thumb {
        background: #888;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    #modal-pkg-contents-table tbody tr td {
        border-bottom: none;
        border-top: none;
    }

.pkg-contents-modal-group-list {
    padding-right: 30px;
}

    .pkg-contents-modal-group-list .form-group, .pkg-contents-modal-container .gss-modal-group-input {
        padding-top: 10px;
    }

.pkg-contents-modal-multi-source-wrapper {
    padding-top: 30px;
    padding-left: 35px;
}

.pkg-contents-modal-label {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    padding-top: 2px;
}

.pkg-content-modal-group-buttons {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

#pkg-contents-search-input {
    border-right: none;
}

.pkg-content-modal-group-buttons .button-container a {
    width: 135px;
}

.pkg-contents-modal-right-side {
    margin-top: -23px;
    padding-right: 30px;
}

#pkg-contents-tabel-paragraph {
    color: #adadad;
    font-size: 16px;
}

#modal-pkg-contents-table .pkg-contents-table-padding {
    padding-left: 0px;
    padding-top: 20px;
}

#modal-pkg-contents-table .location-header {
    padding-left: 5px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
    #modal-package-contents-table tbody th, #modal-package-contents-table thead th:first-child {
        width: 50%;
    }
}

@media only screen and (max-width: 1169px) {
    #package-contents .modal-dialog {
        width: 99%;
    }
}



/* START DISPATCH HISTORY */

.dispatch-header-container h4 {
    font-size: 14px;
}

.dispatch-header-container {
    border-bottom: 2px solid #e71921;
    padding-bottom: 10px;
}

.Dispatch_History_Container .dispatch-radio-container {
    flex: 0 0 23%;
    max-width: 23%;
}

.dispatch-history-table-wrapper {
    padding-left: 0px;
}

.Dispatch_History_Container .dispatch-report {
    padding-top: 10px;
}

    .Dispatch_History_Container .dispatch-report p {
        font-size: 12px;
    }

.dispatch-chevron.active:before {
    background-image: url(../../gss/images/blue-caret-down.svg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
    background-position: 1px -7px;
}

.dispatch-chevron:before {
    content: "";
    display: inline-block;
    right: 0;
    background-size: 16px 24px;
    top: 20%;
    width: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    background-image: url(../../gss/images/blue-caret-down.svg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-out;
}

.Dispatch_History_Container .dispatch-id-header span {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333366;
    padding-left: 4px;
}

.dispatch-history-header {
    padding-left: 40px;
}

.active-grey {
    background: #ededed;
}

.dispath-txt {
    font-size: 14px !important;
}

.dispatch-report-details {
    display: none;
    margin-left: 30px;
    margin-left: 16px;
}

.Dispatch_History_Container .dispatch-id-header {
    margin-top: -4px;
    padding-left: 15px;
    padding-right: 5px;
}

.dispatch-history-date-closed-header, .dispatch-history-receptacle-header, .Dispatch_History_Container .package-header, .dh-package-data, .dh-receptacle-data, .dh-date-closed-data {
    text-align: right;
}

.dispatch-history-date-closed-header, .dispatch-history-destination-header, .dispatch-history-origin-header, .dispatch-history-receptacle-header, .dispatch_History_Container .package-header, .dh-date-closed-data, .dh-destination-data, .dh-receptacle-data, .dh-package-data {
    padding-left: 5px;
    padding-right: 10px;
}

.dh-package-data {
    padding-right: 0px;
}

.dispatch-history-receptacle-header, .dh-receptacle-data {
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
}

.view-dispatch {
    padding-bottom: 15px;
    padding-top: 8px;
    padding-left: 10px;
}

.view-dispatch-container h4 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Dispatch_History_Container .package-id-container {
    padding-bottom: 25px;
}

.dispatch-container {
    margin-top: 30px;
}

.dispatch-radio-container {
    padding-top: 10px;
}

    .dispatch-radio-container h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }

.dispatch-history-packages-header, .dispatch-history-mailer-package-id-header, .dispatch-history-mailer-package-id-number, .dispatch-history-hr-wrap {
    padding-left: 10px;
}



/* START RECEPTACLE INFORMATION */

.ipa-wrapper.error span.error-message {
    width: 100%;
    display: inline-block;
}

.gss-receptacle-information-content {
    padding-top: 30px;
}

/* MMV3-6.9 PMOD */
.pmod-wrapper, .ipa-wrapper, .pmi-wrapper, .date-mailing-wrapper, .weight-tare-wrapper, .save-custom-receptacle-wrapper, .receptacle-btn-container {
    display: none;
}

/* MMV3-6.9 PMOD */
.pmod-selected .pmod-wrapper, .ipa-selected .ipa-wrapper, .ipa-selected .date-mailing-wrapper, .ipa-selected .weight-tare-wrapper, .ipa-selected
.save-custom-receptacle-wrapper, .pmi-selected .pmi-wrapper, .pmi-selected .date-mailing-wrapper, .pmi-selected .weight-tare-wrapper,
.pmi-selected .save-custom-receptacle-wrapper, .ipa-selected .receptacle-btn-container, .pmi-selected .receptacle-btn-container,
.pmod-selected .receptacle-btn-container {
    display: block;
}

.save-custom-receptacle-wrapper label.checkbox-component {
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pass-through-radio {
    padding-top: 15px;
}

.rate-group-wrap {
    padding-top: 10px;
}



/* START CREATED RECEPTACLE INFORMATION */
.rate-type-row .rate-type-header, .receptacle-id-table-header, .rate-type-table-header {
    font-size: 12px;
}

.receptacle-gray-box-wrapper {
    background: #ededed;
    padding: 15px 0px 20px 0px;
    margin-top: 30px;
}

.receptacle-id-number {
    font-size: 18px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
}

.rate-type-row {
    padding-top: 30px;
}

    .rate-type-row .receptacle-type-selected {
        font-size: 14px;
    }

.receptacle-information-table {
    width: 100%;
}

table.receptacle-information-table th p {
    text-align: left;
    font-size: 12px;
}

table.receptacle-information-table td {
    padding-top: 5px;
}

.receptacle-information-table-wrapper, .piece-count-weight-wrapper {
    padding-top: 20px;
}

/* ALM 316 */
.package-count-wrap p, .piece-count-wrap p, .piece-weight-wrap p, .weight-wrap p, .tare-weight-wrap p {
    color: #333366;
    font-size: 18px;
    text-align: right;
}
    /* ALM 316 */
    .package-count-wrap p + p, .piece-count-wrap p + p, .piece-weight-wrap p + p, .weight-wrap p + p, .tare-weight-wrap p + p {
        padding-top: 5px;
        font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: right;
    }

.piece-count-wrap p {
    width: 99px;
}

/* ALM 316 */
.package-count-wrap p {
    width: 80px;
}

.textarea_counter {
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 10px;
    bottom: 5px;
    position: absolute;
}





/* START PAUSED DISPATCH */
.paused-dispatch-report {
    border-bottom: 1px solid #ededed;
}

.request-remove {
    float: left;
}

#remove-package-modal h4, .paused-dispatch-headers h4 {
    font-size: 14px;
}

#remove-package-modal .body-content {
    padding-top: 20px;
}

.paused-dispatch-headers .id-header {
    padding-left: 25px;
}

.paused-dispatch-report .package-data {
    padding-right: 7px;
}

.paused-container .date-created {
    text-align: center;
}

.date-created p {
    padding-right: 14px;
}

.action-header h4 {
    padding-left: 30px;
}

.paused-dispatch-headers {
    border-bottom: 2px solid #e71921;
    padding-bottom: 10px;
}

.paused-dispatch-report {
    padding-top: 10px;
    padding-left: 5px;
}

.paused-chevron.active:before {
    background-image: url(../../gss/images/blue-caret-down.svg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
    background-position: 6px -7px;
}

.add-package:after {
    content: "";
    display: inline-block;
    right: 0;
    background-size: 16px 12px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: -2px 4px;
    height: 16px;
    background-image: url(../../gss/images/add-icon.svg);
    margin-left: 4px;
    vertical-align: sub;
}

.add-package {
    padding-right: 10px;
}

.add-close-package .inline-link.add-package, .paused-id-container .request-remove, .add-close-package .close-dispatch, .paused-dispatch-report p, .paused-id-container a {
    font-size: 12px;
}

.close-dispatch:after {
    content: "";
    display: inline-block;
    right: 0;
    background-size: 15px 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    height: 16px;
    background-image: url(../../gss/images/approved-icon.svg);
    margin-left: 4px;
    vertical-align: top;
}

.paused-chevron:before {
    content: "";
    display: inline-block;
    right: 0;
    background-size: 16px 24px;
    top: 20%;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    background-image: url(../../gss/images/blue-caret-down.svg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-out;
}

.Paused_Dispatch_Container .dispatch-id-header span {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333366;
}

.paused-dispatch-report.active-grey {
    background: #ededed;
    padding-bottom: 10px;
}

.Paused_Dispatch_Container .dispatch-id-header {
    padding-left: 10px;
}

#remove-package-modal p + p {
    padding-top: 2px;
}

.paused-id-container, .paused-id-container, .dispatch-packages-header {
    padding-top: 10px;
}

.package-data {
    text-align: right;
    padding-right: 10px;
}

.dispatch-packages {
    display: none;
    padding-left: 5px;
}

.paused-sub-header h4 {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.paused-container {
    margin-top: 30px;
    margin-left: 0px;
}

.Paused_Dispatch_Container .destination-header h4, .origin-header h4, .Paused_Dispatch_Container .destination-header {
    padding-left: 5px;
}

.origin-header {
    padding-left: 14px;
}

.add-close-package {
    padding-left: 3.7%;
}

.Paused_Dispatch_Container .location-name {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .Paused_Dispatch_Container .location-name p + p {
        padding-top: 0px;
        line-height: 10px;
    }

.Paused_Dispatch_Container hr {
    margin-bottom: -1px;
}

.Paused_Dispatch_Container .dispatch-packages .paused-id-container div:nth-child(4) {
    flex: 0 0 21%;
    max-width: 21%;
}

.Paused_Dispatch_Container .dispatch-packages .paused-id-container div:nth-child(5) {
    flex: 0 0 20%;
    max-width: 20%;
}

.Paused_Dispatch_Container .paused-id-container div:nth-child(6) {
    flex: 0 0 98%;
    max-width: 98%;
}

#add-package-modal .body-content p + p {
    padding-top: 5px;
}

#confirm-packge-add-modal .body-content p {
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 10px;
}

#confirm-packge-add-modal .modal-dialog.medium {
    width: 600px !important;
}

.paused-dispatch-report a.add-package:hover::after, .paused-dispatch-report a.close-dispatch:hover::after, .current-dispatches-table .close-confirm-paused:hover::after, .current-dispatches-table .add-confirm-paused:hover::after {
    opacity: .8;
}



/* START CURRENT DISPATCHES */

.current-dispatches-table h4 {
    font-size: 14px;
}

.current-dispatches-container .table th {
    border-top: none;
    border-bottom: 2px solid #e71921;
}

.cd-destination-header, .cd-origin-header, .cd-actions-header {
    text-align: left;
}

.cd-receptacles-header, .cd-package-header, .cd-dispatchdate-header, .cd-receptacles-data, .cd-packages-data, .cd-dispatchdate-data input {
    text-align: right;
}

.current-dispatches-table td, .current-dispatches-table td a, .table.current-dispatches-table p {
    font-size: 12px;
}

.table.current-dispatches-table p {
    line-height: 16px;
}

    .table.current-dispatches-table p + p {
        padding-top: 0px;
    }

.current-dispatches-container {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.add-confirm-paused:after, .close-confirm-paused:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    right: 0;
    background-size: 15px 22px;
    width: 14px;
    background-repeat: no-repeat;
    background-position: 0 -4px;
    height: 14px;
    vertical-align: text-bottom;
}

.add-confirm-paused:after {
    background-image: url(../../gss/images/pause-icon.svg);
}

.close-confirm-paused:after {
    background-image: url(../../gss/images/approved-icon.svg);
}

.selected-date-wrap .calendar-date {
    background-image: none;
}

.set-date-wrap .calendar-date {
    background: transparent url(../../gss/images/calendar-icon.svg) no-repeat;
    background-position: right 0px top 1px;
    background-size: 12px 12px;
    cursor: pointer;
}

.confirm-dispatch:before {
    content: "";
    display: inline-block;
    right: 0;
    background-size: 16px 21px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0 -3px;
    height: 15px;
    background-image: url(../../gss/images/success-checkmark.svg);
    vertical-align: middle;
}

.paused-origin-header span {
    padding-left: 26%;
}

.paused-origin-header h4, .paused-package-header h4 {
    padding-left: 45px !important;
}

.paused-package-header span {
    float: right;
}

.paused-receptacles-header span {
    float: right;
    padding-right: 9px;
}

.paused-shipdate-header span {
    float: right;
    padding-right: 10px;
}

.paused-receptacles-header span {
    padding-right: 35%;
}

.paused-actions-header {
    padding-left: 6% !important;
    padding-right: 0px !important;
}

#confirm-paused-dispatch-modal h5 {
    font-size: 14px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
    margin: 0;
}

.paused-dispatch-table thead tr {
    border-bottom: 1px solid #d8d8d8;
}

#confirm-paused-dispatch-modal .modal-input-container {
    padding-top: 15px;
}

.paused-dispatch-table tr > th h4 {
    padding-left: 0px;
    float: left;
    font-size: 14px;
}

.paused-dispatch-table tr > td {
    color: #000000;
    font-size: 12px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.paused-dispatch-table thead th {
    border-top: none;
    border-bottom: 2px solid #e71921;
}

.paused-dispatch-table thead tr:first-child {
    border-top: 1px solid #ffffff !important;
}

.paused-dispatch-table td {
    border-bottom: none;
    border-top: none;
}

.paused-dispatch-container {
    padding-left: 15px;
    padding-top: 20px;
}

.paused-destination {
    padding-left: 0px !important;
}

.paused-dispatch-table .first-data {
    padding-left: 0px !important;
}

#paused-dispatch-confirmation-modal .confirm-dispatch {
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.set-date-wrap input {
    border: none !important;
    color: #333366 !important;
    font-size: 12px !important;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block !important;
    padding: 0px 18px 0px 0px !important;
    height: initial !important;
}

.table.current-dispatches-table tbody td, .table.current-dispatches-table tbody .row:first-child {
    border-top: none;
}

.table.current-dispatches-table tbody .row {
    border-top: 1px solid #d8d8d8;
}

    .table.current-dispatches-table tbody .row:last-child {
        border-bottom: 1px solid #d8d8d8;
    }

.table.current-dispatches-table td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.cd-destination-data, .cd-destination-header {
    flex: 21%;
    max-width: 21%;
}

.cd-package-header, .cd-packages-data {
    flex: 11%;
    max-width: 11%;
}

.cd-dispatchdate-header, .cd-dispatchdate-data {
    flex: 13%;
    max-width: 13%;
}

.cd-actions-header, .cd-actions-data {
    flex: 30%;
    max-width: 30%;
}

.current-dispatches-table .selected-dispatch-date {
    background: none;
    text-decoration: underline;
    color: #3573b1 !important;
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 0px !important;
}

    .current-dispatches-table .selected-dispatch-date:hover {
        text-decoration: none;
    }

.cd-actions-data a + a {
    padding-left: 20px;
}



/* START GXG DESTINATION POSTAL CODE */
.Destination_Postal_Code .destination-data-container {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 5px;
    border-bottom: 1px solid #ededed;
}

.Destination_Postal_Code .destination-header h4 {
    font-size: 14px;
}

.Destination_Postal_Code .destination-header {
    border-bottom: 2px solid #e71921;
    padding-bottom: 10px;
}

.destination-container {
    margin-top: 30px;
    margin-left: 0px;
}

.postal-code-data, .postal-code-header {
    float: right;
}

.delivery-date-info {
    margin-top: 30px;
}

.city-header {
    padding-left: 25px !important;
}

.Destination_Postal_Code .btn-primary {
    height: 40px;
    padding: 6px 20px;
}

.Destination_Postal_Code .button-wrapper {
    padding-bottom: 0px;
}

.Destination_Postal_Code .postal-code-data, .Destination_Postal_Code .radio-button ~ label {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
    font-size: 12px;
    margin: 0;
}



/* START BATCH PRINTING STATUS MODAL */

.batch-info-header {
    padding-top: 20px;
    padding-bottom: 10px;
}

.number-printed {
    margin-left: 20px;
}

.batch-info-data p {
    font-size: 12px;
}

.batch-info-header span {
    color: #000000;
    font-size: 12px;
}

.batch-info-data p {
    font-size: 14px;
}

.batch-info-container {
    padding-top: 20px;
}

.progress-bar-container span {
    color: #595959;
    font-size: 12px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    padding-top: 5px;
}

.batch-printing-table tr > th h4 {
    padding-left: 0px;
    float: left;
    font-size: 14px;
}

.batch-printing-table tr > td {
    color: #000000;
    font-size: 12px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
}

.batch-printing-table .printed-status {
    color: #218748 !important;
}

.printing-active {
    background: #ededed;
}

.batch-printing-table thead th {
    border-top: none;
    border-bottom: 2px solid #e71921;
}

.batch-printing-table thead tr {
    border-top: 1px solid #d8d8d8;
    /* cursor: pointer; */
}

    .batch-printing-table thead tr:first-child {
        border-top: 1px solid #ffffff !important;
    }

.first-data-row {
    border-top: 1px solid #ffffff !important;
}

.batch-printing-table td {
    border-bottom: none;
    border-top: none;
}

.printing-button .inline-link:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 15px 15px;
    top: 7px;
    margin-left: 0px;
    position: relative;
}

.inline-link.stop-printing:before {
    background-image: url(../../gss/images/stop-icon.svg);
}

.inline-link.edit-batch:before {
    background-image: url(../../gss/images/edit-icon.svg);
}

.inline-link.cancel-batch:before {
    background-image: url(../../gss/images/delete-icon.svg);
}

.progress-bar-container {
    padding-top: 29px;
}

.batch-progress-bar {
    width: 100%;
    background-color: #ffffff;
    height: 24px;
    border: 1px solid #333366;
    border-top: 1px solid #333366;
}

/* GSS UI Changes set the progress bar to 0% - MKazanova */
.printing-progress-bar {
    position: relative;
    width: 0%;
    height: 23px;
    background-color: #333366;
    float: left;
}

.printing-button .btn-primary {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    color: #333366;
    background: #ffffff;
    min-width: 107px;
    text-align: center;
    border-radius: 3px;
    height: 40px;
    text-decoration: none;
    padding: 4px 9px;
    border-style: none;
    border: 1px solid #333366;
}

#batch-printing-modal .gray-box-wrapper {
    margin-top: 5px;
}

.batch-package-table-header {
    padding-top: 25px;
}

.batch-package-table-wrapper {
    margin-top: 10px;
    height: 300px;
    overflow-y: auto;
}

.printing-button .button-container {
    padding-top: 20px;
}

@media only screen and (min-width: 0px) {
    .printing-button .button-container + .button-container {
        margin-left: 3%;
    }
}



/*  START PACKAGES ID NOT FOUND MODAL CSS */

#package-id-not-found-modal h4 {
    font-size: 17px;
}

#package-id-not-found-modal .new-package-txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

#package-id-not-found-modal .mailer-wrapper {
    padding-top: 10px;
}


/*** START BATCH PACKAGE LABELS ***/
.component-header.batch-printing.main {
    padding-top: 25px;
}

.batch-printing.gray-box-wrapper {
    margin-top: 20px;
    background: #e4e4e4;
    padding: 15px 15px 15px 15px;
}

.row-header.batch-printing {
    padding-bottom: 10px;
}

.gray-box-content-section.batch-printing span {
    font-size: 14px;
}

.batch-printing.gray-box-content-section-header {
    padding-top: 20px;
    padding-left: 28px;
}

.batch-printing.results-dropdown-container {
    padding-top: 10px;
}

.batch-printing-group-buttons {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

    .batch-printing-group-buttons .button-container a {
        min-width: 160px;
    }

.batch-printing-left-side, .batch-printing-right-side {
    margin-top: 25px;
}

.batch-printing-right-side {
    padding-left: 0px;
}

.batch-printing-pkg-status {
    margin-top: 25px;
}

.batch-printing.select-pkg-header {
    padding-top: 15px;
    font-size: 16px;
}

.result-pagination-holder {
    margin-top: 10px;
    margin-left: 35px;
}

.batch-printing.results-dropdown-container {
    margin: auto 0 0 auto;
}

table.batch-file-information-wrapper {
    width: 100%;
    display: block;
    padding-top: 15px;
}

    table.batch-file-information-wrapper th {
        text-align: left;
        font-size: 12px;
        width: 1%;
    }

    table.batch-file-information-wrapper td {
        font-size: 14px;
        vertical-align: top;
        padding-top: 10px;
    }

.radio-button.batch-printing ~ label {
    color: #595959;
}

.batch-printing-pkg-id {
    width: 26%;
}

.batch-printing-service {
    width: 25%;
}

.batch-printing-recipient {
    width: 15%;
}

.batch-printing-mailer {
    width: 14.8%;
}

#batch-printing-caret-header {
    width: 30px;
    padding-left: 0px;
}

th .batch-printing-caret-td {
    width: 30px;
    padding-left: 0px;
}

.batch-printing-caret-down:after {
    content: "";
    display: inline-block;
    right: 0;
    background-size: 20px 33px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: 6px 0;
    height: 25px;
    background-image: url(../../gss/images/blue-caret-down.svg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-out;
    cursor: pointer;
}

.batch-printing-package-id, .batch-printing-service-id {
    width: 24%;
}

.batch-printing-table-header {
    padding-top: 5px;
}

.batch-printing-pkg-id-link {
    width: 25%;
}

.batch-printing-pkg-id-span {
    padding-top: 5px;
}

    .batch-printing-pkg-id-span a {
        text-decoration: underline;
        color: #3573b1;
        font-size: 14px;
    }

#batch-printing-modal .batch-printing-table tr > td {
    font-size: 12px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#package-header, #service-header, #recipient-header, #mailer-header, #status-header {
    color: #333366;
    font-size: 14px;
}

.batch-printing-table-dropdown {
    width: 100px;
}

.batch-printing-table tr.row.batch-package-label-row {
    border-top: 1px solid #d8d8d8;
}

#batch-printing-modal #batch-printing-table tr:nth-child(1) {
    border-top: none;
}

#batch-printing-table td, #batch-printing-table th {
    padding-top: 13px;
    padding-bottom: 12px;
    vertical-align: middle;
}

#batch-printing-table > thead > tr > th {
    border-bottom: none;
    font-size: 16px;
    color: #333366;
}

.batch-printing-container #batch-printing-table thead {
    border-bottom: 2px solid #e71921;
    height: 50px;
}

#batch-printing-table th {
    text-align: left;
}

#batch-printing-table td {
    font-size: 12px;
}

#batch-printing-table tr:first-child th, #batch-printing-table tr:first-child td {
    border-top: none;
}

#batch-printing-table tbody tr:last-child {
    border-bottom: 1px solid #d8d8d8;
}

.batch-printing-container #batch-printing-table tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed;
    height: 40px;
}

#batch-printing-table tbody {
    /* max-height: 650px; */
    /* min-height: 60px; */
    /* display: block; */
}

    #batch-printing-table tbody::-webkit-scrollbar {
        width: 10px;
    }

    #batch-printing-table tbody::-webkit-scrollbar-thumb {
        background: #888;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

.batch-printing-container #batch-printing-table thead {
    display: block;
    padding-right: 25px;
}

tr.row.batch-table-header-row {
    border-bottom: 2px solid #e71921;
}

#batch-printing-table th:first-child, #batch-printing-table td:first-child {
    padding-left: 15px;
}

#batch-printing-table th:last-child, #batch-printing-table td:last-child {
    padding-right: 15px;
}

.batch-package-tbody {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.active-check-rows {
    background: #e4e4e4;
}

.rows-check-overlay {
    background: #e4e4e4;
    position: absolute;
    top: 102px;
    height: 100px;
    z-index: 1;
    margin-left: 15px;
    display: none;
    padding-top: 15px;
}

    .rows-check-overlay button.btn.btn-default.search {
        background: transparent url(../../gss/images/white-check-icon.svg) no-repeat;
        background-color: #333366;
        background-size: 20px 20px;
        background-position: 10px 12px;
    }

.batch-printing-caret-down.active:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
    background-position: 0px -8px;
}

#batch-printing-table thead th:first-child {
    width: 32px;
}

#batch-printing-table tbody th {
    width: 31px;
}

@media only screen and (min-width: 768px) {
}


table#batch-printing-table td a, table#batch-printing-table td {
    font-size: 12px;
}

.batch-package-table-wrapper {
    margin: 0 0 1%;
    padding: 0;
    float: left;
    width: 100%;
    height: 315px;
    overflow: hidden;
    position: relative;
}

.batch-package-table-header-wrapper .inner {
    width: 98%;
    padding-top: 20px;
}

.batch-package-table-wrapper .inner {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 60px;
    max-height: 650px;
    padding: 0;
}

.batch-printing-table {
    border-collapse: collapse;
    margin: 0 0 0 -1px;
}

    .batch-printing-table thead {
        border-bottom: 2px solid #e71921;
    }

    .batch-printing-table.package-header-table th {
        padding-top: 20px;
        padding-bottom: 5px;
    }


/* START BATCH PRINTING */

.column-subheader {
    padding-top: 10px;
}

.batch-printing-radio-wrap {
    padding-top: 5px;
}

.batch-printing-info-btn {
    width: 100%;
    letter-spacing: 1px;
}

.batch-printing-info-container {
    margin-top: 13px;
}

.batch-filter-container, .batch-files-container, .search-tips-info {
    margin-top: 30px;
}

.mailing-agent-container .form-group {
    padding-top: 20px;
}

.batch-info-search-container .form-group {
    padding-top: 30px;
}

.batch-printing-left-side-header h4, .batch-printing-right-side-header h4 {
    font-size: 20px;
}

.batch-printing-info-search-input {
    padding-top: 18px;
}

.batch-printing-info {
    padding-left: 3px;
}

.upload-data-link-icon {
    color: #333366;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .upload-data-link-icon a:hover {
        color: #333366;
        opacity: .8;
    }

.upload-data-icon {
    display: inline-block;
    right: 0;
    vertical-align: top;
    mso-text-raise: 30%;
    background-size: 17px 33px;
    top: 20%;
    width: 14px;
    background-position: 0 0;
    height: 20px;
}

.batch-printing-info-search-input .input-group input {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.batch-printing-radio-wrap .radio-button:checked:after {
    display: block;
}

th.batch-printing-info-th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.batch-printing-info-dateuploaded {
    padding-top: 13px;
}

.batch-printing-info-form, .batch-printing-info-headers {
    padding-top: 3px;
}

.batch-info-search-container .input-group input.batch-id-search.form-control {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#batch-printing-info-table td, #batch-printing-info-table th, td.batch-printing-info-td.batch-id-td a {
    font-size: 12px;
}

#batch-printing-info-table thead {
    border-bottom: 3px solid #e71921;
    height: 50px;
}

#batch-printing-info-table tr:first-child th, #batch-printing-info-table tr:first-child td {
    border-top: none;
}

#batch-printing-info-table th {
    text-align: unset;
}

td.batch-printing-info-td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.batch-no-results-container {
    margin-top: 50px;
    display: none;
}

.no-files-found-details {
    padding-top: 10px;
}

ul.search-tips-details-list {
    padding-top: 3px;
}

    ul.search-tips-details-list li {
        padding-top: 1px;
        padding-left: 10px;
        margin-left: 20px;
    }

.batch-printing-info-th p, .results-dropdown-container .results-label {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333366;
    margin: 0;
}

#header-batch-date, .batch-date-td, #header-batch-packages, .packages-td, #header-batch-printed, .printed-td {
    text-align: right;
}

#batch-printing-info-table .batch-mailer-name-th, #batch-printing-info-table .mailer-td {
    padding-left: 40px;
}

.batch-printing-info.results-dropdown-container {
    padding-right: 20px;
    width: 100%;
}

.batch-date-td, ul.results-pagination, .results-label {
    white-space: nowrap;
}

.batch-table-wrapper {
    position: relative;
}

.batch-table-scroll {
    height: 560px;
    overflow: auto;
}

.batch-printing-info-search-input input.form-control {
    font-size: 17px;
    word-spacing: 2px;
}



/* START COMMODITY RESTRICTIONS */
.gss-shipping-restrictions-container {
    padding-top: 20px;
}

.commodity-header h2 {
    padding-top: 30px;
}

.commodity-content p {
    padding-top: 20px;
}

tr.gss-commodity-restriction-table-headers th {
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
}

tr.gss-commodity-restriction-table-id td {
    padding-top: 10px;
    font-size: 14px;
}

table.gss-commodity-restriction-table {
    width: 100%;
}

.gss-shipping-restrictions-container li {
    color: #000000;
}

.gss-shipping-restrictions-container .bullet-list li {
    padding-top: 0px;
    font-size: 12px;
}



/* START DELIVERY DATE INFORMATION */
table.gss-delivery-date-information-table {
    width: 58%;
}

tr.gss-delivery-date-information-headers th {
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
}

tr.gss-delivery-date-information-id td {
    padding-top: 10px;
    font-size: 14px;
}

.gss-delivery-date-information-container {
    padding-bottom: 150px;
}



/* START CLOSED SHIPMENT */
.GSS_Closed_Shipment .gray-box-wrapper {
    background: #ededed;
}

.top-header .shipment-header {
    padding-top: 5px;
}

.shipment-id-box {
    padding-top: 25px;
}

    .shipment-id-box .shipment-id-number {
        padding-top: 0px;
        letter-spacing: 1px;
        font-size: 18px;
    }

td.summary-report-link {
    padding-top: 5px;
    padding-right: 10px;
}

td.detailed-report-link {
    padding-top: 5px;
    padding-left: 10px;
}

.shipment-info-container, .ship-mailing-data {
    padding-top: 10px;
}

.shipment-basic-info-table .row-header, .shipment-basic-info-table .row-content {
    text-align: left;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 2px;
    vertical-align: top;
}

    .shipment-basic-info-table .row-header p, .ship-mailing-data .ship-mailing-info {
        font-size: 12px;
    }

.ship-mailing-data p {
    padding-bottom: 5px;
}

.ship-mailing-data span {
    font-size: 14px;
}

.dispatch-button-wrapper {
    padding-bottom: 10px;
}

.shipment-header-container .component-header {
    padding-left: 0px;
    padding-top: 50px;
}

.receptacle-table, .ship-package-table {
    width: 100%;
    border-collapse: collapse;
}

.receptacle-main-header .receptacle-label, .ship-package-main-header .ship-pkg-label {
    padding-top: 30px;
    padding-left: 15px;
    width: 100%;
    float: left;
}

.receptacle-label h3, .ship-pkg-label h3 {
    font-size: 20px;
}

.receptacle-contents-row, .ship-package-contents-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.receptacle-contents-row, .ship-package-contents-row {
    border-bottom: 1px solid #ededed;
}

.receptacle-head-row, .ship-package-head-row {
    border-bottom: 3px solid #e71921;
}

.receptacle-id-header, .ship-package-id-header {
    padding-bottom: 10px;
}

.receptacle-headers-row h4, .ship-package-headers-row h4, .receptacle-table h4, .ship-package-table h4 {
    font-size: 16px;
}

.receptacle-id-header, .receptacle-id-detail, .ship-package-id-header, .ship-package-id-detail {
    padding-left: 0px;
}

.receptacle-table th, .ship-package-table th {
    padding-top: 20px;
    padding-bottom: 10px;
    vertical-align: top;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.td-vert-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.receptacle-table, .ship-package-table {
    width: 100%;
    border-collapse: collapse;
}

    .receptacle-table th, .ship-package-table th, .receptacle-table td, .ship-package-table td {
        white-space: nowrap;
    }

.receptacle-id-header, .receptacle-id-detail, .ship-package-id-header, .ship-package-id-detail {
    padding-right: 10px;
}

.packages-header, .packages-detail, .rate-type-header, .rate-type-detail, .weight-header, .weight-detail {
    padding-right: 20px;
    padding-left: 20px;
}

.boxes-header, .boxes-detail {
    padding-right: 20px;
    padding-left: 50px;
}

.destination-rate-zone-header, .destination-rate-zone-detail {
    padding-left: 30px;
}

table.receptacle-table td a, table.receptacle-table td p, table.ship-package-table a, table.ship-package-table p {
    font-size: 12px;
}



/* START SHIPPING CENTER */

.current-header, .shipping-note-wrapper {
    padding-top: 15px;
}

.report-links-wrapper .inline-link, .pkg-label-header-p {
    font-size: 12px;
}

.report-links-wrapper {
    padding-top: 10px;
}

    .report-links-wrapper a {
        font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

.package-weight-wrapper, .close-shipment-btn-wrapper.button-container {
    padding-top: 25px;
}

.scanner-container, .receptacles-contents-container, .receptacle-packages-container {
    margin-top: 25px;
}

.scanner-label {
    font-size: 13px;
}

.shipping-pagination .results-pagination {
    float: right;
}

.col-12.add-receptacle-btn.shipping-pagination, .col-12.receptacle-packages-btn.shipping-pagination, .shipping-pagination .results-per-page {
    padding-right: 0px;
}

.results-per-page li.navigation-next-text {
    width: 35px;
    text-align: left;
    margin-left: 8px;
    margin-right: 14px;
}

.results-per-page li.navigation.next {
    width: 20px;
}

.add-packages-btn-container .button-container {
    padding-top: 0px;
}

.input-group .scanner-input {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.scanner-input-group .btn-default {
    border-radius: 0px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.detail-report {
    padding-left: 5px;
}

.receptacles-shipment-table tr > th h4 {
    padding-left: 0px;
    font-size: 14px;
}

.packages-shipment-table tr > th h4 {
    padding-left: 0px;
    font-size: 13px;
}

.receptacles-shipment-table tr > td, .packages-shipment-table tr > td {
    color: #000000;
    font-size: 12px;
    font-weight: normal !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

.receptacles-shipment-table thead th, .packages-shipment-table thead th {
    border-top: none;
    border-bottom: none;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.packages-mailer-id-th input[type=checkbox] ~ span.checkbox {
    margin-top: -3px;
}

.receptacles-shipment-table thead tr, .packages-shipment-table thead tr {
    border-top: none;
    border-bottom: 2px solid #e71921;
}

.receptacles-shipment-table td, .packages-shipment-table td {
    border-bottom: none;
    border-top: none;
}

.shipment-id-container {
    padding-top: 10px;
}

.edit-shipment:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    right: 0;
    background-size: 16px 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 18px;
    background-image: url(../../gss/images/edit-icon.svg);
}

button.btn.btn-default.scanner {
    background: transparent url(../../gss/images/barcode-scanner-icon.svg) no-repeat;
    background-size: 25px 25px;
    background-position: 7px 7px;
}

.receptacle-add-package:after {
    content: "";
    display: inline;
    right: 0;
    background: transparent url(../../gss/images/barcode-scanner-icon.svg) no-repeat;
    background-size: 15px 16px;
    background-position: 9px -1px;
    padding-left: 30px;
}

.remove-receptacle:after, .remove-package:after {
    content: "";
    background-image: url(../../gss/images/delete-icon.svg);
    display: inline;
    background-repeat: no-repeat;
    background-size: 11px 12px;
    padding-left: 26px;
    background-position: 9px 2px;
}

label.checkbox-component {
    font-size: 14px;
    color: #000000;
    padding-top: 0px;
    padding-left: 0px;
    display: inline-block;
    float: left;
    padding-left: 25px;
}

.receptacle-btn .button-container {
    padding-top: 23px;
}

.add-receptacle .button-container {
    padding-top: 20px;
}

.package-wrapper-contents {
    padding-left: 15px;
    padding-right: 30px;
}

    .package-wrapper-contents span {
        font-size: 13px;
    }

    .package-wrapper-contents .content-p, .shipping-note-wrapper .content-p {
        padding-top: 3px;
        font-weight: normal;
    }

.shipping-pagination {
    margin-top: 10px;
}

.receptacles-sub-header-wrapper, .package-sub-header-wrapper, .select-receptacle-wrapper {
    padding-top: 15px;
}

    .select-receptacle-wrapper select.form-control.dropdown {
        color: #595959;
    }

th.receptacle-id-th, td.receptacle-id-td {
    width: 28%;
    text-align: left;
}

th.receptacle-packages-th, td.receptacle-packages-td {
    width: 9%;
    text-align: right;
}

th.receptacle-type-th, td.receptacle-type-td {
    width: 9%;
    text-align: left;
}

th.receptacle-rate-type-th, td.receptacle-rate-type-td {
    width: 9%;
    text-align: left;
}

th.receptacle-weight-th, td.receptacle-weight-td {
    width: 7%;
    text-align: right;
}

th.receptacle-dest-rate-th, td.receptacle-dest-rate-td {
    width: 16%;
    text-align: left;
}

th.receptacle-actions-th, td.receptacle-actions-td {
    width: 12%;
    text-align: left;
}

th.receptacle-blank-th, td.receptacle-blank-td {
    width: 13%;
    text-align: left;
    padding-left: 15px;
}

th.tbl-pd-rgt, td.tbl-pd-rgt {
    padding-right: 20px;
}

th.tbl-pd-side, td.tbl-pd-side {
    padding-right: 20px;
    padding-left: 20px;
}

th.tbl-pd-lft, td.tbl-pd-lft {
    padding-left: 20px;
}

.receptacles-shipment-table td p, .receptacles-shipment-table td a, .packages-shipment-table td p, .packages-shipment-table td a {
    font-size: 12px;
}

.report-links-wrapper .inline-link.secondary, .receptacles-shipment-table .inline-link.secondary, .packages-shipment-table .inline-link.secondary {
    font-weight: normal !important;
}

.receptacles-shipment-table tbody tr, .packages-shipment-table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.packages-shipment-table th, .packages-shipment-table td {
    text-align: left;
}

th.packages-mailer-id-th, td.packages-mailer-id-td {
    width: 16%;
}

th.packages-package-id-th, td.packages-package-id-td {
    width: 15%;
}

th.packages-weight-th, td.packages-weight-td {
    width: 8%;
}

th.packages-port-code-th, td.packages-port-code-td {
    width: 10%;
}

th.packages-dest-th, td.packages-dest-td {
    width: 11%;
}

th.packages-recepticle-id-th, td.packages-recepticle-id-td {
    width: 23%;
}

th.packages-actions-th, td.packages-actions-td {
    width: 17%;
}


.pkg-dest-h4:after {
    content: "";
    background-image: url(../../gss/images/blue-caret-down.svg);
    background-repeat: no-repeat;
    background-size: 22px 9px;
    cursor: pointer;
    padding-left: 23px;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.shipping-pagination {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.receptacles-table-wrapper, .packages-table-container {
    padding-top: 15px;
}

.receptacles-shipment-table .receptacle-actions-td a.receptacle-add-package:hover::after, .receptacles-shipment-table a.remove-receptacle:hover::after, .packages-shipment-table a.remove-receptacle:hover::after, .packages-shipment-table a.remove-package:hover::after {
    opacity: .8;
}

.pkg-dest-h4.active:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



/* START SHIPMENTS */

.shipments-table-container {
    padding-left: 15px;
    padding-top: 20px;
}

.shipments-table thead tr {
    border-bottom: 1px solid #d8d8d8;
}

.shipments-table tr > th h4 {
    padding-left: 0px;
    float: left;
    font-size: 14px;
}

.shipments-table tr > td {
    color: #000000;
    font-size: 12px;
    font-weight: normal !important;
    padding-bottom: 8px;
    padding-top: 10px;
}

.shipments-table thead th {
    border-top: none;
    border-bottom: 2px solid #e71921;
}

.shipments-table thead tr:first-child {
    border-top: 1px solid #ffffff !important;
}

.shipments-table td {
    border-bottom: none;
    border-top: none;
}

.receptacle-remove-package {
    padding-left: 10px;
}

label.checkbox-component {
    font-size: 14px;
    color: #000000;
    padding-top: 0px;
    padding-left: 0px;
    display: inline-block;
    float: left;
    padding-left: 25px;
}

.Shipment_Queue_Container label.checkbox-component, .shipment-id-header h4 {
    padding-left: 30px !important;
}

.add-receptacle .button-container {
    padding-top: 20px;
}

.shipment-note {
    float: left;
    font-size: 12px;
    padding-top: 5px;
    line-height: 17px;
}

.date-closed-header h4 {
    padding-left: 42% !important;
}

.date-closed-wrapper {
    padding-left: 22%;
}

.date-closed-packages h4 {
    float: right !important;
}

.packages-data span {
    float: right;
    padding-right: 2%;
}

.receptacles-data {
    text-align: center;
}

    .receptacles-data span {
        padding-right: 10% !important;
    }

table.table.shipments-table .checkbox-component a, .shipments-table span {
    font-size: 12px;
}

table.table.shipments-table .checkbox-component a {
    vertical-align: text-bottom;
}

.shipments-table tr:nth-of-type(1) {
    border-bottom: none;
}



/* START CLOSING SHIPMENT */

tr.gss-closing-shipment-table-headers th {
    padding-top: 12px;
    text-align: left;
    font-size: 12px;
}

.gss-closing-shipment-container .gray-box-wrapper {
    margin-top: 0px;
}

table.gss-closing-shipment-table {
    width: 75%;
}

tr.gss-closing-shipment-table-id td {
    padding-top: 10px;
    font-size: 14px;
}

.optional-shipment-information-container {
    padding-top: 40px;
}

h4.gss-closing-shipment-subheader {
    padding-top: 20px;
}



/* START ADD PACKAGES TO RECEPTACLE MODAL CSS */
.input-group .scanner-input {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

button.btn.btn-default.scanner {
    background: transparent url(../../gss/images/barcode-scanner-icon.svg) no-repeat;
    background-size: 25px 25px;
    background-position: 5px 9px;
}

.scanner-input-group .btn-default {
    border-radius: 0px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.receptacles-table-container {
    padding-left: 15px;
    padding-top: 20px;
}

.packages-receptacles-table tbody tr {
    border-bottom: 1px solid #d8d8d8;
}

.packages-receptacles-table tr > th h4 {
    padding-left: 0px;
    float: left;
    font-size: 14px;
}

.packages-receptacles-table tr > td {
    color: #000000;
    font-size: 12px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif font-weight: normal !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.packages-receptacles-table thead th {
    border-top: none;
    border-bottom: 2px solid #e71921;
}

.packages-receptacles-table thead tr:first-child {
    border-top: 1px solid #ffffff !important;
}

.packages-receptacles-table td {
    border-bottom: none;
    border-top: none;
}

.package-header-wrapper {
    float: right;
    padding-right: 11px;
}

#add-packages-receptacle-modal .receptacle-remove-package {
    padding-left: 0px;
}

.receptacle-remove-package:after {
    content: "";
    background-image: url(../../gss/images/delete-icon.svg);
    display: inline;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    padding-left: 26px;
    background-position: 9px 4px;
}

.add-package-details span, .add-package-details p, .input-scant-notice, .mailer-package-details-table a {
    font-size: 12px;
}

.add-package-details {
    padding-top: 20px;
    padding-bottom: 20px;
}

.package-weight-details-header-wrap h5 {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333366;
    font-size: 16px;
    text-align: right;
}

.package-weight-details p {
    color: #333366;
}

.foreign-port-header {
    padding-right: 0px !important;
}

.scan-add-btn .button-container {
    padding-top: 23px;
}

.close-add-btn .button-container {
    padding-bottom: 15px;
}

.receptacles-contents {
    padding-top: 25px;
    padding-bottom: 20px;
}

#add-packages-receptacle-modal .gray-box-wrapper {
    margin-top: 0px;
}

#add-packages-receptacle-modal .top-header h4, #add-packages-receptacle-modal .top-header div {
    padding-top: 5px;
}

.package-receptacle-data-wrap div p {
    font-size: 14px;
    padding-top: 5px;
}

.package-weight-details-data-wrap p {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
    text-align: right;
}

.add-package-receptacle-table .btn-primary {
    min-width: 228px;
}

.add-package-receptacle-table .scanner-input {
    font-weight: normal !important;
    font-size: 14px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mailer-package-details-table {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.package-weight-details-header-wrap .pr-packages-header, .package-weight-details-data-wrap .pr-packages-data {
    max-width: 100px;
}

.package-weight-details-header-wrap .pr-remaining-weight-header, .package-weight-details-data-wrap .pr-remaining-weight-data {
    max-width: 215px;
}



/* START VOLUME POSTAGE REPORT */

.gss_volume_postage_report_content, .gss-volume-postage-report-checkbox {
    padding-top: 20px;
}



/* MODAL MAX WIDTH */
#batch-printing-modal .modal-dialog {
    width: 84%;
}

#add-packages-receptacle-modal .modal-dialog {
    width: 88%;
}

#package-contents .modal-dialog, #add-packages-receptacle-modal .modal-dialog, #address-book .modal-dialog, #batch-printing-modal .modal-dialog {
    min-width: 999px;
}

.modal-dialog {
    max-width: 1170px !important;
}

/* DotNet validation styles for target input field. - MKazanova */
.dotnet-invalid {
    border-color: red !important;
}

/* Batch Processing single mailer to replace mailer dropdown - MKazanova */
.single-mailer {
    display: block;
    font-size: 14px;
    font-family: "HelveticaNeueW2-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #595959;
}

/* ListView Navigation - MKazanova */
.gss-lv-pagination a {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 30px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gss-lv-pagination .numeric {
    color: #333366;
    height: 30px;
    transition: background-color .5s, border-radius .5s;
}

    .gss-lv-pagination .numeric:hover {
        width: 15px;
        height: 25px;
        background-color: #d7d7d7;
        border-radius: 50%;
        text-decoration: none;
    }

.gss-lv-pagination .current {
    color: #ffffff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #333366;
    font-size: 15px;
    text-align: center;
}


.gss-lv-pagination .previous {
    background-image: url(../../gss/images/left-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -4px;
    width: 15px;
    height: 25px;
}

.gss-lv-pagination .next {
    background-image: url(../../gss/images/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 8px;
    width: 15px;
    height: 25px;
}


.gss-lv-pagination a[disabled=disabled].previous {
    background-image: url(../../gss/images/left-arrow-inactive.png);
    background-repeat: no-repeat;
}

.gss-lv-pagination a[disabled=disabled].next {
    background-image: url(../../gss/images/right-arrow-inactive.png);
    background-repeat: no-repeat;
}

/* ListView Sortable Headers - MKazanova */
.gss-lv-sortable-header:hover {
    cursor: pointer;
    text-decoration: underline;
}

.gss-File_Upload-Msg {
    font-size: 12px;
}

.gss-data-Grid-Header {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333366;
    padding-left: 4px;
}

.gss-disable-a-href {
    pointer-events: none;
    color: #c0c0c0 !important;
}

/* Batch Proccesing Process Page additional button icons - MKazanova */
[class$='-printing']:disabled, [class$='-batch']:disabled {
    background-color: #ededed;
}

.inline-link.start-printing:before {
    background-image: url(../../gss/images/play-icon.svg);
}

.inline-link.pause-printing:before {
    background-image: url(../../gss/images/pause-icon.svg);
}
/* EULA Page - MKazanova */
.eulaContent {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 0px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

    .eulaContent::-webkit-scrollbar {
        width: 12px;
        background-color: white;
    }

    .eulaContent::-webkit-scrollbar-track {
    }

    .eulaContent::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        min-height: 80px;
        background-color: #919191;
    }

.eulaAccept {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 0px;
}

.eulaAccept--col-custom {
    width: 40px;
    padding-left: 15px;
}

.eula-link {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: steelblue;
    font-weight: bold;
    text-decoration: underline;
}
/* Error Info Page */
.errorInfo--details {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 0px;
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

    .errorInfo--details::-webkit-scrollbar {
        width: 12px;
        background-color: white;
    }

    .errorInfo--details::-webkit-scrollbar-track {
    }

    .errorInfo--details::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        min-height: 40px;
        background-color: #919191;
    }

div.new-pkg-label-container th {
    border: 0;
    border-bottom: 3px solid red;
    font-size: 16px;
    vertical-align: top;
    padding-right: 0.75rem;
    text-align: left;
}

div.new-pkg-label-container td {
    border: 0;
    font-size: 13px;
    padding: 0.75rem;
}

.table-tr-align-center {
    text-align: center;
}

.tlc-gridview {
    border: 0;
}

.div-tlc-label {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding-top: 10px;
}

.td-tlc-label-text {
    text-align: right;
    padding-right: 12px;
    border-bottom: 3px solid black;
    border-top: 0px;
}

.td-tlc-label-value {
    border-bottom: 3px solid black;
    border-top: 0px;
}

.tlc-description {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.total-empty-td
{
    width: 65%;
}
.box-box-id-th
{
    width:5%;
}
.box-item-id-th-tlc {
    width:15%;
}
.box-qty-th-tlc
{
    width: 5%;
}

.tlc-header-description {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 10px;
}

/* Mimic GSSDataPager */
.gss-js-pagination a {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 30px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gss-js-pagination a:hover {
    text-decoration: none;
}

.gss-js-pagination .alpha {
    color: #333366;
    font-weight: bold;
}

.gss-js-pagination .numeric {
    color: #333366;
    height: 30px;
    transition: background-color .5s, border-radius .5s;
}

    .gss-js-pagination .numeric:hover {
        width: 15px;
        height: 25px;
        background-color: #d7d7d7;
        border-radius: 50%;
        text-decoration: none;
    }

.gss-js-pagination .current {
    color: #ffffff !important;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #333366;
    font-size: 15px;
}

.gss-js-pagination .previous {
    background-image: url(../../gss/images/left-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -4px;
    width: 15px;
    height: 25px;
}

.gss-js-pagination .next {
    background-image: url(../../gss/images/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 8px;
    width: 15px;
    height: 25px;
}

.gss-js-pagination a[disabled=disabled].previous {
    background-image: url(../../gss/images/left-arrow-inactive.png);
    background-repeat: no-repeat;
}

.gss-js-pagination a[disabled=disabled].next {
    background-image: url(../../gss/images/right-arrow-inactive.png);
    background-repeat: no-repeat;
}