.clearfix:after {
	display: table;
	content: "";
	clear: both;
}

.pop-up-cargo-container{
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    min-width: 960px;
    height: 100%;
    font-size: 0;
    text-align: center;
	white-space: nowrap;
	background:rgba(57,69,82,0.9);
	overflow: auto;
}
.pop-up-cargo-container:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
#pop-up-cargo{
	display: inline-block;
	position: relative;
	z-index: 1000;
    vertical-align: middle;
    width: 960px;
    background: #fff;
    text-align: left;
    white-space: normal;
    border-radius: 3px;
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pop-up-cargo-close {
	position: absolute;
	top: 19px;
	right: 20px;
	display: block;
    cursor: pointer;
}
.pop-up-cargo-close:before {
    content: "";
    display: block;
    width: 10px;
    height: 11px;
    background-image: url(images/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;   
}
.cargo-header {
	padding: 28px 55px 17px;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
.cargo-body {
	padding: 30px 55px 30px;
}
.cargo-title {
	font-size: 15px;
	font-weight: 700;
}
.cargo-header label {
	display: inline-block;
	margin-top: 13px;
}
.cargo-header label input[type=radio] {
	display: none;
}
.cargo-header label span {
	display: inline-block;
	min-width: 80px;
	height: 33px;
	padding : 0 10px;
	text-align: center;
	font-size: 12px;
	line-height: 31px;
	color: #1472a3;
	border-radius: 3px;
	cursor: pointer;
}
.cargo-header label input[type=radio]:checked + span {
	background-color: #394553;
	color: #ffffff;
}
.cargo-body .cargo-title {
	margin-top: 12px;
	width: 190px;
	float: left;
}
.cargo-search {
	position: relative;
	margin-left: 4px;
	margin-right: 20px;
	display: inline-block;
	float: left;
	width: 460px;
	height: 43px;
	box-sizing: border-box;
}
.cargo-search input[type=text] {
	padding: 0px 78px 2px 15px;
	border: 1px solid #d4d4d6;
	border-radius: 3px;
	height: 43px;
	font-size: 13px;
}
.cargo-search input[type=text]:hover,
.cargo-search input[type=text]:focus {
	border-color: #999;
}
.cargo-search input[type=text]:hover + input[type=submit] {
	border-left: 1px solid #999;
}
.cargo-search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 77px;
	height: 43px;
	border: none;
	border-left: 1px solid #f6edc7;
	color: #000000;
	background-color: rgba(246,237,199, 1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 13px;
	line-height: 41px;
    font-family: Open Sans, 'sans-serif';
}
.cargo-search input[type=submit]:hover {
	background-color: #F9F2D8;
}
.cargo-body a {
	font-size: 13px;
	line-height: 17px;
	color: #1472a3;
	border-bottom: 1px dashed rgba(20, 114, 163, 0.4);
        white-space: nowrap;
}
.cargo-body a:hover {
	border-color: rgba(20, 114, 163, 0.8);
}