.tabs {
	display: block;
	height: 40px;
	width: 90%;
	margin-left: 6%;
	clear: both;
	margin-bottom: -23px;
/*	overflow: hidden;	*/
}

.hive_box {
    padding: 20px;
 	position:relative;
	width: 90%;
	z-index:2;
/*	min-height: 70%;
	height: 100%;
*/

	box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
}

.app_tab .hive_box {
	overflow: visible;
	/* 
	Note: This z-index value needs to be the same or higher than the z-index value for `.tabs a` in order for app-tab
	content to always be in front.
	*/
	z-index: 20;
	padding: 0;
}

.app_tab-fullscreen .hive_box {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.messages.temporary {
	padding: 20px;
    margin: 5px;
	display: block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #EEE;
	font-size: 20px;
    text-align: center;
	background-color: #257AED;
}

.tabs a {
 	position:relative;
	z-index:20;	
	display: block;
	float: left;
	font-size: 18px;
	height: 22px;
	padding: 10px 24px 5px 24px;
	margin: 0px 1%;
	
	text-decoration: none;
/*	background-image: url("../../images/tab-shading.png");*/
	
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	background-color: #DDD;
	color: #555;
	white-space:nowrap;
}

.app_tab-fullscreen .tabs a {
	z-index: auto;
}

.tabs a:hover {
    height: 23px;
    padding-top: 11px;
    margin-top: -2px;
}

.tabs a.current {
    margin: -8px 6px 0px 6px;
	height: 26px;
	padding: 13px 23px 6px 23px;
	background-color: #F7F7F7;
	color: #222;
	border: 2px solid #96BCF7;
	border-bottom-width: 0px;
	font-size: 20px;
/*  color: #1857C4;*/

}
.tabs a.current:hover {
	height: 26px;
	padding-top: 13px;
	margin-top: -8px;
}


.header_block{
	display: block;
	clear: both;
	width: 94%;
	margin: 15px auto;
	padding: 10px 10px;
}

.header_block .phone, {
    text-align: right;
	float: right;
	margin-top: 7px;
	margin-right: 4%;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0px 1px 2px #555;	
}


.tab_title {
	font-size: 24px;
	color: #222;
	margin-bottom: 10px;
}
.tab_title img {
	vertical-align: text-bottom;
}

a.all_objects {
}

a.all_objects img {
	vertical-align: text-top;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}



.page_title {
	font-size: 30px;
	margin-left: 20px;
	color: #FFF;
	text-shadow: 0px 1px 2px #454545;
}

.header_block{
	display: block;
	clear: both;
	width: 94%;
	margin: 15px auto;
	padding: 10px 10px;
}

.header_block .secondary_title {
    text-align: right;
	float: right;
	margin-top: 7px;
	margin-right: 4%;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0px 1px 2px #555;	
}

.header_block a {
	float: left;
	margin-top: 2px;
}

small.required {
	margin-left: 3px;
	color: #D32317;
}

.field .error {
	font-size: 12px;
	color: #D32317;
	font-weight: normal;
}


table.striped {
	border-collapse: collapse;
	width: 100%;
	border: 0px 1px 1px 1px solid #EEE;
}
table.striped.two_column th {
	vertical-align: top;
	text-align: left;
	width: 22%;
	padding: 12px 5px;
}

table.striped.two_column td {
	padding: 5px 0px;
}

table.striped tr {
	background-color: #FAFAFA;
}
table.striped tr.colored {
	background-color: #F2F2F2;
}
table.striped tr:hover td {
/*	background-color: #D6E3F1;*/
}
table.striped.no_auto_stripe tr:hover td, table.striped.no_hover tr:hover td {
	background-color: #FAFAFA;
}

table.striped.no_auto_stripe tr.colored:hover td, table.striped.no_hover tr.colored:hover td {
	background-color: #F2F2F2;
}

table.notstriped tr {
	background-color: inherit !important;
}

.tab_actions {
	display: block;
	text-align: right;
	padding: 10px;
}
.tab_actions a img {
	vertical-align: middle;
	padding-bottom: 3px;
}

.tab_header {
	font-size: 30px;
}
.top_edit_btn {
	position: absolute;
	right: 10px;
	top: 20px;
}

.hive_wizard_header {
	text-align: center;
	display: block;
	width: 90%;
	padding: 20px 0px;
	background-color: #1D4582;
	color: #FFF;
	margin: 0px 5%;
/*	border: 2px solid #1D4582;	*/
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-width: 0px;
	height: 40px;	
}
.hive_wizard_header a {
	color: #FFF;
	margin: 5px;
	padding: 0px;
	font-size: 18px;
	margin-left: 20px;
	display: block;
	float: left;
}
/* TODO: make this pretty*/
.hive_wizard_header a.complete {
	color: #318124;
}
.hive_wizard_header a.complete .wizard_step_number {
	background-color: #318124;	
}
.hive_wizard_header a.complete .wizard_step_caption {
	background-color: #C7F2AC;
}
.hive_wizard_header a.current {
	color: #000;
	margin-top: 2px;
}
.hive_wizard_header a.current .wizard_step_number {
	border: 2px solid #257AED;
	font-size: 28px;
	height: 32px;
}
.hive_wizard_header a.current .wizard_step_caption {
/*	border: 3px solid #257AED;*/
/*	border-left-width: 0px;*/
	padding: 9px 14px 8px 10px;
}
.hive_wizard_header a.incomplete {
	color: #AAA;
}
.hive_wizard_header a.incomplete .wizard_step_number {
	background-color: #4773B3;	
}
.hive_wizard_header a.incomplete .wizard_step_caption {
	background-color: #2C5398;
}

.wizard_next_action {
	float: right;
	margin-top: 10px;
}
.wizard_next_action a, .wizard_next_action input {
	font-size: 16px;
}
.wizard_step_number {
	background-color: #257AED;
	color: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
		
	width: 36px;
	height: 32px;
	font-size: 26px;
	vertical-align: middle;
	display: block;
	float: left;
	padding: 2px 8px 0px 2px;
}
.wizard_step_caption img {
	padding: 0px;
	vertical-align: text-bottom;
}
.wizard_step_caption {
	display: block;
	float: left;
	font-size: 18px;
	padding: 7px 12px 6px 8px;
	background-color: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	border-bottom-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	-webkit-border-bottom-left-radius: 18px;
	border-top-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-webkit-border-top-left-radius: 18px;
	margin-left: -14px;
}
.hive_box.hive_wizard_body {
	margin-top: 0px;
	border: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-width: 0px;
	border-color: #1D4582;
	box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	-moz-box-shadow: 0px 0px 0px #666;
	
}
.wizard_title {
	font-size: 26px;
	font-weight: bold;
}
.wizard_subheading {
	font-size: 20px;
}
.wizard_subsection {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #EEE;
	padding: 10px;
	margin-top: 20px;
}


.side_tabbed_box {
	width: 96%;
	padding: 0px;
	margin: 0px 2%;
}
.side_tabs {
	text-align: right;
	width: 20%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.side_tabs a {
	float: right;
	display: block;
	padding: 10px;
	border: 1px solid #AAA;
	width: 100%;
	text-align: center;
	margin: 0px 0px 10px 0px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-right-width: 0px;
	background-color: #DDD;
	color: #454545;
	font-size: 24px;
	padding-top: 20px;
}
.side_tabs a.current {
	border: 2px solid #257AED;
	background-color: #257AED;
	color: #FFF;
}
.side_tabs a img {
	vertical-align: middle;
	margin-right: 4px;
/*	margin-bottom: 10px;*/
}
.side_tab_right_background {
	position: absolute;
	right: 6%;
	top: 30px;
	z-index: 200;
}
.side_tabbed_content_container {
	width: 80%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	z-index: 400;
}
.side_tabbed_content {
	width: 90%;
	border: 2px solid #257AED;
/*	background-color: #72CAFA;*/
	padding: 0px 5%;
	margin: 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	min-height: 200px;	
	background-repeat: no-repeat;
	background-position: 95% 10px;
}
.side_tabbed_content.order_tab {
	background-image: url("../../images/cart-trans-200.png");
}
.side_tabbed_content.routetrip_tab, .side_tabbed_content.pickset_tab {
	background-image: url("../../images/route-trans-200.png");
}
.side_tabbed_content.onthefly_tab {
	background-image: url("../../images/wing-trans-200.png");
}

.side_tab_content_header {
	font-size: 24px;
	margin: 2% 0px 3% 0px;
}
.side_tab_content_header img {
	vertical-align: text-bottom;
	margin-right: 5px;
}


#ui-datepicker-div {
    display: none;
	z-index: 3000 !important;
}
