﻿body
{
	margin: 0;
	-webkit-overflow-scrolling: touch;
	color: #212121;
	background-color: #FDFEFE;
}

.top_title_bar
{
	position:fixed;
	top:0px;
	width:100%;
	height:38px;
	line-height:37px;
	font-weight:bold;
	font-size:16px;
	z-index:11;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

	.top_title_bar.type1
	{
		color: black!important;
		background-color: #EAEDF3!important;
	}

	.top_title_bar.type2
	{
		color: white!important;
		background-color: #00B0FF!important;
	}

.goodsflow_app_banner_type1 {
    position: fixed;
    bottom: 0px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    background-color: #F7F7F7 !important;
    color: #fff !important;
    z-index: 11;
    cursor: pointer;
    border-top: 1px solid #EEEEEE;
}

.goodsflow_app_banner_type1_icon
{
	height:60px;
	width:60px;
	min-height:60px;
	min-width:60px;
	background-image: url('resources/common/goodsflow_app_store_icon_03.png');
	background-repeat:no-repeat;
	background-position: 10px 10px;
	background-size:40px 40px;
}

.goodsflow_app_banner_type1_text {
    height: 50px;
    padding-left: 10px;
}

.tracking_info_panel
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

	.tracking_info_panel.top
	{
		width: 100%;
		/*height: 370px; Dynamic Height*/
	}

	.tracking_info_panel.bottom
	{
		position: absolute;
		/*top: 370px; Dynamic Height*/
		left: 0px;
		width: 100%;
		padding-bottom: 50px; /* 10 + Banner Height */
		background-color:white;
	}

.gradient_top_bottom
{
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}

.gradient_left_right
{
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}

.bordertop
{
	border-top: 1px solid #E5E5E5;
}

.borderbottom
{
	border-bottom: 1px solid #E5E5E5;
}

.tracking_summary_added_info
{
	width:100%;
	/*height:132px; Dynamic Height*/
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
}

.tracking_summary_added_info_item
{
	height: 44px;
	line-height: 43px;
}

.tracking_summary_added_info_item_label
{
	position:absolute;
	left:0;
	display: inline-block;
	color: #757575;
	width: 65px;
	overflow: hidden;
}

.tracking_summary_added_info_item_text
{
	margin-left: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tracking_summary_added_info_item_container
{
	margin-left: 70px;
}

.tracking_summary_added_info_phone_button
{
	position:absolute;
	right:0;
	z-index:10;
	background-color:white;
	height:40px;
	opacity:0.8;
	white-space:nowrap;
	font-size:18px;
}

.detailrow
{
	width: 100%;
	height: 44px;
}

	.detailrow > div
	{
		display: inline-block;
		height:44px;
		line-height: 43px;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.titlelabel
{
	display: inline-block;
	color: #757575;
	width: 60px;
	overflow: hidden;
}

.firstInfoData
{
	color: #757575;
	height: 64px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 12px; /* 가운데 정렬을 위해 패딩을 줬음 */
}

.traceitemwrap
{
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('resources/common/vertical_line.png');
	background-repeat: no-repeat;
	background-size: 1px 100%;
	background-position: 11px 0px;
}

	.traceitemwrap.firstrow
	{
		background-position:11px 20px;
	}

.tracecircle_lg
{
	max-width: 22px;
	max-height: 22px;
	min-width: 22px;
	min-height: 22px;
	margin-right: 8px;
	border: 0px;
}

.tracecircle_sm
{
	max-width: 18px;
	max-height: 18px;
	min-width: 18px;
	min-height: 18px;
	margin-left: 2px;
	margin-right: 10px;
	border: 0px;
}

.tracedate_last
{
	font-size: 16px;
	display: inline-block;
	margin-bottom: 8px;
	color: #00B0FF;
}

.tracedate_no_last
{
	font-size: 16px;
	display: inline-block;
	margin-bottom: 8px;
}


.traceitemcell_1
{
	display: table-cell;
	width: 30px;
}

.traceitemcell_2
{
	display: table-cell;
	width: 50px;
	vertical-align: top;
}

.traceitemcell_3
{
	display: table-cell;
	border-left: 1px solid #757575;
	padding-left: 8px;
}

.button_sms
{
	color: #757575;
	text-decoration: none;
}

	.button_sms:link
	{
		color: #757575;
		text-decoration: none;
	}

.button_tel
{
	color: #757575;
	text-decoration: none;
}

	.button_tel:link
	{
		color: #757575;
		text-decoration: none;
	}

.tracking_info_top_graphic
{
	background-image: url('resources/common/tracking_state_0.png');
	background-repeat: no-repeat;
	background-size: 250px 188px;
	/*background-size: 250px 188px;*/
	/*background-size: 301px 226px;*/
	background-position: 50% 50%;
	width: 100%;
	height: 240px;
	text-align: center;
}

.tracking_info_top_graphic_current_stat
{
	color: #00B0FF;
	font-size: 18pt;
	position: absolute;
	width: 100%;
	font-weight: bold;
	top: 110px;
}

.tracking_info_top_logistics
{
	color: #757575;
	font-size: 10pt;
	position: absolute;
	width: 100%;
	top: 155px;
}

.tracking_info_top_logistics_img
{
	max-height: 25px;
	width:auto;
}

.tracking_info_top_invoiceno
{
	color: #757575;
	font-size: 10pt;
	position: absolute;
	width: 100%;
	top: 180px;
}

.tracking_result_top
{
	position: fixed;
	width: 100%;
}

/* ios retina border 0.5px 참고로 갤럭시도 이 css를 먹긴하지만 얇아지진 않음 */
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) and (not (-moz-appearance:none))
{
	.bordertop;
	{
		border-width: 0.5px;
	}

	.borderbottom
	{
		border-width: 0.5px;
	}
}

.goodsFLOW_ajax_loader
{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	background-image: url('resources/common/wait.gif');
	background-repeat: no-repeat;
	background-position: center;
}
