body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: white;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* start pagination adjustments */

.col-lg-left .page-link {
    color: #42329C;
}

.col-lg-left .page-item.active .page-link {
    background-color: #42329C;
    border-color: #42329C;
}

.col-lg-left {
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.col-lg-6-right {
    position: relative;
    width: 50%;
    padding-right: 25px;
    text-align: right;
}
/* end pagination adjustments */ 

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: 10px;
    display: flex;
}

.card {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

h5.card-title {
    font-size: 12pt;
}

.card-body {
    width: 192px;
    font-size: 10pt;
}

a.btn-order {
    width: 120px;
    font-size: 10pt;
    background-color: #F0F0F0;
    color: black;
}

a.btn-order:visited {
    width: 120px;
    font-size: 10pt;
    color: black;
    background-color: #F0F0F0;
}

.vmz-jumbotron-blue {
    background-color: lightblue !important;
}

.vmz-jumbotron-green {
    background-color: lightsteelblue !important;
}

.vmz-jumbotron-lightgrey {
    background-color: #F0F0F0 !important;
}

.vmz-page-header {
    border-bottom: 1px solid lightsteelblue !important;
}

.vmz-uppercase {
    text-transform: uppercase;
}

.vmz-displaynone {
    display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

img {
    border-style: none;
}

#tooltip {
    background-color: #2151A8;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 4px;
}

#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
}

    #arrow::before {
        content: '';
        transform: rotate(45deg);
        background: #2151A8;
    }

.stage-container {
    width: 100%;
    display: inline-flex;
    margin: 10px;
}

.line {
    top: 50%;
    position: relative;
    width: 30%;
    height: 10px;
    background-color: white;
    margin-top: -5px;
    margin-left: -10px;
    margin-right: -10px;
    display: inline-block;
}

.completed-line {
    background-color: #2151A8;
}

.mailpiece {
    width: 350px;
    display: inline-block;
}

    .mailpiece img {
        max-width: 100%;
        z-index: 4;
        position: relative;
    }

.stage {
    width: 150px;
    display: inline-block;
}

    .stage img {
        max-width: 100%;
        z-index: 4;
        position: relative;
    }

.lang-container {
    float: right;
    display: flex;
}

.lang-box {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 10px;
}

    .lang-box img {
        width: 30px;
    }

.lang-box-selected {
    display: inline-block;
    border-bottom: 5px solid #2151A8;
}

#tooltip {
    z-index: 1;
    text-align: center;
}

#signature-img {
    mix-blend-mode: multiply;
    max-width: 100%;
}

.history {
    margin-left: 8px;
    list-style-type: none;
}

.history-solo {
    margin-left: 8px;
    list-style-type: none;
}

.history::before {
    width: 2px;
    height: 72px;
    content: '';
    left: 33px;
    position: absolute;
    background-color: #2151A8
}

.history:first-of-type::before {
    width: 2px;
    margin-top: 36px;
    height: 36px;
    content: '';
    left: 33px;
    position: absolute;
    background-color: #2151A8
}

.history:last-of-type::before {
    width: 2px;
    height: 36px;
    content: '';
    left: 33px;
    position: absolute;
    background-color: #2151A8
}

.history-stage0 {
    position: absolute;
    left: 16px;
    margin-top: 10px;
    max-width: 36px;
    display: inline-block;
    max-height: 36px;
    content: url(/images/stage0-completed.png);
}

.history-stage1 {
    position: absolute;
    left: 16px;
    margin-top: 10px;
    max-width: 36px;
    display: inline-block;
    max-height: 36px;
    content: url(/images/stage1-completed.png);
}

.history-stage2 {
    position: absolute;
    left: 16px;
    margin-top: 10px;
    max-width: 36px;
    display: inline-block;
    max-height: 36px;
    content: url(/images/stage2-completed.png);
}

.history-stage3 {
    position: absolute;
    left: 16px;
    margin-top: 10px;
    max-width: 36px;
    display: inline-block;
    max-height: 36px;
    content: url(/images/stage3-completed.png);
}

.history-stage4 {
    position: absolute;
    left: 16px;
    margin-top: 10px;
    max-width: 36px;
    display: inline-block;
    max-height: 36px;
    content: url(/images/stage4-completed.png);
}

a {
    color: #2151A8;
    text-decoration: underline dotted;
}

    a:visited {
        color: #2151A8;
        text-decoration: underline dotted;
    }
