.main_top{
	position: relative;
}
.table-responsive {
	min-height: .01%;
	overflow: hidden;
}

.top_banner{

margin-top: 20px;

text-align: center;

display: inline-block;

width: 100%;

/* max-width: 1202px; */

/* background-color: #fff; */

background: url(/../../assets/images/shipimage.jpg) no-repeat;

background-size: cover;
}
.top_banner img{width: 100%;text-align: center;opacity: 0;}
.top_div{
	position: absolute;
	background-color: #fff;
	bottom: -80px;
	box-shadow: 0px 18px 33px rgba(97, 112, 131, 0.2);
	z-index: 2;
}
.top_div label{

color: #3c495b;

text-transform: uppercase;

font-size: 13px;

font-weight: 400;

letter-spacing: 0.8px;
}
.top_div input{

border-radius: 0px;
}
.top_div select{

border-radius: 0px;

border-color: #D3d7da;
}

.top_div .form-group{display: inline-block;width: 24.7%;margin: 0px;padding: 30px 15px 20px;float: left;}
.top_div .last_border{display: inline-block;width: 100%;/* margin: 20px 0px; *//* border-left: 1px solid #ccc; */padding: 30px 10px;text-align: center;}
.top_div button{

width: 100px;

border-radius: 0px;

color: #fff;

background-color: #5DB3FF;

border-color: #4084D1;

padding-top: 10px;
}
.left_border{
	border-left: 1px solid #D3D7DA;
    margin: 30px 0px;
}
.data_shipping{

margin-top: 120px;

margin-bottom: 120px;
}
.data_shipping table {

background-color: transparent;
}
.data_shipping thead {

}
.data_shipping thead tr{

/* border: none; */
}
.data_shipping thead tr th{

border: none;

color: #9AA4B0;

text-transform: uppercase;
}
.data_shipping tbody {

background-color: #fff;
}
.data_shipping tbody tr{

}

.data_shipping tbody tr td{
	border-top:1px solid #ddd;
	color: #354052;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: 400;
	vertical-align: middle;
}
.company{

display: inline-block;

width: 100%;

float: left;
}
.company .logo{

/* display: inline-block; */

/* float: left; */

vertical-align: middle;

padding: 0px 10px;
}
.company .logo img{

max-width: 94px;
}
.company .company_name{display: inline-block;vertical-align: middle;padding-left: 10px;width: 100%;}
.company .company_name div:nth-child(1){
	color: #3C495B;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 84%;
	overflow: hidden;
	padding-right: 10px;
}
.company .company_name div:nth-child(2){

font-weight: 300;

color: #9AA4B0;
}
.ship_button{position: relative;}
.ship_button button{

border: 1px solid rgba(60, 73, 91, 0.2);

background-color: #F7F8FA;

color: #617083;

font-weight: 500;

height: 38px;

padding-top: 8px;
}
.ship_button a{
	color: #CCCFD4;
	margin-left: 20px;
	display: inline-block;
	float: right;
	position: absolute;
	right: -10px;
	top: 12px;
}
.ship_button a i{

font-size: 15px;
}
.status{

border: 1px solid #00Cd26;

border-radius: 50%;

width: 25px;

height: 25px;

display: block;

vertical-align: middle;

text-align: center;
}
 .status i{

width: 15px;

height: 15px;

background-color: #00Cd26;

display: block;

margin: 4px;

border-radius: 50%;
}
.status.red{
		border: 1px solid #FA5436;
}
.status.red i{
	background-color:  #FA5436;

}

.Message_shipp {
	position: relative;
}
.Message_shipp .text span{
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #3C495B;
	top: -8px;
	left: 45%;
}
.Message_shipp .text {
	position: absolute;
	background-color: #3C495B;
	color: #fff;
	width: 210px;
	height: 60px;
	padding: 10px;
	left: -83%;
	top: 60px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	/* display: inline-flex; */
}
.bottom_new_shipper{

background-color: #fff;

padding: 40px 0px;

border-top: 1px solid #ddd;
}
.bottom_new_shipper .heading{

text-align: center;

font-size: 24px;

color: #3c495b;

font-weight: 600;
}
.bottom_new_shipper .bottom_part{display: inline-block;width: 19.7%;text-align: -webkit-center;text-align: center;padding-top: 50px;float: left;}
.bottom_part_main{
	display: inline-block;
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
}
.bottom_new_shipper .bottom_part span{display: inline-block;font-size: 14px;padding-top: 25px;padding-bottom: 10px;font-weight: 400;letter-spacing: 0.2px;height: 15px;}
.bottom_new_shipper .bottom_part img{/* width: 100%; */max-width: 200px;height: 67px;/* width: 100%; */}

.check-group{
	display: inline-block;
}
.checkboxxx{
	display:inline-block;
	float: left;
}

.checkboxxx > input[type="checkbox"] {
	display:none;
}
.checkboxxx > input[type="checkbox"] + label  {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 2px 4px 0 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	cursor: pointer;
	content: "";
	padding: 3px 2px;
	background-color: #fff;
	border-radius: 3px;
}
.checkboxxx > input[type="checkbox"]:checked + label {
	background: #1180b0;
	border-color: #1180b0;
	font: normal normal normal 14px/1 Font Awesome\ 5 Free;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color:#fff;
}
.checkboxxx > input[type="checkbox"]:checked + label:before {
	content: "\f005";
}

.top_div .check-group{
	/* padding: 10px 20px !important; */
}

.btn_send_ship {
	width: 130px;
	background-color: #1180b0;
	height: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #1180b0;
	letter-spacing: 1px;
	font-size: 15px;
}

.bottom_part img {
	max-height: 80px;
}

.form_text_checkbox_main2{
	display: inline-block;
	padding-left: 16px;
	padding-bottom: 10px;
	min-width: 200px;
}

@media (max-width:980px){
	.showmobile{
		z-index: 99999;
	}
	.top_div{
		position: static;
	}
	.left_border{margin: 0px;}
	.last_border{
		padding: 0px 0px 10px!important;
		border: none;
		padding-bottom: 10px;
	}
	.bottom_new_shipper .bottom_part img{
		max-width: -webkit-fill-available;
		max-height: 90px;
		padding: 13px;
	}
	.data_shipping{
		margin-top:20px;
	}
	.ship_button a{
		display:none;
	}
}
@media (max-width:768px){
	.table-responsive {
		min-height: .01%;
		overflow-x: auto !important;
	}

	.form-group{
		width: 50%!important;
		padding: 10px 15px!important;
	}
	.top_div{
		padding-top: 10px;
	}
	.bottom_new_shipper .bottom_part{
		width: 33%;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0px;
		float: left;
	}
	.bottom_new_shipper .bottom_part span{
		padding-top: 4px;
		height: 70px;
	}
	.form_text_checkbox_main2{
		/* padding-left:0px; */
		float: left;
	}
	.form_text_text{
		width:auto;
	}
}
