
.receipt {
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}


#divReceipt {
    margin: 10px 5px 10px 5px;
    display: inline-block;
    padding: 10px 5px 10px 5px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

#divMainOrderContainer input {
    height: 40px;
}

#divReceipt.clsOrderHeaderDiv {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
}

.alert {
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 4px;
}

.MiniLabel {
    position: absolute;
    top: -10px;
    left: 25px;
    background-color: white;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0px 3px;
    z-index: 10;
    color: #505050;
}


.FullScreen {
    position: fixed;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}


.FooterCheckout {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(230, 230, 230, 0.90);
    opacity: 1;
    padding: 10px 0px;
}

.FooterSummary {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(230, 230, 230, 1);
    opacity: 1;
    padding: 0px 0px;
    display: none;
    transition: max-height 0.5s ease-out;
}


.FooterCredit {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    opacity: 1;
    padding: 3px 3px;
}

#tipInput {
    font-size: large;
    color: black;
    width: 90px;
    text-align: right;
    margin-right: -5px;
}

.fake-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.tillroll {
    border-color: white;
    font-family: 'Lucida Console', Monaco, monospace;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 11pt;
}

#myTipAmount, #TotalDueScreen {
    font-weight: bold;
    font-size: large;
}

#myFooter {
    margin-top: 10px;
    font-size: 8pt;
}

.progress-bar {
    -webkit-transition: width 2.5s ease;
    transition: width 2.5s ease;
}

.slider {
    margin-top: 10px;
    margin-bottom: 2px;
}

    .slider.slider-horizontal {
        width: 90%;
    }

    .slider .slider-selection {
        background: #808080;
    }

.btn-black {
    background-color: black;
    border-color: black;
}

.nomargin {
    margin-left: 0;
    margin-right: 0;
}

#Cover {
    position: fixed;
    background: black;
    opacity: 0.4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0;
}


.InitialHide {
    display: none;
}


.BreadCrumbWrapper {
    text-align: center;
    background-color: rgb(200, 200, 200);
    padding: 12px 0px;
    margin: 10px 10px;
    border-bottom: 2px solid rgb(150, 150, 150);
}

.BreadCrumb {
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #3498db;
    vertical-align: text-bottom;
}

    .BreadCrumb.active {
        background-color: #3498db;
    }

@-webkit-keyframes foo {
    to {
        -webkit-transform: rotate(1080deg) scale(5);
    }
}

.btn-primary {
    background-color: #006fb9;
}

    .btn-primary:hover {
        background-color: #286090;
    }

.slider-handle {
    background-color: #286090;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 18px 10px 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid silver;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the 

mouse over it (hover) */
    button.accordian.active, button.accordion:hover {
        background-color: #ccc;
    }

    button.accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: "\2212";
    }



/* Style the accordion panel. Note: hidden by default */
accordionPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

label {
    display: block;
    text-align: left;
}



/*table and div hover styles*/
.psbutton {
    background-color: #f8f8f8;
    cursor: pointer;
}

    .psbutton:hover {
        background-color: #ccc;
    }


/*quicksearch*/
.quickSearchRow {
    display: none;
    border-radius: 5px;
    background-color: white;
    height: 35px;
}

#refreshMessage {
    width: 95%;
    color: #333;
    font-weight: bold;
}

/*Check not found*/
#divChkNotOpnModalContent {
    color: black;
    width: 80%;
    border-radius: 16px;
    margin: 0 auto 0;
    margin-top: 300px;
    text-align: center;
}

.receiptH1 {
    font-size: medium;
    font-weight: 700;
    margin: 10px 0px 2px 0px;
}