﻿body {
    background-color: #EFEFED;
    margin-top: 20px;
    padding-bottom: 0;
    min-height: 100%;
    font-family: Arial '微软雅黑';
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
}

    body .container {
        background-color: #ffffff;
    }

#head {
    max-height: 250px;
    padding-bottom: 20px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #cccccc;
    margin: 10px -15px 20px;
    background-color: #fff;
    float: left;
    position: relative;
    z-index: 1000;
}

    #head .row {
        margin: 10px -15px;
    }

    #head .h4 {
        line-height: 25px;
    }

.DiscountInput {
    width: 70px !important;
    padding: 0px !important;
    height: 25px !important;
}

.share img {
    cursor: pointer;
    margin-right: 5px;
}
.Ticketdetail {
    cursor: pointer;
}
.Ticketclose {
    cursor: pointer;
}
.RainQuestions .input-group-addon, .RainQuestions .subOption .input-group-addon {
    text-align: left;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: white;
}

.RainQuestions .col-xs-12 {
    padding-top: 15px;
}
.RainQuestions .col-answer-width {
    width: 90%;
}
.width-20 {
    width: 20% !important;
}

.width-40 {
    width: 40% !important;
}

.width-60 {
    width: 60% !important;
}

.width-80 {
    width: 80% !important;
}

.RainTop {
    border-bottom: 1px solid #ccc;
}

.RainMenus {
    margin: 0px auto;
    height: 45px;
}

    .RainMenus .RainTitle {
        padding: 0px 5px;
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
    }

.RainSmailMenus {
    position: relative;
    background-color: #ccc;
    z-index: 100;
}

@media (min-width: 1050px) {
    .container {
        width: 1050px;
    }
}

.OrderCart {
    overflow-y: auto;
}

    .OrderCart #tblOrderCart thead tr th, .OrderCart #tblOrderCart tbody tr td {
        white-space: nowrap;
    }

 .OrderCart #tblOrderCart tbody tr td {
        white-space: pre-wrap;
        word-break:keep-all;
        word-wrap:break-word;
        table-layout:fixed;
    }
 
.required {
    color: red;
    font-weight: 900;
    font-size: 12px;
}
