﻿/* ------------------------------------------------------ */
/* ############### 1. GOOGLE FONTS IMPORT ############### */
/* ------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

/* font definition 
@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.eot');
  font-weight: normal;
  font-style: normal;*/

body {
    margin: 0;
    font-family: Lato !important;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    font-size: 13px;
    position: relative;
    color: #464d5d;
    background-color: #fff !important;
}

.bodymain {
    background-color: #fff;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #19b9e7;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 13px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: normal;
    font-family: Lato !important;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-family: Lato !important;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #f1f1f1;
    font-size: 12px;
}

::placeholder {
    color: #f1f1f1;
    font-size: 12px;
}
/***********Header*********/

header {
    background-color: #054779;
    height: 58px;
}

/***********Heder*********/


/***** Footer *****/

footer {
    color: #fff;
    position: absolute;
    bottom: -12px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #063767;
    text-align: center;
    margin: 15px 0 0 0;
}

    footer .footer-border {
        width: 200px;
        margin: 0 auto;
    }

    footer p {
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        margin: 0px;
        background: #67727d;
        padding: 8px 0;
    }

    footer a {
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .middle-border {
        min-height: auto;
        margin: 65px 30px 0 30px;
        border-right: 0;
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }

    .backBg {
        background-color: white !important;
        width: 100% !important;
    }

    .signUp {
        position: absolute !important;
        bottom: -63px !important;
        width: 90% !important;
    }

        .signUp .whiteTxt {
            color: #ed4444 !important;
        }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}

.aspNetDisabled {
    color: #d3d3d3 !important;
    text-decoration: none !important;
}

.pgcontainer {
}

.shipmentTrackCnt {
    width: 40%;
    margin: 3.5rem auto 0;
    border-radius: 0.625rem;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
}

.dvlogo img {
    max-width: 100%;
    height: 100px;
}

.dvInfoContent {
}

    .dvInfoContent h3 {
        color: #054779;
        font-weight: 800;
        font-size: 20px;
    }

    .dvInfoContent p {
    }

.txtleft {
    text-align: left;
}

.trackbox {
    border: 1px solid #a1a1a1;
    border-radius: 20px;
    box-shadow: 2px 2px 1px 0px #a1a1a1;
}

.trackinfodetails {
    padding: 40px;
}

input[type="text"], input[type="password"], textarea, textarea.form-control {
    border: 1px solid #a49999;
}

    input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
        border: 1px solid #a49999;
    }

.srchtxtbox {
    width: 100%;
    height: 40px;
}

.tbsection legend {
    margin: 0 0 5px 0;
    border: none;
    font-size: 14px;
}

.btnsection button, #btnTrackNow {
    width: 100%;
    color: #ffffff;
    background-color: #0096d5;
    border: none;
    padding: 8px;
    border-radius: 6px;
}

.btmtxt h4 {
    font-weight: 600;
    font-size: 15px;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-t-40 {
    margin-top: 40px;
}

.mg-t-50 {
    margin-top: 50px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-b-40 {
    margin-bottom: 40px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

.dvHistlogo img {
    max-width: 100%;
    height: 45px;
}

.rightpanel {
    background-color: #f3f7f9;
}

    .rightpanel p {
        padding: 10px;
        margin: 0 0 0 0;
    }

.rtpnlbannerhead {
}

    .rtpnlbannerhead h3 {
        background-color: #063767;
        color: #fff;
        padding: 10px;
        font-size: 20px;
        font-weight: 400;
    }
.pnlwaybillbanner {

}
.trackpnlwaybl {
    border: 1px solid #a1a1a1;
    padding: 0;
}
    .trackpnlwaybl h2 {
        background-color: #f3f7f9;
        padding: 10px;
        font-size: 20px;
        font-weight: 400;
    }
    .trackpnlwaybl h3 {
        color: #06294b;
        font-weight: 500;
        font-size: 18px;
    }
    .trackpnlwaybl h4 {
        color: #063767;
        font-size: 16px;
        font-weight: 400;
    }
.hrrow hr {
    border: 5px solid #0096d5;
}
.shipmenttbl {
    width: 100%;
}
.shipmenttbl table, th, tr {
    border: 1px solid black;
    border-collapse: collapse;
}
    .shipmenttbl td {
        width: 50%;
    }
    .shipmenttbl td:nth-child(odd) {
        text-align: right;
        border-right: 1px solid #a1a1a1;
        padding: 5px 10px 0px 0px;
        background-color: #e7f7ff;
    }
    .shipmenttbl tr:nth-child(even) {
        background-color: #e7f7ff;
    }
    .shipmenttbl td:nth-child(even) {
        text-align: left;
        padding: 5px 0px 0px 10px;
    }
.statusscantbl{
    width: 100%;
}

    .statusscantbl table, th {
        background-color: #a4e0f9;
    }
.statusscantbl table, th, tr {
    border: 1px solid #a3a3a3;
    border-collapse: collapse;
}
    .statusscantbl tr th, td {
        padding: 5px 0px 0px 10px;
        border-right: 1px solid #a1a1a1;
    }

    .statusscantbl tr:nth-child(even) {
        background-color: #effaff;
    }

    .statusscantbl tr td:nth-child(1) {
        width: 25%;
    }
    .statusscantbl tr td:nth-child(2) {
        width: 45%;
    }
    .statusscantbl tr td:nth-child(3) {
        width: 15%;
    }
    .statusscantbl tr td:nth-child(4) {
        width: 15%;
    }

.shipmenttbl tr td label {
    font-weight: 400;
    font-size: 13px;
}
.errlblmsg {
    color: #ff0000;
}