/* Basic Styles just for checkout-address */
        .style1
        {
            width: 296px;
        }
        #signaturebinarytxt
        {
            width: 366px;
        }
        .style2
        {
            width: 227px;
        }
        #cboSignatures
        {
            width: 247px;
        }
        .style5
        {
            width: 100px;
            height: 17px;
        }
        .style7
        {
            width: 100px;
        }
        .style8
        {
            width: 468px;
        }
        #Button1
        {
            width: 84px;
        }
        /* #clearbutton
        {
          width: fit-content !important;
        }*/
        h2
        {
            text-align:center;
        }
		
/*04/18/2018-MMS RM#11901 Validate Shipping*/
/*CSS for Modal window for Address Suggestions - Start */
/*Main Box Content*/

.modalBox {

position: fixed;

font-family: Arial, Helvetica, sans-serif;

top: 0px;

right: 0px;

bottom: 0px;

left: 0px;

background-color: hsla(0, 0%, 0%, 0.5);

z-index: 99999;

opacity:1;

  -webkit-transition: opacity 400ms ease-in;

-moz-transition: opacity 400ms ease-in;

transition: opacity 400ms ease-in;

}

/*When the href are clicked*/

.modalBox:target {

opacity:1;

  pointer-events:auto;

}

/*Positioning of the child box*/

.modalBox > div {

width: 400px;

position: relative;

margin: 10% auto;

padding: 5px 20px 13px 20px;

border-radius: 0px;

background: white;

}

/*Positioning and style of the close button*/

.close {

background: white;

color: black;

line-height: 25px;

position: absolute;

right: 1px;

text-align: center;

top: 1px;

width: 35px;

text-decoration: none;

font-weight: bold;

-webkit-border-radius: 12px;

-moz-border-radius: 12px;

border-radius: 12px;

-moz-box-shadow: 1px 1px 3px #000;

-webkit-box-shadow: 1px 1px 3px #000;

box-shadow: none;

  border: none;

}

/*Style when mouse hovers on the close button*/

.close:hover { 

  background: black;

  color: white;

}

/*Default style of the open pop-up button*/

.ModalButton {

    background-color: white;

    border: none;

    color: black;

    padding: 2px 10px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 16px;

    margin: 4px 2px;

    cursor: pointer;

}

.ModalButton:hover { 

  background: black;

  color: white;

}

/* CSS for Modal window for Address Suggestions - End */
		
/* Start autocomplete style */
    #divBins {
        z-index:999999;
        border: 1px solid #5981B3;
        /*border: none !important;*/
        position: fixed;
        top: 300px;
        background-color: #fff;
        width: 550px;
        height: 220px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        display:none;
    }
    #divBins table{border:none;width:100%;margin:0;padding:0;}
        #divBins tr:hover {
            background-color: #5981B3;
        }
        #divBins a {
            /*font-size: 13px;*/
            color: black;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
            text-decoration: none;
            height: 15px;
        }
        #divBins a:hover {
            text-decoration:underline;
            color:#fff;
            cursor:auto;
        }
/* End autocomplete style */

/* Styles for individual controls */
#imginterstitial {
    position: absolute;
    top: 50px;
    left: 150px;
    width: 300px;
    height: 300px;
}

#mymessage {
    color: red;
    font-weight: bold;
}

#CheckoutTopGraphic1 {
    width:133px; 
    height:24px;
}

/*
#cancelcheckout {
    width: 100px;
    height: 25px;
}
*/

#ScrollDownForProjectCode {
    color: #FF0000;
}

#HeaderYourInformation {
}

#HeaderShippingAddress {
}

#HeaderShipping {
}

#HeaderComments {
}

.HeaderText {
    display: inline-grid;
    height: 25px;
    font-size: 120%;
}

.LabelText {
    font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
}

#lblShippingAndHandling {
    display: inline-block;
    height: 25px;
}

#lblShippingNote {
    color: red;
}

#ShippingWarning {
    font-size: 90%;
    color: red;
}

#USAOnly {
    font-size: 80%;
    color: red;
}

#USAandCanada {
    font-size: 80%;
    color: red;
}

#GiftMessageShowMe {
    font-size: 120%;
}

#txtCity {
    width: 140px;
}

#txtState {
    width: 40px;
}

.lstState {
    width: 130px!important;
}

#txtZip {
    width: 75px;
}

#txtState {
	width: revert!important;
}

#txtZip {
	width: revert!important;
}

/* 03/21/2025-RM#18634 New navigation buttons at the top of cart & checkout pages */
.bigheading {font-weight:400; font-size: 18pt; font-family: "Roboto", system-ui!important;}

.navigationButton {
    /*position: relative !important;
    left: 22px !important;*/
    padding: 7px 8px 6px 8px !important;
    /*top: 15px !important;*/
    background: #D3D3D3 !important;
    color: #000000!important;
    text-transform: uppercase;
    font-size: 12px !important;
    border: 0px!important;
    border-radius: 25px!important;
	cursor: pointer;
	width: fit-content !important;
}

/* 11/18/2025 for Versapay enhancement had to move table around */
#tblShippingInfo {
	margin-top: -410px;
}

/* 11/20/2025 hide filter_breadcrumbs on checkout pages */
#filter_breadcrumbs {
	display: none !important;
}