/* pdf packet */

/* widget 'My Packet (x)' */
#packet-widget 
{
	position: relative;
	/*
	position: absolute;
	right: 12px;
	bottom: -24px;
	z-index: 9999999;
	*/
}

#packet-widget .title
{
	white-space: nowrap;
}

#packet-widget a,
#itemPacket a
{
	/*padding: 5px 0;*/
	font-size: 0.8rem;
	line-height: 1;
}

#packet-widget .title:hover,
#packet-widget .title:focus,
#itemPacket a:hover,
#itemPacket a:focus
{
	text-decoration: underline;
}

/* counter */
#packet-widget .title
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: none;
	line-height: normal;
	font-size: 0.8rem;
	line-height: 1;
}


/*
#packet-widget .title a
{
	color: #ffffff;
}

#packet-widget .title a:hover
{
	color: #589ec0;
}

#packet-widget .title span.item-count
{
	font-size: 1.8rem;
	font-weight: normal;
	color: #ffffff;
}
*/


/* Add/Remove link text */
#itemPacket
{
	position: relative;
	/*position: absolute;*/
	/*right: 120px;
	bottom: -24px;*/
	font-size: 0.8rem;
	line-height: 1;
	margin-right: 18px;
	margin-left: 10px;
}

#bioPacket
{
	align-self: flex-end;
	width: 100%;
	text-align: right;
}

.packet-button 
{
	cursor: pointer;
	white-space: nowrap;
}

#packet .packet-button
{
	cursor: default;
}

/* hover help on My Packet (subtitle) and Add/Remove link */
#packet-widget .subtitle,
.packet-button-help
{
	position: absolute;
	bottom: 24px;
	left: 0px;
	width: 300px;
	height: auto;
	padding: 15px 20px;
	background: #f3f3f3;
	color: #333333;
	font-size: 14px;
	line-height: normal;
	display: none;
	z-index: 9;
}

ul#bioAccessories .subtitle
{
	white-space: normal;
}

.packet-button-help
{
 	/*width: auto;
 	min-width: 300px;*/
 	width: 300px;
 	white-space: normal;
}

#packet-widget .subtitle a,
#itemPacket .packet-button-help a
{
	font-size: inherit;
	color: #D22630;
	padding: 0;
	text-transform: none;
}

#packet-widget .subtitle a:hover,
#itemPacket .packet-button-help a:hover
{
	text-decoration: underline;
}

#packet-widget .subtitle p,
#itemPacket .packet-button-help p
{
	margin: 0;
	padding: 5px 0 8px 0;
	color: #333333;
}


/* packet.html page */
#packet-form
{
	overflow: hidden;
}

#packet-item-list li div.title
{
	-webkit-flex: 1 1 80%;
	    -ms-flex: 1 1 80%;
		flex: 1 1 80%;

}

#packet-item-list li a.title
{
	margin-right: 18px;
}

.packet-delete-button
{
	display: inline-block;
	/* float: right; */
	padding: 0px 5px;
	margin-top: 4px;
	font-size: 9pt;
	border: solid 1px #ccc;
	background-color: #eee;
	color: #777;
	border-radius: 4px;
	position: relative;
	top: 0px;
	cursor: pointer;

	order: 20;
	-webkit-order: 20;
}

#content #mainContent #packet-item-list li
{
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	     -ms-flex-align: center;
		align-items: center;
	
}

#content #mainContent #packet-item-list li:hover
{
	cursor: move;
}

#packet-form
{
	margin: 20px 0;
}

#packet-form-email input[type=submit]
{
	margin-top: 9px;
}

#packet-form input:text
{
	width: 95%;
}

#packet-form-email,
#packet-form-pdf
{
	width: auto;
	float: none;
}

#packet .no-items
{
	display: none;
}

#content #packet-item-list ul
{
	padding: 0;
}

@media (max-width: 1024px)
{

	#packet-widget,
	#itemPacket
	{
		display: none !important;
	}
}

@media (min-width: 768px)
{
	#pdfPacket
	{
		position: absolute;
		top: -6px;
		right: 15px;
		margin: 0 !important;
	}

	#packet-form-email
	{
		width: 48%;
		float: left;
	}

	#packet-form-pdf
	{
		width: 48%;
		float: right;
	}
}

@media (max-width: 767px)
{
	#itemPacket,
	#packet-widget 
	{
		position: absolute;
		right: 9px;
		bottom: 35px;
	}
	#packet-widget 
	{
		bottom: 60px;
	}

	#packet-widget .subtitle,
	.packet-button-help
	{
		display: none !important;
	}
}

/* End pdf packet */
