/*
 *
 *
 *
 *
 *
 *
 * 
 ****************************************                 checkout page styling                ***********************************************************************
 *
 *
 *
 *
 *
 *
 *
 */
 

#checkout_map_and_error_container {
	margin-top:.5em;
}

#destination_lat, #destination_long, #destination_formatted_hide_id {
	display:none;
}


/* debugging - fixing css stuff that caused problems */
#mapcanvas img { 
	max-width: none;
}

#billing_state_chzn .chzn_single_with_drop div {
	width:auto;
}

#checkout_map_address_suffix {
	padding:0.5em 0;
}

/* hide map and error message on checkout screen - let script show these accordingly */
#checkout_map_container, #checkout_no_address_found {
	display:none;
}

#mapcanvas {
	display:block;
	height:15em;
	width:95%;
	margin:0 auto;
}






/*
 *
 *
 *
 *
 *
 *
 *
 ************************************************           info widget styling         ****************************************************************************
 *
 *
 *
 *
 *
 *
 *
 */
 
 
 
.cart-lucerne-delivery-info-container {
	float:left;
	clear:left;
	width:48%;
	text-align:center;
}

.cart-lucerne-delivery-info-text {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.cart-lucerne-delivery-info-text-2 {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

.cart-lucerne-delivery-info-img-container {
 	width:100%;
 	width:calc(100% - 2px);
 	position:relative;
 	padding:0.5em 0;
 	border-left: 1px #cccccc solid;
 	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.cart-lucerne-delivery-info-img-subcontainer {
 	width:70%;
 	margin:0 auto;
 	position:relative;
 	border:1px #CCCCCC solid;
 	line-height:0;
}

.cart-lucerne-delivery-info-img-percentage {
	
	top:40%;
	top:calc(50% - .5em);
	bottom:0;
	z-index:2;
	font-weight:bold;
	font-size:3em;
	line-height:1em;
}

.left-clip-container {
	width:50%;
	overflow:hidden;
	position:absolute;
	left:0;
	color:black;
}
.right-clip-container {
	width:50%;
	overflow:hidden;
	position:absolute;
	right:0;
	color:white;
}

.left-clip-subcontainer {
	width:200%;
	position:absolute;
	left:0
}

.right-clip-subcontainer {
	width:200%;
	position:absolute;
	right:0
}
	

 

.cart-lucerne-delivery-info-img-percentage-text {
	display:inline-block;
	vertical-align:middle;
}

.full-load-tick {
	vertical-align:middle;
	width:0.9em;
	height:0.9em;
}


.cart-lucerne-delivery-info-img-gray {
	width:0;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background:white;
	z-index:1;
	opacity:0.7;
}

#page #content .cart-lucerne-delivery-info-img {
	width:100%;
	max-width:100%;
}

.cart-lucerne-delivery-info-img-display {
	position:absolute;
	top:0;
	left:0;	
}

.cart-lucerne-delivery-info-img-height-setter {
	opacity:0;
}

.item-count, .load-cap, .remaining-items, .load-count, .load-percentage {
	font-weight:bold;
	font-size:1.1em;
}