body {
    line-height: 27px;
    
}

.mt70{
    margin-top:70px;
}

.quote_btn {
	background: #2761d8;
}

.service_area {
    padding: 0px 0px 30px 0px;
}

.single_title{
    padding-bottom: 30px;
}


.tracking_search_area {
    padding: 30px 0px;
    text-align: center;
}


.tracking_search_area h5{
    padding-bottom: 50px;
}


.tracking_search_area .btn-default {
    border: none;
    height: 50px;
    padding: 0px;
    width: 150px;
    background: #2761d8;
    color:#fff;
    border-radius: 0px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: .45px;
}

.error{
    color:red;
    padding: 15px 0px;
    border-color:red;
    border-style: solid;
    margin-bottom: 10px;
    background:#FFC0C4;
    display:none;
}

.success{
    color:#166A02;
    padding: 15px 0px;
    border-color:#166A02;
    border-style: solid;
    margin-bottom: 10px;
    background:#8CD17B;
    display:none;
}

.submit_blue { 
    background-color: #2761d8;
    color:white !important;
    border-radius: 5px !important;
}

.left_s_list .nav.nav-tabs li a {
   background-color: #58585a; 
   color: white;
   border-radius: 5px;
}

.main_header_area + section {
    margin-top: 92px;
    height: 130px;
    padding-top: 38px;
}

.banner_area{
    padding:50px 0px;
    height: 150px;
}

.nav{
   text-align:center; 
}


.pagination {
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 50px 0;
    text-transform: uppercase;
    text-align: center;
}

.pagination .page-numbers {
    background: #f0f0f0;
    padding: 9px 14px;
    margin: 3px 1px;
    display: inline-block;
    color: #333333;
    text-decoration: none;
}


#form-filter button{
    height: 40px;
    width: 100px;
    border-radius: 5px;
}


#content-filter{
    margin-top: 30px
}

#content-filter h4{
    margin-top: 10px
}

#content-filter h4 span{
    color: #2761d8;
}

#content-tracking{
    padding: 30px;
    text-align: center;
}


.tracking_head{
    text-align: center;
    margin: 30px 0px 10px 0px;
}

.footer_area {
  padding : 0px;   
}

.footer_copy_right {
    padding: 0px 0px 30px 0px;
}

table.blueTable {
  border: 1px solid #00022a;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 15px;
  padding: 2px 10px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #00022a;
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  padding:0px 10px;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #00022a;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}