﻿.menu_txt_all {
    float: left;
    height: 50px;
    top: 50%;
    position: relative;
    margin-top: -30px;
    margin-left: 20px;
}
.menu{
    width: 100%;
    height:80px;
    padding: 5px 5%;
    box-sizing: border-box;
    background:#ffffff;
}

.menu_all{
    float: left;
    height: 80px;
}
.app_text_one{
    color: black; font-size: 16px;
}
.app_text_two{
    color: gray; font-size: 12px;
}
.app_hr{
    margin-top:5px
}
.user_title{
    color: black; font-size: 20px;font-weight:bold;text-align:center;width: 100%;
}
.user_txt{
    color: gray; font-size: 16px;
}
.user_btn_cancel{
    background-color: lightgray;
    border: 1px solid lightgray;
    border-radius: 5px;
    height:30px;
    width:120px;
    padding:5px;
    margin-right: 30px;
    font-size: 15px;
    color: black;
}
.user_btn_sure{
    background-color:#3f51b5;
    border: 1px solid #3f51b5;
    border-radius: 5px;
    height:30px;
    margin-left: 30px;
    width:120px;
    padding-top: 2px;
    padding-left: 5px;
    font-size:15px;
    color: white;
}
.edit_txt{
    height:30px;
    margin-left: 10px;
    text-align: center;
    width:110px;
    padding: 5px;
    font-size:15px;
    color: #000000;
}
.edit_select {
    padding-left:5px;
    padding-right:5px;
    border: 1px solid #15A8EB;
    border-radius: 5px;
    height:30px;
    width:90%;
}
.edit_input{
    width:100px;
}
.check_txt{
    background-color:#15A8EB;
    border: 1px solid #15A8EB;
    border-radius: 5px;
    height:30px;
    margin-left: 10px;
    width:100px;
    padding:5px;
    font-size:15px;
    color: white;
}
.item_title{
    margin-top: 10px;
    font-size: 15px;
    color: #15A8EB;
}
.item_txt{
    margin-top: 5px;
    font-size: 13px;
    color: #000000;
}
.details_title{
    display:block;
    height:30px;
    font-size:18px;
    color: #ffffff;
    background-color: #00ccff;
    position: relative;
    margin-top: 10px;
    padding-top: 3px;
    padding-left: 30px;
}
.time_label{
    background-color:#E1EBF7;
    font-size:89px;
    border-bottom:1px solid #999;
}
.timeTable{
}
.img_history{
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
}
.time-select table td{background:#f0f0f0;height:20px;width:20%;padding:8px 0px;font-size:12px;color:#666;text-align:center;border:1px solid #fff;}
.order-select table td{background:#f0f0f0;height:20px;width:15%;padding:8px 0px;font-size:12px;color:#666;text-align:center;border:1px solid #fff;}
/*.time-select table td:hover{background:#e7df84}*/
input[type="radio"] {
    background-color:transparent;
    border:hidden;
    width:0em;
    height:0em;
}

.circle-righttop {
    width: 30px;
    height: 30px;
    border-top:  2px solid #f00;
    border-right:  2px solid #f00;
    border-radius:  0  30px 0  0;
}

.circle-rightbottom {
    width: 30px;
    height: 30px;
    border-bottom:  2px solid #f00;
    border-right:  2px solid #f00;
    border-radius: 0 0 30px 0;
}

.circle-circle {
    width: 100px;
    height: 100px;
    border: 20px solid #669;
    background: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.orderType{
    margin-top: 10px;
    display: none;
}
.otInput{
    box-sizing: border-box;
    text-align:center;
    font-size:1em;
    height:1.7em;
    border-radius:4px;
    border:1px solid #c8cccf;
    color:#6a6f77;
    -web-kit-appearance:none;
    -moz-appearance: none;
    outline:0;
    text-decoration:none;
    width:300px;
}
.otInput:focus{
    border:1px solid #ff7496;
}
.otSelect{
    height:28px;
    width:150px;
}
