* {
    MARGIN: 0px;
    font-family: 微软雅黑,宋体,Verdana, Arial, Helvetica, sans-serif;
}

body {
    margin: 0px;
}

/*
    首页标题栏
*/
.MainTitle {
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #029789 url(../images/TitleLogo.png) no-repeat 5px 8px;
    background-size: 24px 24px;
    text-align: left center;
    padding-left: 32px;
}
.MainTitle span{
    color:white;
}


/*
    冰点调整
*/
/*输入项单元格*/
.PageMidTitleTD {
    line-height: 40px;
    height: 40px;
    text-align: right;
    vertical-align: central;
    background-color: #D6E2F3;
}
/*输入框单元格*/
.PageMidValueTD {
    line-height: 40px;
    height: 40px;
    padding-left: 5px;
    background-color: #D6E2F3;
    vertical-align: central;
}
/*打包*/
.PagePackTD {
    line-height: 40px;
    height: 40px;
    text-align: left;
    vertical-align: central;
    background-color: #D6E2F3;
}
/*合计*/
.PageSummaryTD {
    line-height: 40px;
    height: 40px;
    text-align: right;
    vertical-align: central;
    background-color: white;
    font-size: 18px;
    font-family: 微软雅黑,宋体,Verdana, Arial, Helvetica, sans-serif;
    color: red;
}

/*我信息单元格*/
.PageMidTitleTD2Me {
    line-height: 30px;
    height: 30px;
    text-align: right;
    vertical-align: central;
    background-color: #D6E2F3;
}
/*
    标题栏
*/
/*标题栏*/
.TitleBar {
    text-align: center;
    font-size: 18px;
    font-family: 微软雅黑,黑体,宋体,Verdana, Arial, Helvetica, sans-serif;
    background: #029789;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
}
.TitleBarHide {
    text-align: center;
    font-size: 18px;
    font-family: 微软雅黑,黑体,宋体,Verdana, Arial, Helvetica, sans-serif;
    background: #029789;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    display: none;
}
/*标题栏.左边返回按钮*/
.TitleBarLeftReturnButton {
    position: absolute;
    float: left;
    width: 40px;
    height: 40px;
    color: white;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .TitleBarLeftReturnButton:active {
        position: absolute;
        float: left;
        width: 40px;
        height: 40px;
        color: white;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #005831;
    }
/*标题栏.右边按钮*/
.TitleBarLeftReturnButton {
    position: absolute;
    float: right;
    width: 40px;
    height: 40px;
    color: white;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .TitleBarLeftReturnButton:active {
        position: absolute;
        float: right;
        width: 40px;
        height: 40px;
        color: white;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #005831;
    }

.tdHeader {
    margin: 0px;
    font-size: 14px;
    font-family: 微软雅黑,宋体,Verdana, Arial, Helvetica, sans-serif;
    font-style: initial;
    font-weight: bold;
    background-color: #547E9C;
    color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #547E9C;
}
/*
    输入框
*/
.MyTextBox {
    font-size: 11pt;
    border-top: 1px solid #94AEE4;
    border-right: 1px solid #94AEE4;
    border-bottom: 1px solid #94AEE4;
    border-left: 1px solid #94AEE4;
    height: 30px;
    width: 100px;
}

.MyTextBoxC {
    font-size: 11pt;
}

.MyPingLunTextBox {
    font-size: 11pt;
    border-top: 1px solid #94AEE4;
    border-right: 1px solid #94AEE4;
    border-bottom: 1px solid #94AEE4;
    border-left: 1px solid #94AEE4;
    height: 100px;
    width: 100%;
}
/*
BDSoft.Table(无线条)
*/
table.bdtable {
    width: 100%;
    font-size: 11pt;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.bdtable th {
        width: 80px;
        height: 30px;
        font-size: 11pt;
        font-weight: normal;
        border-width: 0px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
        text-align: right;
    }

    table.bdtable td {
        height: 30px;
        text-align: left;
        border-width: 0px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
    }

table.bdtableWithLine {
    width: 100%;
    font-size: 11pt;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.bdtableWithLine th {
        width: 70px;
        height: 30px;
        font-size: 10pt;
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
        text-align: right;
    }

    table.bdtableWithLine td {
        height: 30px;
        text-align: left;
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
    }

.ordermealtypetitlediv {
    text-align: center;
    font-size: 16px;
    background-color: #F4F4F4;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:3px;
}

table.ordermealtype {
    width: 100%;
    font-size: 11pt;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.ordermealtype th {
        width:120px;
        font-size: 12pt;
        height: 48px;
        border-bottom: 1px solid #F4F4F4;
        font-weight: normal;
        text-align: left;
    }

    table.ordermealtype tr {
        height: 48px;
        border-bottom: 1px solid #F4F4F4;
    }

    table.ordermealtype td {
        float:right;
        font-size: 16px;
    }
.ordermealtypecountlable {
    font-size: 11px;
    color:blue;
}
.ordermealtypecountquantitylabel {
    font-size: 14px;
    color: red;
}
.ordermealtypebuttons{
    text-align:right;
}

/*
    打包Checkbox和合度
*/
.packandsummarydiv {
    float: left;
    width: 50%;
}

.pack {
    font-size: 11pt;
}

.SummaryText {
    width: 100%;
    color: red;
    text-align: right;
    font-size: 11pt;
}

/*
    Table
*/
table.gridtable {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
}
    table.gridtable tr {
        min-height:25px;
    }
    table.gridtable td {
        padding: 5px 3px;
        border: 1px solid #E8ECEE;
    }

/*
    GridView
*/
    GridViewParentDivStyle {
        width: 100%;
    }

.GridViewStyle {
    width: 100%;
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .GridViewStyle td {
        height: 24px;
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .GridViewStyle th {
        height: 24px;
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .GridViewStyle .AlterRowStyle {
        background: #fcfcfc;
    }

    .GridViewStyle .PageRowStyle {
        background: #424242;
    }

        .GridViewStyle .PageRowStyle table {
            margin: 5px 0;
        }

        .GridViewStyle .PageRowStyle td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .GridViewStyle .PageRowStyle a {
            color: #666;
            text-decoration: none;
        }

            .GridViewStyle .PageRowStyle a:hover {
                color: #000;
                text-decoration: none;
            }
.GridViewMargin {
    margin: 5px 0 10px 0;
}

.GridViewMargin2 {
    margin: 0 0 10px 0;
}
/*
    提示（不允许订餐）
*/
.CanotOrderTipStyle {
    font-size: 14px;
    color: red;
}

/*
    批量订餐
*/
.MulDateStyle {
    font-size: 9pt;
}
.MulSelectBTNGroup {
    background: #029789;
    height: 24px;
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
}

/*
    线
*/
.bdline {
    width: 100%;
    height: 1px;
    border-top: solid 1px #C1C1C1;
}
.bdline4 {
    width: 100%;
    height: 8px;
    border-top: solid 1px #C1C1C1;
}
.bdline5 {
    width: 100%;
    height: 12px;
    border-top: solid 1px #C1C1C1;
}

/*
    数量加减1
*/
.bdbox {
    overflow: hidden;
    width:120px;
}
.jian {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 2rem;
    font-size: 18px;
    float: left;
    background-color: rgb(244, 244, 244);
}

.jia {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 2rem;
    font-size: 18px;
    float: left;
    background-color: rgb(244, 244, 244);
}

.shuliang {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 2rem;
    font-size: 18px;
    float: left;
    background-color: rgb(244, 244, 244);
}
.shuliang {
    border-width: 1px 0px;
    padding: 0px 0.5rem;
    border-radius: 0px;
    width: 2rem;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

/*
    微信绑定标题栏
*/
.WXTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    background: #029789;
    border-bottom: solid 1px #C1C1C1;
    text-align: center;
}
.WXForm{
    width:auto;
    margin-left:10px;
    margin-right:20px;
}
.VerifyDIV{
    float:left;
}
.VerifyInput {
    margin-left:-100px;
    width: 90px;
    float: left;
}
.VerifyBTN {
    float: left;
    width: 80px;
}

/*
登录界面
*/
.loginpanel {
    width:226px;
    height:400px;
    margin:0 auto;
    margin-top:30px;
}

.loginpanel .logo {
    text-align: center;
    padding-top:20px;
    padding-bottom:50px;
}

.DeInfoInput {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    background: #fff;
    clear: both;
}
    .DeInfoInput .DeInfo_text {
        width:170px;
        border: none;
        height: 93%;
        font-size: 0.9rem;
        color: #333;
        background: white;
    }
    .DeInfoInput img{
        margin-bottom:5px;
    }

.keeppassword {
    vertical-align:central;
    height:30px;
    line-height:30px;
}
    .keeppassword a {
        margin-right:3px;
        float:right;
    }
    
.defaultuser {
    font-size: 12px;
    color: #A2A5A4;
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif !important;
    padding: 5px 0;
}

.iphonetip {
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif !important;
    padding: 5px 0;
}
    .iphonetip span{
        color:blue;
    }
.loginfooter {
    font-size: 12px;
    color: #666666;
    position: absolute;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif !important;
    padding: 5px 0;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit*/
    color: #ccc;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
/*解决谷歌浏览器input自动填充问题*/
input:-webkit-autofill { 
    -webkit-box-shadow: 0 0 0px 1000px white inset; 
} 

/*
    报表标题栏
*/
.paneltitle {
    margin-top: 10px;
    height: 24px;
    text-align: center;
    font-size: 18px;
}

/*
    layui-form-item
*/
.minimargin {
    margin-bottom: 5px;
}

/*
    绿色按钮
*/
.normalbutton {
    border-width: 0px;
    border-radius: 3px;
    background: #029789;
    cursor: pointer;
    font-family: Microsoft YaHei;
    color: white;
    padding: 2px 6px;
}

    .normalbutton:hover {
        background: #33ABA0;
        color: white;
    }

    .normalbutton:active {
        background: #029789;
        color: white;
    }
.forme{
    width:160px;
}

.leftmargin{
    margin-left:3px;
}

/*
    行
*/
.bdrow
{
    display:flex;
    height:48px;
    line-height:48px;
}
.bdrow .title{
    width:80px;
    text-align:right;
}
.bdrow .content{
    flex:1;
}

/*
    layui按钮圆角
*/
.layui-btn-radius-dr {
    border-radius: 5px !important;
}