body {
    background-color: #E6E6E6;
}

.head {
    background-color: #E6E6E6;
}

.head .bn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 4px;
    font-size: 30px;
    color: #FFF;
    text-decoration: none;

    background-color: #a4ecf7
}

.head .bn .pull-right {
    position: absolute;
    right: 5px;
    top: 0;
}

.head .bn .buy-num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #5a475a;
    font-size: 12px;
    font-family: Arial;
    position: absolute;
    right: -3px;
    top: -3px;
}

.head .title {
    font-size: 14pt;
    display: block;
    padding-left: 10px;
    font-weight: bolder;
    margin-right: 49px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.color-red {
    color: #ff5809
}

.color-yellow {
    color: #F7931E;
}

.white {
    float: left;
    color: #fff
}

.grey {
    color: #CBCBCB
}

.text-grey {
    color: #8d8d8d
}

.border-top {
    border-top: solid 1px #DBDBDB;
}

.border-bottom {
    border-bottom: solid 1px #DBDBDB;
}

.border-left {
    border-left: solid 1px #DBDBDB;
}

.border-right {
    border-right: solid 1px #DBDBDB;
}

.sc-border {
    border: solid 1px #DBDBDB;
}

.tooltipbox {
    background: #fef8dd;
    border: 1px solid #c40808;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 20px;
    color: #c40808;
    padding: 2px 5px 1px 5px;
    border-radius: 3px;
    z-index: 1000;
}

.red {
    float: left;
    color: red
}

.line-title {
    margin-left: 5px;
    font-size: 10px;
    line-height: 25px;
    color: grey;
}

.line-info {
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.line-image img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
}

.line-name {
    font-size: 16px;
    line-height: 25px;
}

.line-remark {
    margin-left: 5px;
    color: grey;
    font-size: 12px;
    line-height: 25px;
}

.sc-head {
    height: 40px;
    padding-top: 10px;
}

.arrange_content {

    margin: 2px 2px 8px 2px;
    background: white;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px;
    padding: 5px 5px 0px 5px;
    border: solid 1px #DBDBDB;
}

.arrange-clock {
    line-height: 45px;
    /*font-size: 18px;*/
}

.arrange_car {
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.arrange_car img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.arrange_block {

    padding: 0px;
    width: 50%;
    /* W3C sy */
}

.seat-wap {
    text-align: center;
    padding: 5px;
}

.seat-content {
    height: 80px;
    background-color: #00A388;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px;
    padding: 5px 5px 0px 5px;
    border: solid 1px #DBDBDB;
    color: white;
}

.seat-content-sel {
    background-color: #1878a3;
}

.seat-content-unsel {
    background-color: #00A388;
}

.seat-content-driver {
    background-color: white;
    color: black;
}

.seat-content-disable {
    /*background: url("../images/seat_disable.png") no-repeat center center;*/
    background-color: #a34f15;
}

.seat-explain-content {
    float: left;
}

.seat-explain-block {
    margin-left: 10px;
    width: 20px;
    height: 10px;
    float: left;
    border: solid 1px #DBDBDB;

    -moz-border-radius: 2px; /* Gecko browsers */
    -webkit-border-radius: 2px; /* Webkit browsers */
    border-radius: 2px;
}

.seat-explain-name {
    padding-left: 5px;
    line-height: 10px;
    font-size: 10px;
}

.no-border-input {
    border: 0px;
}

.input-title {
    line-height: 30px;
    padding-right: 0px;
    padding-left: 0px;
    width: 30px;
    float: left;
    text-align: right;
    font-size: 12px;
    color:black;
}

.input-no-border {

}

.sc-form input {
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 30px;
    font-size: 14px
}

.sc-label-title {
    line-height: 30px;
    padding-right: 0px;
    padding-left: 0px;
    width: 60px;
    float: left;
    font-size: 12px;
}

.sc-label-right {
    line-height: 30px;
    padding-right: 10px;
    padding-left: 0px;
    text-align: right;
    font-size: 12px;
}

.table1 tr td{background:yellow;}

.sc-color-yellow {
    background-color: #fff54c;
}

.confirm-block {
    /*position: relative;*/
    /*bottom: 50px;*/
    /*left: 0px;*/
    margin-top: 15px;
    height: 40px;
    clear: both;
    border-top: solid 1px #DBDBDB;
    background-color: white;
    line-height: 40px;
}

.full-width {
    width: 100%;
    overflow: hidden;
}

.confirm-block .submit-order-btn {
    /*background-color: #E32630;*/
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.mui-mb5 {
    margin-bottom: 5px;
}

.mui-ml0 {
    margin-left: 0px;
}

.mui-ml10 {
    margin-left: 10px;
}
.mui-pt5 {
    padding-top: 5px;
}

.mui-pb5 {
    padding-bottom: 5px;
}


.mui-line-height20 {
    line-height: 20px;
}

.mui-line-height30 {
    line-height: 30px;
}

.mui-font-size12 {
    font-size: 12px;
}

.mui-font-size10 {
    font-size: 10px;
}

.mui-font-size14 {
    font-size: 14px;
}

.mui-font-size16 {
    font-size: 16px;
}

.mui-height10 {
    height: 10px;
}

.mui-height20 {
    height: 20px;
}

.mui-height30 {
    height: 30px;
}

.order-status-btn1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #e9342a;
    text-align: center;
    float: left;
    width: 30%
}


.sc-order-money-title {
    width: 100px;
    text-align: right;
}

.sc-span1 {
    display: inline-block;
    width: 75px;
    margin-right: 5px;
    text-align: right;
}