﻿.tblMain {
    border:0;
    margin:0 auto;
    padding: 0;
    border-spacing: 0;
}
.reqmsg {
    color: Red;
}
.include {
    font-weight: normal;
}
.exclude {
    text-decoration: line-through;
    font-style: italic;
}
.edited {
    font-style: italic;
    text-decoration: underline;
}
#payment_error_msg {
    color:red;
}
.billme_extend {
    width:200px !important;
}
.l_name_space {
    margin-left:0.5em;
}
#eCheckTableDetails {
    width: 100%
}

#eCheckTableDetails > tbody > tr.row_payment {
    display: block;
}

#eCheckTableDetails tr.row_payment > td.cell2_payment {
    display: block;
}

#echeckLabel {
    padding-right: 10px;
}

.echeck_radio_label {
    padding-right: 20px;
}

label[for="rgEcheck"], label[for="rgCC"] {
    padding-right: 10px;
}

.payment-info-popup {
    padding-left: 5px;
}

/**************generic styles for forgot password module*************/

.password p {
    margin: 0 0 .5em 35px;
}
.password .header {
    font-weight: bold;
}
.error {
    color: #A31919;
    border: 1px solid #A31919;
}
.password input {
    margin: 0.5em 0 .5em 8.5em;
}
/*********************************************************************/
/********************************
	Order Summary STYLES
********************************/

#module_orderinfo {
    overflow: auto;
}
.order-summary {
    margin-left:0px;
}
.order-summary-box {
    padding: .5em;
    border: 1px #ddd solid;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.order-summary-title {
    font-weight:bold;
    padding-bottom:.5em;
}
.order-summary-paymentmethod {
    margin-left:0px;
    margin-bottom:1em;
}
/*****************************/

.a-column {
    margin-right: 3.35%;
    margin-bottom: 1%;
    float: left;
    min-height: 1px;
}
.a-row {
    text-align: left;
}
.first {
    margin-left: 1%;
}
.a-text-left {
    text-align: left!important;
}
.a-align-bottom {
    vertical-align: bottom!important;
}
.a-text-right {
    text-align: right!important;
}
.a-nowrap {
    white-space: nowrap;
}
.a-size-medium {
    font-size: 17px;
}
.a-color-price {
    font-weight: bold;
    color: #b12704;
}
/*end mod order info*/

/*gift*/
#rbTerm {
    width: 90%;
    margin: 0 auto;
    color: #000000;
    border: solid 1px #525252;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.mGrid {
    background-color: #FFFFFF;
    margin: 0 auto;
    border: solid 1px #525252;
    border-collapse: collapse;
    width: 90%;
}
.mGrid td {
    padding: 2px;
    border: solid 1px #525252;
    color: black;
    font-size: 0.9em;
}
.mGrid th {
    padding: 4px 2px;
    color: black;
    background-color: #003065;
    border: solid 1px #525252;
    font-size: 0.9em;
    text-align: left;
}
.mGridLbl {
    width:90%;
    margin:0 auto;
    display:block;
    margin-bottom:10px;
}
#lbl_gift_total {
    text-align: left;
}
#tbl_gift_total {
    width: 90%;
    margin:0 auto;
    font-size: 0.9em;
    color: black;
    background-color: #003065;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px white;
    border-left: solid 1px #525252;
    border-right: solid 1px #525252;
    border-bottom: solid 1px #525252;
}
#tbl_gift_buttons {
    margin: 0 auto;
}
#tbl_gift_confirm td {
    padding-bottom: 1em;
}
.button {
    height:30px !important;
    line-height:30px !important;    
}
/*end gift*/

.fieldSetPayment fieldset img {
    float: left;
}
.fieldSetPayment fieldset {
    border: 0px;
    border: none;
    padding: 1em;
}
.cell2_payment img {
    padding-right: 0.3em;
}
.fieldSetPayment fieldset td.cell1_payment {
    padding-left: 20px;
}
#blurb_bottom_payment > span {
    padding-left: 2px;
}
#blurb_Paypalmessage_bottom_payment > span {
    padding-left: 2px;
}
#ccnumber_cell,
#expire_cell,
#ccv_cell {
    margin-left: 1.35em;
    float: none;
}
.ccContainerpayment tr td.cell1_payment {
    padding-left: 1.35em !important;
    margin-left: 0em;
    float: none;
}
.tblpayment input[type='radio'] {
    padding-left: 0em !important;
    margin-left: 0em !important;
    margin-right: 1em !important;
    float: none !important;
}
.txtbox_custserve {
    max-width: 470px !important;
    width: 100% !important;
}
.shippingCategoryDetails {
    margin: 0 auto;
    text-align: center;
}
.shippingCellHeader {
    padding: 4px;
    background-color: lightgray;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
}
.shippingCellSector {
    padding: 4px;
    background-color: lightgray;
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    text-align: left;
}
.shippingCell {
    padding: 4px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    text-align: right;
}
.shippingBlurb {
    margin: 0 auto;
    text-align: center;
}
.shippingCategory {
    margin: 0 auto;
    text-align: center;
    font-size: 1.15em;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: underline;
}
#module_shipping table {
    margin: 0 auto;
}
/*hide module*/

.module_hidden {
    display: none;
}
/*disabled textboxes*/

input[type="text"]:disabled {
    background: #dddddd;
}
/*Group Export Module*/

#moduleHdr_groupexport {
    border-top: 1px solid;
}
#module_groupexport_wrapper {
    border-top: none;
}
#lblGERecords {
    font-family: Verdana, "Droid Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    padding: 7px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.75px;
    float: right;
}
.highlightRow {
    background-color: #FFC7E9;
}
.GridViewStyle {
    font-family: Montserrat, sans-serif;
    font-size: .7em;
    table-layout: auto;
    border-collapse: collapse;
    /*border: green 5px solid;*/
}
SortedAscendingCellStyle {
    background-color: #F5F7FB;
}
SortedAscendingHeaderStyle {
    background-color: #6D95E1;
}
SortedDescendingCellStyle {
    background-color: #E9EBEF;
}
SortedDescendingHeaderStyle {
    background-color: #4870BE
}
#grid_groupexport_wrapper {
    max-width: 1000px;
    max-height: 500px;
    overflow: auto;
}
/*Header and Pager styles*/

.HeaderStyle,
.PagerStyle
/*Common Styles*/

{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    
    background-color: green;
    color: white;
    font-weight: bold;
}
.HeaderStyle th {
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a {
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.FooterStyle
/*Common Styles*/

{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    
    background-color: green;
    color: white;
    font-weight: bold;
}
.FooterStyle td {
    padding: 5px;
}
.PagerStyle table {
    text-align: center;
    margin: auto;
}
.PagerStyle table td {
    border: 0px;
    padding: 5px;
}
.PagerStyle td {
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.PagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/

.RowStyle td,
.AltRowStyle td,
.SelectedRowStyle td,
.EditRowStyle td
/*Common Styles*/

{
    padding: 4px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td {
    background-color: #F5FFFA;
}
.AltRowStyle td {
    background-color: #E0EEE0;
}
.SelectedRowStyle td {
    background-color: #ffff66;
}
#export_btn,
#export_btn2 {
    font-family: Verdana, "Droid Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    padding: 7px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid white;
    /*box-shadow: 2px 2px 2px 0 #b2b0b0;*/
    
    color: white;
    letter-spacing: 0.75px;
    background: #009B49;
}
#export_btn2 {
    display: none;
}
#lblGiftExport {
    text-align: center;
}
#export_btn:HOVER,
#export_btn2:HOVER {
    cursor: pointer;
    background-color: #837E7C;
}
/*End Group Export Module*/

/* Begin reCaptcha styling */

#moduleHdr_recaptcha, #moduleHdr_hcaptcha {
    border:0px;
}

#module_recaptcha_wrapper, #module_hcaptcha_wrapper
{
    display: table; /*centers the object in the wrapper*/
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1%;
    background-color: transparent;
    border:none;
}  

.hcatpcha-privacy {
    text-align:center;
    font-size: smaller;
}

/* End reCaptcha styling */

#expireBox {
    margin-left:auto;
    margin-right:auto;
    font-size: 1.1em;
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid;
    max-width: 375px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; 
}

/*#expiredate {
    max-width:150px;
    border:none; 
    text-align:center;
}*/

#btnPricePanel {
    font-size:1em;
    font-weight:bold;
    padding:4px;
}

#lblPricePromoCode {
    font-size:1em;
    font-weight:bold;
    margin-left:.5em;
}

#lblPricePromoCodeError {
    color:red;
    font-size:1em;
    font-weight:bold;
}

/* Start Custom Gift Styling */
.cgGift {
    border: 1px solid #BAB7A6;
    width:100%;
    background-color:#e3e2f2;
    padding-left:4%;
    margin-bottom:2%;
}

.cgblurb {
    font-size: 1.1em;
}

.cgGiftElement {

}

.formRow {
    width:100%;
}

.module_wrapper_left {
    width:48%;
    float:left;
}

.module_wrapper_right {
    width:48%;
    float:right;
}

.divAppendRecipientsButton {
    width:100%;
    text-align:center;
    clear:both;
    padding-top:2%;
}

.fieldLabel {
    max-width:200px;
}

/*.fieldInput, .cgstate, .cgzip, .cgcountry {
    max-width:360px;
}*/

.fieldInputAcctno {
    max-width:300px;
    display:none;
    padding:2px 2px;
}

.row1 {width:48%; float:left; clear:left; margin-right:1%; margin-bottom:1%;}
.row2 {width:48%; float:right; clear:right; margin-right:1%; margin-bottom:1%;}
.row3 {width:96%; margin-left:auto; margin-right:auto; clear:both; margin-bottom:1%;}
.row4 {width:100%; margin-left:auto; margin-right:auto; clear:both; margin-bottom:1%;}

.btnAddAnother {
    padding:8px;
    text-align:center;
    background-color:#b80000;
    color:white;
    font-weight:bold;
    font-size:1.25em;
    text-decoration:none;
}

.btnRemove {
    font-size:1.25em;
}

.cggrandtotal_wrapper {
    width: 100%;
    border: 0px solid #BAB7A6;
    margin-top: 2%;
    text-align: center;
    clear:both;
    /*background-color:#343481;
    color:white;
    text-align:right;
    margin-top:-44px;*/
}

.cggrandtotal {
    max-width:150px;
}

.cgtblPayment {
    width:100%;
}

.cgerror {
    display:none;
    border:none;
    color: #A31919;
    font-size:1em;
}

.cgsection{
    /*background-color:#7CA3A3;
    border-top:1px solid #7CA3A3;
    box-shadow:0px -1px 0px #7CA3A3;*/
}

.cgmoduleheader {
    background-color: #343481;
    color: white;
    font-weight: bold;
    font-size: 1.16em;
    width: 100%;
    /*padding:4px;*/
    margin-bottom:4px;
}

/*Custom Gift Promo Code*/

.divcgPromoCode {
    margin-top: 2em;
}

.cgPromoCode_header {

}

.cgPromoCode_btn {
    padding: 6px;
    text-align: center;
    background-color: #b80000;
    border: solid 1.1px #b80000;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}

.cgPromoCode {
    font-size:1em;
    margin-left:.4em;
    width: 100%;
    max-width: 200px;
}

.cgPromoCode_msg {
    font-size:1em;
    font-weight:bold;
}

/* End Custom Gift Styling */

#lblCustserveListItemBlurb {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    text-align:center;
    font-size:1.5em;
    font-weight:bold;
}

#divMailingLabel {
    padding-top:5px;
    background-color:white;
    font-weight:normal;
    font-size:8pt;
    text-align:left;
    line-height:1.1em;
    width:100%;
    max-width:300px;
    border:solid 1px black !important;
}
.divMailingLabelLine {
    padding-left:2em;
}
.divMailingLabelExtraSpace {
    padding-left:1.2em;
}
.divMailingLabelHighlightColor {
    background-color:yellow;
}

@media only screen and (max-width: 43em) {
    #module_recaptcha_wrapper {
        width: 96%;
    }
}

/*--------------------------------------- Animated Checkbox ------------------------------------------------------------------*/
.cart-table .inline.checkboxcw {
	width: 100%;
}
.checkboxcw {
	line-height: 1.5em; overflow: hidden; margin-top: 0.25em; position: relative;
}
:first-child.checkboxcw {
	margin-top: 0px;
}
.inline.checkboxcw {
	margin-top: 0px; margin-right: 1em; display: inline-block;
}
:first-child:last-child.checkboxcw label {
	font-weight: 700;
}
.checkboxcw input {
	display: none !important;
}
.checkboxcw label {
	padding-left: 2.01em; font-weight: 400; display: inline-block; cursor: pointer;
}
.checkboxcw label::after {
	left: 0px; top: 0px; width: 1.15em; height: 1.15em; display: block; position: absolute; content: "";
}
.checkboxcw label::before {
	left: 0px; top: 0px; width: 1.15em; height: 1.15em; display: block; position: absolute; content: "";
}
.checkboxcw label::before {
	border: 2px solid rgb(206, 206, 206); transition:0.3s; border-image: none; background-color: rgb(255, 255, 255); -webkit-transition: all .3s ease;
}
.checkboxcw label:focus::before {
	border-color: rgb(180, 180, 180);
}
.checkboxcw label:hover::before {
	border-color: rgb(180, 180, 180);
}
.checkboxcw input:checked + label::before {
	border-color: rgb(252, 195, 48); background-color: rgb(252, 195, 48);
}
.checkboxcw label::before {
	border-radius: 2px; text-align: center;
}
.checkboxcw label::after {
	background-position: center; border: 2px solid transparent; transition:transform 0.3s; border-image: none; transform: translateX(-100%); background-image: url("../images/i-check.png") !important; background-repeat: no-repeat; background-size: 100% auto; -webkit-transition: -webkit-transform .3s ease; -webkit-transform: translateX(-100%);
}
.checkboxcw input:checked + label::after {
	transform: translateX(0px); -webkit-transform: translateX(0);
}
input[type=checkbox].collapsible-toggle::before {
	display: none;
}
input[type=checkbox]:checked.collapsible-toggle ~ .i-toggle {
	transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
input[type=checkbox]:checked.collapsible-toggle ~ .collapsible-content {
	display: block;
}
.search-result .form-advanced-search .split-list ul li .checkboxcw label {
	font-weight: 400 !important;
}
.search-result .form-advanced-search .split-list ul li .checkboxcw {
	line-height: 0;
}
/*--------------------------------------- Differently colored radio button ------------------------------------------------------------------*/
.radiocw {
	line-height: 1.2em; margin-top: 0.25em; position: relative;
}
:first-child.radiocw {
	margin-top: 0px;
}
.inline.radiocw {
	margin-top: 0px; margin-right: 1em; display: inline-block;
}
:first-child:last-child.radiocw label {
	font-weight: 700;
}
.radiocw input {
	display: none !important;
}
.radiocw label {
	padding-left: 2.01em; font-weight: 400; display: inline-block; cursor: pointer;
}
.radiocw label::before {
	left: 0px; top: 0px; width: 1.15em; height: 1.15em; display: block; position: absolute; content: "";
}
.radiocw label::before {
	border: 2px solid rgb(206, 206, 206); transition:0.3s; border-image: none; background-color: rgb(255, 255, 255); -webkit-transition: all .3s ease;
}
.radiocw label:focus::before {
	border-color: rgb(180, 180, 180);
}
.radiocw label:hover::before {
	border-color: rgb(180, 180, 180);
}
.radiocw input:checked + label::before {
	border-color: rgb(252, 195, 48); background-color: rgb(252, 195, 48);
}
.radiocw label::before {
	border-radius: 100%;
}
.radiocw input:checked + label::before {
	box-shadow: inset 0px 0px 0px 2px #fff;
}
.radio-1 input {
	display: none !important;
}

#errordiv {
    color: #a02b2f !important;
    padding:2em;
    font-size:1.1em;
    text-align:center;
}
/* Cross Sell Events */
.order-summary-cross-sell-event {
    font-size: .8em;
    width: 96%; 
    background-color: #fff; 
    margin-bottom: 10px; 
    border-collapse:collapse; 
}
.order-summary-cross-sell-event td {
    border: 1px solid #525252;
    padding: 4px;
}
.order-summary-cross-sell-event td:first-child {
    width: 24%;
    background-color:#525252;
    color:white;
}
.order-summary-cross-sell-event td:last-child {
    width: 76%;
}

/* Product Details */
.pdGrid, .order-summary-productdetailsinfo  { 
    font-size: .8em;
    width: 96%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border-collapse:collapse; 
    margin-left:auto;
    margin-right:auto;
}
.pdGrid td, .order-summary-productdetailsinfo td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171; 
}
.pdGrid td:first-child {
    display: none;
} 
.pdGrid td:nth-child(1), .pdGrid td:nth-child(2), .order-summary-productdetailsinfo td:nth-child(1), .order-summary-productdetailsinfo td:nth-child(2) {
    text-align: left;
}
.pdGrid td:nth-child(3), .pdGrid td:nth-child(4), .pdGrid td:nth-child(5), .pdGrid td:nth-child(6) {
    text-align: right;
    width:80px;
}
.order-summary-productdetailsinfo td:nth-child(2), .order-summary-productdetailsinfo td:nth-child(3), .order-summary-productdetailsinfo td:nth-child(4), 
.order-summary-productdetailsinfo td:nth-child(5), .order-summary-productdetailsinfo td:nth-child(6) {
    text-align: right;
    width:100px;
}
.pdGrid td:nth-child(5), .pdGrid td:nth-child(6), .order-summary-productdetailsinfo td:nth-child(5), .order-summary-productdetailsinfo td:nth-child(6) {
    text-align: right;
    /*background: #424242 url(grd_head.png) repeat-x top; */
    color: #424242;
    border: 0px; 
}
.pdGrid tr:first-child td, .order-summary-productdetailsinfo tr:first-child td { 
    font-weight:bold;
    color: black;
    /*background: #424242 url(grd_head.png) repeat-x top; */
    border: 0px; 
    font-size: 0.9em; 
}
.pdGrid tr:first-child td:first-child { 
    text-align:left;
    padding: 4px 2px; 
    color: black;
    background: #fcc330 url(grd_head.png) repeat-x top; 
    border: 0px;
    font-size: 0.9em; 
}
.order-summary-productdetailsinfo tr:first-child td:last-child{
    display: none;
} 
.order-summary-productdetailsinfo tr td:nth-child(2) {
    text-align: right;
} 
.pdGrid tr:last-child td, .order-summary-productdetailsinfo tr:last-child td, 
.order-summary-productdetailsinfo tr:nth-last-child(1) td,
.order-summary-productdetailsinfo tr:nth-last-child(2) td,
.order-summary-productdetailsinfo tr:nth-last-child(3) td ,
.order-summary-productdetailsinfo tr:nth-last-child(4) td { 
    text-align:right;
    padding: 4px 2px; 
    color: white;
    background: #424242 url(grd_head.png) repeat-x top; 
    border: 0px;
    font-size: 0.9em;
    font-weight: bold; 
}

.order-summary-productdetailsinfo tr:nth-last-child(1) td:nth-child(1),
.order-summary-productdetailsinfo tr:nth-last-child(2) td:nth-child(1),
.order-summary-productdetailsinfo tr:nth-last-child(3) td:nth-child(1) {
    background-color: #EAEAEA;
}

.pdGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.pdGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.pdGrid .pgr table { margin: 5px 0; }
.pdGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.pdGrid .pgr a { color: #666; text-decoration: none; }
.pdGrid .pgr a:hover { color: #000; text-decoration: none; }
.pdGridAlternateRowStyle {
    background-color:#FDF5E6;
}

/*Cancel Update Styling*/
.cancelupdate_demos_wrapper {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0px !important;
    padding: 0px !important;
}
.cancelupdate_demos_wrapper td {
    display: block;
}
.cancelupdate_demos_wrapper input {
    width:16px !important;
}
.cancelupdate_demos_wrapper .demos_question {
    margin-bottom: 2%;
}

.lblPromo_cross_sell {
    font-weight: bold;
}
.txtbox_promo_cross_sell {
    max-width: 200px;
}

.promobutton_cross_sell {
    max-width: 100px;
    min-width: 100px;
}

.lblPCodeCrossSellError {
    color: red;
    font-weight: bold;
}

/* Group Paybill Styles*/
.grpPBGrid, .order-grouppaydetail {
    background-color: #FFFFFF;
    margin: 0 auto;
    border: solid 4px #525252;
    border-collapse: collapse;
    width: 100%;
}
.grpPBGrid td, .order-grouppaydetail td {
    padding: 2px;
    border: solid 1px #525252;
    font-size: 0.68em;
}
.grpPBGrid th, .order-grouppaydetail th {
    padding: 4px 2px;
    color: white;
    font-size: 0.68em;
    background-color: #525252;
    border: solid 1px #525252;
    font-weight:bold;
    text-align: center;
}

.grpPBGridHeaderStyle,
.grpPBGridPagerStyle
{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    background-color: green;
    color: white !important;
    font-weight: bold;
}
.grpPBGridHeaderStyle th {
    padding: 5px;
    color: #ffffff;
}
.grpPBGridHeaderStyle a {
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.grpPBGridFooterStyle
{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    background-color: #333333;
    color: white;
    font-weight: bold;
}
.grpPBGridFooterStyle td {
    padding: 5px;
    border: solid 1px #333333;
}
.grpPBGridPagerStyle table {
    text-align: center;
    margin: auto;
}
.grpPBGridPagerStyle table td {
    border: 0px;
    padding: 5px;
}
.grpPBGridPagerStyle td {
    border-top: #1d1d1d 3px solid;
}
.grpPBGridPagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.grpPBGridPagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/

.grpPBGridRowStyle td,
.grpPBGridAltRowStyle td,
.grpPBGridSelectedRowStyle td,
.grpPBGridEditRowStyle td
{
    padding: 4px;
    border-right: solid 1px #1d1d1d;
    font-size: 0.68em;
}
.grpPBGridRowStyle td {
    background-color:ivory;
    color:#000000;
}
.grpPBGridAltRowStyle td {
    background-color:gainsboro;
    color:#000000;
}
.grpPBGridSelectedRowStyle td {
    background-color: #ffff66;
    color:#000000;
}

/* Group Paybill Detail Order Info Styles */
.order-grouppaydetail {
    width: 99%;
    background-color: #FFFFFF;
    margin: 0 auto;
    border: solid 4px #525252;
    border-collapse: collapse;
    width: 100%;
}
.order-grouppaydetail td {
    width: 9%;
    padding: 2px;
    border: solid 1px #525252;
    font-size: 0.9em;
}
.order-grouppaydetail th {
    width: 9%;
    padding: 4px 2px;
    color: white;
    background-color: #525252;
    border: solid 1px #525252;
    font-size: 0.9em;
    font-weight:bold;
    text-align: center;
}


.ui-dialog {
	box-shadow:0px 2px 6px rgba(0,0,0,1);
}


/* Grid Maint Styles*/
#gridMaint_form #divAddRecipient input, 
#gridMaint_form #divAddRecipient select {
    font-size: .76em;
}
#gridMaint_form #divAddRecipient .button {
    font-size: 1em;
    padding-top: .5em !important;
    padding-bottom: .5em !important;

}
#gridMaint_form #divAddRecipient .button:hover, .gridMaintButton:hover {
    background-color: lightcoral;
    color: white;
}
.gridMaint {
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-left: 0;
    border: solid 1px teal;
    border-top: 0px;
    border-collapse: collapse;
    width: 100%;
}
.gridMaint td  {
    padding: 1px;
    border: solid 1px #525252;
    font-size: 0.76em;
}
.gridMaint th {
    padding: 4px 2px;
    color: white;
    background-color: teal;
    border: 0px;
    font-size: 0.84em;
    font-weight:bold;
    text-align: center;
}

#grid_gridMaint_wrapper input[type='submit'] {
    font-size: 1em;
    padding-top: .5em !important;
    padding-bottom: .5em !important;

}
.gridMaintHeaderStyle,
.gridMaintPagerStyle
{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    background-color: black;
    color: white !important;
    font-weight: bold;
}
.gridMaintHeaderStyle th {
    padding: 5px;
    color: #ffffff;
}
.gridMaintHeaderStyle a {
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.gridMaintFooterStyle
{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    background-color: #333333;
    color: white;
    font-weight: bold;
}
.gridMaintFooterStyle td {
    padding: 5px;
    border: solid 1px #333333;
}
.gridMaintPagerStyle table {
    text-align: center;
    margin: auto;
}
.gridMaintPagerStyle table td {
    border: 0px;
    padding: 5px;
}
.gridMaintPagerStyle td {
    border-top: #1d1d1d 3px solid;
}
.gridMaintPagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.gridMaintPagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/* Grid RowStyles */
.gridMaintRowStyle td,
.gridMaintAltRowStyle td,
.gridMaintSelectedRowStyle td,
.gridMaintEditRowStyle td
{
    padding: 4px;
    border-right: solid 1px #1d1d1d;
}
.gridMaintRowStyle td {
    background-color:ivory;
    color:#000000;
}
.gridMaintAltRowStyle td {
    background-color:gainsboro;
    color:#000000;
}
.gridMaintSelectedRowStyle td {
    background-color: ivory;
    color:#000000;
}
.gridMaintRowStyle:hover td,
.gridMaintAltRowStyle:hover td {
    background-color: lightcyan;
}
.gridMaintButton {
    margin-top:4px !important;
    margin-bottom:4px !important;
}

/*Extra Configured Fields*/
[id^="lblGridMaint_"] {

}
[id^="txtGridMaint_"] {

}

/*[id^="txtGridMaint_"] :first-child {*/
.module_gridMaint_table {
    width: 100%;
    border: solid 4px teal;
    border-bottom: solid 2px white;
    background-color: teal;
    color: white;
    font-weight: bold;
}
.module_gridMaint_table tr:nth-child(1), .module_gridMaint_table tr:nth-child(3), .module_gridMaint_table tr:nth-child(5), .module_gridMaint_table tr:nth-child(7) {
    width:48%; float:left; clear:left; margin-right:1%;
}
.module_gridMaint_table tr:nth-child(2), .module_gridMaint_table tr:nth-child(4), .module_gridMaint_table tr:nth-child(6), .module_gridMaint_table tr:nth-child(8) {
    width:48%; float:right; clear:right; margin-right:1%;
}

.module_gridMaint_table td:nth-child(1) {
    font-size:.84em;
}
.module_gridMaint_table td:nth-child(2) {
    font-size:.84em;
}
.module_gridMaint_table .cell1_gridMaint {
    margin-left: 5px;
    max-width: 120px;
}
.module_gridMaint_table .txtbox_gridMaint {
    background-color: transparent !important;
    max-width: 112px;
    border: 0px;
    color: white;
}

/* Group Paybill Detail Order Info Styles */
.order-gridmaint {
    width: 100% !important;
    background-color: ivory;
    border: solid 1px #525252 !important;
    font-size: 0.80em !important;
}
.order-gridmaint tr:not(:first-child) td {
    padding: 1px;
    border: solid 1px #525252;
    font-size: 0.80em !important;
}
.order-gridmaint th, .order-gridmaint tr:nth-child(1)  {
    padding: 1px;
    color: white;
    background-color: teal;
    border: solid 1px teal !important;
    font-weight:bold;
    text-align: center;
    font-size: 0.80em !important;
}

/****** custom for bxslider **********/
.bx-wrapper {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    margin-bottom: 10px;
}

.redirbtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #293F99;
    -webkit-box-shadow:inset 0px 1px 0px 0px #293F99;
    box-shadow:inset 0px 1px 0px 0px #293F99;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size:20px;
    height:40px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #293F99;
    cursor: pointer; 
}

#redirbox {
    margin:0px;
}

.centertext {
    width: 100%;
    text-align: center;
}

.bordergray {
    border: gray 1px solid;
}

.priceBox {
    width: 100%;
    max-width:144px;
}

/*Style for PayPal Smart button*/
#paypal-button-container {
    margin-top: 20px;
    width: 40%;
    display: inline-block;
}

#paypal-button-container {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#paypal-button-container.disabled {
	position: relative;
}
#paypal-button-container.disabled:after {
  content: " ";
  z-index: 9999;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

/*Digital wallet*/

.digWallet1_payment img {
    width: 30%
}

.hidecell {
    display: none;
}

img.digwallet-apple-pay {
    content: url("../images/Apple_Pay_Mark_RGB_041619.svg");
    width: 35% !important;
    height: 35%;
}

.digwallet-google-pay {
    content: url(../images/google-pay-mark_800.svg);
    width: 32% !important;
    height: 32%;
    margin-left: -15px;
}

#payment-request-button {
    width: 35%;
}

@media only screen and (max-width: 700px) {
    #payment-request-button {
        width: 96%;
    }
}