@charset "utf-8";
.mip-pop {
    background: #ff9933;
    border-radius: 4px;
    position: relative;
    width: 110px;
    padding: 6px 20px 8px 13px;
    margin-bottom: 15px;
}

.mip-pop p {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

.mip-arrow {
    width: 0;
    height: 0;
    border-width: 8px 10px 0 10px;
    border-style: solid solid none solid;
    border-color: #ff9933 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 10px;
}

.orderMain-box .orderMain-hd .orderMain-hd .hd-right {
    margin-right: 5px;
}

.orderMain-box .orderMain-hd .hd-right .ebk3-btn {
    margin-left: 5px
}

.dly-order-submit {
    color: #333;
    padding-left: 15px;
}

.dly-order-submit .ico-info {
    margin-right: 5px;
    vertical-align: -1px;
}

.btn-start {
    text-decoration: none;
}

.order-table .in-checkbox {
    margin: 0 20px;
}

.order-table-box {
    height: 500px;
    overflow-x: auto;
    overflow-y: auto;
}

.ebk3-pebk-log {
    padding-bottom: 20px;
}

.ebk3-pebk-log .order-table-box {
    width: 800px;
}

.order-table-box .table-ini {
    border: 0;
}

.order-table-box .table-ini th {
    text-align: center;
}

.order-table-box .table-ini td {
    text-align: center;
    border-bottom-style: dashed;
    border-left: 0;
}


/* 自动接单 */

.pebk-order-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #496e86;
    z-index: 1000;
}


/* 自动接单 end*/

.pebk-order-box h2 {
    font-size: 16px;
    text-align: left;
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    position: relative;
}

.pebk-close {
    position: absolute;
    padding: 6px 15px;
    right: 0;
    top: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
}

.pebk-order-show {
    color: #333;
    font-size: 12px;
    padding: 10px 20px;
}

.form-item-dl {
    margin-bottom: 10px;
}

.form-item-dl dt {
    width: 170px;
    min-height: 26px;
    line-height: 26px;
    float: left;
}

.form-item-dl dd {
    padding-left: 140px;
    min-height: 26px;
}

.form-item-dl .in-select {
    max-width: 223px;
    padding: 0;
}

.form-item-dl .ctrl-label {
    height: 26px;
    line-height: 26px;
    /*margin-right: 20px;*/
}

.in-input-room {
    height: 26px;
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid #d9dcde;
    color: #666;
}

dd.text-gray-submit {
    height: 26px;
    line-height: 26px;
}

.form-item-dl .form-date .ctrl-label {
    margin-right: 5px;
}

.btn-action-add {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    cursor: pointer;
    border: 1px solid #2dc4f3;
    color: #2dc4f3;
    vertical-align: middle;
    text-align: center;
    font-family: simsun;
}

.btn-action-min {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #2dc4f3;
    color: #2dc4f3;
    vertical-align: middle;
    text-align: center;
    font-family: simsun;
}

.form-item-dl .in-text {
    height: 20px;
    padding: 2px 5px;
}

.form-item-btn {
    padding: 10px 0;
}

.hover-box {
    position: relative;
}

.hover-box .hover-box-item {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    color: #333;
}

.hover-box:hover {
    cursor: pointer;
}

.hover-box:hover .hover-box-item {
    display: block;
}