@CHARSET "ISO-8859-1";
iframe{
	width: 100%;
	min-height: 400px;
}
fieldset{
	padding: 5px 10px;
}
#page{
	min-width: 950px;
	display: table;
}
#logoDiv{
	float: left;
	width: 20%;
	min-width: 200px;
	max-width: 310px;
	padding-left: 3%;
	margin-left: 10px;
	font-size: 2rem;
	font-weight: bold;
}
#logoHref{
	cursor: pointer;
}
#productDiv{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
  	height: 100%;
  	width: 100%;
  	text-align: left;
}
#contentDiv, #menuDiv {
	position: relative;
	text-align: center;
	overflow: auto;
  	height: inherit;
}
.product{
	position: relative;
	max-height: 310px;
	vertical-align: top;
}
.productName{
    overflow: hidden;
}
.product-volume-small{
    position: absolute;
    left: 66%;
    bottom: 0;
    color: #888;
    font-size: 0.7rem;
}
.product-region{
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.product-region .regions{
    font-style: italic;
    font-weight: 300;
}
.product-grapes{
    letter-spacing: 0.1rem;
    margin-bottom: 2px;
}
.product-grapes .beverage-type {
    font-size: 110%;
    font-weight: 500;
    text-transform: uppercase;
    border-right: solid 1px #707070;
    padding-right: 10px;
}
.product-grapes .grapes{
    padding-left: 10px;
}
.product-characteristics{
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 2px;
}
.product-volume{
    color: #888;
    font-size: 0.85rem;
    font-weight: 300;
}
#menuDiv, .spacer{
	background-color: transparent;
}
.menu-icon-item{
    width: max-content;
}
.menu-icon-item img{
    width: 18px;
    margin-right: 4px;
}
#contentDiv {
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}
.contentBorderDiv{
	text-align: left;
	margin: 30px 15%;
}
#featuredDiv, #contactUsDiv, #iFrameDiv{
	display: none;
	text-align: center;
	overflow: hidden;
}
#featuredDiv, #iFrameDiv{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  	width: 100%;
  	height: 100%;
}
#productsDiv{
	display: none;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
  	height: 100%;
}
#productsDiv table{
    width: 100%;
}
.featureChecboxesDiv{
	margin-top: 35px;
	max-height: 240px;
    overflow: hidden auto;
}
.featureChecboxesDiv label{
	background-color: #f2f2f2;
    border-color: #858585;
}
#addFeatActionDiv ul{
    list-style: none;
    text-align: left;
    margin: auto;
    width: 200px;
}
#productFeaturesDiv fieldset{
	border-style: groove;
	border: 1px solid #eaeaea;
	border-radius: 5px;	
}
#prodDiv{
	width: 100%;
    text-align: center;
	overflow: hidden;
}
#featuredProductsDiv{
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 350px;
}
#featuredProductContainer{
	position: absolute;
	height: 350px;
}
#prodDiv{
    position: relative;
	width: 100%;
    text-align: center;
    vertical-align: top;
	overflow: hidden;
}
#productContainer, #featuredContainer{
	display: inline-block;
	text-align: left;
	width: 100%;
  	height: 100%;
  	margin-top: 2px;
}
#productContainer{
	position: absolute;
}
#featuredContainer{
	position: relative;
}
.scrollDiv{
    position: relative;
}
.prevFeature, .nextFeature{
	display: none;
	transition: display 2s;
}
#featuredDiv:hover .prevFeature, #featuredDiv:hover .nextFeature,
#featuredProductsDiv:hover .prevFeature, #featuredProductsDiv:hover .nextFeature,
#prodDiv:hover .prevFeature, #prodDiv:hover .nextFeature,
.scrollDiv:hover .prevFeature, .scrollDiv:hover .nextFeature{
	display: block;
}
.prevFeature, .nextFeature{
	position: absolute;
	display: none;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	top: 50%;
	width: 50px;
	height: 120px;
	margin-top: -60px;
	z-index: 1000;
	cursor: pointer;
}
.prevFeature{
	left: 30px;
	background-image: url("/images/icons/img_prev.png");
}
.prevFeature:hover{
	left: 29px;
	background-image: url("/images/icons/img_prev_hover.png");
}
.nextFeature{
	right: 30px;
	background-image: url("/images/icons/img_next.png");
}
.nextFeature:hover{
	right: 29px;
	background-image: url("/images/icons/img_next_hover.png");
}
.flag-image{
    width: 22px;
    height: 12px;
    position: absolute;
    top: unset !important;
    right: unset !important;
    bottom: 3px !important;
    left: 24% !important;
    z-index: 2;
}
#pgBody{
	width: 100%;
	height: 450px;
	display: table-cell;
	overflow: hidden;
	padding: 0;
}
#pgBodyTable{
	display: table;
	width: 100%;
	height: 602px;
}
#pgContent{	
	position: relative;
	width: 100%;
	min-height: 500px;
	display: inline-block;
	overflow: hidden;
}
#productFeaturesDiv legend, #inventoryDiv legend {
    color: #a91f32;
    text-shadow: 0 0px 1px #ead6d9;
	position: absolute;
	display: block;
	left: 5px;
	top: 0px;
}
fieldset{
	position: relative;
}
#inventoryDiv .fieldsetBody{
	margin-top: 25px;
	overflow: hidden auto;
	max-height: 300px;
}
.productFeatures li{
	list-style: none;
	border-style: groove;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
	background-color: #fafafa;
}
.productChoiceFeatures legend{
	color: #aaa;
}
.productPage, .featuredPage{
	position:relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}
.featuredPage{
	height: 100%;
}
.productPage{
	height: auto;
}
#featuresDiv, #modelsDiv{
	vertical-align: top;
}
#featuresContainer{
	overflow: hidden auto;
}
.featureScrollDiv{
    max-height: 200px;
	overflow: hidden auto;
}
.featureDiv, .modelDiv{
	text-align: left;
	min-width: 200px;
}
.featureDiv legend, .modelDiv legend{
    font-size:  110%;
    text-shadow: 0 0px 1px #dee6e7;
    width: 100%;
    text-align: center;
    padding: 5px 0; 
}
.featureDiv input, .modelDiv input{
	visibility: hidden;
}
.feature, .model{
	border-style: none !important;
	padding: .1em .1em .1em 2.2em !important;
	-webkit-box-decoration-break: clone;
  box-decoration-break: clone;
 }
 .feature-checkbox, .model-checkbox{
 	margin: 4px 0px;
}
.feature-checkbox .feature-checkbox {
    padding-left: 15px;
}
.feature-title-btn{
    border-radius: 1em 0 0 1em;
    border: .9px solid #858585;
    padding-left: 6px;
    padding-right: 4px;
    height: 26px;
    background-color: #ddd;
    display: inline-block;
    width: 260px;
    text-align: center;
    vertical-align: middle;
}
.drop-down-btn{
    width: 100%;
    padding-right: 9px;
    display: table-cell;
    text-align: right;
}
.greyed {
    color: #aaa !important;
}
.ui-field-horizontal{
    background-color: #eeeeee;
	border: 1px solid #e1e1e1;
}
#pgHeader{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 3px;
}
#pgMenu{
	background-color: transparent;
	display: table-cell;
	vertical-align: top;	
	width: 230px;
	height: 100%;
	position: relative;
	margin-bottom: 5px;
	padding: 0px 8px;
}
.featured_banner{
	color:white;
	background-color: #C1272D;
}
#userMenu{
	font-size: 22px;
	font-weight: normal;
	margin-right: 4.1%;
	display: flex;
	align-items: center;
}
#toggleToDo{
	color: #fff;
	font-size: 12px;
}
#accountDiv{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
#accountIcon, #cartIcon{
	vertical-align: middle;
}
#accountIconDiv, #cartIconDiv{
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 4px 0 0;
}
#accountIconOverlayNone, #cartIconOverlayNone{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#loginDiv:before{
	left: 46%;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-bottom-color: #fff;
	border-width: 10px;
}
#loginDiv{
	margin-top: 7px;
	font-size: 16px;
	display: none;
	position: absolute;
	right: -140px;
	top: 45px;
	width: 300px;
	z-index: 501;
	background: #fff;
	padding: 15px;
	cursor: default;
	border: 1px solid #dbdcdc;
	border-top: none;
	border-radius: 0 0 2px 2px;
}
#loginDiv button{
	background-color: #f2f2f2;
	border-color: #858585;
	border-width: 1px;
	color: #000000;
	text-shadow: 0 1px 0 #eeeeee;
	font-size: 14px;
	font-weight: 600;
	margin: 4px;
	padding: 4px 10px;
}
#forgotDiv{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
#searchFields #search{
	display: table-cell;
	height: 23px;
	width: 97%;
	min-width: 225px;
	padding-left: 7px;
	padding-right: 0;
	margin: 0 !important;
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 20%);
    border-top-right-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #ece4e4;
    border-left-style: none;
    border-top-style: solid;
    border-top-width: 0.9px;
}
#searchDiv{
	vertical-align: middle;
	display: inline-block;
	width: 30%;
}
#searchFields{
	display: table;
	border-color: #cdcdcd;
	border-width: 1px;
	border-radius: 7.5px;
	border-style: solid;
	position: relative;
	width: 100%;
}
#searchFields::after{
	position: absolute;
    left: 0.3125em;
    top: 50%;
    margin-top: -7px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.171%2C8.766c0.617-0.888%2C0.979-1.964%2C0.979-3.126c0-3.037-2.463-5.5-5.5-5.5s-5.5%2C2.463-5.5%2C5.5s2.463%2C5.5%2C5.5%2C5.5%20c1.152%2C0%2C2.223-0.355%2C3.104-0.962l3.684%2C3.683l1.414-1.414L10.171%2C8.766z%20M5.649%2C9.14c-1.933%2C0-3.5-1.567-3.5-3.5%20c0-1.933%2C1.567-3.5%2C3.5-3.5c1.933%2C0%2C3.5%2C1.567%2C3.5%2C3.5C9.149%2C7.572%2C7.582%2C9.14%2C5.649%2C9.14z%22%2F%3E%3C%2Fsvg%3E);
}
#searchSelectDiv{
	background-color: #fafafa;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	border-top-left-radius: .6em;
	border-bottom-left-radius: .6em;
	border-color: #ece4e4;
	border-right-width: 1px;
	border-right-style: solid;
	overflow: hidden;
	display: table-cell;
	position: relative;
	padding-left: 22px;
	height: 29px;
}
#searchSelect {
	color: #777;
	background: transparent;
    border:none;
    outline:none;
    padding: 0;
    margin: 0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	font-size: 14px;
	height: 33px;
	width: 50px;
	box-shadow: none;
	background: url(images/drop_arrow.png) right center no-repeat transparent;
}
#navDiv{
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 38px;
    padding-top: 2px;
}
#accountText, #cartText{
    vertical-align: middle;
    display: inline-block;
}
#cartIconDiv img{
    display: block;
}
#cartDiv{
	display: flex;
	position: relative;
	cursor: pointer;
}
.cartBtnDiv, #cartBtnDiv, .billingDiv, .quantityDiv{
	height: 100%;
	display: inline-block;
}
.billingDiv{
	width: 80%;
	max-width: 800px;
	padding: 5px 20px;
	margin: auto;
	margin-top: 15px;
}
#billingInfoDiv{
	margin-right: 30px;
}
#billingAddressDiv{
	vertical-align: top;
}
#billingAddressDiv td{
	max-width: 250px;
}
#billingInfoDiv td{
	max-width: 258px;
}
#cartCountText{
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	min-width: 14px;
	min-height: 13px;
	color: #ffffff;
	text-shadow: 1px 1px #5b111d;
	background-color: #a91f32;
	border: 3px solid #bd2239;
	border-radius: 10px;
}
#cartSide{
	display: none;
	position: absolute;
	padding-left: 2px;
	padding-right: 4px;
	top: 0px;
	right: 0px;
	height: 100%;
	overflow:hidden;
	z-index: 10;
	border-left: 2px solid #f9f9f9;
}
#bottomText a{
	color: #484848;
	font-size: 17px;
	font-weight: normal;
}
#bottomText div{
	display: inline-block;
}
#bottomText{
	vertical-align: top;
    padding: 11px 7% 4px 7%;
	line-height: 5px;
}
#bottomText:after{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:100%;
}
.copyright{
	font-family: sans-serif;
	color: #838383;
}
.orderedProdPrice, .orderedProdPriceTotal{
	color: rgb(188, 4, 56);
}
#ordersHeader{
	display : flex;
	align-items : center;
	justify-content: center;
}
.orderHeaderRow{
	color: #000000;
	text-shadow: 0 1px 0 #eeeeee;
	white-space: nowrap;
}
.orderHeader{
	margin: 0;
}
.orderActions{
	max-width: 167px;
}
.userOrderActions{
	max-width: 165px;
}
.orderActions button{
	margin: 2px;
	width: 100%;	
}
.message{
	color: white;
	text-align: center;
	width: 97%;
    margin-left: 7px;
}
.info{
    background-color: #105424;
	text-shadow: 0 0px 1px #0C3D1A;
  	border: 1px solid #0C3D1A;
}
.error_max{
	background-color: #a91f32;
	text-shadow: 0 0px 1px #862835;
  	border: 1px solid #8c1a2b;
}
.error{
	text-shadow: 0 0px 1px #862835;
}
.error.message{
    background-color: #800000;
}
#modalBackground{
	display: none;
	position: fixed;
	z-index: 498;
	opacity: .5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}
#pageBar{
	background-color: rgb(240, 240, 240);
	border-color: rgb(220, 220, 220);
}
#joinMailing{
	font-size: 140%;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	text-shadow: 0 0px 1px #35393c;
}
#featuredBar{
	background-color: #000;
	width: 100%;
	height: 37px;
	padding-left: 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 135%;
    line-height: 37px;
    color: #fff;
    display: inline-block;
    text-shadow: 0 0px 1px #35393c;
}
#joinMailing .ui-btn{
	padding-top: .6em;
	padding-bottom: .4em;
	font-size: 17px;
}
#joinMailing td{
	padding: 4px;
	height: 50px;
}
.midBar{
	background: #000;
	height: 60px;
	display: table-row;
}
#acceptedCardsDiv{
	padding-top: 5px;
	padding-left: 3%;
}
#acceptedCardsDiv img{
	display: inline-block;
}
#socialDiv{
	margin-left: auto;
	padding: 8px;
	padding-right: 3%;
}
#socialDiv a{
	margin: 0 2px;
}
#siteMap{
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0 3%;
}
@media screen and (min-width: 768px) {
    #siteMap{
        display: flex;
        justify-content: space-between;
    }
}
#siteMap ul, #siteMap div{
	text-align: left;
	vertical-align: top;
	display: block;
    list-style:none;
    padding: 0;
}
.speech-bubble {
	position: relative;
	padding: 9px 15px;
	background: #4fce5d;
	color: #fff;
	border: 1px solid #435A64;
	border-radius: 15px;
	box-shadow: 0 0 7px #435A64;
	z-index: 101;
}

.speech-bubble:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 100px;
	bottom: -41px;
	border: 10px solid transparent;
	border-top: 32px solid rgb(193,193,193);
	border-top: 32px solid rgba(193,193,193,0.5);
	z-index: 100;
}
.speech-bubble:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 102px;
	bottom: -31px;
	border: 8px solid transparent;
	border-top: 24px solid #4fce5d;
	z-index: 102;
}
.hasBubble{
	position: relative;
}
#needHelpBubble{
	display: none;
	text-shadow: 0 0 1px #435A64;
	min-width: 125px;
	position: absolute;
	top: -125px;
	left: -90px;
}
#siteMap ul li{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #848484;
    margin-bottom: 4px;
    line-height: 18px;
}
#siteMap ul li a:hover{
    color: #5b5b5b;
}
.sep{
	position: relative;
	display: inline-block;
	content: " ";
	width: 2px;
	height: 24px;
	margin: 0 25px;
	background: transparent url("/images/sep.png")  no-repeat center;
	background-size: 100%;
}
#map, #mapDiv, .contactUsText, .contactUsForm {
	display: inline-block;
	vertical-align: top;
	min-height: 500px;
	overflow: hidden;
	margin: 0 10px;
}
.contactUsForm {
	min-width: 282px;
}
.contactUsText {
	width: 22%;
	min-width: 350px;
	text-align: left;
}
#map{
	min-width: 350px;
	width: 44%;
}
.contactUsText div{
	display: inline-block;
	margin-right: 15px;
}
.contactUsForm form{
	display: inline-block;
	max-width: 500px;
	vertical-align: top;
}
#mapDiv #map{
	width: 95%;
}
#mapHeader {
	margin: 0 13px;
	width: 95%;
	text-shadow: 1px 1px white;
	background-color: rgb(221, 240, 255);
	border: 3px solid rgb(170, 218, 255);
}
.mapMarker{
    position: relative;
    padding: 8px 13px;
    border-radius: 8px;
	color: white;
	background-color: #C1272D;
    font-size: 12px;
    text-align: center;
}
.mapMarker::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #C1272D;
}
.contactUs .ui-field-contain div{
	width: 54%;
}
#faqModify li fieldset{
	width: 90%;
    max-width: 100%;
}
#faqModify li{
	position: relative;
	background-color: #fafafa;
	margin: 6px;
}
#faqModify li fieldset{
}
#faqModify li button{
	position: absolute;
	top: 3px;
	right : 3px;
}
#faq{
	padding: 20px;
}
#faq li{
	padding: 0;
}
#faq li h2{
	margin: 0;
}
#faq li h2 a{
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 30px;
}
.deleteTd{
	float: right;
	text-align: right;
	vertical-align: top;
}
.cell{
    display: table-cell;
}
/********************* Icon buttons *********************** */
.leftBtn{
    border-radius: 1em 0px 0px 1em !important;
    width: 100% !important;
}
.rightBtn{
    border-radius: 0 1em 1em 0 !important;
    height: 28px !important;
}
.plusBtn, .subtractBtn{
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    border: none;
}
.addBtn, .minusBtn, .deleteBtn, .tickBtn, .cancelBtn, .modifyBtn, .aiBtn, .switchBtn{
	padding: 0;
	position: relative;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: #f2f2f2;
    border-color: #858585;
    border-radius: 1em;
    border-width: .9px;
    color: #000000;
    text-shadow: 0 1px 0 #eeeeee;
    display: inline-block;
    vertical-align: middle;
}
.addBtn{
	margin: 0;
}
.addBtn:after, .minusBtn:after, .deleteBtn:after, .tickBtn:after, .cancelBtn:after, .modifyBtn:after, .aiBtn:after, .switchBtn:after{
	left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 1em;
    background-color: rgba(0,0,0,.15);
    background-position: center center;
    background-repeat: no-repeat;
 }
.addBtn:hover, .minusBtn:hover, .deleteBtn:hover, .tickBtn:hover, .cancelBtn:hover, .modifyBtn:hover, .copyBtn:hover, .pasteBtn:hover, .aiBtn:hover, .switchBtn:hover{
    background-color: #fafafa;
 }
.deleteBtn:after{
    background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23ffffff%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%202.5%202.5%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M2.118%201.719%201.649%201.25l0.469%20-0.469a0.05%200.05%200%200%200%200%20-0.07L1.789%200.382a0.05%200.05%200%200%200%20-0.07%200L1.25%200.851l-0.469%20-0.469c-0.019%20-0.019%20-0.052%20-0.019%20-0.07%200L0.382%200.711a0.05%200.05%200%200%200%200%200.07L0.851%201.25%200.382%201.719a0.05%200.05%200%200%200%200%200.07L0.711%202.118a0.05%200.05%200%200%200%200.07%200l0.469%20-0.469%200.469%200.469c0.01%200.01%200.022%200.015%200.035%200.015s0.025%20-0.005%200.035%20-0.015l0.328%20-0.328a0.05%200.05%200%200%200%200%20-0.07%22%2F%3E%3C%2Fsvg%3E);
}
.deleteBtn:hover:after{
    background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23FCD975%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%202.5%202.5%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M2.118%201.719%201.649%201.25l0.469%20-0.469a0.05%200.05%200%200%200%200%20-0.07L1.789%200.382a0.05%200.05%200%200%200%20-0.07%200L1.25%200.851l-0.469%20-0.469c-0.019%20-0.019%20-0.052%20-0.019%20-0.07%200L0.382%200.711a0.05%200.05%200%200%200%200%200.07L0.851%201.25%200.382%201.719a0.05%200.05%200%200%200%200%200.07L0.711%202.118a0.05%200.05%200%200%200%200.07%200l0.469%20-0.469%200.469%200.469c0.01%200.01%200.022%200.015%200.035%200.015s0.025%20-0.005%200.035%20-0.015l0.328%20-0.328a0.05%200.05%200%200%200%200%20-0.07%22%2F%3E%3C%2Fsvg%3E);
}
.addBtn:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.addBtn:hover:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%230B6623%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.minusBtn:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20y%3D%225%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E);
}
.minusBtn:hover:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20y%3D%225%22%20style%3D%22fill%3A%237C0A02%3B%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E);
}
.modifyBtn:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.modifyBtn:hover:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23A57B00%22%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.switchBtn:after{
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%20495.795%20495.795%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cg%20id%3D%22XMLID_120_%22%3E%3Cpath%20id%3D%22XMLID_122_%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M17.418%204.894%2012.586%200.064a0.225%200.225%200%200%200%20-0.239%20-0.048%200.225%200.225%200%200%200%20-0.135%200.203v2.336H7.512a0.54%200.54%200%200%200%20-0.54%200.54v3.91a0.54%200.54%200%200%200%200.54%200.54h4.702v2.336a0.225%200.225%200%200%200%200.135%200.203%200.225%200.225%200%200%200%200.239%20-0.048l4.83%20-4.83a0.225%200.225%200%200%200%200.065%20-0.155%200.225%200.225%200%200%200%20-0.065%20-0.155%22%2F%3E%3Cpath%20id%3D%22XMLID_121_%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.488%2010.456H5.785V8.121a0.225%200.225%200%200%200%20-0.135%20-0.203%200.225%200.225%200%200%200%20-0.239%200.048L0.582%2012.797a0.225%200.225%200%200%200%20-0.065%200.155%200.225%200.225%200%200%200%200.065%200.155l4.83%204.83a0.225%200.225%200%200%200%200.239%200.048%200.225%200.225%200%200%200%200.135%20-0.203v-2.336h4.702a0.54%200.54%200%200%200%200.54%20-0.54v-3.91a0.54%200.54%200%200%200%20-0.54%20-0.54%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.switchBtn:hover:after{
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%20495.795%20495.795%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cg%20id%3D%22XMLID_120_%22%3E%3Cpath%20id%3D%22XMLID_122_%22%20style%3D%22fill%3A%234169E1%3B%22%20d%3D%22M17.418%204.894%2012.586%200.064a0.225%200.225%200%200%200%20-0.239%20-0.048%200.225%200.225%200%200%200%20-0.135%200.203v2.336H7.512a0.54%200.54%200%200%200%20-0.54%200.54v3.91a0.54%200.54%200%200%200%200.54%200.54h4.702v2.336a0.225%200.225%200%200%200%200.135%200.203%200.225%200.225%200%200%200%200.239%20-0.048l4.83%20-4.83a0.225%200.225%200%200%200%200.065%20-0.155%200.225%200.225%200%200%200%20-0.065%20-0.155%22%2F%3E%3Cpath%20id%3D%22XMLID_121_%22%20style%3D%22fill%3A%234169E1%3B%22%20d%3D%22M10.488%2010.456H5.785V8.121a0.225%200.225%200%200%200%20-0.135%20-0.203%200.225%200.225%200%200%200%20-0.239%200.048L0.582%2012.797a0.225%200.225%200%200%200%20-0.065%200.155%200.225%200.225%200%200%200%200.065%200.155l4.83%204.83a0.225%200.225%200%200%200%200.239%200.048%200.225%200.225%200%200%200%200.135%20-0.203v-2.336h4.702a0.54%200.54%200%200%200%200.54%20-0.54v-3.91a0.54%200.54%200%200%200%20-0.54%20-0.54%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.tickBtn:after{
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%200.6%200.6%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.122%200.332%200.107%200.107L0.468%200.2%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.0625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E"););
}
.tickBtn:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%200.6%200.6%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.122%200.332%200.107%200.107L0.468%200.2%22%20stroke%3D%22%230B6623%22%20stroke-width%3D%220.0625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E"););
}
.cancelBtn:after{
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%200.4%200.4%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0.2%200.025a0.175%200.175%200%201%201%200%200.35A0.175%200.175%200%200%201%200.2%200.025M0.075%200.2a0.125%200.125%200%200%200%200.194%200.104l-0.173%20-0.173A0.125%200.125%200%200%200%200.075%200.2m0.125%20-0.125c-0.026%200%20-0.049%200.008%20-0.069%200.021l0.173%200.173A0.125%200.125%200%200%200%200.2%200.075%22%2F%3E%3C%2Fsvg%3E);
}
.cancelBtn:hover:after{
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%200.4%200.4%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%237C0A02%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0.2%200.025a0.175%200.175%200%201%201%200%200.35A0.175%200.175%200%200%201%200.2%200.025M0.075%200.2a0.125%200.125%200%200%200%200.194%200.104l-0.173%20-0.173A0.125%200.125%200%200%200%200.075%200.2m0.125%20-0.125c-0.026%200%20-0.049%200.008%20-0.069%200.021l0.173%200.173A0.125%200.125%200%200%200%200.2%200.075%22%2F%3E%3C%2Fsvg%3E);
}
.aiBtn:after{
    background-image: url(data:image/png;base64,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);
    background-size: cover;
}
.aiBtn{
    transition: opacity 0.3s linear 1s;
}
.copyBtn:after{
	background-image: url(images/copy.png);
} 
.pasteBtn:after{
	background-image: url(images/paste.png);
}

.pasteBtn:disabled{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.pasteBtn:disabled:after{
	background-image: url(images/paste_disabled.png);
}
.copyBtn, .pasteBtn{
	padding: 0;
	position: relative;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-color: #d6d6d6;
    border-color: #858585;
    border-radius: 6px;
    border-width: 1px;
    color: #000000;
    text-shadow: 0 1px 0 #eeeeee;
    display: inline-block;
    vertical-align: middle;
}
.copyBtn:after, .pasteBtn:after{
	left: 50%;
    margin-left: -12.5px;
    top: 50%;
    margin-top: -12.5px;
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.15);
    background-position: center center;
    background-repeat: no-repeat;
 }
 
/********************* Icon and text buttons *********************** */
.ui-icon-geolocation, .shopBtn{
	background-color: #f2f2f2;
    border-color: #858585;
    color: #000000;
    text-shadow: 0 1px 0 #eeeeee;
    border-radius: 0.3125em;
    border-width: 1px;
    width: 100%;
    font-size: 85%;
    margin: 0.5em 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2.5em;
    padding-right: 1em;
    display: block;
    position: relative;
    text-align: center;
}
.ui-icon-geolocation:after, .shopBtn:after{
	left: 7px;
	top: 50%;
    margin-top: -12px;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 1em;
    background-color: rgba(0,0,0,.15);
    background-position: center center;
    background-repeat: no-repeat;
}
.shopBtn:after	{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10%2C4V3c0-1.657-1.343-3-3-3S4%2C1.343%2C4%2C3v1H1v10h12V4H10z%20M4.5%2C6C4.224%2C6%2C4%2C5.776%2C4%2C5.5%20S4.224%2C5%2C4.5%2C5S5%2C5.224%2C5%2C5.5S4.776%2C6%2C4.5%2C6z%20M5%2C3c0-1.104%2C0.896-2%2C2-2c1.104%2C0%2C2%2C0.896%2C2%2C2v1H5V3z%20M9.5%2C6C9.225%2C6%2C9%2C5.776%2C9%2C5.5%20S9.225%2C5%2C9.5%2C5S10%2C5.224%2C10%2C5.5S9.775%2C6%2C9.5%2C6z%22%2F%3E%3C%2Fsvg%3E);
}
#adModify table{
	width: 100%;
}
#adModify li{
	border-top: 1px solid #e1e1e1;
	background-color: #fefefe;
}
#joinMailingDialog{
	width: 400px;
}
#joinMailingDialog h1{
	margin: 0 10%;
}
.uploadText{
	display: inline-block;
	vertical-align: middle;
	width: 55% !important;
}
.upload{
	display: inline-block;
	text-align: left;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}
.upload > label{
	cursor: pointer;
	margin: 0 !important;
}
.upload img{
    height: 32px;
}
.upload div{
    transition: background-image 0.3s ease;
    width: 32px;
    height: 32px;
    display: block;
    background-size: cover;
}
.upload > input{
    display: none;
}
.upload_link{
    background-image: url('/images/icons/upload_link.png');
}
.upload_link:hover{
    background-image: url('/images/icons/upload_link_hover.png');
}
#uploadHelpText{
    color: #8991a7;
    font-size: 12px;
}
.add_link{
    background-image: url('/images/icons/add_link.png');
}
.add_link:hover{
    background-image: url('/images/icons/add_link_hover.png');
}
.upload_image{
    background-image: url('/images/icons/upload_image.png');
}
.upload_image:hover{
    background-image: url('/images/icons/upload_image_hover.png');
}
.add_image{
    background-image: url('/images/icons/add_image.png');
}
.add_image:hover{
    background-image: url('/images/icons/add_image_hover.png');
}
.upload_camera{
    background-image: url('/images/icons/upload_camera.png');
}
.upload_camera:hover{
    background-image: url('/images/icons/upload_camera_hover.png');
}
.add_camera{
    background-image: url('/images/icons/add_camera.png');
}
.add_camera:hover{
    background-image: url('/images/icons/add_camera_hover.png');
}.modBtnDiv{
	position: absolute;
	top: 0;
	left:30%;
	z-index: 50;
}
.createAccount{
	font-size: 12px;
	color: #8991a7;
	text-shadow: 1px 1px #eee;
}
#availProducts
{
	display: inline-block;
	color: #3388cc;
	cursor: pointer;
	margin-left: 20px;
}
#toggleProdsWithStock {
    vertical-align: bottom;
}

input[type='range'][name='quantity'] {
  height: 38px;
  width: 70%;
  -webkit-appearance: none;
  background-color: transparent;
  margin: 10px 0;
}
input[type=range]:focus {
  outline: none;
}

input[type=range][name='quantity']::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -7px;
	border: 1px solid #c0c0c0;
	height: 28px;
	width: 28px;
	border-radius: 3px;
	background-color: #f8fafc;
	cursor: pointer;
	box-shadow: 2px 2px 6px #a0a0a0, inset -1px -1px 5px #bdbdbd;
}
input[type=range][name='quantity']::-webkit-slider-thumb:hover {
	background-color: #fff;
}
input[type=range][name='quantity']::-webkit-slider-runnable-track {
	height: 16px;
	cursor: pointer;
	box-shadow: inset 1px 1px 4px #a0a0a0, inset -1px -1px 4px #bdbdbd;
	background: #edeff8;
	border-radius: 3px;
	border: 0.2px solid #c0c0c0;
}

input[type=range][name='quantity']::-moz-range-thumb {
	border: 1px solid #c0c0c0;
	height: 28px;
	width: 28px;
	border-radius: 3px;
	background-color: #f8fafc;
	cursor: pointer;
	box-shadow: 2px 2px 6px #a0a0a0, inset -1px -1px 5px #bdbdbd;
}
input[type=range][name='quantity']::-moz-range-thumb:hover {
	background-color: #fff;
}
	
input[type=range][name='quantity']::-moz-range-track {
	height: 16px;
	cursor: pointer;
	box-shadow: inset 1px 1px 4px #a0a0a0, inset -1px -1px 4px #bdbdbd;
	background: #edeff8;
	border-radius: 3px;
	border: 0.2px solid #c0c0c0;
}

input[type=range][name='quantity']::-ms-thumb {
	border: 1px solid #c0c0c0;
	height: 28px;
	width: 28px;
	border-radius: 3px;
	background-color: #ffffff;
	cursor: pointer;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=text], input[type=number], input[type=date], input[type=password], input[type=tel], input[type=email], textarea, select, .text{
	width: 91.5%;
	padding: 5px;
	border-radius: 0.6em;
	border-color: #a1a1a1;
	border-width: 0.3px;
	color: #333333;
	background-color: #fff;
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 45%);
	margin-bottom: 5px;
}
select{
	width: 95%;
}
div.checkbox, div.radio{
	position: relative;
	margin: 4px 0px;
	text-align: left;
}
div.checkbox > input[type=checkbox], div.radio > input[type=radio]{
	display: none;
}
div.checkbox > label, div.radio > label{
	padding: 0.1em 1em 0.1em 3em !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
div.checkbox > label:after, div.radio > label:after{
	background-color: rgba(0,0,0,.3);
	border-radius: 0.1875em;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5625em;
    width: 18px;
    height: 18px;
    margin: -9px 2px 0 2px;
}
div.dateRange {
	display: inline;
}
div.dateRange input[type=date]{
	width: 120px;
}
.userGroup .checkGroup{
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
.ui-field-contain label{
	vertical-align: top;
}
.radioGroup label{
	background-color: rgb(242, 242, 242);
	border: solid 1px rgb(133, 133, 133);
	color: rgb(0, 0, 0);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
	padding: 5px 13px;
	position: relative;
	text-rendering: optimizelegibility;
	text-shadow: rgb(238, 238, 238) 0px 1px 0px;
}
.radioGroup input[type=radio]{
	display:none;
}
input[type=radio]:checked + label:after{
	background-color: #a91f32;
	color: #fff;
}
.radioGroup label:nth-child(3){
	border-top-left-radius: 9.6px;
	border-bottom-left-radius: 9.6px;
}
.radioGroup label:last-child{
	border-top-right-radius: 9.6px;
	border-bottom-right-radius: 9.6px;
}
.radioGroup input[type="radio"]:not(:checked) + label {
    box-shadow: inset 0px 0px 5px #b0b0b0;
}
.radioGroup input[type="radio"]:checked + label {
    box-shadow: inset 0px 0px 3px #696969;
    border-color: #333333;
}
input[type=checkbox]:checked + label:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2214%2C4%2011%2C1%205.003%2C6.997%203%2C5%200%2C8%204.966%2C13%204.983%2C12.982%205%2C13%20%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: 3px 1.5px;;
    background-color: #a91f32;
}
div.radio > label:after{
	background-color: rgba(0,0,0,.3);
	border-radius: 1em;
}
input[type=radio]:checked + label:after{
	opacity: 1;
	background-image: none;
    background-color: #fff;
    width: 12px;
    height: 11px;
    border-width: 3px;
    border-style: solid;
    border-color: #a91f32;
}
.rangeInput{
	height: 20px;
    width: 40px !important;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    margin-top: 15px;
}
.checkLabel {
	display: block;
	margin: 2px 0;
}
.permsGroup div.checkbox{
	display: inline-block;
}
.arrow{
    transition: border-color 0.2s, transform 0.2s ease-out;
}
.click-underline{
    cursor: pointer;
}
.click-underline:hover{
    text-decoration: underline;
}
b, strong {
    font-weight: 700;
}
.ui-field-contain, #contactUsDiv label, fieldset.contactUs{
	width: auto;
	min-width: auto;
}
#ThemesList div.inline:last-child{
    margin-left: 10px;
}
.fadeInOut{
    animation: fadeInOut 2s infinite;
}
@keyframes fadeInOut {
    0% {opacity: 1;}
    25% {opacity: 0.8;}
    50% {opacity: 0.2;}
    75% {opacity: 0.8;}
    100% {opacity: 1;}
}
.gray {
    color: gray;
}
.dialogMessage{
    color: #777;
}
#existingPaymentsTable{
    width: 93vw;
}
#existingPaymentsTable th{
    color: #fff;
    background-color: #000;
    padding: 2px;
    text-align: center;
}
#existingPaymentsTable td{
    border-top: 1.0px #bed1ffff solid;
}