

.texto {
  color: #d92c11;
  font-weight: normal;
  font-size: 30px;
  font-family: Arial;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}


.timeline-Border {
    border-bottom: 0.1vw solid #E6E6E6;
    margin-left: 50px;
    margin-right: 30px;
}



.img-rounded {
    border-radius: 3px;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 37px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
    float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 30px;
                height: 30px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 3px #f5f5f6;
                -webkit-box-shadow: 0 0 0 3px #f5f5f6;
                box-shadow: 0 0 0 3px #f5f5f6;
                line-height: 20px;
                font-size: 10px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }

.positionA {
    padding: 7px 9px;
}

timelinever {
    content: '';
    /* position: absolute; */
    /* display: block; */
    width: 3px;
    height: 117px;
    /* background: #f5f5f6; */
    border: 2px dotted;
    /* left: 50%; */
    top: 16px;
    margin-right: none;
    margin-bottom: -117px;
    margin-left: 11px;
}

.rowDownIcon {
    margin-left: 7px;
    color: #fff;
    font-size: 13px;
}



.vertical_dotted_line {
    border-left: 3.5px dotted var(--clr-blue-navy);
    height: auto;
    margin-top: -6px;
}


.EventBotoom {
    margin-bottom: 35px;
}


.new {

   border-bottom: 0.1vw solid var(--clr-gray-second);
   margin-left: 24px;
   margin-right: 24px;
}



:root {
--clr-blue-light: #138BB7;
--clr-green-grass: #219518;
--clr-white: #FFFFFF;
--clr-gray-first: #E6E6E6;
--clr-gray-second: #D5CFCF;
--clr-gray-third: #CCCCCC;
--clr-gray-forth: #827E7E;
--clr-gray-fifth: #5D5959;
--clr-red-blood: #A41414;
--clr-blue-navy: #003050;
--bg-grl-width: 85%; /*Container background general width*/
}

::selection {
background-color: var(--clr-gray-first);
}
/*Chrome*/
/*body[data-hideScroll]::-webkit-scrollbar {
display: none;
}*/
/*Firefox*/
/*html[data-hideScroll] {
scrollbar-width: none;
}*/



@-webkit-keyframes animateThis {

25% {
    width: 2.7vw;
    height: 2.7vw;
    /*margin-top: 1.9%;*/
}

50% {
    width: 2.5vw;
    height: 2.5vw;
}

75% {
    width: 2.7vw;
    height: 2.7vw;
    /*margin-top: 1.9%;*/
}
}

.fontRoman {
font-family: HelveticaRoman;
}

.fontMedium {
font-family: HelveticaRoman;
}

.fontBold {
font-family: HelveticaBold;
}

.fontColorPending {
color: var(--clr-gray-forth);
}

.fontColorCurrentProcess {
color: var(--clr-green-grass);
}

.fontColorProcessed {
color: var(--clr-blue-navy);
}

.fontColorError {
color: var(--clr-red-blood);
}

.fontColorLightBlue {
color: var(--clr-blue-light);
}

.bolder {
font-weight: bolder;
}


a {
text-decoration: underline !important;
}

.cursorPointer {
cursor: pointer;
}

.backgroundGray {
background-color: var(--clr-gray-first)
}

.backgroundBlue {
background-color: var(--clr-white-first)
}
a:hover {
cursor: pointer;
}

input[type="button"] {
outline: none;
}
/* For Tablets */
@media screen and (max-width: 780px) {
/*body div {
    display:block!important;
}*/
}


.pendingStatusBg {
background-color: var(--clr-gray-third);
}

.currentProcessStatusBg {
background-color: var(--clr-green-grass);
}

.processedStatusBg {
background-color: var(--clr-blue-navy);
}

.errorStatusBg {
background-color: var(--clr-red-blood);
}

.ErrorNoifoBg {
background-color: var(--clr-red-blood);
}

.shipmentByOne {
border-bottom: 0.12vw solid var(--clr-gray-first);
padding-bottom: 2%;
margin-bottom: 2%;
}
.shipmentsDiv {
margin-bottom: 5%;
}
/*****Shipment header*******/
.shipmentHeader {
width: 90%;
margin: 0 auto;
}

.shipmentHeader > .row > div:nth-child(2) {
    text-align: right;
    vertical-align: middle;
    padding-right: 4%;
    font-size: 2vw;
    color: var(--clr-gray-fifth);
    /*margin-top: 1%;*/
    font-family: HelveticaMedium;
}

.shipmentHeader > .row > div:first-child > div {
    background-color: var(--clr-blue-light);
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 2vw;
    margin: 30% 0 0 40%;
    color: white;
    font-size: 2vw;
    padding-left: 3%;
    font-family: HelveticaRoman;
}
    .shipmentHeader > .row > div:first-child > div:hover {
    cursor: pointer;
    }
    .shipmentHeader > .row > div:nth-child(3) > div {
    /*margin-top: 25%;*/
}

.shipmentHeader > .row > div:nth-child(3), .shipmentHeader > .row > div:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
}
    .shipmentHeader > .row > div:nth-child(3) p {
    margin: 0;
}
    .shipmentHeader > .row > div:nth-child(4) p {
        margin: 0;
        display: inline-block;
    }
.shipmentHeader > .row > div:nth-child(4) button {
    width: 95%;
}

.headerButton {
font-size: 1.15vw;
padding: 3% 5%;
border: none;
border-radius: 2vw;
font-size: 1.1vw;
background-color: var(--clr-blue-light);
color: white;
font-family: HelveticaMedium;
/*margin-top: 5%;*/
}



/*****TrackingProcessByOne_Square.cshtml******/
.shipmentsDiv_Square {
width: 100%;
margin-top: 2%;
}

.shipmentsDiv_Square > div {
    width: 90%;
    margin: 0 auto;
    color: var(--clr-blue-navy);
    font-size: 1.2vw;
}

.shipmentSquare {
width: 20%;
padding: 0.5%;
margin: 1% 2%;
display: inline-block;
text-align: center;
}

.shipmentSquare > div:first-child {
    margin-bottom: 3%;
}

.shipmentSquare > div > p {
    margin-bottom: 0;
}

.squareBackgroundGray {
background-color: #E6E6E6;
border-radius: 2em;
}

.squareBackgroundBlue {
background-color: var(--clr-blue-navy);
border-radius: 2em;
}
.squareCircle {
margin: 2% auto 0 10%;
width: 6vw;
height: 6vw;
border-radius: 3em;
}

.squareCircle > img {
    width: 100%;
}

.shipmentSquare > div:nth-child(3) {
width: 65%;
margin: 3% auto 0 auto;
}

.shipmentSquare > div:nth-child(2) > div:nth-child(3) > div {
margin: 40% 0 0 20%;
font-size: 1.7vw;
font-family: HelveticaRoman !important;
color: white;
background: var(--clr-blue-light);
width: 2.5vw;
height: 2.5vw;
border-radius: 1em;
padding-top: 0.1vw;
padding-left: 0.2vw;
}

.shipmentSquare > div:nth-child(2) > div:nth-child(3) > div > a {
    color: white;
}

/**************_ShipmentInfo.cshtml**********************/
.shipmentInfoDiv {
margin: 2% 5% 1% 5%;
color: var(--clr-blue-navy);
text-align: center;
font-size: 1.25vw;
width: 100%;
margin-left: 0;
}

.shipmentInfoSeparator.reduceSepartor > div > label {
font-weight: initial;
}

.shipmentInfoDiv div {
display: inline-block;
}

.shipmentInfoDiv > div {
width: 100%;
}

.shipmentInfoDiv > div > div {
    padding-left: 0.8%;
    padding-right: 0.8%;
}

.shipmentInfoDiv > div > .shipmentInfoSeparator {
    border-right-color: #003050;
    border-right-style: solid;
    border-right-width: 0.15em;
}

.shipmentInfoDiv > div > .reduceSepartor {
    height: 1.4em;
}

.shipmentInfoDiv > div > p {
    margin-top: 1%;
    margin-bottom: 0;
}

.multiplesWaybillList {
padding-left: 1%;
margin-bottom: 0;
margin-right: -1%;
text-decoration: underline;
}

.multiplesWaybillList > li {
    list-style: none;
}

    .multiplesWaybillList > li > ul {
        width: 200%;
        height: 900%;
        text-align: center;
        margin-left: -90% !important;
        padding: 7% 0 7% 0;
        overflow: scroll;
    }

    .multiplesWaybillList > li > a {
        width: 110%;
    }


    .multiplesWaybillList > li > ul > li > a {
        font-family: HelveticaBold;
        color: var(--clr-blue-light);
    }

.scheduledDate {
color: var(--clr-blue-light);
}
.scheduledDate:hover {
    cursor: pointer;
}
/*************_ShipmentStatesStatusLine.cshtml******************/
.stateStatusLineDiv {
width: 100%;
}


.stateStatusLineDiv2 {
width: 50%;
margin: 0 auto;
border-radius: 3em;
text-align: center;
padding: 2% 0;
}

.stateStatusLine {
width: var(--bg-grl-width);
/*var(--bg-grl-width);*/
margin: 0 auto;
border-radius: 3em;
text-align: center;
padding: 2% 0;
}

.stateStatusLine > div {
    display: inline-block;
}
/****State style depending items number (4 or 5)**/
.stateStatusLine_5Items:before {
width: 70%;
content: " ";
border-bottom: dotted;
border-bottom-color: var(--clr-blue-navy);
border-bottom-width: 0.25vw;
position: absolute;
margin-top: 3.1%;
margin-left: 5%;
}

.stateStatusDiv_5Items {
margin: 0 2%;
width: 15%;
position: relative;
}

.stateStatusDiv_5Items_Resize {
width: 12%;
}

.stateStatusDiv_4Items {
margin: 0 2.5%;
width: 8%;
position: relative;
}

.stateStatusLine_4Items:before {
width: 66%;
content: " ";
border-bottom: dotted;
border-bottom-color: var(--clr-blue-navy);
border-bottom-width: 0.25vw;
position: absolute;
margin-top: 3.1%;
margin-left: 8%;
}

.stateStatusDiv_4Items_Resize {
width: 10%;
}
/******/
.stateStatus {
width: 6vw;
height: 6vw;
border-radius: 3.5em;
margin: 0 auto;
}

.stateStatus > img {
    width: 80%;
    margin-top: 10%;
}
/**State Status**/


.stateDescription {
display: inline-block;
font-family: HelveticaRoman;
margin: 0% 0%;
margin-top: 1.0%;
font-size: 1.14vw;
vertical-align: top;
padding-right: 0px;
}
.stateDescription > a {
color: var(--clr-blue-light);
font-family: HelveticaRoman;
font-size: 1.0vw;
}
.stateDescriptionWidth_4Items {
width: 13%;
}

.stateDescriptionWidth_5Items {
width: 19%;
}

.stateErrorInfo {
display: inline-block;
position: absolute;
width: 2.5vw;
height: 2.5vw;
background-color: var(--clr-red-blood);
border-radius: 2em;
margin-top: 1.8%;
margin-left: -1.5%;
animation: animateThis 3s infinite;
}

.toggleFromStateLine {
/*/ *position: fixed;
*/
/* vertical-align: middle !important;
margin-top: 3%;
font-size: 1.5vw;
background: var(--clr-blue-light);
width: 2.5vw;
height: 2.5vw;
border-radius: 1em;
color: white;
padding-top: 0.25vw;
padding-left: 0.25vw;*/
/* position: fixed; */
vertical-align: middle !important;
margin-top: 2%;
font-size: 1.5vw;
background: var(--clr-blue-light);
width: 33px;
height: 33px;
border-radius: 1em;
color: white;
padding-top: 0.25vw;
padding-left: 0.25vw;
padding-right: 2px;
margin-right: -35px;
}




}
.toggleFromStateLine:hover {
cursor: pointer;
}
.stateErrorInfo > span {
    color: white;
    font-size: 1.8vw;
    font-weight: bolder;
    position: relative;
}

.tooltip.in {
opacity: 1 !important;
}
.tooltip > .tooltip-inner {
background-color: white;
color: var(--clr-blue-navy);
padding: 1vw;
font-size: 0.9vw;
text-align: left;
word-wrap: break-word;
}
.stateStatus + .tooltip.right > .tooltip-arrow {
border-right: 5px solid white;
}
/****************_ShipmentOperations.cshtml*******************/
.shipmentOperationsDiv {
margin-top: 2%;
}

.shipmentOperations {
width: 85%;
margin: 0 auto;
text-align: left;
}

.shipmentOperations > div > div {
    padding-left: 2%;
}

.shipmentOperationsItem {
display: inline-block;
display: inline-block;
}

.shipmentOperationsItem > p, .shipmentOperationsItem > input {
    display: inline-block;
}

.shipmentOperationsItem > p {
    font-family: HelveticaRoman;
    color: var(--clr-gray-forth);
    font-size: 1.14vw;
    vertical-align: middle;
    /*width: 50%;*/
}

.shipmentOperationsItem > input {
    border: none;
    font-family: HelveticaRoman;
    font-size: 1.14vw;
    color: white;
    background-color: var(--clr-blue-light);
    border-radius: 2em;
    height: 2.8vw;
    padding: 0 4%;
}

/*Style by operation type*/

.createReport > p {
width: 40%;
}

.createReport > div {
background-color: var(--clr-blue-light);
width: 2.2vw;
height: 2.2vw;
display: inline-block;
text-align: center;
vertical-align: middle;
border-radius: 3vw;
}

.createReport > div > p {
    font-size: 1.3vw;
    font-family: Copperlate;
    color: white;
    font-weight: bolder;
}

.getCourtesyWaybill > p {
width: 60%;
}

.getDeliveryVoucher > p {
width: 60%;
}
