body {
	position: absolute;
	min-height: 100%;
	width: 100%;
}
.ship-form {
	text-align: center;
}
.text {
	height: 34px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.button {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.loader {
	margin: 0 auto;
	width: 60px;
	height: 60px;	
	background-repeat: no-repeat;
	display: none;
}
#track_result {
	text-align: center;
	margin-bottom: 280px;
}
.onj-notify {
	border: 1px solid #ccc;
	padding: 10px!important;
	display: none;
	box-shadow: 0 0 1em rgb(66, 139, 202);
	border: thin solid #428BCA;
	float: right;
	position: absolute!important;
	top: 0px;
	right: 0
}
.onj-notify h3 {
	text-align: center;
}
.onj-notify input {
	margin: 5px 0;
}
.footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.shp_table {
	width: 60%;
}
fieldset {
	border-top: 1px solid #cccccc!important;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
legend {
	border-bottom: 0px solid #e5e5e5!important;
	margin-bottom: 0px!important;
	width: 20%!important;
	color: #999!important;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content {
	width: 500px!important;
	display: none;
	position: fixed!important;
	top: 25%;
	left: 35%!important;
	padding: 16px;
	border: 8px solid #fff;
	background-color: #faf9f7;
	z-index: 1002;
	overflow: auto;
}
.fieldset {
	background-color: #faf9f7;
}
.control-label {
	margin-top: 10px;
}
.t_n .btn-floating{
	width:90px;
	height:90px;
	margin-bottom: 0;
    margin-top: 15px;
}
.t_n .btn-floating i{
	font-size:4em!important;
	line-height: 90px;
}
@media (max-width: 480px) {
	.white_content {
		top: 15%!important;
		left: 0!important;
		width: 280px!important;
	}
	.col-lg-6 .form-control {
		width: 100%!important;
	}
}
@media (max-width: 800px) {
	/* .container {margin-top: 25%!important;} */
	
	.white_content {
		left: 10%!important;
	}
	#selectpicker {
		margin-bottom: 10px;
	}
	.shp_table {
		width: 90%;
	}
	#track_result {
		margin-bottom: 20px;
	}
}
.txt_red {
	color: #C03810;
}
.txt_green {
	color: #37A359;
}
#alert_text {
	display: none;
}
.notify {
	color: blue;
	margin-left: 20px;
	cursor: pointer;
}
.notify:hover {
	color: #000;
}
.notify:hover small {
	text-decoration: underline;
}
.notify small {
	font-family: roboto;
}
.onj-error {
	background-color: #2FCD97;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-color: #2FCD97;
}