﻿
/* Live Tracking
----------------------------------------------------------*/
#OSMARTTrackingSection {
    color: #333;
}
#OSMARTTrackingSection p a,
#OSMARTTrackingSection p,
#OSMARTTrackingSection li {
    color: inherit;
}

#trackingNumbers {
    width: 98%;
    height: 140px;
    resize: none;
    margin: 10px 0;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
}

/* Changing the color of the placeholder text so it is easily known as a placeholder */
#trackingNumbers::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(0,0,0,0.30);
}

#trackingNumbers:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,0.30);
}

#trackingNumbers::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0,0,0,0.30);
}

#trackingNumbers:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.30);
}

.liveTrackingBackground {
    background-color: rgba(255,255,255,.85);
    margin: 20px 0;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

#track-more {
    padding: 2px 22px;
    margin: 0 0 0 25%;
}

.trackingLabel {
    /*font-family: 'FuturaW01-ExtraBoldCond 774896';*/
    font-weight: bold;
    font-size: 20px;
    /*color: black;*/
    margin: 0 auto;
    display: table;
    text-align: center;
}

.trackingLabel .trackingText {
    font-weight: normal;
}

.track-more-pkgs {
    margin-top: 20px;
}

.toggleButton {
    height: 23px;
    width: 23px;
    background-image: url('https://osmart.osmworldwide.us/Images/toggle.png');
    background-position: 0 0;
    /*margin-top: 26px;
    margin-right: 10px;*/
    vertical-align: top;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.toggleButton.collapsed {
    background-position: 0 -22.5px;
}

#toggleTrackDetailsAll {
    display: inline-block;
    margin-top: 6px;
}

.tracking-time {
    width: 225px;
}

.tracking-status {
    width: 300px;
}

.tracking-location {
    width: 225px;
}

.liveTrackingProgress {
    background-image: url('https://osmart.osmworldwide.us/Images/liveTrackingProgressNew.png');
    background-repeat: no-repeat;
    background-size: 100% 480px;
    /*display: inline-block;*/
    height: 80px;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    vertical-align: top;
}

.liveTrackingProgress-Delivered {
    background-position: center 0;
}

.liveTrackingProgress-InTransit {
    background-position: center -80px;
}

.liveTrackingProgress-Accepted {
    background-position: center -160px;
}

.liveTrackingProgress-PreShipment {
    background-position: center -240px;
}

.liveTrackingProgress-NotFound {
    background-position: center -320px;
}

.liveTrackingProgress-Alert {
    background-position: center -400px;
}

.styleLabel {
    font-family: 'FuturaW01-ExtraBoldCond 774896';
    /*font-size: 20px;*/
    font-weight: normal;
    margin: 0 auto;
    display: table;
    color: #af3e50;
}

/*---------Table CSS----------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

    table th {
        /*font-size: 1.2em;*/
        text-align: left;
        border: none 0px;
        /*padding-left: 0;*/
    }

    table td {
        padding: 0.25em 2em 0.25em 0em;
        border: 0 none;
    }

    table tr.pager td {
        padding: 0 0.25em 0 0;
    }
