/* ABOUT */
#about_border{
	padding-bottom: 40px;
}


.navbar-brand-search{
	padding: 20px 20px; 
	width: 100%;
}

.search-box-header{
	padding: 0;
	margin:0;
}

#search_waybill_number{
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* WAYBILL PAGE */
#waybill_search_header{
	margin-top: 80px;
}

.caption-text{
	background: #CCCFD3;
	height: 200px;
}

.caption-text p{
  z-index: 100;
  position: absolute;
  color: #900;
  font-size: 30px;
  left: 50px;
  top: 155px;
}

#waybill_number_status h2{
	font-family: Arial;
}

.fa-center{
	text-align: center;
}


/* FONT STYLE */
.font-style{
	font-style: Arial;
	font-size: 12px;
}

.font-style h2{
	font-family: Arial;
	color: #2E4668;
}

.font-style h4{
	font-family: Arial;
	color: #2E4668;
	font-weight: bold;
}



/* SERVICES */	
.featured_background_blue{
	background-color: #17375e;
}

.text-white{
	color: #FFFFFF;
}

.rounded-0{
	border-radius: 0px;
}

.image_height{
	height: 50px;
}

.margin-0{
	margin: 0;	
}



.text_form,
.text_form h2{
	/*padding-top: 50px;*/
	/*padding-bottom: 50px;*/
	font-family: Arial;
	color: #FFFFFF;
}

.text_form_details{
	text-align: justify;
}

.hr_break_50{
	text-align: left;
	width: 50%;
	padding-bottom: 10px;
}

.col-centered{
    /*float: none;*/
    text-align: center;
    margin: 0 auto;
}


