/* PCO MICRO-RESET - feel free to add if neccessary */
#pco_container,
#pco_form,
#pco_status,
#pco_button_policy,
#pco_button {
	box-sizing: border-box;
	width: unset;
	height: unset;
	padding: 0;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	font: inherit;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

/* MAIN STYLE */
#pco_container {
	position: fixed;
	z-index: 200;
	width: 80px;
	height: 80px;
}
#pco_container input,
#pco_send {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	min-height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}
#pco_send {
	line-height: 25px;
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: #333;
	color: white;
}
#pco_send.disabled,
#pco_send.disabled:hover {
	cursor: default;
	background-color: transparent !important;
	border: 1px solid transparent;
}
#pco_form {
	height: 80px;
	position: absolute;
	white-space: nowrap;
	transition: all 0.3s ease;
	overflow: hidden;
	box-sizing: border-box;
	width: 0;
	background-color: rgba(5, 27, 44, 0.9);
	border-radius: 5px;
	padding: 15px 0;
}
#pco_form.visible {
	overflow: visible;
	width: auto;
	min-width: 170px;
	min-height: 80px;
}
#pco_security {
	position: relative;
	height: 0;
	width: 0;
	overflow: hidden;
}
#pco_status_container {
	display: none !important;
	height: 50px;
	align-items: center;
	color: white;
}
#pco_status_container.visible {
	display: flex !important;
}
#pco_button,
#pco_button_example {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0px 20px 20px 0 rgba(0,0,0,0.15);
	background-size: cover;
	background-position: center;
}
#pco_button_example {
	vertical-align: middle;
	position: relative;
	z-index: 0;
	display: inline-block;
}
#pco_policy {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	padding: 3px 15px 5px;
	background-color: #2198c6;
	border-radius: 5px;
	font-size: 11px;
	color: white;
	line-height: 1;
	white-space: normal;
}
#pco_policy a {
	color: white;
	text-decoration: underline;
}
#pco_icons .icon {
	text-align: center;
	display: inline-block;
}
#pco_icons .icon label {
	display: block;
	background: #dcdcdc;
	border-radius: 50%;
}
#pco_icons .icon img {
	width: 80px;
	height: 80px;
}
#pco_loading {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(/image/catalog/jen_pco/loading.svg);
}