﻿#genericPopupOverlay {
	display: none;
	/*font-family: 'Roboto Condensed',arial,sans-serif;*/
	background-color: transparent;
	z-index: 5010;
	width: 100%;
	height: 100% !important;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
}


#genericPopup {
	width: 760px;
	margin-top: -190px;
	position: relative;
	background: #fff;
	padding: 20px;
	top: 50% !important;
	float: left;
	left: 50% !important;
	margin-left: -400px;
	border: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,1);
	border-radius: 0;
	height: auto;
	z-index: 1;
}


	#genericPopup .close {
		color: #868788;
		font-size: 60px;
		position: absolute;
		right: 26px;
		line-height: 35px;
		font-weight: normal;
		font-family: serif;
		top: 20px;
		text-decoration: none;
		z-index: 9;
	}

		#genericPopup .close:hover, #genericPopupfoot .close:active, #genericPopupfoot .close:focus {
			color: #2b7cb1;
		}

#genericPopuphead {
	color: #172C33;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	float: none;
	margin: 0 auto;
	display: block;
	padding: 15px 0;
	position: relative;
	clear: both;
}

	#genericPopuphead.warning::before {
		content: "\f071";
		color: #F03434;
		top: 2px;
		font-family: FontAwesome;
		font-size: 30px;
		width: 30px;
		height: 30px;
		position: relative;
		margin-right: 5px;
		padding: 5px;
	}

	#genericPopuphead i {
		display: none;
	}

	#genericPopuphead .close {
		display: none;
	}

#genericPopupbody {
	float: left;
	width: 100%;
}

	#genericPopupbody > span {
		font-size: 16px;
		line-height: 25px;
		text-align: left;
		width: calc(100% - 25px);
		float: left;
	}

		#genericPopupbody > span > b:first-child {
			border: 1px solid #e9e9e9;
			padding: 10px;
			background: #fafafa;
			width: 100%;
			float: left;
			margin: 20px 0 15px 0;
			text-transform: uppercase;
			font-size: 17px;
		}

#genericPopupfoot {
	width: 33%;
	clear: both;
	margin: 0 auto;
	padding: 24px 0;
	display: block;
	float: none;
	position: relative;
	/* min-width: 334px; */
	height: 87px;
}

	#genericPopupfoot a {
		border: 1px solid #DE3C4B;
		color: #fff;
		background: #DE3C4B;
		padding: 0.6em 1em;
		font-size: 15px;
		display: inline-block;
		font-family: 'Roboto Condensed',Arial,sans-serif;
		text-transform: uppercase;
		border-radius: 2px;
		transition: all .2s ease;
		margin: 20px 5px 0;
		text-align: center;
		min-width: 130px;
		position: absolute;
		text-decoration: none;
	}
		/*.FRMISCOFR #genericPopupfoot a, .FRMISCOBE #genericPopupfoot a { border: 1px solid #6aa904; background: #6aa904; }*/
		#genericPopupfoot a.Confirm {
			right: -151px;
			cursor: pointer;
		}

		#genericPopupfoot a:hover, #genericPopupfoot a:active, #genericPopupfoot a:focus {
			border: 1px solid #E14957;
			background-color: #E14957;
		}
		/*.FRMISCOFR #genericPopupfoot a:hover, .FRMISCOFR #genericPopupfoot a:active, .FRMISCOFR #genericPopupfoot a:focus,
.FRMISCOBE #genericPopupfoot a:hover, .FRMISCOBE #genericPopupfoot a:active, .FRMISCOBE #genericPopupfoot a:focus { border: 1px solid #659f08; background: #659f08; }*/

		#genericPopupfoot a.Cancel {
			background: transparent;
			color: #172C33;
			border-color: #172C33;
			cursor: pointer;
			font-weight: bold;
			left: -144px;
		}

			#genericPopupfoot a.Cancel:hover, #genericPopupfoot a.Cancel:active, #genericPopupfoot a.Cancel:focus {
				background-color: #254048;
				border-color: #254048;
			}

#genericPopupOverlay .overlay {
	background-color: #000;
	opacity: 0.7;
	width: 100% !important;
	height: 100% !important;
}
.heart-color{
	color:red;
}
.shoppinglist-name {
	display: inline-block;	
}
.shoppinglist-heart {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: -23px
}

/* START MOBILE VERSION */
.mobileDevice #genericPopup {width: 98%; left: 1% !important; margin-left: 0; top: 40% !important;}
.mobileDevice #genericPopupfoot {width: 100%; height: 150px;}
.mobileDevice #genericPopupfoot a.Cancel {left: auto; display: block; width: 100%; margin-top: 0;}
.mobileDevice #genericPopupfoot a.Confirm {right: auto; display: block; width: 100%; top: 60px;}
/* END MOBILE VERSION */