
/* 
NEW CASH POPUP
*/
.VG-Payment-Popup-Content {
	/*background: #ffffff;*/
}

.VG-Cash-PopUp{
	width:600px;
}
.VG-Header{
	height:62px;
	display: block;
	margin: 0px 20px 0px 20px;
	padding-bottom: 5px;
}
.VG-Header-Title{
	float:left;
	display: inline-block;
	margin-top: 20px;
	color: #A6A6A6;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial, sans-serif;
}
.VG-Header-Title-Right{
	float:right;
	margin: 10px 0px 0px 0px;
	display: inline-block;
	padding: 10px 0px 0px 0px;
}
.VG-Header-Title-Right .VG-Amount{
color: #c02f2f; /* #8B0000; */
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	cursor: pointer;
}
.VG-Header-Title-Right .VG-Amount-Due{
	color: #ffffff;
	background-color: #878787;
	display: inline-block;
	font: 400 12px Arial;
	padding: 2px 5px;
	border-radius: 3px;
	margin-top: 5px;
	margin-right: 4px;
	vertical-align: top;
}
.VG-Content-Top {
	padding: 20px;
}
.VG-Content-Top-Left {
	float: left;
}
.cash-amount-input {
	height: 58px;
	text-align: left;
	padding: 5px 20px 5px 10px;
	font-size: 28px;
	width: 220px;
}
.card-number-input {
	height: 58px;
	text-align: left;
	padding: 5px 15px;
	font-size: 28px;
	width: 525px;
}
.card-number-input:disabled{
	background-color: #F2F0F1;
	border: 2px solid #FFF;
  border-style: groove;
}
.pin-login-btn {
	display: inline-block;
	height: 70px;
	line-height: 70px !important;
	width: 269px;
	background-color: #1D7FC4;
	border: 1px solid #D9D9D9;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font: 400 24px Arial, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.pin-login-btn .fa-search {
	line-height: 70px; font-size: 36px;
}
.VG-Content-Top-Right {
	float: right;
}
.VG-Content-Main {
	padding: 22px 20px;
}
.VG-Content-Main-Left {
	float:left;
	width: 260px;
}
.VG-Content-Main-Right {
	float:right;
	width: 260px;
}
.VG-Content-Top-Second-Line {
	margin-top: 20px;
	position: relative;
}
.VG-Cash-PopUp ul {
	margin: 0px !important;
	padding: 0px !important;
}

.VG-Content-Amount-Buttons-Container ul li{
	width: 120px !important;
	height: 50px;
	line-height: 50px;
	display: inline-block !important;
	float: left !important;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #DDDDDD;
	border: 1px solid #797979;
	border-radius: 7px;
	text-align: center;
	cursor: pointer;
	color: #797979;
	font-size: 18px;
	text-decoration: none;
}
.VG-Content-Amount-Buttons-Container ul li a {
	color: #555555;
	font-size: 26px;
	text-decoration:none;
}

.VG-Content-Amount-Buttons-Container.amtSetV2 ul li{
	width: 130px !important;
	height: 50px;
	line-height: 50px;
	display: inline-block !important;
	float: left !important;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #bde0ba;
	border: 0px solid #797979;
	border-radius: 0px;
	text-align: center;
	cursor: pointer;
	color: #797979;
	font-size: 18px;
	text-decoration: none;
}
.VG-Content-Amount-Buttons-Container.amtSetV2.blueCells ul li {
	background: #c6dff0;
}
.VG-Content-Amount-Buttons-Container.amtSetV2 ul li a {
	color: #555555;
	font-size: 26px;
	text-decoration:none;
}
.VG-Content-Amount-Buttons-Container.amtSetV2 ul li .btn_prefix {
	background-color: #91c18b;
  color: #FFF;
  float: left;
  width: 30px;
  font-size: 22px;
}
.VG-Content-Amount-Buttons-Container.amtSetV2 ul li .btn_suffix {
	background-color: #88b9d3;
  color: #FFF;
  float: right;
  width: 30px;
  font-size: 22px;
}


.VG-Content-Buttons-Container ul li{
	width: 86px !important;
	height: 72px;
	display: inline-block !important;
	float: left !important;
/*
	margin-right: 6px;
	margin-bottom: 6px;
*/
}
.VG-Content-Buttons-Container-li-href{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	line-height:72px;
}
.VG-Content-Buttons-Container-li-href-text{
	background-color:#DDDDDD;
	color:#555555;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.VG-Content-Buttons-Container-li-href-number{
/*
	background-color:#555555;
	color:#EEEEEE;
*/
	background-color:#FFF;
	color:#333;
	font-size:50px;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #333;
}

.icon-cancel-circle {
	width: 25px;
	font-size: 20px;
	color: #545454;
}
.icon-cancel-circle:hover {
	text-decoration: none;
}


/* CC Card Payment */

.VG-POS-Credit-Card-Pymnt-Form-Content .VG-POS-Credit-Card-Form-Field-Label {
	color: #666666;
	font-weight: bold;
}
.VG-POS-Credit-Card-Pymnt-Form-Content .VG-POS-Credit-Card-Form-Field-Label.Inline-Field{
	display: inline-block;
	font: 400 12px Arial;
}
.VG-POS-Credit-Card-Pymnt-Form-Content-Fields input[type="text"] {
	border: 1px solid #CCCCCC;
}
.VG-POS-Credit-Card-Pymnt-Form-Content input[type="text"].VG-Credit-Card-Number-Field-small {
	width: 400px !important;	
}
.VG-POS-Credit-Card-Pymnt-Form-Content-Fields input[type="text"].VG-POS-Credit-Card-Field {
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: 252px;
	margin-bottom: 10px;
}

.VG-POS-Credit-Card-Pymnt-Form-Content select { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	height: 32px;
	padding:6px 4px 4px 4px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
} 

.VG-POS-Credit-Card-Pymnt-Form-Content .VG-Credit-Card-Type-Image {
	display: none; position: absolute; right: 0px; top: 0px;
	background-image: url(/images/icons/ccards/icon_cctype_all.png); 
	background-size: 100px auto; z-index: 6; opacity: 1; 
	width: 115px; height: 70px;
	background-position: 50% 50%; background-repeat: no-repeat no-repeat;
}

.VG-POS-Credit-Card-Pymnt-Form-Content .VG-POS-Credit-Card-Form-Button {
	color: #fff;
	background-color: #238E23;
	margin-top: 16px;
	cursor: pointer;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: center;
	padding: 14px 24px;

	font-size: 24px;
	font-weight: bold;
}

.VG-POS-Credit-Card-Pymnt-Form-Content .VG-POS-Credit-Card-Form-Button-Short {
	color: #fff;
	background-color: #1D7FC4;
	margin-top: 17px;
	cursor: pointer;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: center;
	padding: 20px 24px;

	font-size: 24px;
	font-weight: bold;
}

.VG-POS-Credit-Card-Pymnt-Form-Content .VG-Credit-Card-Preloader {
	display: block; 
	width: 100%; height: 300px;
	background-image: url(/images/preloader.gif); 
/*		background-size: 100px auto; 	*/
	z-index: 6; opacity: 1; 
	background-position: 50% 50%; background-repeat: no-repeat no-repeat;
}


.VG-POS-Credit-Card-Payment-Button {
	color: #fff;
	background-color: #238E23;
	cursor: pointer;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: center;
	display: inline-block;
	height: 45px;
	padding: 12px 0px;
	font-size: 28px;
	font-weight: bold;
	width: 269px;
}
.VG-POS-Credit-Card-Payment-Button.Cancel-Button {
	background-color: #8C0000;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	width: 200px;
	font-weight: 400;
	
}
.VG-POS-Credit-Card-Payment-Button.Passive-Button {
	background-color: #DDD;
	color: #AAA;
	cursor: default;
	
}
.VG-POS-Payment-Popups-Left-Separator {
	border-top: 1px solid #797979;
}

.VG-Grid-Shipping-Row {
	border: 1px solid transparent;
}
.VG-Grid-Shipping-Row.VG-Active-Row {
	border: 1px solid #000000;
}

.pos-cart-shipping-footer .VG-InfoGrid-Button,
.pos-cart-payments-footer .VG-InfoGrid-Button,
.pos-cart-extended-footer .VG-InfoGrid-Button {
	display: inline-block;
	margin-bottom: 2px;
	height: 30px;
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	position: relative;
}
.pos-cart-extended-footer .VG-InfoGrid-Button.VG-Cart-Item-Passive {
	background: #BBBBBB;
	border-color: #BBBBBB;
	color: #EEEEEE;
	cursor: default;
}
.VG-CssArrow-Text-Left {
	float: left;
	width: 50px;
	margin-right: 10px;
	margin-left: 15px;
	line-height: 40px;
}
.VG-HorzButtons-Holder .VG-HorzButton.VG-Default {
  color: #FFF;
}

.pos-grid-select-btn {
		background-color: #FFF;
		border: 1px solid #444;
		border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
		padding: 4px;
		color: #444;
		cursor: pointer;
		width: 50px;
		margin: auto;
		font: 400 10px 'Open Sans', sans-serif, Arial;
	}
	.pos-grid-select-btn:hover {
		background-color: #1d7fc4;
		border: 1px solid #1d7fc4;
		color: #fff;
	}	
