#account_info_div
{
    overflow: hidden;
    padding-right: 10px;
    position: relative; 
}

#AccountInfoContent
{
    float: left;
    width: 675px;
    position: relative;
}

#AccountInfoScrollBar
{
    margin-left: 5px;
}

#account_dashboard_div
{
    padding-right: 10px;
    position: relative;    
}

#account_dashboard_div h1
{
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0px 5px 0px;
    padding: 0px;    
}

#account_dashboard_div h2
{
    font-size: 1.25em;
    color: #3B3B3B;
}

#AccountDashboardContent
{
    float: left;
    width: 675px;
    position: relative;
}

#AccountDashboardScrollBar
{
    margin-left: 5px;
}

.contact_reason_selection
{

}

.contact_reason_selection input
{
    float: left;
    overflow: hidden;
}

.contact_reason_selection label
{
    float: left;
    padding-bottom: 4px;    
}

.contact_reason_selection_name
{
    padding-top: 2px;    
    padding-bottom: 2px;    
}

.acc_store_label, .acc_store_name, .acc_start_change_button_text
{
    float:left;
    overflow:hidden;
    height:1.5em;
} 

.acc_store_label
{
     width:110px;
     padding-top:10px;    
}

.acc_store_name
{
    width:155px;
    padding-top:10px;    
}

.acc_store_selection
{
    float:left;
    overflow:hidden;    
    padding-top:5px;
    width:155px
}

.acc_start_change_button
{
    float:left;
    overflow:hidden;    
    width:150px;    
}

.acc_start_change_button_text
{
    padding-top:10px;
    padding-left:2px;    
}

#PasswordInfoDiv
{
     width:500px;
     float:left;
     overflow:hidden;   
}

#AccountDashBoardContent .Grid
{
    margin-top:0px;
    border:none;
}

#AccountDashBoardContent .GridTable
{
    border:none;
    table-layout: fixed;
}

#AccountDashBoardContent tr.GridHeader
{
    background-color: transparent;
    color: gray;
    border-bottom: none;
    font-style: italic;
}

#AccountDashBoardContent tr.GridRow
{
    background-color: transparent;
}

#AccountDashBoardContent tr.GridRowAlt
{
    background-color: transparent;
}

.DashboardRadio 
{
    text-align: center;
}

.DashboardRadio input
{
    background:none;
    border:0;
    margin:0;
    padding:0;
}

.overflow-ellipsis
{
    text-overflow: ellipsis; 
    overflow: hidden;
    white-space: nowrap;  
}

.FavoriteRadio {
    text-align: center;
}

.FavoriteRadio input 
{ 
background:none; 
border:0; 
margin:0; 
padding:0; 
}

.favorite-store-label
{
    font-size: 1.1em;
    font-weight: bold;   
}

.select-header
{
    font-style: normal;
    color: #572700;
    text-align: center;
}

.dashboard-section
{
    border-bottom: #DDD 1px solid;
    float: left;
    width: 100%;
}

.MultiButton a
{
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: inherit;
    color: black;
    height: 25px;
    padding-top: 6px;
    background:url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button.png&companyCode=KRIS001&designId=1&v=28) 25% 0;
    width: 120px;
}

.MultiButton a.disabled
{
    color:Gray;
    cursor: default;
}
.MultiButton > a:first-child
{
    background:url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button.png&companyCode=KRIS001&designId=1&v=28) 0 0;
}

.MultiButton > a.lastChild
{
    background:url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button.png&companyCode=KRIS001&designId=1&v=28) 100% 0;
}

.MultiButton > a.lastChild:first-child {
    background: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button.png&companyCode=KRIS001&designId=1&v=28) 0 0;
    width: 140px;
}

.MultiButton > a:first-child > .MultiButtonLabel {
    border-left: none;
}

#AccountDashBoardContent .MultiButton
{
    float:right;
    padding-bottom: 5px;
    padding-top: 5px;
}

.MultiButtonLabel 
{
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    border-left: solid white 1px;
    cursor: pointer;
    max-width: 100px;
    
}

.MultiButtonLabel.disabled
{
    color:Gray;
    cursor: default;
}

.StretchedMultiButton a
{
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: black;
    height: 30px;
    padding-top: 6px;
    width:180px;
    overflow:hidden;
    border:0;
}

.StretchedMultiButton a.disabled
{
    color:Gray;
    cursor: default;
}
.StretchedMultiButton > a:first-child
{
    width:70px;
}

.StretchedMultiButton > a.lastChild
{
    width:203px;
}

.StretchedMultiButton > a.lastChild:first-child {
    
}

.StretchedMultiButton > a:first-child > .StretchedMultiButtonLabel {
    border-left: none;
}

img.stretchedMultiButton_firstBG
{
    position:relative;
    z-index:3;
    left:0px;
    top:-24px;
    width:80px;
    height:31px;
    border:0;
}

img.stretchedMultiButton_interimBG
{
    position:relative;
    z-index:3;
    left:-7px;
    top:-24px;
    width:200px;
    height:31px;
    border:0;
}

img.stretchedMultiButton_lastBG
{
    position:relative;
    z-index:3;
    left:-10px;
    top:-24px;
    width:213px;
    height:31px;
    border:0;
}

#AccountDashBoardContent .StretchedMultiButton
{
    float:right;
    padding-bottom: 5px;
    padding-top: 5px;
    border:0;
}

.StretchedMultiButtonLabel 
{
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    border:0;
    border-left: solid white 1px;
    cursor: pointer;
    z-index:5;
    position:relative;
    
    
}

.StretchedMultiButtonLabel.disabled
{
    color:Gray;
    cursor: default;
}

#AccountDashBoardContent #TimeSelectionFields
{
    float: left;
    width: 49%;
    padding-top: 8px;
}

#AccountDashBoardContent #DateSelection, #AccountDashBoardContent #TimeSelection
{
    float: left;
    width: 97%;
    height: 50%
}

#AccountDashBoardContent .VerifyPaymentRightColumnDiv 
{
    padding-left: 0;
    padding-top: 0px;
    width:50%;
}

.OneClickOrderingPanel
{
    border: solid 1px #DDD;
    background: #F0F0F0;
    border-top: 0;
    float:left;
    width: 100%;
    display:none;
    margin: -1px;
    margin-top: 0px;
}

#ManageAccountContainer
{
    padding-bottom: 10px;
    padding-top: 5px;   
}

.OneClickHelperTextContainer
{
    padding-left: 7%;
    float: left;
    padding-top: 6px;
    color: gray;
    text-align: center;
    font-size: .8em;
}

#AccountDashBoardContent .ClosedDiv
{
    top:14%;
    width:185px;
}

#AccountDashBoardContent #TimeSelectionFields
{
    background-image:none;   
}

.OneClickOrderingPanel .AccountSelection
{
    width:343px;   
}
.LoyaltyPointsNameHeader
{
    border:1px solid #000; 
    width:150px;
    text-align:center;
    background-color:#fff
}
.LoyaltyPointsHeader
{
    border:1px solid #000;
    width:60px;
    text-align:center;
    background-color:#fff;
}
.LoyaltyPoints
{
   border:1px solid #000;
   width:60px;
   text-align:center;
   background-color:#fff;
}
.LoyaltyPointsName
{
    width:150px;
    text-align:center;
    border:1px solid #000;
    background-color:#fff;
}
.spGiftCardValueClass {
  padding-left:5px;
  float:left; 
  padding-top:7px; 
  font-weight:bold;
  font-size: 13px;
}
/* ==================================== */
/* BUTTONS                              */
/* ==================================== */

.ButtonTiny, .ButtonTinyHover
{
    width: 59px;
    height: 21px;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
    position: relative;
    bottom: 1px;
}

.ButtonTiny.orderAsIs {
    position:absolute;    
}

.ButtonTiny
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_tiny.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonTinyHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_tiny_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonSmall, .ButtonSmallHover, 
.ButtonSmallRight, .ButtonSmallRightHover,
.ButtonSmallLeft, .ButtonSmallLeftHover
{
    width: 89px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    font-size: 12px;
    margin-left: inherit;
    margin-right: inherit;
}

.ButtonSmall
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_small.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonSmallHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_small_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonSmallRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_small_right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonSmallRightHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_small_right_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonSmallLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_small_left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonSmallLeftHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_small_left_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.Button, .ButtonHover,
.ButtonHighlight,
.ButtonRight, .ButtonRightHover,
.ButtonLeft, .ButtonLeftHover,
.ButtonDown, .ButtonDownHover,
.ButtonDisabled, .ButtonDisabledHover
{
    width: 140px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    font-size: 12px;    
}

.Button,
.ButtonHighlight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonRightHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_right_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonLeftHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_left_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonDown
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_down.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonDownHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_down_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}


.ButtonReceipt, .ButtonReceiptHover,
.ButtonReceiptLeft, .ButtonReceiptLeftHover,
.ButtonReceiptRight, .ButtonReceiptRightHover
{
    width: 120px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    padding-top: 7px;
    font-size: 12px;    
    float:left;
    margin-left: inherit;
    margin-right: inherit;
}

.ButtonOrderAsIs, .ButtonOrderAsIsHover
{
    width: 89px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    margin-left: inherit;
    margin-right: inherit; 
    padding-top:8px; 
    margin-top: 4px;  
    margin-bottom: 4px;  
    margin-right: 3px;  
}

.ButtonOrderAsIs
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=quickorderasis.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonOrderAsIsHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=quickorderasishover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}


.ButtonReceipt
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonReceiptHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonReceiptLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonReceiptLeftHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_left_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonReceiptRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonReceiptRightHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_right_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonCategoryMore, .ButtonCategoryMoreHover
{
    width: 176px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    margin-left: inherit;
    margin-right: inherit;
}

.ButtonCategoryMore
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_category_more.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonCategoryMoreHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_category_more_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonModifierMinus, .ButtonModifierPlus
{
    width: 13px;
    height: 13px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    float: left;
    margin-top: 4px;
}

.ButtonModifierMinus
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_qty_minus.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
}

.ButtonModifierMinus span
{
    display:none;
}

.ButtonModifierPlus
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_qty_plus.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-repeat: no-repeat;
    margin-right: 2px;
}

.ButtonModifierPlus span
{
    display:none;
}

.Center .ButtonSmall, .Center .ButtonSmallHover, 
.Center .ButtonSmallRight, .Center .ButtonSmallRightHover,
.Center .ButtonSmallLeft, .Center .ButtonSmallLeftHover,
.Center .Button, .Center .ButtonHover,
.Center .ButtonHighlight,
.Center .ButtonRight, .Center .ButtonRightHover,
.Center .ButtonLeft, .Center .ButtonLeftHover,
.Center .ButtonReceipt, .Center .ButtonReceiptHover,
.Center .ButtonReceiptLeft, .Center .ButtonReceiptLeftHover,
.Center .ButtonReceiptRight, .Center .ButtonReceiptRightHover
{
    margin-left: auto;
    margin-right: auto;
}

.ButtonReceiptTab, .ButtonReceiptTabSelected
{
    width: 120px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    font-size: 12px;    
    float:left;
    margin-left: 0px;
    margin-right: 0px;
}

.ButtonReceiptTab
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_tab.png&companyCode=KRIS001&designId=1&v=28) !important;
}

.ButtonReceiptTabSelected
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_tab_selected.png&companyCode=KRIS001&designId=1&v=28) !important;
}

.ButtonDisabled, .ButtonDisabledHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button.png&companyCode=KRIS001&designId=1&v=28) !important;
    opacity: 0.6;       
}

/* ==================================== */
/* Upsells/Promotions                   */
/* ==================================== */
#UpsellReplacementDiv
{
    width:500px;
    display:block !important;
}

.ButtonUpsellReplacement
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_upsellreplacement.png&companyCode=KRIS001&designId=1&v=28) !important;
}

.ButtonUpsellReplacementHover
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_upsellreplacement_hover.png&companyCode=KRIS001&designId=1&v=28) !important;
}

.ButtonUpsellReplacement, .ButtonUpsellReplacementHover
{
    width:484px;
    height:44px;
    padding:8px;
}

#verify_payment_div
{
    overflow: hidden;
}

#VerifyPaymentContent
{
    width: 675px;
}

.TableDetail
{
    vertical-align: top;
}

#right-column-td.TableDetail {
    width: 212px;
}

.gray {
    color: gray;
}

#VerifyPaymentCustomerDetails
{
    width:200px;
    float:left;
    vertical-align:top;        
    padding-left:12px;
    padding-right:5px;
}

#VerifyPaymentDeliveryAddressDetails
{
    width:200px;
    float:left;
    vertical-align:top;
    padding-left:5px;
    padding-right:5px;    
}

#VerifyPaymentCurbsideDetails
{
    width:200px;
    float:left;
    vertical-align:top;
    padding-left:0px;
    padding-right:5px;    
}

#CurbsideFields
{
    margin-top: 10px;
    width: 200px;
}

#CurbsideIndent
{
    float:left; 
    width: 6px; 
    height: 80px;
}

.CarInfoGroup
{
    font-size: 12px; 
    width: 190px;     
}

.CurbsideFieldInput
{
    width: 115px;
}

.pickupRadioButtons {
    width: 180px;
    float: left;
    display: block;
}

#VerifyPaymentOrderDetails
{
    width:182px;
    float:left;
    vertical-align:top;
    padding-left:1px;
    padding-right:10px;    
}

.SiteInfoDiv
{
    width: 150px;   
    float:left;
}

.VerifyPaymentLeftColumnDiv
{
    width:239px;
    float:left;
    vertical-align:top;
    padding-left:7px;
    padding-right:14px;    
}

.VerifyPaymentRightColumnDiv
{
    float:left;
    vertical-align:top;
    padding-left:10px;
    padding-right:0px;    
}

.TipNoteWarn {
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100%;
    float: left;
    color: red;
}

.GiftCardNoteWarn {
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100%;
    float: left;
    color: red;
}

.StorePaymentDiv
{
    clear:both;
    padding-top:4px;
}

.PaymentDetailButton
{
    position:relative;
    top:-2px;
}

#PaymentEntry
{
    float:left;
}

.FavoriteNameTextBox
{
    width:232px;
}

.SpecialInstructionsTextBox
{
    width:232px;       
    min-width:232px;
    max-width:232px;
    height:50px;
    min-height:50px;    
    max-height:50px;
    overflow:hidden;
    border:solid 1px #444444;
    padding: 0 2px;
    font-family: Arial, Sans-Serif;
    
    /* border radius*/
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}

.EditButtonDiv
{
    width: 100px;
    float: left;
}

.masterpass-divider{
    margin-top:1em;
    margin-bottom:1em;
    font-size: 1.2em;
}

.masterpass{
    width:15em;
    text-align: center;
}

.masterpass-btn{
    margin-top: .5em;
}

.masterpass-image-link{
    display: block;
    margin-bottom:.5em
}

.masterpass-ready{
    box-shadow: 0 1px 2px #aaa;
    background: white;
    width: 22em;
    position: relative;
    margin-top: 2em;
}

.masterpass-ready-message{
    text-align:center;
    display:inline-block;
    vertical-align: top;
    height: 4em;
    font-size: 14px;
    width: 7em;
    margin-top:1.3em;
}

.masterpass-ready-image{
    margin: 1em;
}

.masterpass-cancel{
    position: absolute;
    top: 0;
    right: .2em;
    font-size: 1.2em;
    color: #ccc;
    cursor: pointer;
}

.verifypayment-options-table{
    height: 26em;
}

.masterpass-cancel .close-button {
    background:#ccc;
    height:12px;
    width:12px;
    position:relative;
    margin: 4px;
}
.masterpass-cancel .arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid white;
    position: absolute;
    bottom: 0;
    right:2px;
}
.masterpass-cancel .arrow-right {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top:2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
}
.masterpass-cancel .arrow-left {
    width: 0;
    height: 0;
    position: absolute;
    top:2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    right:0;
}
.masterpass-cancel .arrow-down {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    left:2px;
    top:0;
}

#ApplyRewardsCC {
  display: block;
}

#ApplyRewardsCC #ApplyRewardDollars {
  margin-top: 26px;
}

#ApplyRewardsCC #ApplyRewardDollarsLabel {
  display: block;
}

#ApplyRewardsCC #ApplyRewardDollarsInput {
  margin-left: 0;
}

#ApplyRewardsCC #RewardDollarsAmountCC {
  display: inline-block;
  vertical-align: top;
}

#ApplyRewardsCC .apply_rewards_label {
    display: block;
}
/* ==================================== */
/* DEFAULT STYLES                       */
/* ==================================== */

body 
{
    font-family: Arial;
    font-size: 12px;
    color: black;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    border-bottom:solid 1px #572700;
    color: #572700;
    margin: 20px 0px 5px 0px;
    padding: 0px;
}

h2 
{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    color: #572700;
}

input 
{
    border: solid 1px #444444;
    padding: 0 2px;
    
    /* border radius*/
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}


input[disabled='disabled'] {
  background:#EBEBE4;
  cursor:default;
}

input.disabled {
  background:#EBEBE4;
  cursor:default;
}

select 
{
    border: solid 1px #444444;
    
    /* border radius*/
    border-radius: 4px; 
    height: 22px;
}



/* ==================================== */
/* MISC                                 */
/* ==================================== */

#PickupSiteInfo
{
    font-size: 12px;
    text-align: left;
    height: 90px;
}

.Hand
{
    cursor: pointer;
}

.LoginLinks
{
    padding-top: 6px;
    float: left;
    color: #000000;
    font-size: 11px;
}

.LoginLinks a
{
    color: #000000;
}

.CheckCenter
{
    float: left;
    padding-top: 3px;
}

.Check
{
    border: 0px;
}

.Check input
{
    border: 0px;
}

#ClosedDiv
{
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;  
}

.InstructionalText
{
    font-size:11px; 
    font-weight:bold
}

.DesktopFacebookLoginError {
    color: darkRed;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.PostalCode
{
    width: 60px;
}

.OrderComplete {
    font-size: 12px;
    width: 200px;
    text-align: center;
}

.AccountInfoGroup
{
    font-size: 12px;
    float:left;  
    width: 250px;  
}

#StateContainer
{
    width: 80px;   
}

#ZipContainer
{
    width: 126px;   
}

#ZipContainer input
{
    width: 120px;   
}
    
.CreditCardField
{
    font-size: 12px;
    float:left;  
    width: 200px;  
}

.CreateUser
{
    cursor: pointer;
    font-size: 14px;
    float: left;
    margin: 0px;
}

.Bold
{
    font-weight: bold;
}

.VerifyBox
{
    text-align: right;
    font-size: 12px;
    width: 120px;    
    border: solid 1px #444444;
    background-color: #EEEEEE;
    cursor:default;
}

.VerifyBoxWide
{
    font-size: 12px;
    width: 200px;    
    border: solid 1px #444444;
    background-color: #EEEEEE;
    cursor:default;
}

.desktop-loader {
    background: url(/Images/ajax_loader.gif);
    background-size: contain;
}

.desktop-loader-container {
    min-height: 6em;
    width: 6em;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -4em;
    margin-left: -3em;
    z-index: 101;
    overflow-x: hidden;
}

.desktop-loaderPopup {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    display: none;
}

.desktop-loader-background {
    position: fixed;
    height: 100%;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    top: 0;
    z-index: 100;
    left: 0;
}

.EditBox
{
    text-align: right;
    float:left;
    font-size: 12px;
    width: 100px;    
    border: solid 1px #444444;
    background-color: White;
}

.EditBoxWide
{
    float:left;
    font-size: 12px;
    width: 200px;    
    border: solid 1px #444444;
    background-color: White;
}

.TimePopup
{
    width: 180px;
    margin: 2px 0px 0px 0px;
    border: solid 1px black;
    background-color: White;
    font-size: 12px; 
}

.TimePopupRange
{
    width: 240px;
    margin: 2px 0px 0px 60px;
    border: solid 1px black;
    background-color: White;
    font-size: 12px; 
}

.TimeCell
{
    width: 60px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    color: Black;
}

.TimeCellRange
{
    width: 120px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    color: Black;
}

.Hidden
{
    display: none;
}

.Right
{
    margin-left: auto;
    float:right;
}

.Left
{
    margin-right: auto;
    float:left;
}

.Left_Short
{
    margin-right: auto;
    float:left;
    word-wrap: break-word;
    width: 85%
}

.PesDiscountsContainer {
    text-align: left !important;
    width: 50%;
    margin: 0 auto;
    color: red;
}

.PesDiscountsSingleItemContainer {
    color: red;
}

.Center
{
    margin-left: auto;
    margin-right: auto;
}

.Clear
{
    clear:both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.FloatNone
{
    float: none;
    clear: both;
}

.FloatRight
{
    float: right;
}

.Hidden
{
	display: none;
}

.Hidden_WordWrap
{
    visibility: hidden;
    word-wrap: break-word;

}
.ErrorTooltipContainer
{
    float:left;
    position:relative;
    height: 0px;
    display: inline-block;
    /* IE 7 CSS Hack */
    *float:none;
    *zoom:1;
    *display:block;
}

.ErrorToolTipContent
{
    position:relative;
    background:red;
    padding:3px;
    white-space:nowrap;
    z-index: 5001;
    color: white;
    border: 2px solid #DDD;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    *float:left;
}

.AccountInfo > .ErrorTooltipContainer {
    top: -71px;
}

.AccountInfo .ErrorTooltipContainer .ErrorToolTipContent {
    white-space: unset;
}


.ErrorToolTipArrow
{
    position:relative;
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006;
    *clear:both;
}

.ErrorToolTipArrow div
{
    position:relative;
    border-left: 2px solid #DDD;
    border-right: 2px solid #DDD;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: red;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block; 
}

.ErrorToolTipArrow .line10
{
    width: 15px;
    border:none;
}

.ErrorToolTipArrow .line9
{
    width:13px;
    border:none;
}

.ErrorToolTipArrow .line8
{
    width:11px;
}

.ErrorToolTipArrow .line7
{
    width: 9px;
}

.ErrorToolTipArrow .line6
{
    width: 7px;
}

.ErrorToolTipArrow .line5
{
    width: 5px;
}

.ErrorToolTipArrow .line4
{
    width:3px;
}

.ErrorToolTipArrow .line3
{
    width: 1px;
    border-left: 2px solid #DDD;
    border-right: 2px solid #DDD;
    border-bottom: 0 solid #DDD;
}

.ErrorToolTipArrow .line2
{
    width: 3px;
    border: none;
    background: #DDD;
}

.ErrorToolTipArrow .line1
{
    width: 1px;
    border: none;
    background: #DDD;
}
.Width100pct
{
    width:100%;
}
.Width50pct
{
    width:50%;
}

.SiteAttributes
{
    font-style:italic;
}

.MapDimension
{
    width: 465px;
    height: 325px;
}
.ComboBoxWidth
{
    Width:203px;
}
/* ==================================== */
/* FIELDS                               */
/* ==================================== */

.label_small
{
    font-size: 12px;
    margin-top: 4px;
    display:inline-block;
}

.field_label_left
{
    font-size: 12px;
    float: left;
    width: 90px;
    text-align: left;
    padding-top: 2px;
    margin-bottom: 10px;
}

.field_label_wide_left
{
    font-size: 12px;
    float: left;
    width: 150px;
    text-align: left;
    padding-top: 2px;
    margin-bottom: 10px;
}

.field_label 
{
    font-size: 12px;
    width: 90px;
}

.field 
{
    font-size: 12px;
    float: left;
    margin-left: 10px;
}

.field input 
{
    width: 200px;
    font-size: 12px;
}

.field_error
{
    color: Red !important;
}

.summary
{
    color: Red !important;
}

.link 
{
    color: #FFFFFF;
    text-decoration: none;
    height: 30px;
}

.us_phone_div
{
    width: 110px;
    float:left;
    display:block;
}

.us_phone_extension_div
{  
    width: 50px;    
    float:left;
    display:block;
}

.free_form_phone_div
{
    width: 125px;
    float:left;
    display:block;
}

.free_form_phone_extension_div
{
    width: 50px;
    float:left;
    display:block;
}

.edit_link
{
    color: #000000;
    height: 30px;
}

.nameLabel {
  max-width: 100%;
  word-wrap: break-word;
}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* ==================================== */
/* GRID CONTROL                         */
/* ==================================== */

.Grid
{
    margin-top: 10px;
    border: solid 1px #99BBE8;
}

.GridTable
{
    border: solid 1px #DDDDDD;
    border-collapse: collapse;
}

.GridTitle
{
    font-weight: bold;
    background-image: url(grid_header.png);
    padding: 4px 0px 0px 4px;
    height: 19px;
    border-bottom: solid 1px #99BBE8;
}

.GridHeader
{
    font-weight: bold;
    border-bottom: solid 1px #BBBBBB;
    color: Black;
    background-color: #E8E8E8;
    text-align: left;
}

.GridFilter
{
    background-color: #E8EEFF;
    border-bottom: solid 1px #99BBE8;
    padding: 10px;
}

.GridActions
{
    background-color: #E8EEFF;
    border-bottom: solid 1px #99BBE8;
    padding: 10px;
}

.GridActions input
{
    cursor: pointer;
}

.GridRowHover
{
    background-color: #CCCCFF;
}

.GridRow
{
    background-color: #F8F8F8;
}

.GridRowAlt
{
    background-color: #F0F0F0;
}

.GridSelected
{
    background-color: #BBDDFF; 
}
.GroupOrderDetailLabel
{
    width:150px;
    float:left;
    padding-right:10px;   
}

.GroupOrderDetailValueDiv
{
    width:380px;
    float:left;
    padding-right:10px;   
}

.GroupOrderDetailValueLeftDiv
{
    width:200px;
    float:left;
    padding-right:10px;   
}

.GroupOrderDetailValueRightDiv
{
    width:140px;
    float:left;
    padding-right:10px;   
}

.GroupOrderInviteOthersLabel
{
    width:200px;
    height:16px;
    padding-right:10px;
    padding-left:2px;
}

.GroupOrderInviteOthersValueDiv
{
    width:200px;
    padding-right:10px;   
}

.GroupOrderDetailTextField 
{
    border-color:Black;
    width:180px;
    
    /* border radius*/
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}

#GroupOrderInviteeGridContainer 
{
    width: 510px;
    background-color: #F8F8F8;
    border: 1px #444 solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
}

#groupOrderAddressBookTableDiv
{
    width: 510px;
    background-color: #F8F8F8;
    border: 1px #444 solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
}

#GroupOrderInviteeGridContainerInterior
{
    height:150px; 
    overflow:scroll; 
    overflow-x:hidden; 
    width:99.6%;   
    -webkit-border-radius: 4px;
}

#groupOrderAddressBookTableDivInterior
{
    height:150px; 
    overflow:scroll; 
    overflow-x:hidden; 
    width:99.6%;   
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#GroupOrderInviteeGrid
{
    width:510px;   
    border-collapse: collapse;
    float:left;
    table-layout:fixed
}

#GroupOrderInviteeGrid td 
{
    overflow:hidden;
}

#TimeSelectionContent .GroupOrderInviteeRemoveColumn 
{
 text-align: right;   
}

.GroupOrderInviteeNameColumn
{
    width:200px;
}

.GroupOrderInviteeEmailColumn
{
    width:200px;
}

.GroupOrderInviteeRemoveColumn
{
    width:80px;
}

.GroupOrderInviteeRemoveAction
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 18px;
    width: 18px;
    border:none; 
    cursor: pointer;
}

.GroupOrderInviteeEditAction
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=edit.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 18px;
    width: 18px;
    border:none; 
    cursor: pointer;
    margin-left:auto;
    margin-right:auto;
}

#GroupOrderTrackGrid
{
    width:510px;   
    border-collapse: collapse;
    float:left;
}

.GroupOrderDetailValueDiv .dxeButtonEditButton 
{
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
}

/* ==================================== */
/* ORDERING                             */
/* ==================================== */

.SubMenuHeader
{
    margin: 20px 0px 10px 0px;
    font-size:16px;
    font-weight:bold;
    color:Black;
    text-align: center;
    float: left;
    width: 300px;
    height: 20px;
    overflow: hidden;
}

.SubMenuHeader span
{
    display: none;
}

#SubMenuPanel 
{
    width: 300px;
    height: 412px;
    margin: 30px 0px 30px 12px;
}

#OrderLeft
{
    float: left;
    width: 315px;
    overflow: hidden;    
}

#OrderItems
{
    float: left;
    display: inline;
    width: 368px;
    margin-top: 36px;
}

.SubMenuTitle
{
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}

.MenuItem
{

}

#MenuDiv
{
    float: left;
    margin: 0px;  
    height: 450px;
    overflow: hidden;
    position: relative;
}

#MenuScrollContent
{
    position: relative;  
    float: left;
    left: 0px; 
    top: 0px;  
}    

.ItemContainer
{
    float: left;
    margin: 3px;
    padding: 4px;    
    border: solid 1px transparent;
}

*html .ItemContainer
{
    border-color: #FF00FF;
    filter: chroma(color=#FF00FF);
}

.ItemContainerHover
{
    float: left;
    margin: 3px;
    padding: 4px;    
    border: solid 1px orange;
    cursor: pointer;
}

.ItemContainerCustomizing
{
    float: left;
    margin: 3px;
    padding: 4px;    
    cursor: pointer;
}

.RestrictedItemContainer
{
    float: left;
    margin: 3px;
    padding: 4px;    
    border: solid 1px transparent;    

    background-color:#EDE0B7;        
    border:solid 1px rgb(240,235,212);
    width: 498px; 
}

*html .RestrictedItemContainer
{
    border-color: #FF00FF;
    filter: chroma(color=#FF00FF);
}

.RestrictedItemContainerHover
{
    float: left;
    margin: 3px;
    padding: 4px;    
    border: solid 1px orange;
    cursor: pointer;

    background-color:#DECC94;
    border:solid 1px rgb(240,235,212);
    width: 498px; 
}

.OrderAsIsItemContainerWrapper
{
    float: left;
    margin: 3px;
    padding: 0px;       
    
    background-color:#EDE0B7;        
    border:solid 1px rgb(240,235,212);    
}

.OrderAsIsItemContainerCustomizing
{

    float: left;
    margin: 0px;
    padding: 4px;    
    border: solid 0px orange;
    cursor: pointer;

    background-color:#DECC94;
    border:solid 0px rgb(240,235,212);
    width: 498px;  
}

.OrderAsIsRestrictedItemContainer
{
    float: left;
    margin: 0px;
    padding: 4px;    
    border: solid 0px transparent;

    background-color:#EDE0B7;        
    border:solid 1px rgb(240,235,212);
    width: 498px; 
}

*html .OrderAsIsRestrictedItemContainer
{
    border-color: #FF00FF;
    filter: chroma(color=#FF00FF);
}

.OrderAsIsRestrictedItemContainerHover
{
    float: left;
    margin: 0px;
    padding: 4px;    
    border: solid 0px orange;
    cursor: pointer;

    background-color:#DECC94;
    border:solid 1px rgb(240,235,212);
    width: 498px; 
}

.OrderAsIsItemContainer
{
    float: left;
    margin: 0px;
    padding: 4px;                                               
    border: solid 0px transparent;

    background-color:#EDE0B7;        
    border:solid 0px rgb(240,235,212);
    width: 498px;  
}

*html .OrderAsIsItemContainer
{
    border-color: #FF00FF;
    filter: chroma(color=#FF00FF);
}

.OrderAsIsItemContainerHover
{
    float: left;
    margin: 0px;
    padding: 4px;    
    border: solid 0px orange;
    cursor: pointer;

    background-color:#DECC94;
    border:solid 0px rgb(240,235,212);
    width: 498px;  
}

.ItemContainerRowSeparator
{
    display:none;
}

.ItemName 
{ 
    text-decoration:underline;
    font-size: 13px;
    font-weight: bold;
    overflow:hidden; 
    cursor:hand; 
    float:left;
}

.ItemPrices
{
    float:right; 
    text-align:right; 
    width:80px;
}

.ItemPrice
{ 
  font-size:11px;
  vertical-align:middle;
  text-align:right;
}    

.ItemPriceSeparator
{
    font-size:11px;
    color:#777777;
}

.ItemDesc 
{   
    float: left;
    font-size:0px;
    text-decoration:none;
    font-weight:normal;
}

.ItemDesc span
{   
    font-size:11px;
}

.ItemAddCmd
{  
    font-size:small;
}

.ItemText
{
    display:inline;
}

.ItemImage
{
    float:left;
    width:100px;
    height:80px;
}

.ItemContainerWithImage .ItemText 
{
    width:390px;
    float:left;
    padding-left:5px;
    display:block;
}

.ItemContainerWithImage .ItemDesc 
{
     width:390px;
}

.ItemContainerWithImage .ItemName 
{
     width:240px;
}

.ItemContainerWithImage .ItemPrices 
{
     width:150px;
}

.priceGrid
{
    padding-right:5px;
    float: right;
    width: 100%;   
}

.priceHeader .priceGridBox
{
    font-size: .8em;
}

.priceGridRow
{
    height: 15px;
    width: 100%;
}

.priceGridBox 
{
    float: left;
    width: 25%;
    height: 15px;
    text-align: center;
}

.priceGridContent .priceGridBox
{
    margin-top:-1px;
    border-top: 1px solid white; 
    margin-left:-2px;
    border-left: 1px solid white; 
}

.priceGridContent .priceGridBox.noTop
{
    margin-top: 0px;
    border-top: 0px solid white; 
}

.priceGridContent .priceGridBox.noLeft
{
    margin-left: 0px;
    border-left: 0px solid white; 
}

.priceGridContent .priceGridBox.addRight
{
    margin-right: -1px;
    border-right: 1px solid white; 
}

.priceGridBox.price
{
    color: #663333;
    font-weight: bold;
}

.priceGridBox.FloatRight
{
    float: right;   
}

.priceGridBox.priceHalf
{
    width: 37.5%;   
}

.priceGridBox.priceThirds
{
    width: 25%;   
}

.priceGridBox.priceFourths
{
    width: 18.75%;   
}

.priceGridBox.label
{
    text-align:right;
    width: 20%;
    padding-right:5%;   
}

.priceGridContent .priceGridRow 
{
    background-color: #FCF7EA;
}
/* ==================================== */
/* PROGRESS BAR                         */
/* ==================================== */

#InfoPopup
{
    font-size: 12px;
}

#InfoPlaceHolder
{
    overflow:hidden;
    height: 213px;
    width: 324px;
}

#InfoLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    height: 213px;
    width: 12px;
    float:left;
}

#InfoMiddle
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 300px;
    float:left;
    text-align: center;
}

#InfoRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 12px;
    float:left;
}

#Loading
{
    margin-top: 90px;
}

#InfoMessage
{
    margin-top: 70px;
    font-size: 13px;
}

#ProgressBar
{
    border: solid 1px black;
    height: 10px;    
    width: 240px;
    margin: 10px auto 0px auto;
    text-align: left;
}

#ProgressBarStatus
{
    background-color: Green;
    height: 10px;
}



/* https://github.com/tobiasahlin/SpinKit */
.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
}
.sk-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*---------------------------------------------------------------------------*/
/* Pickup Orders                                                             */
/*---------------------------------------------------------------------------*/
.LocatorPanel
{
	width: 700px; 
	padding-top: 5px;
}

.LocatorInputSubPanel
{
	float: left; 
	width: 185px; 
	border-right: solid; 
	border-width: 1px; 
	border-color: #572700;
}

.LocatorMapSubPanel
{
	float: right; 
	margin-right: 10px;
}

.LocatorMap
{
	width: 495px; 
	height: 275px;
}

.StoreLocatorLabelDiv
{
	padding: 5px 0px 15px 0px;
	font-weight: bold;
	font-size: x-large;
	text-align:center;
}

.AddressZipLabelDiv
{
    padding: 0px 0px 0px 5px; font-weight: bold; font-size: medium;
}

.OrLabelDiv
{
	padding: 15px 0px 15px 0px; font-weight: bold; font-size: large; text-align: center;
}

.SelectLabelDiv
{
	padding: 0px 0px 0px 5px; font-weight: bold; font-size: medium;
}

.AddressInputDiv
{
	margin: 0px 0px 0px 5px;
	width: 160px;
}

.StateDropDown
{
	margin: 0px 0px 5px 5px;
	width: 165px;
}

.CityDropDown
{
	margin: 0px 0px 0px 5px;
	width: 165px;
}

.FindStoresButtonContainer
{
	padding: 15px 0px 15px 5px;
}

.LocationsDiv div
{
    overflow: hidden;
}

.NearbyStoresRow
{
    width: 690px; 
    border-top: solid 1px;
    margin-top: 15px;
}

.NearbySiteMarker
{
	float: left;
    width: 23px;
    height: 34px;
    margin-right: 5px;
}

.NearbySiteAttributeIcon
{
	float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.NearbySiteAttributeNoIcon
{
	float: left;
}

.NearbySiteAttributeRow
{
	margin-top: 5px;
}

.NearbySiteAttributeName
{
	float: left; 
	margin-right: 5px;
}

.NearbySiteHeader
{
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: medium;	
}


.NearbySiteInfoContainer
{
	padding-left: 29px
}

.NearbySiteInfo
{
}

.InfoWindowHeader
{
	padding-left: 2px;
	font-weight: bold;
	font-size: small
}

.InfoWindowBody
{
	font-size: x-small
}

.LocationsDiv
{
    font-size: 14px; 
    width: 550px;
    float: left;
}

.location_div
{
    width: 550px;
    font-size: 12px;
    overflow: hidden;
}

.location_address_div
{
    float: left;
    width: 400px;   
}

.location_select_location_div
{
    float: right;
    width: 100px;
    padding-right: 20px;   
}

.location_spacer_div
{
    height: 15px;
    width: 550px;
    float: left;
}


/*---------------------------------------------------------------------------*/
/* Delivery Orders                                                           */
/*---------------------------------------------------------------------------*/
.SlDeliveryLocatorPanel
{
	width: 700px; 
	padding-top: 5px;
}

.SlDeliveryLocatorInputSubPanel
{
	float: left; 
	width: 215px; 
	border-right: solid; 
	border-width: 1px; 
	border-color: #572700;
}

.SlDeliveryLabelDiv
{
	font-weight: bold;
}

.SlDeliveryAddress
{
	margin-top: 10px;
}

.SlDeliveryAddressLabel
{
}

.SlDeliveryAddressInput
{
}

.SlDeliveryApt
{
	margin-top: 10px;
}

.SlDeliveryAptLabel
{
}

.SlDeliveryAptInput
{
}

.SlDeliveryCity
{
	margin-top: 10px;
}

.SlDeliveryCityLabel
{
}

.SlDeliveryCityInput
{
}

.SlDeliveryState
{
	margin-top: 10px;
	float: left;
}

.SlDeliveryStateLabel
{
}

.SlDeliveryStateInput
{
	width: 50px;
}

.SlDeliveryPostal
{
	margin: 10px 0px 0px 10px;
	float: left;
}

.SlDeliveryPostalLabel
{
}

.SlDeliveryPostalInput
{
	width: 50px;
}

/*---------------------------------------------------------------------------*/
/* Where2GetIt                                                               */
/*---------------------------------------------------------------------------*/
.Where2GetItNearbySites
{
	width: 690px;
	height: 555px;
}

.Where2GetItDefaultSite
{
	width: 690px;
	height: 300px;
}

.availableRewards-dropdown-desktop {
    color: #000;
    height: 425px;
    background-color: #353434;
    position: absolute;
    right: 0;
    top: 100%;
    width: 665px;
    background-color: #fff;
    margin-right: 15px;
    margin-top: 25px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 4px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    z-index: 12;
}

.availableRewards-dropdown-desktop::after, .availableRewards-dropdown-desktop::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
}

.availableRewards-dropdown-desktop::before {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-width: 14px;
    top: -28px;
    right: 49px;
}

.availableRewards-dropdown-desktop::after {
    border-bottom-color: #fff;
    border-width: 13px;
    top: -26px;
    right: 50px;
}

.triangle-desktop {
    width: 30px;
    height: 30px;
    transform: rotate(45);
}

.availableRewards-item-desktop {
    height: 90px;
    margin: 2px 1px 7px 5px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 2px 1px -1px rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.2);
}

.availableRewards-item-img-desktop {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px;
    border-radius: 3px 0 0 3px;
}

.availableRewards-item-textContainer {
    width: calc(100% - 245px);
    height: calc(100% - 30px);
    display: inline-block;
    margin: 10px 5px 10px 0;    
}

.availableRewards-item-title-desktop {
    margin: 0;
    font-size: 18px;
}

.availableRewards-item-description-desktop {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.availableRewards-dropdown-scrollWrapper {
    margin: 7px 0 0 3px;
    height: 365px;
    overflow-y: scroll;
}

    .availableRewards-dropdown-scrollWrapper::-webkit-scrollbar {
        width: 7px;
        height: 10px;
    }

.availableRewards-dropdown-scrollWrapper-desktop::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.availableRewards-noAvailableRewards-icon {
    height: 150px;
    width: 150px;
    stroke: #000;
    fill: #fff;
}

.availableRewards-noAvailableRewards-title {
    border: 0;
    font-size: 3em;
    color: #000;
}

.availableRewards-noAvailableRewards-text {
    color: #000;
}

.availableRewards-confirm-button-disabled-desktop {
    width: 113px;
    height: 40px;
    border-radius: 4px;
    background-color: #DFDFDF;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%,-50%);
    font-size: 12.5px;
    font-weight: bold;
}

.availableRewards-confirm-button-enabled-desktop {
    width: 113px;
    height: 40px;
    border-radius: 4px;
    background-color: #DA2B2B;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%,-50%);
    font-size: 12.5px;
    font-weight: bold;
    opacity: 0.9;
}

.availableRewards-confirm-button-enabled-desktop:hover {
    opacity: 1;
}

.availableRewards-confirm-desktop {
    width: 665px;
    height: 50px;
    background-color: #fff;
    border-top: 2px solid #EBEBEB;
    position: relative;
}

.availableRewards-noAvailableRewards-container {
    float: left;
    height: 100%;
    width: 100%;
    margin-left: 20px;
    display: table;
}

.availableRewards-noAvailableRewards-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.availableRewards-noImage-container {
    background-color: #9b9b9b;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px;
    border-radius: 3px 0 0 3px;
    display: table;
}


.availableRewards-noImage-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.availableRewards-noImage-icon {
    width: 45px;
    height: 45px;
    color: #fff;
}

.availableRewards-item-button-redeem-desktop {
    width: 115px;
    height: 40px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #76c76c;
    outline: none;
    cursor: pointer;
    border: none;
    opacity: 0.9;
}

.availableRewards-item-button-redeem-desktop:hover {
    opacity: 1;
}

.availableRewards-item-button-remove-desktop {
    width: 115px;
    height: 40px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #ed5562;
    outline: none;
    cursor: pointer;
    border: none;
    opacity: 0.9;
}

.availableRewards-item-button-remove-desktop:hover{
    opacity: 1;
}
.banner-desktop {
  margin: 0 auto;
  height: 80px;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.customer-container {
  float: left;
  height: 100%;
  margin-left: 20px;
  display: table;
  text-align: center;
}

.customer-cell {
    display: table-cell;
    vertical-align: middle;
    max-width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.customer-name-desktop {
    color: black;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.BS-container {
  float: right;
  height: 100%;
  padding: 0 20px;
  display: table;
}

.BS-SelectLocation {
  float: right;
  width: 210px;
  text-align: center;
  color: #000;
}

.offers-container {
  background-color: #cc1e16;
  color: #fff;
}

.offers-container:hover {
  cursor: pointer;
}

.BS-offers-text {
  color: #fff;
}

.BS-cell-desktop {
  display: table-cell;
  vertical-align: middle;
}

.BS-text-desktop {
  font-size: .75em;
  margin: 12px 0;
  float: right;
  font-size: 1.5em;
  padding: 0;
}

.BS-icon-desktop {
  fill: #cc1e16;
  width: 46px;
  height: 46px;
  float: left;
  margin-top: 0;
  margin-right: 8px;
}

.banner-errorOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7)
}

.banner-errorOverlay-container {
  margin: 20px auto;
  height: 50px;
  display: table;
}

.banner-errorOverlay-icon {
  float: left;
  width: 50px;
  height: 50px;
  color: #ed5562;
  margin-right: 10px;
}

.banner-errorOverlay-text {
  color: #ed5562;
  width: 170px;
  float: left;
  margin: 9px 0;
  font-size: 1.15em;
  text-align: center;
}

.BS-offer-icon {
  fill: #fff;
}

.BS-offers-text {
  fill: #fff;
}

.BS-text {
  fill: #000;
}
@keyframes placholder-pulse {
  0% {
    background-color: rgba(0,0,0, 0.1);
  }

  50% {
    background-color: rgba(0,0,0, 0.2);
  }

  100% {
    background-color: rgba(0,0,0, 0.1);
  }
}

.placeHolder-container {
  height: 100%;
  display: table;
}

.placeHolder-cell-desktop {
  display: table-cell;
  vertical-align: middle;
}

.placeHolder-bscircle-desktop {
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placholder-pulse;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  float: left;
  margin-top: 0;
  margin-right: 8px;
}

.placeHolder-bscircle-stop {
  animation-iteration-count: 0;
}

.placeHolder-bsrectangle-desktop {
  background-color: rgba(0,0,0, 0.05);
  float: right;
  width: 100px;
  height: 20px;
  margin: 13px 0;
}

.placeHolder-firstname-desktop {
  background-color: rgba(0,0,0, 0.05);
  width: 160px;
  height: 20px;
}

.placeHolder-lastname-desktop {
  background-color: rgba(0,0,0, 0.05);
  width: 120px;
  height: 20px;
  margin-top: 6px;
}

.quick_order_header {
    background-color: white;
    margin-top: 9px
}

.order_type_tab {
    font-size: 16px;
    font-weight: bold;
    color: #DA2B2B;
    padding-bottom: 4px;
    opacity: 0.6;
    margin-top: 14px;
}

.order_type_tab:hover {
    opacity: 0.8;
    cursor: pointer;
}

#MyOrderTab {
    float: left;
    width: 50%;
    text-align: center;
}

#QuickOrderTab {
    float: right;
    width: 50%;
    text-align: center;
}

.tab_is_selected {
    border-bottom: 4px solid #DA2B2B;
    opacity: 1.0;
}

.tab_is_selected:hover {
    opacity: 1.0;
}

.CookieConsentBanner {
    width: 100%;
    height: 128px;
    padding: 32px;
    left: 0px !important;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    bottom: 0px !important;
    overflow: auto;
    top: unset !important;
    color: #373D3F;
}

    @media only screen and (min-width : 1224px) {
        .CookieConsentBanner {
            width: 100%;
            height: 128px;
            left: 0px !important;
            bottom: 0px !important;
            top: unset !important;
        }

        .consent__inner-left {
            width: 68%;
        }
    }

    @media only screen and (min-width : 1824px) {
        .CookieConsentBanner {
            width: 100%;
            height: 128px;
            left: 0px !important;
            bottom: 0px !important;
            top: unset !important;
        }

        .AcceptAll {
            left: 1674px !important;
        }

        .Manage-Cookies {
            left: 1470px !important;
        }

        .consent__inner-left {
            width: 74%;
        }
    }

    .CookieConsentBanner :focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .CookiePreference :focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .consent__inner-left, .consent__inner-left p {
        float: left;
        font-size: 16px;
        line-height: 24px;
        margin: auto;
    }

    .consent__inner-right {
        width: 15%;
        float: left;
    }

    .AcceptAll {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        position: absolute;
        width: 201px;
        height: 52px;
        left: 1275px;
        top: 40px;
        background: #CC4032;
        color: #FFFFFF;
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        border: none !important;
        text-transform: uppercase;
        font-weight: 600;
    }

    .Manage-Cookies {
        position: absolute;
        width: 170px;
        height: 28px;
        left: 1070px;
        top: 53px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #232323;
        font-weight: 600;
        text-decoration: none;
    }

    .CookiePreference {
        width: 667px;
        height: 582px;
        background: #FFFFFF;
        color: #373D3F;
    }

    .ConfirmChoices {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        position: absolute;
        width: 248px;
        height: 52px;
        left: 387px;
        top: 498px;
        font-size: 18px;
        background: #CC4032;
        color: #FFFFFF;
        border: none !important;
        line-height: 28px;
        text-transform: uppercase;
    }

    .CookiePref-inner {
        padding: 32px;
        line-height: 20px;
    }

    .ManageCookiePrefhead {
        font-size: 20px;
        font-weight: 600;
    }

    .CookiePreferences {
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        padding: 28px 0px 28px 0px;
        margin-top: 28px;
    }

    .CookiePref-inner .title {
        font-size: 16px;
        float: left;
        width: 508px;
        font-weight: 600;
    }

    .CookiePreferences .disabled {
        opacity: 0.5;
    }

    .CookiePref-inner .description {
        font-size: 14px;
        padding-bottom: 7px;
    }

    .CookiePref-inner h4 {
        font-weight: normal;
        width: 425px;
        margin: 20px 0px 10px 0px;
    }

    .switchContainer {
        width: 70px;
        margin: 0px;
        float: left;
    }
    /*CSS for Sliders*/
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        background: #000000;
        -webkit-transition: .4s;
        transition: .4s;
        width: 36.67px;
        height: 18.33px;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 2px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #CC4032;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        transform: translateX(20px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
        left: 60px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .switchOuter {
        width: 450px;
    }

    .titleOuter {
        width: 83px;
    }

    .on, .off {
        float: left;
        width: 50px;
        font-size: 14px;
        line-height: 20px;
    }

    .on {
        display: none;
    }

    input:checked ~ .on {
        display: block;
    }

    input:checked ~ .off {
        display: none;
    }


/* ==================================== */
/* FOOD MENU                            */
/* ==================================== */

.MenuTitle
{   
    text-align:center;
    float: left;
}

.HeaderImageRow 
{
    overflow: hidden;
    width: 170px;
    padding: 10px 0px 0px 2px;
    text-align: left; 
    height: 25px; 
    float: left;
}

.MenuContent div
{
    overflow: hidden;
}

.MenuCategoryContainer
{
    float: left;
    position: relative;
}

#MenuCategoryContent
{
    float: left;
    position: relative;
}

#MenuCategoryMore
{
    float: left;
    visibility: hidden;
    display: none;
}

.MenuCategoryRow 
{
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
    text-align: left; 
    cursor: pointer;  
    height: 23px; 
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    position: relative;
}

.MenuCategoryRowSelected
{
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
    text-align: left; 
    cursor: pointer;  
    height: 23px; 
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    position: relative;
}

.MenuCategoryRowHover {
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
    text-align: left;
    cursor: pointer;
    height: 23px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    position: relative;
    border-bottom: solid 2px #a5c5f4;
}  

.MenuCategoryRowImage
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.MenuSpacer
{
    float: left;
    width: 10px;
    height: 24px;
    margin: 7px 4px 0px 4px;
    background-repeat: no-repeat;
}  

.menu_selection_div
{
    overflow: hidden;
}

.menu_selection_info
{
    overflow: hidden;
    float: left;
    width: 350px;
}

.menu_selection_select
{
    overflow: hidden;
    float: right;
}
.browsemenu_startorderbutton_div
{
    padding-top:15px;
}
.browsemenu_leftstartorder
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28) !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    height: 213px;
    width: 12px;
    float:left;
}
.browsemenu_middlestartorder
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28) !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 220px;
    float:left;
    text-align: center;
}
.browsemenu_rightstartorder
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 12px;
    float:left;
}
.browsemenu_start_order_line_one
{
    padding-top:25%;
    font-size:1.5em;
}

.browsemenu_start_order_line_two
{
    font-size:1.5em;
}
.browsemenu_order_availability_message
{
    position: relative;
    text-align: center;
    left:10%;
    width: 200px;
    padding-top:20px;
    font-size:12px;
    font-weight:bold;
    color:#777;
}

/* ==================================== */
/* MODAL                                */
/* ==================================== */

.modal_header
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=panel_header.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=panel_header.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");    
    height: 25px;
    color:white; 
    font-weight:bold;
    overflow:hidden;
    width: 544px;
    padding: 8px 10px 0px 10px;
    /* Relative positioning is needed to have the modal_cancel/header show up in the
       correct position */
    position: relative;
}

.modal_header div 
{ 
    position: relative; 
} 

.modal_back
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=panel_back.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=panel_back.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");  
    width: 544px;
    padding: 10px 10px 0px 10px; 
    overflow:hidden;       
}

.modal_back div 
{ 
    position: relative; 
} 

.modal_bottom
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=panel_bottom.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=panel_bottom.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");    
    width: 565px;    
    height: 21px;
    overflow:hidden;    
}

.modal_bottom div 
{ 
    position: relative; 
} 

.modal_title
{
    width: 300px;
    float: left;   
}

.modal_cancel
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_additem_cancel.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_additem_cancel.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 20px;
    width: 58px;
    border:none; 
    cursor: pointer;
    float: right;
}

.pop_cancel
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_additem_cancel.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_additem_cancel.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    border:none; 
    cursor: pointer;
    float: right;
    height: 17px;
    width: 18px;
    margin-bottom: 10px;
}

.modal_entry_groups
{
    float: left;
    padding-top: 4px;
}

.modal_entry_group_div
{
    float: left;
}

.modal_entry_group_spacer
{
    float: left;
    height: 35px;
    width: 15px;
}

.modal_entry_label
{
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 5px;
    font-weight: bold;
    float: left;
}

.modal_entry_value
{
    float: left;
}

.modal_entry_value input
{
    width: 100px;
    height:16px; 
    border:1px solid black;
    font-size: 13px;
}

#modal_entry_qty .modal_entry_value
{
    padding-top:2px;   
}

#modal_entry_who_for input
{
    width: 113px;
}

#modal_entry_special_instructions input
{
    width: 250px;
}

#modal_entry_portion_assistant
{
    float: right;
}

#modal_entry_qty
{
    float: right;
}

#modal_entry_qty_initial
{
    float: right;
}

.modal_entry_add_item
{

}

.modal_add_line
{
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 544px;
}

.modal_add_line_quantity_div
{
}

.modalPopup
{
    width: auto;
    font-size: 12px;
}

.modal_popup
{
    overflow: hidden;
    /*
    max-height: 400px;
    height: expression( this.scrollHeight  > 400 ? "400px" : "auto" ); 
    */
}

.modal_popup div
{
    overflow: hidden;
}

.modalBackground 
{
    background-color:Black;
    filter:alpha(opacity=20);
    opacity:0.2;
}    

.modal_item_desc
{
    display: none;
}

#TabDiv
{
    max-height: 400px;
    height: 400px;
    width: 524px;
    float: left;
    overflow: hidden;
    position: relative;
}

#TabScrollDiv
{
    position: relative;  
    float: left;
    left: 0px; 
    top: 0px;  
}    

#TabDiv_SizeQtyOnly
{
    width: 524px;
    float: left;
    overflow: hidden;
    position: relative;
}

.TabStrip
{
    display: none;
}

/*****Upsel Modal ******************/

.Upsell_modal_back
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=UpsellBackground.png&companyCode=KRIS001&designId=1&v=28);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=UpsellBackground.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");  
    height:470px;
    width:746px;
    background-repeat:no-repeat;
    padding: 10px 10px 0px 10px; 
    overflow:hidden;       
}


.Upsell_modal_back div 
{ 
    position: relative; 
} 

.Upsell_modal_popup
{
    overflow: hidden;
}

.Upsell_modal_popup div
{
    overflow: hidden;
}

.Upsell_modal_add_line
{
    padding-bottom: 15px;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.Upsell_modal_cancel
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_additem_cancel.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_additem_cancel.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 20px;
    width: 58px;
    border:none; 
    cursor: pointer;
    float: right;
}

/*****Data Sharing Modal ******************/

.data_sharing_txt {
    font-weight: bold;
}

.modal_donotsell_error {
    color: #ed5562;
    padding-bottom: 35px;
}

#modal-downloadData-error {
    color: #ed5562;
    padding-bottom: 35px;
}
/* ==================================== */
/* MODIFIERS                            */
/* ==================================== */

.itemsOptionsContent
{
    height: 400px;
    overflow: auto;
}

.modal_item_desc
{
    text-align:center;
}

.ChildModifierGroupDiv
{
    display: block;
}

.NestedModifierGroupDiv
{
    float: left;
}

.ModifierGroupDiv 
{
    padding-left:10px;
    width: 500px;
    overflow: hidden;
}

.ModifierGroup
{   
    padding:2px; 
    font-size:13px;
    text-decoration:none;
    font-weight:700;
    width:460px;
    text-align:center;
    color:rgb(128,64,0);    
    cursor: pointer;
}

.ModifierGroupModifiers
{
    overflow: hidden;
}

.ModifierGroupHeaderSpacer
{
    height: 0px;
    width: 0px;
}

.ModifierGroupInstructions
{
    font-size:12px;
    text-decoration:none;
    width:460px;
    text-align:center;
    color:rgb(128,64,0);    
    cursor: pointer;
}

.ModifierGroupImage
{
    float: left;
}

.ModifierItem
{   
    font-size:11px;
    text-decoration:none;
    font-weight:normal;
    padding:0; 
    vertical-align:top;
    margin:1px;
    height:27px; 
    width: 230px; 
    overflow:hidden; 
    float:left;
    color: Black;
}

.ModifierItemName {
    border: none;
    padding: 0;
    margin: 0;
}

.ModifierPrice
{
    border:none; 
    float:left; 
    height:15px;
    padding-left:3px;
}

.ModifierItemCheck
{
    float:left; 
    border: 0px;
}

.ModifierItemCheck input
{
    width:17px; 
    vertical-align:top; 
    overflow:hidden; 
    padding:0;
    margin: 0;
    border: none;
    float: left;
}

.ModifierCaloricValue {
    font-style: italic;
    float: left;
    margin: 0;
    padding: 0;
    clear: both;
}

.ModifierAddMessage {
    padding: 0 2px 0 0;
    margin: 0;
}

.ModifierMinusMessage {
    padding: 0 2px 0 0;
    margin: 0;
}

.ModifierQuantityMessage {
    padding: 0 2px 0 0;
    margin: 0;
}

.ModifierDropDownSelection
{
    font-size: 14px;    
    width: 240px; 
    overflow: hidden; 
    display: block;
    margin: 0 auto;    
}

#ModContentPlaceHolder
{
}

#_DivModifierOptionsInput
{
}

#ModifierSummary
{
    display: none;
    height: 0px;
}

#ModifierSummaryBox
{
    height: 440px;
    width: 290px;
    float: left;
}

#ModifierSummaryScrollBar
{
    height: 440px;
    float: right;
}

.SizeModifier
{
    width: 260px;
    overflow: hidden; 
    float: left; 
    font-size:12px;
}

.SizeModifierSelected
{
    width: 260px;
    overflow: hidden; 
    float: left; 
    font-size:12px;
}

.SizeModifierSeparator
{
    display:none;
}

#_ItemAddSpecialInstructionsLabel
{
    width: 100%;
}

#_ItemAddNameOptions
{
    width: 100px;
    margin-left:5px;
}

/* ==================================== */
/* TABS                                 */
/* ==================================== */

.TabLeft
{
    float: left;
    width: 4px;
    height: 25px;
}

.TabRight
{
    float: left;
    width: 4px;
    height: 25px;
}

.TabCenter
{
    float: left;
    height: 25px;
}

.TabUnselected
{
    color: #777777;
    cursor: pointer;
    float: left;    
}

.TabSelected
{
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    float: left;
}

.TabHover
{
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    float: left;
}

.TabPrevious
{
    display: none;
    cursor: pointer;    
}

.TabNext
{
    display: none;
    cursor: pointer;    
}

/* ==================================== */
/* TABS                                 */
/* ==================================== */

.ItemOrderingMode_QtyModifierItem .ModifierItem
{
    height: 27px;   
}

.ItemOrderingMode_QtyModifierItem .ModifierItemName, .ItemOrderingMode_QtyModifierItem .ModifierPrice
{
    margin-top: 0;
}

.ItemOrderingMode_QtyModifierItem .ModifierItemCheck input
{
}

.ItemOrderingMode_QtyModifierItem .ModifierItemCheck select
{
    padding-left:2px;
    margin-right:3px;
}

.ItemOrderingMode_QtyModifierItem #modal_entry_who_for
{
    display: none;    
}

.ItemOrderingMode_ModifierDeterminesQty .ModifierItem
{
    height: 27px;   
}

.ItemOrderingMode_ModifierDeterminesQty .ModifierItemName, .ItemOrderingMode_ModifierDeterminesQty .ModifierPrice
{
    margin-top: 4px;
}

.ItemOrderingMode_ModifierDeterminesQty .ModifierItemCheck input
{
}

.ItemOrderingMode_ModifierDeterminesQty .ModifierItemCheck select
{
    padding-left:2px;
    margin-right:3px;
}

.ItemOrderingMode_ModifierDeterminesQty #modal_entry_who_for
{
    display: none;    
}

/* ==================================== */
/* Upsells/Promotions                   */
/* ==================================== */

#_ModGroupDiv_Upsell .ModifierGroup
{
    border:none;
    width:512px;
    cursor: default;
}

#_ModGroupDiv_Upsell .ModifierGroupInstructions
{
    border:none;
    width:512px;
}

#_ModGroupDiv_Upsell .ModifierGroupContent
{
    border:solid 2px #7C6D3A;
}

#_ModGroupDiv_Upsell .UpsellAddonQuantity
{
    float:left;
}

#_ModGroupDiv_Upsell #_UpsellAddonQuantityInput
{
    float:left;
    margin: 3px;
    height: 17px;
    padding-left: 2px;
}

#_ModGroupDiv_Upsell .Addon div
{
    cursor: default;
}

#_ModGroupDiv_Upsell .Addon .UpsellDescription
{
    float:right;
    width:455px;
    padding-right:3px;
}
/******UpsellModifier Popup************/
.UpsellHeaderImage
{
    float:left;
    width:399px;
    height:66px;
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=UpsellTitle.png&companyCode=KRIS001&designId=1&v=28);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=UpsellTitle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");  
   
}

.UpsellModifierGroupDiv 
{
    padding-left:20px;
    width: 100%;
    overflow: hidden;
}

.UpsellModifierGroup
{   
    padding:2px; 
    font-size:17px;
    text-decoration:none;
    font-weight:700;
    width:100%;
    text-align:center;
    color:rgb(128,64,0);    
    background-color:#ede0b7;
    border:1px solid #decc94;
    left:2px;
}
.UpsellModifierGroupContent
{
    border:solid 2px #7C6D3A;
}
.UpsellTabDiv
{
    width:97%;
    height:330px;
    float:left
}
.UpsellModifierScrollBar
{
    background-image: none;
    height:330px;
    background-repeat: repeat;
    width: 15px;
    position: relative;
    background-color: #F2F3F4;
    border: solid 1px #F0EBD4;
    overflow: hidden;
    background-position: center;
    float: right;
}
.UpsellModifierScrollButton
{
    float: none;
    width: 15px;
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll_menu_button.png&companyCode=KRIS001&designId=1&v=28);
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll_button.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");    
    position: relative;
    top: 0px;
    left: 0px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
}
.UpsellItemImgDimension
{
    width:100px;
    height:80px;
    float:left;
    background-repeat:no-repeat;
    padding-right:20px;
}
.UpsellModifierGroupContent
{
    width:98%;
    border:0px;
}
.UpsellItemImgPadding
{
    float:left;
    padding-top:10px;
    padding-left:20px
}
.UpsellItemInputPadding
{
    float:left;
    padding-top:10px
}
.UpsellColumnPadBottom
{
    padding-bottom:20px;
}
.UpsellItemPrice
{
    font-size:15px;
    color:#633;
    font-weight:bold;
    text-align:center;
}
.UpsellItemPricePadded
{
    float:left;
    font-size:15px;
    color:#633;
    font-weight:bold;
    padding-right:10px;
    width:55px;
}
.UpsellItemCaloricValue {
    font-size: 15px;
    color: #633;
    font-weight: bold;
    text-align: center;
}
.UpsellItemCaloricValuePadded {
    float: left;
    font-size: 15px;
    color: #633;
    font-weight: bold;
    padding-right: 10px;
    width: 115px;
}
.UpsellItemInputText
{
    float:left;
    border:0px;
    vertical-align:bottom;
}
.UpsellNoImageColumn
{
    padding-bottom:10px;
    padding-top:10px;
    background-color:#ede0b7;
}

.UpsellItemName
{
    text-decoration:none;
    font-weight: bold;
    overflow:hidden; 
    cursor:hand; 
    padding-left:20px;
    height:100%;
    font-size:15px
}

.UpsellModifierItemCheck
{
    float:left; 
    border: 0px;
}

.UpsellModifierItemCheck input
{
    float: left;    
    border:1px solid #000;
    height: 17px;    
    width: 17px;
    overflow: hidden;
    font-size: 12px;   
}
.UpsellModifierNoBorder
{
    border:0px;
}
.UpsellModifierGroupContentContainer
{
    margin-left:0px;
}

.UpsellPriceInputAlignment
{
   display:table-cell;
   height:80px;
   vertical-align:middle;
}
.ExpandDiv 
{
    display:none;
    float:right; 
    font-weight:bold; 
    font-size:20px; 
    padding:0px 13px;
}
.ContractDiv 
{
    display:none;
    float:right; 
    font-weight:bold; 
    font-size:20px; 
    padding:0px 16px;
}
.WebSalesGroupPanel
{
    font-size:12px;
    text-decoration:none;
    width:99%;
    text-align:center;
    color:rgb(128,64,0);    
    cursor: pointer;
    margin:20px 0px; 
    border:1px solid #000;
    padding:0px
}
.WebSalesGroupsName
{
    font-size:13px;
    font-weight:bold;
    text-align:center;
}
.WebSalesGroupDescription
{
    font-size:12px;
    text-decoration:none;
    width:99%;
    text-align:center;
    color:rgb(128,64,0);    
    cursor: pointer;
}
body {
    margin: 0;
}

/*
@media only screen and (min-width : 320px) {
}

@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 768px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1200px) {
}
*/

.msgContainer {
    text-align: center;
    font-size: 24px;
    padding: 10%;
    color: #343434;
}

#successMsgContainer {
    display: none;
}

#redirectContainer {
    display: none;
    margin-top: 10%;
    font-size: 16px;
}

#failureMsgContainer {
    display: none;
}



.social_media_thank_you
{
    left: 0;
    position: relative;
    top: 26px;
    width: 300px;
    z-index: 10;
}

.twitter-share-button
{
    position:relative;
    height: 20px;
    top:0px;
}

.twitter-follow-button
{
    position:relative;
    height: 20px;
    top:0px;
}

.send_button
{
    position:relative;
    height: 20px;
    top:0px;
}

.like_button
{
    position:relative;
    height: 20px;
    top:0px;
}

.twitter_thank_you
{
    padding:0; 
    margin:0; 
    height: 20px;
    float:left; 
    text-align:right;
}

.facebook_thank_you
{
    padding:0;
    margin:0;
    height: 20px;
    text-align:left;
    float: left;
}
/* ==================================== */
/* PAGE LAYOUT                          */
/* ==================================== */

.body_div
{
    width: 992px;
    margin: 0px auto 0px auto;
}

.header_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=header.png&companyCode=KRIS001&designId=1&v=28); 
    height: 113px; 
}

.header_company_link_div
{
    position: relative;
    cursor: pointer;
}

.nav_bar_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=nav_bar.png&companyCode=KRIS001&designId=1&v=28);  
    height: 33px;
    margin: 0px;
    padding: 0px 20px 0px 20px;  
    overflow: hidden;   
}

.nav_bar_div div
{
    font-size: 12px;
    height: 24px;      
    color: Black; 
}

.nav_bar_div div a
{
    /* Without position: relative; the link is not clickable on IE6 due to the 
       AlphaImageLoader used on .nav_button */
    position: relative;
    color: White; 
}

.nav_button
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=nav_button.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=nav_button.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");    
    font-size: 12px;
    font-weight: bold;
    padding: 9px 0px 0px 0px;
    width: 124px;
    height: 24px;
    color: White;
    float: left;
    text-align: center;
    overflow: hidden;    
}

.account_div
{
    float: right;
    text-align: right;
    padding: 9px 30px 0px 0px; 
    font-weight: bold;
}

.account_div a
{
    text-decoration: underline; 
}

.page_div 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_text.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 2px;
    margin: 0px;
    width: 992px; 
}

/* Specifically overriding the .page_div div#page_inner_div child to account for the padding
   in the .page_div which isn't present in other divs */
.page_div div#page_inner_div 
{
    margin: 0px 0px 0px -2px;
    padding: 0px 0px 0px 2px;
}

.body_div .page_div #page_inner_div 
{
    overflow: visible;
}

.orderreceipt_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    height: 572px;
  /*  overflow: hidden;   Cannot be used due to social media pop-ups*/   
}

.orderreceipt_pickup_retail_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou_pickup_retail.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.orderreceipt_pickup_catering_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou_pickup_catering.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.orderreceipt_delivery_retail_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou_delivery_retail.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.orderreceipt_delivery_catering_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou_delivery_catering.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.orderreceipt_pickup_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou_pickup.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.orderreceipt_delivery_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_thankyou_delivery.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.start_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_start.png&companyCode=KRIS001&designId=1&v=28);    
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.start_page_browse_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_start_browse.png&companyCode=KRIS001&designId=1&v=28);    
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.group_order_start_page_div
{
    /* TODO change the image or use the page_start as the default and let customers
       create a custom one if they have a lot of not relevant text on their main one. */
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_start.png&companyCode=KRIS001&designId=1&v=28);    
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.group_order_submit_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_grouporder_thankyou.png&companyCode=KRIS001&designId=1&v=28);    
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    height: 565px;
    /*overflow allowed for social media to work
    overflow: hidden;*/      
}

.menu_page_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_menu.png&companyCode=KRIS001&designId=1&v=28);    
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}
.menu_page_browse_div
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_menu_browse.png&companyCode=KRIS001&designId=1&v=28);    
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    overflow: hidden;      
}

.landing_page_div 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_landing.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    height: 572px;   
    overflow: hidden;    
}

#landing_reorder_div
{
    display:none;
}

#landing_button_start_retail_order
{
    display:none;
}

#landing_button_start_catering_order
{
    display:none;
}

#landing_address_order_mode_div
{
	display:none;
}

#landing_reorder_have_account_div
{
	display:none;
}

#landing_page_title_div
{
	display:none;
}

.landing_advanced_page_div 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_landing_advanced.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    height: 572px;   
    overflow: hidden;    
}

.splash_page_div 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=page_disabled.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    width: 992px;
    height: 572px;   
    overflow: hidden;    
}

#landing_advanced_delivery_not_found
{
    background-color: #D6C796;
    height: 135px;
}


#landing_advanced_no_delivery_header, #landing_advanced_no_delivery_header_line_one, #landing_advanced_no_delivery_header_line_two /*hide type, have custom graphics*/
{
    visibility: hidden;
}

#landing_advanced_delivery_not_found
{
    color: black;
    border-radius: 16px;
    background: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_delivered2.png&companyCode=KRIS001&designId=1&v=28) repeat-x -16px 0px !important;
}

.NoDeliveryAddressOpen
{
    height:342px !important;
}

.NoDeliveryAddressCombo
{
    margin-left:5px !important;
}

#landing_advanced_login_container_div
{
    margin: 8px;
    float:left;
    width:25%;
}

#landing_advanced_reorder_div
{
    background-color: #D6C796;
    width: 100%;
}

.HaveAccountDiv
{
    text-align: center;
}

.landing_advanced_reorder_panel
{
    padding: 8px;    
}

#landing_advanced_loggedin_div
{
    text-align:center;
    height:135px;
}

#landing_advanced_create_account_div
{
    background-color: #D6C796;
    float: left;
    height: 80px;
    width: 100%;
    margin-top: 12px;
}

.summary.client
{
    display: none;
}

.summary.server
{
    display: block;
}

.summary.server ul
{
    display: inline-block;
}

.summary
{
    font-size: .8em;   
}

#landing_advanced_new_delivery .summary
{
    display:none;   
}

#landing_advanced_create_account_header
{
    text-align: center;
    height: 40px;   
}

#landing_advanced_new_delivery
{
    background-color: #D6C796;
    min-height: 135px;
}

#landing_advanced_delivery_header
{

}

#landing_advanced_delivery_content
{
    padding:10px;   
    padding-top: 0px;
}

.hidden
{
    display:none;   
}

.landing_advanced_ordertype_header
{
    text-align: center;
    height: 66px;
    padding: 5px;
    line-height: 25px;
    padding-top: 20px;
}

#landing_advanced_loggedin_welcome
{
    font-size:1.4em;   
}

.landing_advanced_header_line_one
{
    font-size:1.5em;
}

.landing_advanced_header_line_two
{
    font-size:1.5em;
}

.choose_location_header_line_one
{
    font-size:1.5em;
}

.choose_location_header_line_two
{
    font-size:1.5em;
}

.choose_pickup_header_line_one
{
    font-size:1.5em;
}

.choose_pickup_header_line_two
{
    font-size:1.5em;
}

.landing_advanced_just_browsing
{
    font-size:1.5em;
}

#landing_advanced_new_pickup
{
    background-color: #D6C796;
    height: 135px;
}

#div_time_modal
{
    background-color: #D6C796;
    height: 135px;
}

#landing_advanced_view_menu
{
    background-color: #D6C796;
    padding-top:5px;
    padding-bottom:5px;
    float:right;
    margin-right:20px;
    height:35px;
}

#div_choose_location
{
    background-color: #D6C796;
    height: 135px;
}

#div_choose_pickup
{
    background-color: #D6C796;
    height: 135px;
}

#time_selector_table
{
    background-color:white;
    font-weight:bold;
    max-width:500;
    max-height:500;
}

.landing_time_selection
{
    height:1px; 
    border-left:none;
    float:right;
    display:inline;
}

.landing_date_selection
{
    height:1px;
    outline:none; 
    border-right:none;
    vertical-align:top;
}

.NoSiteInRangeMiddle 
{
    width:500px !important;
    height:200px !important;
}

.NoSiteInRangeSuggestion
{
    font-weight: bold; 
    font-size: 16px;
}

.TimeSelectorMiddle
{
    font-weight:bold;
    width:350px;
    height:150px;
    font-size: 16px;
}

.time_modal
{
    height:185px !important;
    width:305px !important;
    float:left !important;
}

.TimeSelectorDiv
{
    margin-bottom: 1em !important; 
    border: none !important; 
}

.PlaceHolderDiv
{
    margin-bottom: 4em !important; 
    border: none !important;
}

.PlaceHolderCompatibilityDiv
{
    margin-bottom: 5em !important; 
    border: none !important;
}

.ChooseLocationDiv
{
    height:125px !important;
    width:220px !important;
    float:left !important;
}

.ChoosePickupDiv
{
    height:125px !important;
    width:210px !important;
    float:left !important;
}

.NoSiteDiv
{
    height:228px !important;
    width:530px !important;
    float:left !important;
}

.CenterNoSiteDiv
{
    width:50px !important;
    float:left !important;
}

.FloatLeftDiv
{
    float:left;
}

.NoSiteRangePopup
{
    left:31.5% !important;
    top:284px !important;
}

.TimeSelectorPopup
{
    left:656.5 !important;
    top:250.5px !important;
}

.landing_simple_ordertype_header
{
    text-align:center;   
}

.div_just_browsing
{
    top:20%;
    padding-right:10px;
    position:relative;
    padding-left:10px;
    float:left;
    height:33px
}

.splash_button_div
{
    margin-left: -88px;
    margin-top: 180px;
}

.orderTypeSelection
{
    float:left;
    width: 33%;
    margin: 8px;
}

.footer_div 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=footer.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    margin: 0px;
    overflow: hidden;
    height: 50px;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    width: 992px;
}

.footer_div a
{
    color: White;
}

.menu_div
{
    float: left;
    margin: 10px 0px 0px 12px;
    width: 700px;    
    font-size: 12px;
    color: White;
    height: 30px;
    overflow: hidden;   
}

.center_div
{
    padding: 0px 20px 0px 15px;       
    width: 690px;
    float: left;   
    height: 570px;    
    overflow: hidden;  
}

.center_div_no_menu
{
    padding: 0px 20px 0px 15px;       
    width: 690px;
    float: left;
    /*overflow: hidden; Cannot hide overflow due to social media pop-ups*/
        
}

.ScrollBar 
{
    display: inline;
    /* Do not use alpha image loader for the scroll background because when
       used on the modifier popup, the scroll background will be displayed on top
       of the button and prevent the button from being clickable where it overlaps
    background-image: url(Content.ashx?ContentFile=scroll.png) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="Content.ashx?ContentFile=scroll.png", sizingMethod="scale");    
*/
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: repeat-y;
    background-position: center;
    float: right;
    height: 450px;
    width: 10px;
    overflow: hidden;
}
 
.ScrollButton 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll_button.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll_button.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");    
    position: relative;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.ScrollPageDown
{
    height: 0px;
    width: 0px;
    display: none;
}

.ScrollPageUp
{
    height: 0px;
    width: 0px;
    display: none;
}

/* ==================================== */
/* STEP CONTROL                         */
/* ==================================== */

.order_progression_bar_div
{
    display:none;
    position:absolute;
}

.StepProgressBar
{
    margin: 0px 0px 15px 0px;
}

.StepStart
{
    display:none;
    float: left;
    background-repeat: no-repeat;
    background-position: center 20px;
}

.StepEnd
{
    display:none;
    float: left;
    background-repeat: no-repeat;
    background-position: center 20px;
}

.StepProgress
{
    float: left;
    background-image: url(step-back.png);
    background-repeat: repeat-x;
    background-position: center 25px;
    text-align: center;
    height: 65px;    
}

.StepProgressComplete
{
    float: left;
    background-image: url(step-complete.png);
    background-repeat: repeat-x;    
    background-position: center 25px;
    text-align: center;
    height: 65px;          
}

.StepProgressIcon
{
    margin-top: 5px;
    cursor: pointer;
}

.StepProgressIconInactive
{
    margin-top: 5px;
    cursor: default;
}

.StepProgressText
{
    margin-top: 5px;
    cursor: pointer;
}

.StepProgressTextCurrent
{
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
}

.StepProgressTextInactive
{
    margin-top:5px;
}

/* Social Media CSS on site.main*/
.social_media 
{ 
    position: relative;
    bottom: 15px;
    float: right;
    right: 50px;
}

.social_media a img
{
    border: none;
}
.rounded
{  
    /* border radius*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.border
{
    border: solid 1px #444444;
    padding: 0 2px;
}

#promotionalText
{
    margin-top: 80px;
    margin-left:auto;
    margin-right:auto;   
}

.errorContinuationRecommendation:before
{
    content: "» ";
}

.errorContinuationRecommendation
{
    text-align: center;
    font-size: 1.4em;
}
.QuestionModalBackground 
{
    background-color:Black;
    filter:alpha(opacity=20);
    opacity:0.2;
}    

.QuestionPopup
{
    font-size: 12px;
}

#ModalCheckListPopupRewardPrompt
{
    font-size: 20px;
    margin: 10px 20px; 
    text-align: center;
}

#ModalCheckListPopupMiddle 
{
    background-color: white; 
    border-radius: 15px; 
    margin: 0 auto; 
    vertical-align: middle; 
    width: 400px;
    height: 390px;
}

#ModalChecklistPopupTable 
{
    overflow-y:scroll; 
    margin: 5px; 
    width: 390px;
    height: 230px;
    text-align: center;
    vertical-align: middle;
}

.LoyaltyCheckbox 
{
    margin: 5px 15px;
}

#QuestionPlaceHolder
{
    overflow:hidden;
    height: 213px;
    width: 324px;
}

#QuestionNoSiteInRangePlaceHolder
{
    overflow:hidden;
    height: 700px;
    width: 550px;
}

#QuestionNoSiteInRangeMiddle
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 700px;
    width: 700px;
    float:left;
    text-align: center;
}

#QuestionOrderTypePlaceHolder
{
    overflow:hidden;
    height: 213px;
    width: 325px;
}
#QuestionLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    height: 213px;
    width: 12px;
    float:left;
}
#QuestionOrderTypeLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    height: 213px;
    width: 12px;
    float:left;
}

#QuestionMiddle
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 300px;
    float:left;
    text-align: center;
}

#QuestionOrderTypeMiddle
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 300px;
    float:left;
    text-align: center;
}

#QuestionRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 12px;
    float:left;
}
#QuestionOrderTypeRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 12px;
    float:left;
}

#Question
{
    margin-top: 90px;
}

#QuestionMessage
{
    margin-top: 10px;
    font-size: 13px;
    height: 159px;
    overflow-y: auto;
}

#QuestionMessage table
{
    height: 100%;
    width: 100%;  
}

#QuestionMessage *
{
    text-align:center;
    vertical-align:middle;
}

/* Works around an IE6 issue where the buttons can not be click and/or only the 
   button text is clickable/hoverable */
#QuestionActions div div
{
    position: relative;
}


#QuestionOrderTypeMessage
{
    margin-top: 35px;
    font-size: 13px;
    height: 55px;
    position:relative;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
}

.QuestionOrderTypeMessageButtonDiv
{
    width: 50%;
    margin: 0 auto;
}

#QuestionAddressSuggestionPlaceHolder
{
    overflow:hidden;
    height: 213px;
    width: 300px;
}

#QuestionAddressSuggestionLeft
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=left.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    height: 213px;
    width: 12px;
    float:left;
}

#QuestionAddressSuggestionMiddle
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=middle.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 330px;
    float:left;
    text-align: center;
}

#QuestionAddressSuggestionRight
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=right.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");         
    height: 213px;
    width: 12px;
    float:left;
}
#DivAddressSuggestion
{
    padding-bottom:20px;
    padding-top:50px;
    text-align:center;
    font-size:14px;
}

/*-----Login------*/
#login {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

#login-message {
    margin-top: 15px;
    padding: 0 8px;
    font-family: Arial, sans-serif;
}

#login-link {
    color: #DF2E2E;
}

#login-icon {
    width: 100px;
    height: 100px;
}

#login-icon-wrapper {
    text-align: center;
    padding: 35px 0;
}

/*------Zero Orders-----------*/
#zero-orders {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

#zero-orders-message {
    margin-top: 15px;
    padding: 0 8px;
    font-family: Arial, sans-serif;
}

#zero-orders-icon {
    width: 100px;
    height: 100px;
}

#zero-orders-icon-wrapper {
    text-align: center;
    padding: 35px 0;
}

/*-----Shopping Cart Icon------*/

#shopping-cart-icon {
    width: 100px;
    height: 100px;
}

#shopping-cart-icon-wrapper {
    text-align: center;
    padding: 20px 0;
}

/*----------Recent Order------------*/
#lineItemsRow {
    overflow-x: hidden;
    height: 160px;
}

/*----------Recent Orders------------*/
#recent-orders-wrapper {
    min-height: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#recent-orders-wrapper > #top-content {
    font-family: Arial;
    padding: 0 6px;
    font-weight: bold;
    position: relative;
}


#right-chevron {
    right: 0;
}

#left-chevron {
    left: 0;
}

.chevron {
    position: absolute;
    top: 50px;
    z-index: 10;
    height: 40px;
    width: 40px;
}

.chevron:hover {
    cursor: pointer;
}

.chevron-disabled {
    position: absolute;
    top: 50px;
    z-index: 10;
    height: 40px;
    width: 40px;
}

.chevron-disabled:hover {
    cursor: default;
}

/*-----------Recent Order---------------*/
.recent-order {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.red-label {
    color: #DF2E2E;
}

.row {
    margin-top: 8px;
    display: flex;
    width: 100%;
}

.small-icon {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    margin-right: 10px;
}

.order-info-label {
    line-height: 22px;
    width: calc(100% - 30px);
    overflow: hidden;
}

#items-label-row {
    border-bottom: 1px solid #DF2E2E;
}

#items-label {
    padding-bottom: 6px;
}

.item-row {
    border-bottom: 1px solid #5d5454;
    padding: 10px 0;
    position: relative;
    font-weight: normal;
}

.item-row-quantity {
    display: inline-block;
    width: 2rem;
    font-weight: bold;
}

.quantity {
    right: 25%;
    position: absolute;
}

.price {
    float: right;
}

#subtotal-row {
    margin-top: 10px;
}

#bottom-content {
    bottom: 12px;
    text-align: center;
    position: sticky;
}

#quick-order-button {
    color: white;
    background-color: #DF2E2E;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    text-decoration: none;
    padding: 7px;
    display: inline-block;
    margin-top: 4px;
    width: 90%;
}

#quick-order-button:hover {
    background-color: #C81D1D;
    cursor: pointer;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DF2E2E;
    opacity: 0.6;
    margin: 5px 4px;
    display: block;
}

.selected-indicator {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 4px;
}

#indicator-wrapper {
    justify-content: center;
    display: flex;
    padding: 6px;
}

.quick-order-container {
    padding: 5px;
    text-align: center;
}

#quick-order-modal-button-container {
    margin-top: 20px;
}

/* ==================================== */
/* RECEIPT                              */
/* ==================================== */

.receipt_div 
{
    padding: 0px 7px 0px 0px;    
    width: 255px;  
    height: 572px;    
    float: right;
    overflow: hidden; 
}
.order
{
    width: 255px;    
    height: 460px;    
    overflow: hidden;
}

.order_no_controls
{
    width: auto;    
    height: 530px;    
    overflow: hidden;
}

.order_div {
    font-size: 11px;
    overflow: hidden;
}

#ReceiptBox
{
    float: left; 
    width: 245px;     
    height: 268px;      
    overflow: hidden;
    border-bottom: solid 1px #888888;
    position: relative;     
}

#ReceiptContent
{
    position: relative; 
    left: 0px; 
    top: 0px;          
} 

#GroupOrderNames 
{
    font-size: 11px;
}

#GroupOrderNamesList 
{
    width: 96%;
    height: 70%;
    overflow-y: auto;
    margin: auto;
    border: solid 1px #ccc;  
    background-color: #fff;
}

#GroupOrderPopUpNamesList 
{
    background-color: white;
    width: 95%;
    height: 110px;
    border: 1px solid black;
    overflow-y: scroll;
    margin: auto;
}

#GroupOrderPopUpNamesList *
{
    vertical-align:top;
    text-align:left;
}

#GroupOrderPopUpNamesList table
{
    height:auto;
}


.order_controls_tabs_div
{
    width: 249px;
    height: 32px;  
    overflow: hidden;
    display: none;
}
    
.order_controls_div 
{
    width: 243px;
    overflow: hidden; 
    border-top: solid 1px #888;
    height: 92px;
    padding: 4px;
    top: -4px;
    margin: 0 auto;
}

.order_portion_assistant_div
{
    width: 249px; 
    overflow: hidden;  
}

.receipt_spacer
{
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    height: 1px; 
    width:100%; 
    font-size: 0px;
    overflow: hidden;
    background-color: #888888;
}

.receipt_spacer td
{
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    height: 1px; 
}

.OrderLineItem 
{
    font-size: 11px;
    font-weight: bolder;
    height: 24px;
}

.OrderLineItemError 
{
    font-size: 11px;
    font-weight: bolder;
    color: Red;
    height: 24px;
}

.OrderLineItem input, .OrderLineItemError input 
{
    width: 17px;
    height: 13px;
    overflow: hidden;
    font-size: 12px;   
}

.OrderLineItemQty 
{
}

.OrderLineItemQty.ReadOnly
{
    border:none;
    background-color:transparent;
}

.OrderLineItemName 
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 11px;
}

.OrderLineItemNameBold
{
    font-weight:bold;
}
.OrderLineItemName.ReadOnly
{
    cursor: default;
    text-decoration: none;
}

.OrderCancelLineItem
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 18px;
    width: 18px;
    border:none; 
    cursor: pointer;
}

.OrderLineModifier 
{
    font-size: 11px;
}

.OrderLineDiscount 
{
    font-size: 11px;
}

.OrderLineModifierError 
{
    color: #ff0000;
    font-size: 11px;
}

.OrderCompNotQualified {
    color: #ff0000;
    font-style: italic;
}

.OrderInstructions
{
    font-size: 11px;
    font-weight: bolder;
    padding-left: 20px;    
}

#OrderRowSubtotalDiv
{
    margin-right: 32px;
}

.virtual-receipt-gift-card-top {
    margin-top: 0.8em;
}

.OrderRowSubtotal
{
    font-size:12px;
    font-weight:bold;
    float: left;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.LoyaltyCardNumber
{
    font-size:12px;
    font-weight:bold;
    float: left;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.OrderSubtotalPrompt 
{
    font-size: 11px;
    float: left;
}

.OrderSubtotalValue 
{
    font-size: 11px;
    float: right;
}

.OrderDeleteTipAmount 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    height: 18px;
    width: 18px;
    cursor: pointer;    
    float: right;
}

.OrderDeleteTipAmountContainer 
{
    height: 18px;
    width: 218px;
    margin-top: -3px;
    position: absolute;
    display: inline;
    text-align: right;
}

.order_section_div
{
    float: left;
    font-size: 11px; 
}

.order_section_div a
{
    color: Black;
    font-weight: bold;
    text-decoration: underline;    
}

#order_control_section_pickup 
{
    height: 35px;
    overflow: hidden;
}

#order_control_section_site 
{
    height: 60px;
}

#OrderNotes ,#StartOrder
{
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
    float: left;
    color: #777777;
}

#OrderNotesWarn
{
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
    float: left;
    color: red;
}

#TotalEstimateNote {
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
    float: left;
    color: #000000;
}

#EmptyReceiptSiteText
{
    width: 100%;
    float: left;
    color: #777;  
    height: 250px;
    overflow:auto;
}

#EmptyReceiptRewardOffer {
    height: 24px;
    margin-bottom: 100px;    
}

#EmptyRewardOfferStyle {
    font-size: 12px;
    margin-top: 4px;
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: underline;
    color: #000000;
    float: left;
    margin-left: 21px;
}

#RewardOfferStyle {
    font-size: 11px;
    margin-top: 4px;
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: underline;
    color: #000000;
}

.PageNotes
{
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    color: black;
}

.site_info_div 
{
    font-size: .8em;
    text-align: left;
    float: right;
    padding-right:10px;
    width: 154px;
    height: 60px;
}

.OrderLinksLeft
{
    text-align: left;
    font-size: 12px;    
}

.OrderLinksLeft a
{
    color: Black; 
}

#PickupDiv
{
    font-weight: bold;
    font-size: 12px;
}

#StoreName
{
    font-weight: bold;
    font-size: 1em;    
}

.OrderTargetPortionCount
{
    width:28px;    
}

.OrderTargetPortionCount.ReadOnly
{
    border:none;
    background-color:transparent;
}

/* ==================================== */
/* Scrollbar                            */
/* ==================================== */

.ReceiptScrollBar 
{
    /* Do not use alpha image loader for the scroll background because when
       used on the modifier popup, the scroll background will be displayed on top
       of the button and prevent the button from being clickable where it overlaps
    background-image: url(Content.ashx?ContentFile=scroll.png) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="Content.ashx?ContentFile=scroll.png", sizingMethod="scale");    
*/
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: repeat-y;
    background-position: center;
    float: left;
    height: 268px;
    width: 10px;
    overflow: hidden;
    position: relative;
}
 
.ReceiptScrollButton 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll_button.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=scroll_button.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");    
    position: relative;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 30px;
    cursor: pointer;
}

.ReceiptScrollPageUp
{
    height: 0px;
    width: 0px;
    display: none;
}

.ReceiptScrollPageDown
{
    height: 0px;
    width: 0px;
    display: none;
}

#OrderReceiptRewardDollars {
    margin-left: 2px;
    margin-top: 2px;
}

#RewardDollarsStyle {
    font-weight: bolder;
}

#RewardDollarsCheckout {
    font-size: 9px;
}

.BrowserImageBackground
{
    overflow:hidden;
    float:left;
}

.BrowserImageBackground *
{
    border:none;
}

/* ==================================== */
/* StartOrder Page LAYOUT               */
/* ==================================== */

#start_order_retail_div
{
    width: 300px;
    float: left;
}

#start_order_catering_div
{
    width: 300px;
    float: left;
}

#start_order_pickup_div
{
    width: 300px;
    float: left;
}

#start_order_delivery_div
{
    width: 300px;
    float: left;
}

/* ==================================== */
/* NewOrder Page LAYOUT               */
/* ==================================== */
#new_order_page_title_div
{

}

#new_order_reorder_div 
{
    width: 205px;
    float: left;
    vertical-align: top;
    margin-right: 10px;
}

#new_order_address_order_mode_div
{
    border-left: 1px solid;
    padding-left: 10px;
    width: 300px;
    float: left;
}

#new_order_reorder_forgot_password_text 
{
    clear: both;
}


#new_order_reorder_forgot_password_text
{
	clear:both;
}

#new_order_reorder_forgot_password_graphic
{
    display:none;
}

#new_order_address_order_mode_buttons_div div.ButtonRight,
#new_order_address_order_mode_buttons_div div.ButtonRightHover
{
	float: left;
}

#new_order_reorder_username
{
    display:inline;
}

.new_order_reorder_username_text
{
	width: 200px;
}

#new_order_reorder_password
{
    display:inline;
}

.new_order_reorder_password_text
{
	width: 200px;
}

/* Pickup Time Calendar Styles */

/* Dropdown Styles */

.dxeButtonEdit 
{
    padding: 0 2px;
    border: 1px solid #444;
    height: 12px;
        
    /* border radius*/
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}

.dxeEditArea 
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.dxeCalendarDay 
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    color: #4F4F4F;
}

div.DropDownEdit .dxeButtonEditButton 
{
    background-color: transparent;
    background-image: none;
        border: 0px solid transparent;
}

/* Calendar styles */

#TimeSelectionCalendar 
{
    float:left;
    width:248px;
}

#TimeSelectionCalendar .dxeControlsCell 
{
    padding: 0px;
}

#TimeSelectionFields 
{
    height:80px;
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_timeselectionfields.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
}

#TimeSelectionFieldsASAP 
{
    height:110px;
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_timeselectionfields.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    background-size: 100% 110px;
}

#TimeSelectionContent #GroupOrderInviteeGrid 
{
    width:100%; 
}

#GroupOrderRecipientGridContainer
{
    margin: 10px auto 0 auto;
    max-width: 300px;
    width: 100%;
    background-color: #F8F8F8;
    border: 1px #444 solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#GroupOrderRecipientGridContainerInterior
{
    height:100px; 
    overflow:scroll; 
    overflow-x:hidden; 
    width:99%;   
    border-radius: 0;
} 

#TimeSelection 
{
    float:left;
    width: 46%;
    padding-left: 3%;
    height: 100%;
    position: relative;
}

#DateSelection 
{
    float:left;
    width: 47%;
    height: 100%;
    padding-left: 3%;
    position: relative;
}

#TimeSelectionContent 
{
    width:100%;   
}

#TimeDiv {
    top: 36%;
    position: relative;
    float:left;
}

.ClosedDiv 
{
    float:left;
    width:150px;
    text-align:center;  
    position: relative;
    top: 25%; 
}

.PromotionArea 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=promotion_timeselection.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    float:left;
    width:33.333333%;
    height:300px;
}

.GroupOrderListRemoveAction 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_cancel_item.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 18px;
    width: 18px;
    border:none; 
    cursor: pointer;
    margin-left:auto;
    margin-right:auto;
    float:left;
}

.GroupOrderListCheckedAction 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_check_item.png&companyCode=KRIS001&designId=1&v=28) !important;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=button_receipt_check_item.png&companyCode=KRIS001&designId=1&v=28", sizingMethod="scale");        
    padding: 0px;
    height: 18px;
    width: 18px;
    border:none; 
    margin-left:auto;
    margin-right:auto;
    float:left;
}

.OrderTypeSection 
{
  float:left;
  width:33.333333%;
  min-height:300px;
}

.OrderTypeSectionDisabled
{
  color:Gray;
  float:left;
  width:33.333333%;
  min-height:300px;
}

.OrderTypeHeader 
{
    width:100%;
    height:30px;
    padding-left:0px;
    padding-top:10px;
    font-size:1.4em;
    color:#000000;
    overflow:hidden;
    white-space: nowrap;
}

.OrderTypeSelectionBase 
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_ordertypeselectionbase.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
    display:block; 
    float:left; 
    width:100%;
}

#OrderType1Section
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_ordertype1section.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
}

#OrderType2Section
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_ordertype2section.png&companyCode=KRIS001&designId=1&v=28);
    background-repeat: no-repeat;
}

#OrderType3Section
{
    background-image: url(https://nolocdnmsftppaznua.azureedge.net/Content?ContentFile=background_ordertype3section.png&companyCode=KRIS001&designId=1&v=28);
    background-image: none;
    background-repeat: no-repeat;
}

.OrderTypeContent 
{
    padding:10px;
}

#InviteeNameInputContainer 
{
    width:95%;
}

.noborder  
{
  border: 0px;   
}

.GroupOrderByNameInviteOthersValueDiv
{
    width:60%;
    max-width:202px;
    float:left;   
}

#GroupOrderInviteeName
{
    width:100%;   
}

#CalendarDropDownLabel
{
    width: 110px; 
    float: left; 
    position:relative; 
    top: 40%;
}

#GroupOrderInviteeName 
{
    width:100%;   
}

.dxeCalendarHeader td.dxe 
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.dxeCalendarDayHeader 
{
    border-bottom: 1px solid #CFCFCF;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 2px 4px 5px;
}

.dxeCalendar td.dxMonthGrid 
{
    padding: 8px 10px;
}

.dxeCalendarOutOfRange 
{
    color: #C2C2C2;
}

/* selected day */
.dxeCalendarSelected 
{
    background-color: #748574;
    color: #fff;
    font-weight: bolder;
    border: 1px solid #A33939;
    padding: 3px 3px 2px;
}

.dxeCalendarToday 
{
    border: 1px solid transparent;
    padding: 3px 3px 2px;
    background-color: #FFFB98;
    color: #000;
}

#DropDownContainer
{
    width:180px;
    float:left;
    position:relative; 
    top:35%;
}

#TimeSelectionLabel
{
    width: 110px; 
    float: left; 
    position: relative; 
    top: 40%;   
}
