/* style.css for OneStopTravel ImportMaster Utility */
* {box-sizing:border-box; }
.width_300 { width:300px; }
.width_400 { width:400px; }
.fieldset_width {
	width:450px;
	white-space:nowrap;
}
.width_300, .width_400, .fieldset_width {
	overflow-x:hidden;
}
.fieldset_position { position:relative; }
/* massive block for staging_area "table" format */
.sa_date,.sa_client,.sa_name,.sa_email,.sa_cell,.sa_meta,.sa_actcode,.sa_tarj,.sa_tcbal,.sa_tcval {
	display:inline-block;
}
.sa_date { width: 100px; }
.sa_client { width: 100px; }
.sa_name { width: 350px; }
.sa_email { width: 300px; }
.sa_cell { width: 100px; }
.sa_meta { width: 50px; }
.sa_actcode { width: 115px; }
.sa_tarj { width: 100px; }
.sa_tcbal { width: 140px; }
.sa_tcval { width: 140px; }
.sa_ellipsis {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow-x:hidden;
}
div.peek_div_wrapper {
	width:615px;
	height:240px;
	overflow-x:scroll;
	font-size:10pt;
}
#logout_button {
	position:absolute;
	right:0px;
	top:0px;
	width:65px;
	height:25px;
}
#shrink_window, #widen_window {
	position:absolute;
	right:70px;
	top:0px;
}
/* #shrink_window {
	display:none;
} */