﻿body {
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    /*    background-color: #8C9EFF;*/
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.left {
    color: #606975;
    font-size: 15px;
    font-weight: 500;
}

.right {
    color: #606975;
    font-size: 15px;
}

.dataContainer {
    padding-left: 5px;
}

.popover {
    min-width: 300px !important;
    border-color: #222d65;
    padding-bottom: 10px;
}

.popover-header {
    color: #222d65 !important;
}

.popSectionHeader {
    color: #222d65;
    font-size: 18px;
    font-weight: 500;
}

.popSectionHeaderhubDeparture {
    margin-top: 10px;
}

.routeInfo {
    margin-bottom: 3px;
}



.routingHeading {
    background-color: #222d65;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: rgba(0,0,0,.125);
    margin-left: -1px;
    margin-right: -1px;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: white;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 3px;
}


.infoDisplay {
    display: inline-block;
    text-align: right;
}

.route {
    margin-left: -10px;
    font-size: 20px;
}

.shipmentInformation {
    /*  margin-bottom:20px;*/
}

.shipmentInformationLabel {
    display: inline-block;
    padding-right: 40px;
    width: 220px;
    color: #606975;
    font-size: 15px;
    font-weight: 500;
    padding-left: 25px;
}

.shipmentInformationValue {
    color: #606975;
    font-size: 15px;
}

.displayRow {
 /*   margin-bottom: -5px;*/
/*    width:500px;*/
}

.heading {
    color: #222d65;
    margin-left: 1px;
    padding-top: 25px;
}

.quickTrackContainerHeading {
    font-size: 30px;
    font-weight: bold;
    margin-left: 13px;
}

.quickTrackHeading {
    font-size: 30px;
    font-weight: bold;
}

.quickTrackHeading2 {
    font-size: 25px;
    margin-top: 4px;
}


.searchrow {
    margin-left: 13px;
}

.searchrowCon {
    margin-left: 10px;
}

.quickTrackSearchButton {
    border-color: transparent !important;
    margin-left: 10px !important;
    background-color: #222d65 !important;
    color: white !important;
}

    .quickTrackSearchButton:hover {
        color: lightblue !important;
    }

.container {
    min-width: 1140px !important;
}

.pt-5, .py-5 {
    padding-top: 10px !important;
}

.pb-5, .py-5 {
    padding-bottom: 5px !important;
}

.descriptionColumn {
    max-width: 120px;
}

#description {
    overflow: hidden;
    color: black;
    padding-left: 10px;
    /* margin-top: 30px*/
}

#milestoneDate {
    overflow: hidden;
    padding-left: 10px;
    color: dimgrey !important;
    /*font-weight: 900 !important;*/
}

    #milestoneDate li {
        list-style-type: none;
        font-size: 13px;
        float: left;
        position: relative;
    }

#description li {
    list-style-type: none;
    font-size: 14px;
    float: left;
    position: relative;
    font-weight: bold;
}

.card {
    z-index: 0;
    border-radius: 10px 10px 10px 10px;
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.125);
}

.card-body {
    padding-bottom: 0px;
}

.top {
    padding-left: 13% !important;
    padding-right: 13% !important
}

.top2 {
    padding-top: 40px
}

#progressIcons {
    overflow: hidden;
    color: #455A64;
    padding-left: 10px;
    margin-top: 30px
}

    #progressIcons li {
        list-style-type: none;
        font-size: 13px;
        float: left;
        position: relative;
        font-weight: 400
    }


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
}

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        float: left;
        position: relative;
        font-weight: 400
    }


    #progressbar .step0:before {
        font-family: FontAwesome;
        content: "\f10c";
        color: #fff
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        background: #C5CAE9;
        border-radius: 50%;
        margin: auto;
        padding: 0px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 12px;
        background: #C5CAE9;
        position: absolute;
        left: 0;
        top: 16px;
        z-index: -1
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%
    }

.negativeLeft::after {
    left: -50% !important;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #222d65;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.icon {
    width: 60px;
    height: 60px;
}

.icon-content {
    padding-bottom: 20px
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}

.tablecontainer {
    margin-top: 30px;
    /*    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-left: 22px;
*/
}

.tableHeader {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: 0px solid lightgrey;
    border-right: 0px solid lightgrey;
    margin-bottom: 5px;
}

.toggleRow, .toggleRow:active {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    outline: none !important;
    display: block;
}


/*.clickRow {
    padding: 5px 5px 5px 5px;
}*/

.head1 {
    /*    padding-left: 15px;
    padding-right: 0px;*/
}

.col-sm.head2 {
    margin-left: 2px !important;
}

.col-sm.head3 {
    margin-left: 4px !important;
}

.head4 {
    padding-top: 3px;
    padding-left: 12px;
}

.head5 {
    padding-top: 3px;
    padding-left: 31px;
}

.head6 {
    padding-top: 3px;
    padding-left: 34px;
    padding-right: 0px;
}


.toggleButton {
    width: 20px;
}

.padContainerShipmentTop {
    /*padding-top: 30px !important;*/
}

.containerShipmentBottomMargin {
    margin-bottom: 0px !important;
}

.routes {
    font-size: 14px;
}

.routeTable {
    width: 100%;
}

.shipmentRouteTable {
    width: 96% !important;
    margin-left: 20px !important;
    /*margin-top: 10px;*/
}

.shipmentDataContainerPage {
    width: 100%;
}

.heading-1 {
    position: relative;
    text-align: center
}

    .heading-1:before {
        content: "";
        display: block;
        border-top: solid 2px #bebebe;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        z-index: 0;
    }

    .heading-1 span {
        background: rgb(161, 0, 10);
        position: relative;
        z-index: 1;
        color: white;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px !important;
    }

.heading-2 {
    position: relative;
    text-align: center
}

.lastInfo {
    margin-bottom: 20px;
    margin-top: 30px;
}

.hiddenRow {
    padding: 0 !important;
    background-color: lightgray;
}

.lastAction {
    width: 95%;
    margin-left: 20px;
}

.lastActionSpan {
    /*    background-color: red;
    color: white;
    padding-bottom: 3px;*/
}

.shipmentInformationDetails {
    color: #222d65;
    margin-left: 40px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
}

.milestoneData {
    color: #222d65;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
}


#itemsTable {
    margin-top: 10px;
    margin-left: 1%;
    width: 98%;
    background-color: white;
}

.containerInfo {
    padding-bottom: 20px;
    border-radius: 10px;
    border-color: #222d65;
    padding-top: 20px;
    border: 1px solid rgba(0,14,141);
    width: 97%;
    margin-left: 13px;
}

.containerInfoLabel {
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    width: 120px;
    text-align: left;
}

.validFrom {
    width: 185px;
}

.routingHr, .milestoneHr {
    margin-top: -5px !important;
    background-color: lightgray;
    margin-bottom: 10px;
}

.popHr {
    margin-top: -5px !important;
    background-color: lightgray;
    margin-bottom: 7px;
}


.locationTitle {
    color: #222d65 !important;
    margin-bottom: 4px !important;
    margin-top: 8px !important;
}

.leftRow {
    margin-left: 2px;
}

.routingDate {
    font-size: 17px !important;
    color: #222d65 !important;
    margin-top: 1px !important;
}

.topTrack {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 30px;
    background-color: #f5f5f5;
    margin-top: 15px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid;
    border-color: rgba(0,0,0,.125);
    margin-bottom: 15px;
}

.topTrackCon {
    margin-left: 12px;
    margin-right: 19px;
    padding-right: 30px;
    background-color: #f5f5f5;
    margin-top: 15px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid;
    border-color: rgba(0,0,0,.125);
    margin-bottom: 15px;
}

.centeredText {
    text-align: center;
}

.lastMileStoneDate {
    font-size: 19px;
    /*border-bottom: 1px solid #9d9a9a;*/
    padding: 5px 0;
}

.lastMileStoneDescription {
    padding-top: 5px;
    border-top: 1px solid #9d9a9a;
    font-size: 18px;
    /*text-decoration: overline;*/
}

.latestMilestone {
    padding-bottom: 10px;
    margin-right: -10px;
    margin-top: 20px;
}

.latestMileStoneData {
    float: right;
    margin-top: -16px;
}

.lastMilestoneHeading {
    font-size: 19px;
}

.lastMilestoneParagraph {
    margin-top: -15px;
}

.latestMilestoneHr {
    margin-top: -11px !important;
    background-color: lightgray;
    margin-bottom: 20px;
}

.placeTitle {
    font-size: 13px !important;
}

.containerInfoLabel {
    font-size: 15px !important;
    color: #222d65 !important;
    /*    margin-bottom: 4px !important;
    margin-top: 8px !important;*/
}

.containerInfoLabelAccent {
    font-size: 15px !important;
    padding-top: 5px;
}

.containerInfoValue {
    font-size: 15px !important;
    color: #222d65 !important;
}

.containerInfoValueAccent {
    font-size: 15px;
}

.topBand {
    margin-top: 15px;
    background-color: lightsteelblue;
    margin-left: -6px;
    margin-right: -31px;
    margin-bottom: 15px;
}



.noDataMain {
    margin-top: 10px;
}

.notAvailable {
    margin-left: 12px;
    margin-top: 10px;
}


.notAvailableNoInfo {
    margin-left: 12px;
    margin-top: 10px;
}

.notAvailableNoInfoDate {
    margin-left: 12px;
    margin-top: 10px;
}

.notAvailableNoInfoContact {
    margin-left: 12px;
    margin-top: 10px;
}



.destinationRow {
    margin-bottom: 8px;
}

.btnSubscribeDiv
{
    width:820px;
}

.btnSubscribe
{
    float:right;
    border-color:none !important;
}

.btn-primary {
    border-color: transparent !important;
}

.envelope
{
    margin-bottom:3px;
}

.topTrackConWhite {
    margin-left: 12px;
    margin-right: 19px;
    padding-right: 30px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid;
    border-color: rgba(0,0,0,.125);
    margin-bottom: -15px;
}

.quickTrackHeadingColor {
    color: #222d65 !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
}

.parent {
    display: flex;
    flex-direction: column;
}

.first, .second, .third, .fourth, .fifth {
    display: block;
}

.containerFlexbox {
    display: flex;
    flex-direction: row;
}

.LastLocationHeading {
    background-color: #222d64;
    color: white;
    padding-left: 2%;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #222d64;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.LocationTable {
    background-color: #ddebf7;
    color: #a51e25;
    padding-left: 2%;
    font-size: 15px;
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    padding-top: 1%;
    /* padding-top: 2%;
    padding-bottom: 1%;*/
}

.ETAColor {
    color: #222D64 !important;
    font-weight: 700;
}

.ThirdtableBorderClass {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border: 2px solid #f2f2f2;
}

.LocationTableLastRow {
    background-color: #ddebf7;
    color: #a51e25;
    padding-left: 2%;
    font-size: 15px;
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
 /*   padding-top: 1%;
    padding-bottom: 1%;*/
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border: 2px solid #ddebf7;
}


.SecondTableHeadersFirstRow {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 400;
    margin-left: 7%;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
   /* padding-top: 2%;
    padding-bottom: 1%;*/
    border: 2px solid #222d64;
    border-top-left-radius: 11px;
    border: 2px solid #222d64;
    padding-top:1%;
}

.SecondTableHeaders {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    /*padding-top: 3%;*/
    /*padding-bottom: 1%;*/
    padding-bottom: 6px;
}

.SecondTableHeadersRight {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
   /* padding-top: 2%;
    padding-bottom: 1%;*/
    border-top-right-radius: 11px;
    border: 2px solid #222d64;
    padding-top:1%;
}

.SecondTableDataFirstRow {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 17px;
    font-weight: 500;
    margin-left: 7%;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    /*padding-bottom: 2%;*/
    border-bottom-left-radius: 11px;
    border: 2px solid #222d64;
    min-height: 31px;
}

.SecondTableData {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 17px;
    font-weight: 500;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    /*padding-bottom: 1px;*/
    /*padding-top: 7px;*/
    /*padding-top: 2%;*/
}

.SecondTableDataRight {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 17px;
    font-weight: 500;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    padding-bottom: 0%;
    border-bottom-right-radius: 11px;
    border: 2px solid #222d64;
    min-height:31px;
}

.ThirdTableDataFirstRow {
    background-color: #f2f2f2;
    color: #222d64;
    padding-left: 5%;
    font-size: 12px;
    font-weight: 400;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    padding-top: 2%;
    padding-bottom: 1%;
}

.ThirdTableData {
    background-color: #f2f2f2;
    color: #222d64;
    /*padding-left: 5%;*/
    font-size: 12px;
    font-weight: 400;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    padding-top: 2%;
    padding-bottom: 1%;
}

.ThirdTableDataRow {
    background-color: #f2f2f2;
    color: #666666;
    /*padding-left: 5%;*/
    font-size: 15px;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
}



.fontFamily {
    font-family: Roboto,Helvetica Neue,sans-serif !important;
}
/*.bordered {
    border: 1px solid black;
}*/

.dx-icon-globe {
    font: 14px/1 DXIcons;
    float: right;
    font-size: 35px;
    color: #a51e25;
    /* margin-left: 40px !important; */
}




/*Custom Timeline CSS*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.timeline > h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem;
}

.timeline > .column {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem;
}

    .timeline > .column::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translatex(50%);
        border: 2px solid #222d64;
        height: calc(100% / 5 * 4.3);
        z-index: -1;
    }

    .timeline > .column > .row {
        display: flex;
    }

        /* row text */
        .timeline > .column > .row > .text {
            flex: 1 1 calc(50% - 50px);
            position: relative;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
        }

        .timeline > .column > .row h3 {
            color: #fff;
            background-color: #222d64;
            padding: 1rem;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            font-size: 13px;
            text-align: center;
        }

        .timeline > .column > .row p {
            color: black;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            line-height: 0px;
            padding-top: 6.5px;
            padding-bottom: 6.5px;
            padding-left: 9px;
        }

        /* row icon */
        .timeline > .column > .row > .icon {
            flex: 1 1 100px;
        }

            .timeline > .column > .row > .icon > div {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                margin: auto;
                background: #fff;
                box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
                position: relative;
            }

        .timeline > .column > .row > div i {
            display: block;
            font-size: 1.5rem;
            color: rgb(0, 85, 255);
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .timeline > .column > .row > .time {
            flex: 1 1 calc(50% - 50px);
            padding-top: 1rem;
            text-align-last: end;
            font-weight: 700;
            color: #222d64;
        }

        .timeline > .column > .row:nth-child(even) {
            flex-direction: row-reverse;
        }

            .timeline > .column > .row:nth-child(even) > div:last-child {
                text-align: end;
            }

            .timeline > .column > .row:nth-child(even) h3::before {
                content: "";
                position: absolute;
                left: -200px;
                border: 10px solid rgba(0, 0, 0, 0);
                border-right-color: black;
            }

        .timeline > .column > .row:nth-child(odd) h3::after {
            content: "";
            position: absolute;
            right: -20px;
            border: 10px solid rgba(0, 0, 0, 0);
            border-left-color: #880000;
            right: 101%;
            transform: rotate(180deg);
        }

.leftshift {
    margin-left: -71%;
    margin-right: 3%;
    margin-top: -20px !important;
    /*  margin-left: -15%;
    margin-right: 25%;*/
}


.SecondTableHeadersFirstRowTest {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    /* padding-top: 2%;
    padding-bottom: 1%;*/
    border: 2px solid #222d64;
    border: 2px solid #222d64;
    padding-top:1%;
}

.SecondTableDataFirstRowTest {
    background-color: #222d64;
    color: white;
    padding-left: 5%;
    font-size: 17px;
    font-weight: 500;
    text-align: left !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    border: 2px solid #222d64;
    min-height: 31px;
}


.HeaderTextStyle {
    font-size: 17px;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
}

.QuickTrackFont {
    font-family: Roboto,Helvetica Neue,sans-serif !important;
    font-size: 14px !important;
}

.QuickTrackHeadingFont {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: Roboto,Helvetica Neue,sans-serif !important;
}

.ActualBadge {
    background-color: #222d64;
    color: white;
    padding-left: 32%;
    padding-right: 32%;
    border-radius: 7px;
    padding-top: 2%;
    padding-bottom: 5%;
    margin-left: 170%;
    font-size: 11px;
}

.EstimateBadge {
    background-color: #880000;
    color: white;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 5%;
    padding-right: 10%;
    border-radius: 7px;
    margin-left: 129%;
    font-size: 11px;
}
