/* CUSTOM ELEMS */
#myAddressesBox .iti-flag {
	display: inline-block;
	vertical-align: -1px;
}
.myAddressesListOps button {
	visibility: hidden;
	opacity: 0;
	transition: opacity .1s;
}
.myAddressesList li:hover .myAddressesListOps button,
.myAddressesList button[aria-describedby] { /* Buttons with popover: Don't hide them! */
	visibility: visible;
	opacity: 1;
}
.myAddressesList li:hover .myAddressesListOps button[disabled] {
	opacity: .65;
}

/* BOOTSTRAP EXTRA */
.mt-0 { margin-top: 0 !important; }
.mt-20 { margin-top: 20px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-20 { margin-bottom: 20px !important; }
.pr-0 { padding-right: 0 !important; }

/* POPOVER EXTRA */
.popover-danger .popover-title {
	background-color: #f2dede;
	color: #a94442;
}
.popover-wide {
	max-width: 500px;
	min-width: 300px;
}

/* FONT AWESOME CUSTOM STACK */
.fa-stack-custom {
	font-size: 0.6em;
	vertical-align: -0.7em;
	margin-bottom: -0.3em;
}
.fa-stack-custom.fa-lg {
	font-size: 0.7em;
	margin: 0 -0.35em -.3em 1.1em;
}
.fa-stack-custom.fa-stack-fw {
	margin-left: 0.7em;
	margin-right: -0.2em;
}
.fa-stack-1-5x, .fa-stack-1-8x {
	line-height: inherit;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
}
.fa-stack-1-8x {
	left: -0.49em;
	margin-top: -0.4em;
	font-size: 1.8em;
}
.fa-stack-shadow {
	text-shadow: -0.07em -0.07em white, 0.07em 0.07em white, -0.07em 0.07em white, 0.07em -0.07em white;
}
.fa-lightblue {
	color: #a6c8e2;
}
.fa-lightyellow {
	color: #e2caa6;
}

/* Custom listbox of addresses with radio buttons */
.myAddressesList {
	position: relative;
	border: 1px solid #ddd;
	padding: 0;
	max-height: 20em;
	overflow: auto;
	overflow-x: hidden;
}
.myAddressesList .radio {
	overflow: hidden;
	background-color: white;
	margin: 0;
	min-height: 2em;
	padding: 3px 3px 3px 8px;
	/* OPTIONAL:
	white-space: nowrap;
	text-overflow: ellipsis;
	*/
	transition: box-shadow .2s;
}
.myAddressesList .radio:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.myAddressesList .radio:hover:nth-of-type(n) {
	background-color: #f5f5f5;
}
.myAddressesList .radio.active:nth-of-type(n) {
	background-color: #d9edf7;
}
.myAddressesList .radio.active:hover:nth-of-type(n) {
	background-color: #c4e3f3;
}
.myAddressesList .radio.active {
	position: sticky;
	top: 0;
	z-index: 1;
}
.myAddressesList .radio.active.sticky-top {
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
}
.myAddressesList .radio.active.sticky-bottom {
	top: auto;
	bottom: 0;
	box-shadow: 0 -3px 7px rgba(0,0,0,.5);
}

/* Rafi újjak */
input.loading_adoszam {
	background: url(../img/loading.gif) no-repeat;
	background-position: right 6px top 5px;
	background-color: white;
}

.row.zold_virsli {
	background-color: #8bb725;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 98%;
	margin-left: 1%;
	border-radius: 5px;
}
.row.zold_virsli label {
	padding-right: 4%;
}
.row.zold_virsli label + div {
	margin-left: -1.3%;
}
.zold_virsli.virsli_warning {
	background-color: #f7bb08;
}
/* Rafi újjak */


/* Ricsi (2021-09-15): WHMCS 8+ */
#order-standard_cart #myAddressesBox label {
	margin: 0
}