.bg_wrap.page_template {
	/* display: none; */
}

strong.required {
	color: #F80615;
}

.invalid {
	border: 1px solid #F80615 !important;
}


.input-wrapper-div {
	/*border: 1px solid red;*/
	margin: 0 auto;
	padding: 5px;
	font-family: Arial,sans-serif !important;
}




.logo-img-wrapper {
	/* margin: 0 auto;
	width: 40%;
	margin-bottom: 10px;
	text-align: center;*/
	display: none;
}

.input-logo-img {
	width: 50%;
	height: auto;	
}

.header-img-wrapper {
	/* margin: 0 auto;
	margin-bottom: 25px; */
	display: none;
}


.input-header-img {
	width: 100%;
	height: auto;
	
}

.grocery-list-form {
	color: #58585a;
	font-size: 16px !important;
}

.info-input-wrapper-div {
	margin-bottom: 10px;
}

.grocery-list-form input, .grocery-list-form textarea {
	background-color: #f4f5f7;
	border 2px solid #cfcfcf;
	font-size: 16px !important;
	font-family: Arial,sans-serif !important;
	display: block;
	border: 1px solid #acacac;
	padding: 8px;
	color: #333333;
}



.grocery-list-pref-checkbox {
	display: inline !important;
}

#groceryTable tr td input.product-qty-input-pref-qty {
	display: inline !important;
	width: 24px !important;
	height: 24px !important;
	color: #000000 !important;
	font-size: 12px !important;
	text-align: center !important;
	padding:0;
}


.pref-label {
	display: inline !important;
	font-size: 11px;
}

#groceryTable {
	margin-top: 40px;
	border: none;
	border-collapse: collapse;
}

#groceryTable tr td {
	border: none;
}

#groceryTable tr td.product-qty-cell {
	text-align: center;
	vertical-align: middle;
}

#groceryTable thead th {
	border: none;	
	color: #005886;
	background-color: #FFFFFF;
	padding: 6px;
	
}

#groceryTable thead th.center-col {
	text-align: center;
}

#groceryTable thead th.right-col {
	text-align: right;
}

.product-unit-price-cell {
	text-align: right;
}


#groceryTable tbody tr td {
	border-bottom: 1px solid #acacac;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 6px;
	vertical-align: middle;
}

#groceryTable tr td.category-row-cell {
	background-color: #f4f5f7;
	font-size: 16px;
	color: #575759;
	font-weight: bold;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

#groceryTable tbody tr td.product-line-total-cell {
	text-align: right;
}


#groceryTable tbody tr td.product-pref-cell {
	font-size: 11px !important;
}

#detailsTable {
	margin-top: 10px;
	/* border: 1px solid #acacac; */
}

#detailsTable tr td {
	background-color : #FFFFFF !important;
	color: #333333;
	padding: 5px;
}

#groceryTable tbody tr td .product-qty-input {
	width: 24px !important;
	height: 24px !important;
	padding: 0;
	font-size: 12px !important;
}

.info-wrapper-div {
	margin-bottom: 40px;
}

.info-wrapper-div p {
	margin-bottom: 0;
	line-height: 26px;
	
}

.tfoot-cell {
	color: #005886;
	background-color: #FFFFFF;
	padding: 6px;
	font-weight: bold;
}

.tfoot-total-cell, .tfoot-total-cell label, .product-grand-total label {
	font-weight: bold !important;
	text-align: right !important;
	color: #005886 !important;
}

#groceryTable tfoot tr td  {
	background-color: #FFFFFF;
}

#btnSubmit {
	margin-top: 10px;
	background-color: #015883;
	color: #FFFFFF !important;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
}

#btnSubmit:hover {
	background-color: #98dbf6;
	color: #015883 !important;
	text-decoration: none;
	font-weight: bold;
}

.product-qty-input {
	color: #015883;
	text-align: center;
	display: inline !important;
}


.btn-log {
    background-color: #015883 !important;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin-top: 5px;
    padding: 8px 20px;
    text-decoration: none;
    width: 75px;	
}



/***** PRINT STYLES ****/

.print-wrapper-div {
	margin: 0 auto;
	padding: 5px;
	font-family: Arial,sans-serif !important;	
	font-size: 14px !important;
}

.print-instuctions-wrapper-div {
	width: 80%;
	margin: 0 auto;	
}

.print-instuctions-wrapper-div p {
	margin: 0 !important;
	font-size: 16px !important:
}

.print-link {
	text-decoration: none;
	padding:8px 20px;
	line-height: 1em;
	background-color: #015883;
	color: #FFFFFF !important;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
	display: block;
	width: 75px;
	margin-top: 20px; 
	margin-left: 109px;
}

.print-link:hover {
	background-color: #98dbf6;
	color: #015883 !important;
	text-decoration: none;
	font-weight: bold;
}


