﻿html {
    font-family: Calibri;
}

body {
    font-family: Calibri;
}

.header {
    margin: 0px auto 0px auto;
    text-align: center;
}

    .header a {
        text-decoration: none;
    }

    .header img {
        border-style: none;
        border-width: 0px;
    }

.MainDiv {
    margin: 0px auto 0px auto;
    width: 923px;
    overflow: auto;
}

.addNewRowButton {
    margin: 10px 0px 10px 0px;
}

#TransactionTypeLabel {
    font-weight: bold;
    font-family: Calibri;
    font-size: x-large;
}

.TransactionDetails {
    float: left;
    padding-right: 20px;
    font-family: Calibri;
}

.BottomButtons {
    float: left;
    margin: 0px 20% 0px auto;
    text-align: center;
}

.NoVisibleStepTitles {
    visibility: hidden;
    display: none;
    width: 0px;
}

.StepStyle {
    width: 100%;
}

.StartNextButtonStyle {
    text-align: left;
}

.ErrorLabelInVisible {
    display: none;
    color: Red;
    font-size: larger;
    font-family: Calibri;
}

.ErrorLabelVisible {
    display: block;
    color: Red;
    font-size: larger;
    font-family: Calibri;
}

.transactionsDiv {
    margin-left: 0px;
    background-color: #E0E0E0;
    padding: 10px 10px 10px 10px;
    clear: both;
}

.TransactionElements {
    font-weight: bold;
    font-size: larger;
    font-family: Calibri;
    clear: both;
}

.NewProductDiv {
    clear: both;
    margin-left: 0px;
    background-color: #E0E0E0;
    padding: 10px 10px 10px 10px;
}

.SalesDetailsGridDiv {
    width: 78%;
    float: left;
}

.ButtonRightFromGrid {
    float: right;
    width: 19%;
}

.ButtonDiv {
    margin-right: 0px;
    text-align: right;
}

.WholeSalesDiv {
    /*clear: both;*/
    display: inline;
    width: 100%;
}

.SalesDetailGrid {
    width: 100%;
    font-family: Calibri;
}


.CentralMenuButtons {
    margin: 10px auto 10px auto;
    text-align: center;
    font-family: Calibri;
    background-color: #e0e0e0;
    width: 200px;
}

    .CentralMenuButtons a {
        text-decoration: none;
        color: Gray;
        font-size: large;
        width: 100%;
    }

.LogoutBtn {
    border-color: transparent;
    border-style: none;
    border-width: inherit;
    background-color: transparent;
    font-family: Calibri;
    font-size: large;
    color: Gray;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    cursor: pointer;
}

.DateCalendarInvisible {
    display: none;
}

.DateCalendarVisible {
    z-index: 1001;
    float: right;
    display: inline-block;
    position: absolute;
}

#ShowCalendarButton {
    background-image: url(../Images/calendar.gif);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.loginMainDiv {
    text-align: center;
}

.LoginPanel {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.customerIdTxt {
    display: none;
}

.CustomerDiv {
    margin: 20px auto 20% auto;
    text-align: center;
    font-family: Calibri;
}

#infobtn {
    cursor: pointer;
}

.clearfix {
    clear: both;
    display: block;
}

#ctl00_InFormContentPlaceHolder_CouponCodeGrid_DXPEForm_DXEFT a {
    font-size: 1.5em;
}

#ctl00_InFormContentPlaceHolder_CouponCodeGrid_DXDataRow0 a {
    font-size: 1.4em;
}
