
.btn-custom {
    background-color: #1e8fc6;
    border-color: #1e8fc6;
}

#input-errors {
    font-size: 12px;
    color: #ff5d48;
    display: none;
    padding-left: 5px;
}

.search-input {
  
    padding: 10px 5px;
 
}

#KeyNum {
    height: 45px;
    vertical-align: middle;
    font-size:15px;
}

#SearchTracing {
    height: 45px;
}
.btn {
    border-radius: 2px;
    font-size: 14px;
    outline: none !important;
    padding: .375rem 1.1rem;
}

    .timeline-small {
    max-width: 350px;
    max-height: 630px;
    overflow: hidden;
    margin: 30px auto 0;
    box-shadow: 0 0 40px #a0a0a0;
    font-family: 'Open Sans', sans-serif;
}

.timeline-small-body ul {
    padding: 1em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
}

    .timeline-small-body ul::before {
        content: ' ';
        height: 100%;
        width: 5px;
        background-color: #d9d9d9;
        position: absolute;
        top: 0;
        left: 2.4em;
        z-index: -1;
    }

.timeline-small-body li div {
    display: inline-block;
    margin: 1em 0;
    vertical-align: top;
}

.timeline-small-body .bullet {
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    margin-right: 1rem;
    margin-top: 7%;
}

    .timeline-small-body .bullet.pink {
        background-color: hotpink;
        border: 3px solid #F93B69;
    }

    .timeline-small-body .bullet.green {
        background-color: lightseagreen;
        border: 3px solid #B0E8E2;
    }

    .timeline-small-body .bullet.blue {
        background-color: aquamarine;
        border: 3px solid cadetblue;
    }

    .timeline-small-body .bullet.orange {
        background-color: salmon;
        border: 3px solid #EB8B6E;
    }

.timeline-small-body .date {
    width: 23%;
    font-size: 0.75em;
    padding-top: 0.40rem;
    padding-right: 2rem;
}

.timeline-small-body .desc {
    width: 50%;
}

.timeline-small-body h3 {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
}

.timeline-small-body h4 {
    margin: 0;
    font-size: 0.7em;
    font-weight: 400;
    color: #808080;
}



.timeline-container {
    position: relative;
    padding-top: 4px;
    margin-bottom: 32px;
}



.timeline-style2 .timeline-item:first-child:before {
    display: block;
}

.timeline-style2 .timeline-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 90px;
    top: 5px;
    bottom: -5px;
    border-width: 0;
    background-color: #DDD;
    width: 2px;
    max-width: 2px;
}


.timeline-style2 .timeline-item {
    padding-bottom: 22px;
    margin-bottom: 0;
}

.timeline-item {
    position: relative;
    margin-bottom: 8px;
}

.timeline-style2 .timeline-info {
    width: 100px;
}

.timeline-info {
    float: left;
    width: 60px;
    text-align: center;
    position: relative;
}

.timeline-style2 .timeline-date {
    display: inline-block;
    width: 72px;
    text-align: right;
    margin-right: 25px;
    color: #393939;
    line-height: 1.5;
    font-weight: bold;
}

.timeline-style2 .timeline-indicator {
    font-size: 0;
    height: 12px;
    line-height: 12px;
    width: 12px;
    border-width: 1px !important;
    background-color: #fff !important;
    position: absolute;
    left: 85px;
    top: 3px;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
}

.timeline-style2 .timeline-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 90px;
    top: 5px;
    bottom: -5px;
    border-width: 0;
    background-color: #DDD;
    width: 2px;
    max-width: 2px;
}
.timeline-style2 .timeline-item .transparent.widget-box {
    background-color: transparent !important;
    border-left: none !important;
}
.widget-box.transparent .widget-body {
    border: 0;
    background-color: transparent;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left;
}

.timeline-items {
    font-size: 12px;
    color: #393939;
    line-height: 1.5;
    font-weight: bold
}
.timeline-style2 .timeline-item .widget-box {
    margin-left: 112px;
}

.timeline-2 {
    margin: auto;
}

.sb-search {
    position: relative;
    width: 100%;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
}

    .sb-search .sb-search-input {
        position: absolute;
        top: 0;
      
        border: none;
        outline: none;
        background: #FFF;
        border: 0;
        width: 60%;
        height: 30px;
        margin: 0;
        z-index: 10;
        padding: 0 65px 0 15px;
        font-family: inherit;
        font-size: 15px;
        color: #333;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-appearance: none;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
    content: "\f002";
}

.sb-search-submit {
    background: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

button.formbutton {
    color: #FFF;
    background: #4a74ab;
    z-index: 90;
    border: 0;
    height: 30px;
}

.SearchAll .SearchOrder {
    /*min-width: 160px;*/
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    /*margin-bottom: 5px;*/
   
    /*float:left;*/
 
}


.SearchAll {
    width: 100%;
    /*max-width: 220px;*/
    display: inline;
}

/*#signupform {
    width: 80%;
    margin:0 auto;
  
}*/



.FindForm {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.FindFormDesc {
    margin-top: 3px ;
    margin-bottom:3px;
}


.timeline-style2 .timeline-indicator_Finish {
    font-size: 0;
    height: 12px;
    line-height: 12px;
    width: 12px;
    border-width: 1px !important;
    background-color: #0ad71f !important;
    position: absolute;
    left: 85px;
    top: 3px;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
}


.timeline-style2 .timeline-itemFirst {
    content: "";
    display: block;
    position: absolute;
    left: 90px;
    top: 5px;
    bottom: -5px;
    border-width: 0;
    background-color: #DDD;
    width: 2px;
    max-width: 2px;
}

.timeline-style2 .timeline-date-noFinish {
    display: inline-block;
    width: 72px;
    text-align: right;
    margin-right: 25px;
    color: #bab3b3;
}

.timeline-style2 .timeline-item_Firsr {
    padding-bottom: 22px;
    margin-bottom: 0;
}


.FindOrderInfo {
    color: #155724;
    background-color: #fff;
    border-color: #fff;
    position: relative;
    padding: 0rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .FindOrderInfo .card-body {
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

  .FindOrderInfo .card-body .table td {
            padding: .35rem;
            /* border-top: 1px solid #dee2e6; */
        }










