@font-face {
    font-family: 'BarlowCondensed-Regular';
    src: url('../../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'), 
    /*url('../../fonts/BarlowCondensed-Regular.woff') format('woff'),*/ 
    url('../../fonts/BarlowCondensed-Regular.ttf') format('truetype'), 
    url('../../fonts/BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('../../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), 
    url('../../fonts/Gilroy-Light.ttf') format('truetype'), 
    url('../../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
}
@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), 
    url('../../fonts/RobotoCondensed-Light.ttf') format('truetype'), 
    url('../../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
}
* {
	margin:0;
	padding:0;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
:after, :before {
	margin:0;
	padding:0;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
::-webkit-search-cancel-button {
  	display: none;
}
a {
	text-decoration:none !important;
}
a:hover {
	text-decoration:none !important;
}
img {
  	max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	color: #001238;
	font-weight: normal;
}
p {
	color: #4D4D4D;
	font-size: 14px;
	margin-bottom: 3px;
}
body {
  	font-family: "RobotoCondensed-Light" !important;
  	background: #F5F5F5;
}
.active-menu{
	background: #007bff;
}
.active-menu a{
	color: #fff !important;
}
.portlet_box{
  	border: 0px !important; 
  	margin-top: 30px;
}
.portlet_header{
	background: #007AFF;
	border: 0px;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 2px !important;
}

.label_style{
	font-size: 15px;
	margin-bottom: 0px;
	color: #000000;
}
.input_style{
	font-size: 15px;
	color: #000000;
	background: #F5F5F5;
}
.update_btn, .doc_uploading_btn div{
	width: 130px !important;
	height: 42px !important;
	font: normal normal normal 16px/30px RobotoCondensed-Light;
	padding-top: 7px !important;
	text-align: center !important;
	border-radius: 3px !important;
}
.update_btn, .doc_uploading_btn div{
	background: #007AFF;
	color: #fff;
}
.update_btn:hover {
	color: #fff;
}
.doc_uploading_btn div{
	position: relative;
  	overflow: hidden;
  	font-size: 17px;
}
.doc_uploading_btn div input{
	position: absolute;
  	font-size: 50px;
  	opacity: 0;
  	right: 0;
  	top: 0;
}
.required_tag{
	font-size: 14px;
}
.portlet_sub_header{
	width: 100%;
	display: block;
	color: #007AFF;
    font: normal normal normal 18px/22px RobotoCondensed-Light;
}
.portlet_body_detail{
	width: 100%;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.trip_top_detail div p, .pick_drop_address{
	font: normal normal normal 16px/19px RobotoCondensed-Light;
}
.trip_location{
	width: 30px;
	float: left;
}
.trip_location i{
	font-size: 23px;
}
.trip_address{
	width: 89%;
	display: inline-block;
}
#change_icon_left_down{
	font-size: 25px;
}
.text-black{
	color: #000000;
}
.left-menu{
	list-style: none;
}
.left-menu li{
	border-bottom: 1px solid #8e8e9340;
}
.left-menu li a{
	width: 100%;
	padding-left: 35px !important;
	color: #8E8E93;
	font: normal normal normal 15px/18px RobotoCondensed-Light;
}
.left-menu li a:hover{
	background: #007AFF !important;
	color: #fff !important;
}
.faq-list a{
	width: 100%;
	background: #8e8e9312;
	margin-bottom: 5px;
	color: #4D4D4D;
}